Skärpta regler för bärplockare krävs SvD Inrikes(cached at October 24, 2013, 11:32 pm)

Migrationsverket måste få ökade befogenheter att kontrollera de utländska bemanningsföretagen.
IZON IP Cameras Riddled With Security Flaws Slashdotby timothy on security at January 1, 1970, 1:00 am (cached at October 24, 2013, 11:32 pm)

An anonymous reader writes "With recent action by the FTC against TRENDnet, the 'Internet of Things' has taken a sharp turn in the eyes of the public and government with regard to security. This week, Duo Security employee Mark Stanislav presented security research he did on the IZON IP camera from Stem Innovation. Through his testing, Mark found hardcoded credentials for Linux accounts (accessible by Telnet; Yes, — really), an undocumented web interface allowing for viewing a camera's stream (also with hardcoded credentials, user/user), and a variety of other failings including a lack of cryptography in most of the camera's functionality, including when uploading videos to Amazon Web Services's S3 storage." According to the above-linked article, "Contacted by The Security Ledger, Stem Innovation CTO Matt McBeth said that the IZON firmware, server system and iOS applications tested by Stanislav have since been updated, and that the research contains “inaccurate and misleading information.” Stem did not provide specific information about any inaccuracies."

Read more of this story at Slashdot.








USV puts news on their home page Scripting News(cached at October 24, 2013, 11:31 pm)

Union Square Ventures has a new home, and it's a dandy! :-)

Down the left edge is a news flow that works more or less like Hacker News. Anyone can submit a link, upvote or comment. Comments are managed by Disqus, a USV company, btw (we also use Disqus here for comments).

There are the usual three components to a post: title-link-description. You can add tags. You can view the news flow in either reverse-chronologic order or ranked by number of votes.

The community is small, so the ranked page is not so interesting at least not yet. And there aren't many people submitting links. They've had ten submissions so far today, as I write this as 10:15AM on a Thursday. But it's only been around for 12 days, and Fred Wilson's blog has a sizeable audience to tap. I'm guessing the word really hasn't spread yet. (A side-effect of there being no culture of software reviews in tech.)

They have an RSS feed for the newest stuff and another that has just the hot ones. I added the full feed to my personal river, so if you watch that for your news, you'll automatically get all the links in the USV flow. Oddly the white-on-orange RSS icon in the upper-right corner of their home page does not lead to a feed. This is a bad idea. What little consistency there is in the RSS world should be preserved.

I asked a series of questions yesterday to find out how their editorial flow works, and in the process learned a bunch about how it was implemented. Nick Grossman, who developed the software says "The app is python + tornado + redis + mongodb + bootstrap + jquery." They say it will be released with an open source license. There is a bookmarklet and an Android app, Chrome extension and they're working on a Firefox extension. I imagine that Fred Wilson's dislike of iPhones is responsible for the lack of an iOS app? :-)

Why this is significant

News organizations take note

Journalism is a profession Scripting News(cached at October 24, 2013, 11:31 pm)

Lots of responses and unprecedented traffic for Tuesday's Apple/NSA piece.

In a comment on that post, Tom Nemec expressed a fairly common idea about journalism.

My response, which I wanted to get into a separate post:

Changed My Mind on This One Thing With Braces inessential.comat January 1, 1970, 8:00 am (cached at October 24, 2013, 11:30 pm)

I’ve always written my if statements like this:

if (something)
  doAThing();

That is — no braces when the code under the if is just one line.

That’s never, not even once, been a problem for me. Never caused a bug.

And, as a relentless cutter, a simplifier by temperament, I like it because it means I can do without a couple braces. Though it doesn’t make a difference to the generated code, it does means less actual characters in the source file, and it saves a line for the closing brace.

But I recently changed my mind. Now I write it like this:

if (something) {
  doAThing();
  }

And for the same reason: for the reason of simplification.

It’s simpler because it removes a special case, which means I no longer have to notice that it’s one line or multiple lines and add or delete braces as needed. I’ve simplified what my brain has to do at the cost of some more braces in the source code. I can live with that trade-off.

