Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Something fishy here... (Score 1) 140

Yeah, the El Reg interview was an audio interview, I was also on KOMO News Radio, local here in Seattle. What else do you need, some photos off my Facebook profile? ;)

Not even a facebook profile would completely convince me. But the audio file, and that you were on a radio station that I listen to often(I'm actually from Seattle too), is proof enough. Usually I'm just skeptical to be skeptical and it only allows me to be more confident about the conclusions I draw. I'm sorry I have to take such an incredulous stance, but it's in my nature.

Congrats on achieving so much so early in life though. I'm sure we'll all hear about a lot more of your achievements down the road. That is unless you plan on retiring or something :P

HP

Submission + - HP sues Oracle for dropping Itanium support (arstechnica.com)

Fudge Factor 3000 writes: HP is suing Oracle for a breach of contract, claiming that Oracle was contractually obliged to continue supporting the Itanium architecture, which they recently nixed support for. Oracle has fired back that Itanium is essentially a dead architecture and will soon be discontinued by Intel. And so the blood feud continues between Oracle and HP.

Comment Re:Every person's right (Score 1) 838

The problem with your analogy is that even the cancer patient is probably uncertain whether he or she really wants to die. To end your own suffering would be hard. Especially because you usually wouldn't want to be in that position in the first place. Accepting that your life is over due to bad luck and ultimately deciding to end it all has to be an extremely confusing situation to be in. And when in your in such an ambivalent state and your doctor gives you that subtle suggestion to kill yourself, you might take it as the medically correct thing to do. The acceptance of suicide can be seen as a subtle way of promoting it, which might influence many people, especially those in vulnerable and impressionable states, to commit suicide when they "normally" wouldn't want to. It's probably better to keep suicide illegal just so that the taboo persists. After all, it's not a very enforceable law. If you want to die, it's not that hard to kill yourself in a fairly painless way (though I've never put much thought into how).

Comment Re:This? (Score 1) 213

And for that matter, what do they mean by "Golden". Are hackers using gold computers now? Did they give up on those diamond computers they were developing?

I just don't get this figurative language stuff.

Comment Re:o hai, it's just me, Big Brother (Score 1) 391

Is it even legal to alter the data of a licensed file? If Apple were to use the metadata to identify the file, then changing that metadata could be seen as a form of "circumventing copy-protection software". I'm not saying this is reasonable at all. But I'm sure that most /.ers are aware of some of the exploitation of vaguely defined laws that goes on in copyright court. If it's possible, and it generates profit, then there's reason to fear it.

Comment Re:o hai, it's just me, Big Brother (Score 1) 391

My argument simply stems from my distrust of cloud computing. You're right that what I'm talking about doesn't have much to do with the actual article, I was just talking about the idea of iCloud in general. And I already said I don't know much about iCloud or what it actually does. I just know that Apple is not going to launder music for people. If there's some way to verify a file's licensing, they will. And if some kind of incriminating information comes up from checking these files, Apple is going to definitely take advantage of it. It's the equivalent of letting a cop into your home just talk and then him busting you because he found something illegal. And he would have every right to; in fact, he would see it as his "duty". I'm just saying that it's probably not a good idea to let Apple anywhere near the pirated music you may have on your computer.

Comment o hai, it's just me, Big Brother (Score 2, Interesting) 391

This iCloud thing (haven't heard much about it, I don't follow apple products) just sounds like a way for Apple to legally collect information on stupid music pirates (and probably who has ripped back-ups on their computer) that they can sell to record companies. It's like Steve Jobs saw the South Park episode "Human CentiPad" and figured it would be a good idea to coax people into unknowingly agreeing to let Apple screw over. This program is going to scan your files with the pretense that everything is legal. But of course if it finds anything that doesn't have a proper license it's probably illegal, and therefore Apple would be "inclined" to report to the authorities.

Comment Re:Something fishy here... (Score 1) 140

I had the same feeling when I read this. I just don't understand how any kid could even find the time to become so fluent in so many technical areas. Unless of course his parents force fed him source code since he was an infant; which is probably the case if he is a real person. But this whole thing does seem like it's some sort of advertising conspiracy for ActiveState and their new program (which they probably developed). I checked out the kids twitter account and it does seem like it's written by a 35 year old senior programmer working for some large company. Perhaps this is just an internet personality created by some basement dwelling code monkey seeking attention. I wonder if any reporters have actually done an interview with him on video or at least audio.

Comment Re:To ask the question: (Score 1) 169

Algorithmic programming, sure, but to get to that point you need to cover the basics and then, most of the time, I think you could have the same educational experience focusing on the problem and math to solve it.

Couldn't you just teach algorithms to children with some high level language that handles most of the advanced mathematics in abstract ways that they would understand? And actually, if you've ever taken a computer science course, most teachers will show you how to break abstract, every day tasks into simple routines and how this thinking applies to computers and programming in general. You actually learn about algorithms first and then step into how these routines are resolved mathematically. You could theoretically teach children bubble sort by setting up some kind of abstract system (i.e. blocks with numbers written on them) with set constraints that would force them to algorithmically sort the blocks with the same routines a computer would use.

This actually coincides with what you said about how games like checkers and DnD can teach kids problem solving skills because it IS a form of game. Of course forcing a kid to organize blocks "bit by bit" wouldn't go over so well; even as a programmer myself, organizing blocks doesn't sound like much fun. But there are plenty ways to spice up bland routines with satisfying visuals. Just think of how many people spend hours and hours grinding in MMOs just to fill up a percentage bar and call it "fun".

Programming is ubiquitous enough to where there is an undeniable advantage to at least knowing about it. There's no reason why we shouldn't at least give students the opportunity to appreciate the subject. Think of the look on a kid's face when they learn that the game they were playing is actually completely beatable with a five line script.

Slashdot Top Deals

"The one charm of marriage is that it makes a life of deception a neccessity." - Oscar Wilde

Working...