Slashdot Mirror


User: Needlzor

Needlzor's activity in the archive.

Stories
0
Comments
36
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 36

  1. Re:Are highways and public storage facilities next on Megaupload Shutdown: Should RapidShare and Dropbox Worry? · · Score: 1

    Your analogy is good for most hosting sites but doesn't work for Megaupload. I hate to cite reddit as a source but this guy did a pretty good summary of why MU was shut down. I think the others are quite safe for now.

  2. Re:Note: Swiss pay a copying levy on Swiss Gov't: Downloading Movies and Music Will Stay Legal · · Score: 2

    For what it's worth, we also pay a tax on memory on almost anything that can store a few mp3's in France but we still get screwed if we get caught downloading.

  3. Re:Information Science is Science on Reading, Writing, Ruby? · · Score: 1

    You missed my point. I agree that there needs to be some sort of class to offer to high level concepts like the functioning of a network of computers, basic OS concepts and intro to some basic programming, but the notion that we should skip on "bits & bytes" just because it is bound to change is ridiculous.

  4. Re:Information Science is Science on Reading, Writing, Ruby? · · Score: 1

    Same applies to maths. Mathematical theories are abstract constructs that can (and sometimes are) replaced with more efficient ones, but that doesn't mean we should stop teaching the old ones, because knowing where we come from help assessing the relevance of new theories. Just as possibility theory hasn't wiped out probabilities, ternary logic hasn't wiped out boolean logic (and ternary computer have existed since 1870). The underlying logical models do matter.

  5. Re:funy on How Technology Is Shaping Language · · Score: 1

    I tend to think that we haven't actually left those times. The only difference is that back then there was a valid explanation (mainly economy of space - writing tools and support were expensive) while now it is just an expression of people being 2 lazy 2 bothr wrting all te ltters & pncttion.

  6. Re:funy on How Technology Is Shaping Language · · Score: 2

    I am not debating whether it is a good or bad thing, I am just sick of people thinking this is somehow a "new thing" caused by [technological innovation] and that all people are more stupid compared to [insert era before major technological innovation]. It is not new. It is probably as old as the act of writing itself (and I say probably only because I am too lazy to search for a citation).

  7. Re:funy on How Technology Is Shaping Language · · Score: 2

    Using abbreviations to save time or express words phonetically is as old as the Romans and the ancient Greeks, it has nothing to do with twitter.

  8. Re:B-b-b-but atheism! on Science and Religion Can and Do Mix, Mostly · · Score: 2

    Have you even RTFA ? Nowhere does it say anything about atheism, it talks about whether scientists think there are conflicts or not.

  9. Re:Absolutist statements = No-No on Science and Religion Can and Do Mix, Mostly · · Score: 1

    Came here to post this - I think it was a poor choice a word. One could very well have written that "85% of scientists think that there are conflicts between religion and science" and it would have made more sense. Now what frightens me is the 15% that think that there is no conflict at all.

  10. Re:Fail on Mozilla Foundation Releases Firefox 7 · · Score: 1

    Eww - I would tend to agree wholeheartedly. In my research institute we have a few Agile nutjobs that try to evangelize their methodology - despite the fact that the academic settings mean that anything "Agile" makes no sense at all.

  11. Re:Stanford AI and Game Theory? on Ask Slashdot: Best Way To Learn About Game Theory and AI? · · Score: 5, Informative

    www.ai-class.org, by Sebastian Thrun and Peter Norvig

  12. Re:Textbook Sales... on More Stanford Computing Courses Go Free · · Score: 1

    Textbooks are the base on which you build before you go on checking the current research on a topic - they are not only useful but also quite often essential, both as a reference and as an introductory text. What you just said doesn't make any sense: what if the team which happens to leads in my field is tens of thousands of km away ? What if I study multiple subject dominated by, say, one institute in Belgium and the other in the US ? What if, say, I want to study general architectural theories for common sense reasoning systems, do you think I can go bother Pr. Minsky ? Maybe I should even go see Don Knuth for my advanced algorithmics class. And as another commenter pointed out, you can be a great researcher and a sucky teacher. Or even a so great researcher that you don't necessarily have time to teach. Or... you could just find a good textbook. A textbook written by people who happen to be knowledgeable about the subject and not suck at explaining things (I'm not saying all textbooks are like that - a lot of them are terrible - but there are some pearls that are usually not hard to find to get into a subject quickly).

  13. Re:Sigh, is it that hard to read? on Former Google CIO Suggests 'Do Dumb Things' · · Score: 1

    "This was repeated by Facebook. You will find endless experts claiming you could never scale either PHP or MySql to be a serious site, yet one of the largest sites in the world runs on those two." Except that Facebook: - compiles its PHP to C, so in the end it really has nothing to do with PHP anymore apart from the syntax they code in. So the "endless experts" were right: PHP is an unscalable turd. - runs like a piece of shit anyway. Numerous problems of disappearing messages, posts that can't be seen for hours after they were supposed to. The only reason it isn't a real problem is because nobody does real work with Facebook, it is used only for leisure so nobody gives a shit if a message appears right now or in a dozen of hours. So... Once again, the "endless experts" were right.

  14. Re:Have you not seen on Can AI Games Create Super-Intelligent Humans? · · Score: 1

    Not my field at all so this is a real question: wouldn't that percentage depend on the student ? It was my understanding that people respond differently to different ways of teaching (some learn more with visual content, some prefer audio stuff, some are better with books, some respond better to a combination of multiple ways), so wouldn't there be a certain "kind" of students whose favourite method of learning would be through an intelligent tutoring system ? I know this is purely anecdotal so only for illustration purposes and not as proof, but for instance in my case I know I always fear "looking dumb", even though I know I'm here to learn, so it stops me from asking questions that would make me look like a complete moron. When confronted to a computerized tutoring system (even a basic one such as the Open Learning Initiative courses) I don't have that kind of anxiety so I am not afraid to make mistakes and do the same exercises over and over until I get everything right, which in the end helps me learn more efficiently (or so I like to think).

  15. Re:No, really - this is a toy on Stanford Students Build "JediBot" · · Score: 1

    Care to point out where it is said that it is a "breakthrough" in anything ?

  16. Re:The things they will NOT learn are interesting on Stanford CS101 Adopts JavaScript · · Score: 1

    "Linked lists. Recursion. Calling by reference. Strong typing. Explicit declaration" With the exception of calling by reference and maybe linked lists nothing here is low level: these are programming language features that you need to know as soon as possible so you can focus on the interesting stuff (designing efficient algorithms for instance). How can you even program if you don't know how to use recursion ? Even if it's introductory, it's supposed to be CS, not "how to hack up a CRUD in 12 steps". But I guess that's also a cultural thing. When I was taught the basics we had that in two separate modules: algorithms (pen and paper) and programming languages (the gory details). We didn't type in a single line of code until we knew how to build basic algorithms and how to implement it (we began with C++, then C and finally Java).

  17. Re:French solution on Red Wine Counters Some Negative Health Effects of Microgravity · · Score: 1

    Yes. And it's a problem. I guess we're going to see if some red wine can solve it (yes, I'm french).

  18. Re:How would I know? on How Google+ Measures Up On Privacy · · Score: 1

    Aw, my mistake. And sorry for your ex. That's f***ed up.

  19. Re:The things they will NOT learn are interesting on Stanford CS101 Adopts JavaScript · · Score: 1

    Then when? The sooner you get this stuff carved into the students' minds, the better. Are you going to spend a whole semester on looping and conditional structures ?

  20. Re:How would I know? on How Google+ Measures Up On Privacy · · Score: 3, Informative

    Not exactly. Nobody can see who other people have put in their circles and that is the whole point of it: only you see how you have compartmentalized your contacts. In addition to that, if you don't have a Google+ profile (doesn't matter if you have a Google normal profile or any other email address), you can still be added to a Circle and when someone who has added your address in a Circle shares something into that particular Circle, you will only receive an e-mail with the message/video/thing shared and a link to join Google+. Nothing more than that.

  21. Re:Revelation: 13-17 on Ex-NSA Chief Supports Separate Secure Internet · · Score: 4, Funny

    I agree, it really is annoying to people like me who actually are right.

  22. Re:PHP too on Facebook Trapped In MySQL a 'Fate Worse Than Death' · · Score: 1

    Except they "solved" that problem already by developing a PHP -> C++ compiler (http://en.wikipedia.org/wiki/HipHop_for_PHP).

  23. Re:Delusional editorialism! on Facebook Trapped In MySQL a 'Fate Worse Than Death' · · Score: 1

    My thought exactly - wish I could mod you up.

  24. Re:Successful Troll is Successful on Facebook Trapped In MySQL a 'Fate Worse Than Death' · · Score: 1

    MySQL is not free ; and considering his curriculum, I'd put more trust in Stonebraker's advice than in any of Facebook's "engineers".

  25. Re:online games on Sony Introduces 'PSN Pass' To Fight Used Game Sales · · Score: 4, Insightful

    Want to kill used market? Stop selling your stuff as if customers were made of gold, and stop with the "Keep that up, and soon nobody will create anything anymore" fear-mongering crap: the entertainment industry has been using this line with "piracy" for decades and nobody gives a fuck. My 2 cents.