Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Submission + - Satochi Nakamoto's email address satoshin@gmx.com is compromised (mineforeman.com)

ASDFnz writes: Satochi Nakamoto, much revered and currently missing inventor of bitcoin seems to have had his email address compromised by an unknown agent.

You may or not remember, Satochi exclusively used one email address when he was active in the bitcoin community, satoshin@gmx.com. If you have a look at the original bitcoin whitepaper you will find it there at the top just under the title. He also usually signed his correspondence with his PGP signature.

Earlier today, the head administrator of Bitcointalk Theymos received an email from Satochi’s email address that appeared to originate form GMX’s servers and made a post on the bitcointalk forums saying that he had received an email from the address without Satochi's PGP Signature.

Later developments have the unknown agent posting to other Satochi accounts.

Submission + - Reddit Moderator Outs Reddit Admins (soundcloud.com) 8

Khyber writes: While the censorship is strong over at Reddit, details from a (former) moderator of one of the largest subreddits on the site have been leaked in the form of an an audio recording of a Skype conversation between an unidentified journalist and the moderator himself. User posts are being deleted rapidly from Reddit over in the /r/gaming subreddit, users are being shadowbanned, or hard-banned. (I've had my account dropped.) Really interesting parts of the 50-minute long audio sit around ~10:30 and ~26 minute marks, where the moderator details threats made against him and other moderators, and also a bit near the end regarding their censorship/spam control tools, and how anyone can effectively be banned for any made up reason, commonly-used ones being vote manipulation, brigading, and alt account creation. There is also talk about how subreddits for encryption get monitored much more closely and censored much more often than larger subreddits, such as /r/gaming.

As someone I know has put it, "...given that Reddit says that it views itself as a government for a new type of community, this is disturbing."

Comment Re:Powershell (Score 5, Interesting) 729

Two reasons:

1. POSIX environments have already been done on Windows, and they universally suck. SFU/Interix is shit. Cygwin is shit. MKS Toolkit is shit. MinGW/MSYS, which does a better job than any of them, is mostly shit. Even UnxUtils, which is just binaries modified for use with the actual Windows cmd shell are mostly shit. There are so many fundamental differences of philosophy that make working with a Windows system as though it were a POSIX system fundamentally untenable. You're stuck with mostly just munging text files in a binary world.

2. Powershell is what .NET developers think Windows administrators want in a shell. That's why you're allowed to do stuff like import .NET assemblies and use essentially unmodified C# code, but there's still no native SFTP client or server.

Powershell is about 90% of what an administrator actually wants in a shell, and it's actually not that bad. Compared to cmd.exe or VBscript it's balls out fantastic. However, an administrator shouldn't need to learn about .NET objects to be able to write a script, and they shouldn't feel like there's such a fundamental separation between what the shell can do with .NET piping and what executable programs can do. There's a very real encouragement to make everything in Powershell written in and with Powershell exclusively. Like no calling of a binary to do something unless you have no other choice. The shell and the community philosophy very much discourage that... for no real reason other than it's more difficult to get a .NET object out of a binary file and manipulate it with arbitrary .NET methods. I've seen people re-implement a command line zip program with [System.IO.Compression] instead of just using 7z.exe. Why? Just so they can use .NET objects that they never do anything with.

Honestly I really love Powershell, but I wish the philosophy were geared more around getting shit done than getting shit done with .NET.

Comment Where Do These Stats Come From? (Score 1, Informative) 546

Nearly half of the software developers in the United States do not have a college degree. Many never even graduated from high school.

What? I pored over the article and the US BLS link in it to find the source of these statements. Aside from a pull quote that appears as an image in the article but isn't even in the article itself and is unattributed, could someone find me the source of this statistic?

Because I'm a software developer in the United States with a Masters of Science in Computer Science. All of my coworkers have at least a bachelor's degree in one field or another. And my undergrad very much so started with a sink-or-swim weed out course in Scheme and then another in Java. Yes, they were both easy if you already knew how to code but ... this article almost sounds like it's written by someone with no field experience. Granted that's a low sample set, I'd like to know where the other half of us are. Everyone keep in mind that a Computer Science degree is a relatively new thing and there very well may be elderly coders doing a great job without technically a degree in computer science.

The only way I can see the misconception spreading is that people who use Wix to drag and drop a WYSIWYG site (for you older readers that's like FrontPage meets Geocities) erroneously consider themselves "software developers".

Comment Canv.as Decommissioned (Score 3, Insightful) 220

Canvas (site, not the HTML5 element) and DrawQuest were killed earlier this year. I used it briefly in its beta form and thought it was a neat idea. Any chance you could elaborate on why it was shut down? The e-mail I got was brief and vague -- were you facing copyright issues? Monetization problems? Image space issues? Care to spill your lessons learned?

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...