Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Good. (Score 1) 351

I didn't say they're living well. Gaza is not and never has been a wealthy area (Arabs without oil), although I hear it has a fancy new shopping mall and a water park. If you have complaints against the state of the population perhaps you should direct them to the government in charge, who is doing very little to improve living conditions there? In any case my point was that they do have food there, and the situation is in no way comparable to the Nazi concentration camps.

Comment I would never have read books like that... (Score 2) 624

The biggest problem with the question posed by this article is that even if I had a time machine and could meet myself when I started programming, I'd have a hard time selling "The C Programming Language" to my 5 year old self. Seriously, most of us started programming as kids, and we did it for fun. Reading long books is no fun, and CS theory is seriously no fun at all.

Personally I started with "Inside ATARI Basic" by Bill Carris. It was a very fun read and was definitely aimed at kids and beginner adults. Unfortunately my walk through the book came to a screeching halt when trying to understand what FOR and NEXT did. The book explained that FOR and NEXT are like the two parts of an Oreo cookie, and the code in between them was like the cream in the middle. Mmmmm, Oreo cookies. Yum! But what does it actually do? No explanation at all. At that point I gave up on BASIC and moved to LOGO. It was only 5 years later that it was explained to me that FOR-NEXT was a loop structure, which is what broke the barriers for me and allowed me to move from BASIC to Assembly, then (much later on) on to Java, C and C++.

But I digress. My main point here is that nobody starts programming by reading Knuth cover to cover and then digging in, and that most of the "must read" and influential books on the subject make no sense to the beginner.

Comment Re:stars visible before the sun is gone (Score 2) 105

The better explanation is this: That's no sun. It's the moon! If you take a long exposure shot on a moonlit night, the sky will be blue and the land will appear sunlit, but there will be stars visible in the sky - just like in this video. Occasionally the moon itself is visible as a very bright spot. Note that when the sun rises the shot becomes completely overexposed, and that's why several scenes end with everything washing out and becoming white.
Media

News Corp. and Apple Unveil The Daily 249

RedEaredSlider writes "The Daily, the digital publication designed specifically for Apple's iPad, is now available on the App Store. The publication's launch came during a press event at New York's Guggenheim Museum. News Corp. CEO Rupert Murdoch and Apple Vice President of Internet Services Eddy Cue were joined by The Daily's Editor-in-Chief Jesse Angelo. The Daily, which copies the look and feel of a newspaper or magazine, is aimed at embracing the multimedia capabilities of Apple's iPad. Rupert Murdoch said that The Daily offers 'unthinkable innovations' to the world of publishing."
Google

Google To Push WebM With IE9, Safari Plugins 413

surveyork writes with this "new chapter in the browser wars: 'Google in a defense of its decision to pull H.264 from Chrome's HTML5 revealed that it will put out WebM plugins for Internet Explorer 9 and Safari. Expecting no official support from Apple or Microsoft, Google plans to develop extensions that would load its self-owned video codec. No timetable was given.' So Google gets started with their plan for world-wide WebM domination. They'll provide WebM plugins for the browsers of the H.264-only league, so in practice, all major browsers will have WebM support — one way or the other. Machiavellian move?"

Comment Re:Is there any code that can damage the 6502? (Score 1) 290

Not sure about the 6502 in general, but the version used in Atari computers actually does have a (thankfully well hidden!) Self Destruct Vector. As the machine reached the end of its commercial life, Atari Corp. released the access procedure, perhaps as a sort of farewell present.

A program demonstrating its use was released, with full source code, in ANALOG computing's April 1986 issue (article here). It was aptly named "Paperweight". You can download binaries from the net but I'd rather not give a link here for obvious reasons. However, for those curious to see what a typical execution (note the humorous pun!) looks like, it's on youtube.

Oh, it works very well on an emulator! Not sure if this simulator could do it though, I doubt they have a rising smoke effect in the javascript...

;)

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...