(Second reason: it’s likely that I was the last Cocoa coder to omit the braces on these statements, and I’ve learned the hard way that other people are going to work on my code some day. Even with Vesper we’ve had Doug Russell work on the code, on accessibility.)

PS But you know what I’m never going to do? Write methods like this:

- (void)doSomething
{
  doAThing();
}

I absolutely cannot bear that extra line for the opening brace. It gives me gas. I’ll often — usually, even — put a blank line there, but a blank line is nice and clean. A line with just an opening brace is like a fingernail on the page. (And it ruins the clean left edge of - to open and } to close.) Instead I’d write it like this:

- (void)doSomething {

  doAThing();
}

PPS Reasonable people may disagree. It’s a cinch that unreasonable people will also disagree.

Israel announces new settlement building AL JAZEERA ENGLISH (AJE)(cached at October 24, 2013, 11:30 pm)

Senior unnamed Israeli official says his country will press ahead with settlement construction in occupied territories.
How I Compiled TrueCrypt For Windows and Matched the Official Binaries Slashdotby timothy on security at January 1, 1970, 1:00 am (cached at October 24, 2013, 11:03 pm)

First time accepted submitter xavier2dc writes "TrueCrypt is a popular software enabling data protection by means of encryption for all categories of users. It is getting even more attention lately following the revelations of the NSA as the authors remain anonymous and no thorough security audit have yet been conducted to prove it is not backdoored in any way. This has led several concerns raised in different places, such as this blog post, this one, this security analysis [PDF], also related on that blog post from which IsTrueCryptAuditedYet? was born. One of the recurring questions is: What if the binaries provided on the website were different than the source code and they included hidden features? To address this issue, I built the software from the official sources in a careful way and was able to match the official binaries. According to my findings, all three recent major versions (v7.1a, v7.0a, v6.3a) exactly match the sources."

Read more of this story at Slashdot.








Eastern Libyans declare autonomous government AL JAZEERA ENGLISH (AJE)(cached at October 24, 2013, 11:00 pm)

Leaders of a movement for self-rule on oil-rich eastern Libya have announced a formation of shadow government.
Sågverk i brand norr om Avesta SvD Inrikes(cached at October 24, 2013, 10:33 pm)

En fullt utvecklad brand rasade i kväll på sågverket i Horndal, strax norr om Avesta.
Vapenmättad skolvecka i USA SvD Utrikes(cached at October 24, 2013, 10:02 pm)

Fyra dödsoffer - både skolelever och lärare - och en 11-åring inför rätta.
35 världsledare kan ha övervakats av USA SvD Utrikes(cached at October 24, 2013, 10:02 pm)

Uppgifter från dokument som läckts till The Guardian.
Ryan vill ändra fokus i budgetsamtal SvD Utrikes(cached at October 24, 2013, 10:02 pm)

En ny förhandlingsrunda om den federala statsbudgeten startar i USA nästa vecka.
PHP.net Compromised Slashdotby timothy on security at January 1, 1970, 1:00 am (cached at October 24, 2013, 10:02 pm)

An anonymous reader writes "The open source PHP project site was compromised earlier today. The site appears to have been compromised and had some of its javascript altered to exploit vulnerable systems visiting the website. Googles stop-badware system caught this as well and flagged php.net as distributing malware, warning users who's browsers support it not to visit the site. The comment by a Google employee over the hacker news thread (official google webmaster forum thread) seems to suggest that php.net wasn't incorrectly flagged."

Read more of this story at Slashdot.








App-sibs-0.10 search.cpan.orgby Jan Henning Thorsen at January 1, 1970, 1:00 am (cached at October 24, 2013, 10:01 pm)

Simple incremental backup system
Archive-Tar-1.94 search.cpan.orgby Chris Williams at January 1, 1970, 1:00 am (cached at October 24, 2013, 10:01 pm)

Manipulates TAR archives