Slashdot Mirror


User: Simon80

Simon80's activity in the archive.

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

Comments · 558

  1. Re:More concise... on The People vs. George Lucas To Premiere At SXSW · · Score: 1

    Well, that's cool, I think we're in agreement. To be fair to your choice of words, I can't deny that that review could have been more concise, but that would mean removing all the stuff that made it entertaining and awesome.

  2. Re:N800 vs. Palm PDA on Pen Still Mightier Than the Laptop For Notetaking? · · Score: 2, Interesting

    Yes, the handwriting recognition is terrible, but there is no need to use it. There is a stylus keyboard and a full-screen virtual finger keyboard, and the finger keyboard is definitely faster than graffiti. For math and diagrams, however, I can just write directly, which is why the N800 beats a netbook for notetaking. I just wish I had time to give Xournal some love, or at least make it auto-save.

  3. N800 vs. Palm PDA on Pen Still Mightier Than the Laptop For Notetaking? · · Score: 1

    If you like taking notes using a Palm PDA, I would assume you'd like using an N800 at least as much. I take notes using Xournal for Maemo, using a combination of zoom and scrolling to compensate for the smallness of the screen compared to paper. The software isn't perfect, my main complaint being that I have to manually save often to avoid data loss in the case of an occasional hardware or software crash, but it's good enough to keep up with what's on the board, and it probably rivals paper, while still fitting in my pocket.

  4. Re:STOP taking notes already ! on Pen Still Mightier Than the Laptop For Notetaking? · · Score: 1

    Take that up with the profs. I would welcome this, if my profs actually released such material. In classes where slides or notes are released that closely line up with the lectures, I don't take notes.

  5. Re:More concise... on The People vs. George Lucas To Premiere At SXSW · · Score: 4, Insightful

    I second this. It seems possible that the submitter hasn't actually watched the Episode 1 review he linked to. Anyone who thinks it couldn't possibly be worth 70 minutes of their time will realize they are mistaken after 5-10 minutes.

  6. Re:Oh God, not the bourbon. on Organ Damage In Rats From Monsanto GMO Corn · · Score: 4, Interesting

    You have made the mistaken assumption that the techniques used to modify the corn and other plants works exactly as well in practice as it should in theory. The proteins that GMO foods are engineered to produce are already regulated as a food additive, but that's not enough to conclude that such products are safe. Unfortunately, Monsanto lobbied hard to ensure that they wouldn't have to prove the overall safety of the GM plants they were selling, just the safety of the specific proteins they were introducing. They've also done everything they can to ensure that studies that are critical of their products are suppressed. Without any new coverage of science specifically showing that their products are unsafe, they have successfully convinced the public (i.e. you) that their products should be safe in theory. "The World According to Monsanto" should be required viewing for people participating in this debate, it's a documentary about Monsanto's lobbying and litigation tactics, which have a history that goes further back than GM foods. For a much shorter read, see Árpád Pusztai

  7. Re:The article forgot to mention on Boxee Opens Beta To All · · Score: 1

    I'm probably feeding a troll, but suffice it to say that that's blatantly false.

  8. Aviran's place is fishy on Acer Recalls 22,000 Notebooks Due To Burn Hazard · · Score: 4, Insightful

    The last article on aviransplace.com (Windows GodMode features) was copied from CNet. Slashdot could have found a less ad-laden website to send traffic to this time around.

  9. Re:Link Dead on Scambaiting Gets Comical; Internet Scammers All Dressed Up · · Score: 4, Informative
  10. Re:Switching TO Vim on IDEs With VIM Text Editing Capability? · · Score: 1

    You can save yourself from having to decide when to load these plugins by loading them for specific file types. You can make files like ~/.vim/ftplugin/filetype.vim (i.e. c.vim, cpp.vim, python.vim) that contain a few lines to source your script when those filetypes are loaded. You may need to set a variable to ensure that the sourcing happens only once.

  11. Re:Python (or My Butt) on How To Teach a 12-Year-Old To Program? · · Score: 1

    If a given 12 year old isn't motivated to learn Python, they're probably not going to be motivated to learn much else, which would make the whole argument moot. See http://www.pygame.org/docs/tut/chimp/ChimpLineByLine.html for a short justification of this.

  12. Re:Python on How To Teach a 12-Year-Old To Program? · · Score: 3, Insightful

    Because Python is more popular, isn't tied to a proprietary vendor's toolchain and runtime, has various modern features that make it rather powerful, has a wide selection of standard and third party libraries, and can interoperate C or C++ as needed later on.

  13. Re:Because it's hard to measure on Why Coder Pay Isn't Proportional To Productivity · · Score: 1

    Scrum is a good way to force programmers to be conscious of how well they can estimate the time taken to do things (a good thing), while also helping to document where people spent their time. I don't think that necessarily makes it good for measuring developer productivity. The problem is that any high level productivity estimate will fail to take into account the quality of the work, at least in the short term.

  14. Re:Isn't this the opposite of evolution? on Music By Natural Selection · · Score: 1

    Yes, that's the point I was trying to make. The original poster suggested that this was like playing god, and my point was that if you notice that this amounts to selective breeding of music, then such a comment makes sense.

  15. Re:Figures off by a factor of 10 to 100 on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    Inheritance doesn't result in vtables, virtual functions result in vtables. How often have you seen a non-trivial C program that doesn't use function pointers somewhere? C++ doesn't force you to use virtual functions, and neither does the STL. The whole point of templates is to allow the compiler to perform the specialization at compile time.

    Also, your generalizations about threading in relation to the STL are completely misinformed. The manual for libstdc++, for example, says that:

    All library objects are safe to use in a multithreaded program as long as each thread carefully locks out access by any other thread while it uses any object visible to another thread, i.e., treat library objects like any other shared resource.

    Thus, as long as STL objects aren't shared by more than one thread, no locking is required. If not for the niche subject area, and your low /. UID, I'd think you were trolling. Even if your opinions are valid in relation to past experience, they are extreme, and certainly misplaced today.

  16. Re:Isn't this the opposite of evolution? on Music By Natural Selection · · Score: 1

    At first glance, I agreed that the original poster looked like flamebait, but there is actually some sense to what is being said. In natural evolution, selection happens as a result of the environment, which determines if and when creatures die or reproduce. In this case, people rate music, deciding how successful each loop is. If people were doing this with creatures and not music, it would be fair to call it selective breeding.

  17. Re:Figures off by a factor of 10 to 100 on The Environmental Impact of PHP Compared To C++ On Facebook · · Score: 1

    Which STL classes have vtables? The T in STL stands for template.

  18. Re:Bugzilla and Wiki on What Does Everyone Use For Task/Project Tracking? · · Score: 1

    I think that at least with the version control, it smells of serious NIH that the developer would reinvent that wheel instead of basing the product on an existing system. Looking at the FAQ only makes the smell stronger:

    Features provided by fossil that one does not get with other DVCSes include:

    1. Integrated wiki.
    2. Integrated bug tracking
    3. Immutable artifacts
    4. Self-contained, stand-alone executable that can be run in a chroot jail
    5. Simple, well-defined, enduring file format
    6. Integrated web interface

    The extra features seem orthogonal to version control, and designing them all together in one system seems to only make it easier to be sloppy about separating concerns.

  19. Re:Keep it simple on Defining Useful Coding Practices? · · Score: 1

    It's probably better to separate as much of the implementation as possible from the business logic, e.g. by factoring out the view logic. You don't want to over-engineer anything, but at the same time, if you know certain code is likely to change, you want to factor out the parts of it that aren't likely to change as frequently. Comments are probably still useful, but they aren't a replacement for abstraction, where it's warranted.

  20. Re:Keep it simple on Defining Useful Coding Practices? · · Score: 2, Interesting

    Mod parent up! I think that comments should tell you 'what', as well as 'why', in cases where 'what' isn't synonymous with 'how'. When changing existing code, I like to know what the original author's intent was, so I can tell if certain aspects of the existing behaviour are coincidental side effects of how the code was written, or deliberate choices by the author.

  21. Re:svn on Synchronize Data Between Linux, OS X, and Windows? · · Score: 1

    I already use git to manage any files in my home directory that I want to follow me to different machines, as well as to synchronize source code between machines. The OP is highly encouraged to do it this way, you can do the synchronizing over ssh or rsync. Anyone considering cvs or svn for the same thing should use git instead, otherwise they will be stuck syncing from each machine to their cvs/svn server, and not between machines arbitrarily.

  22. Re:Only video sites? on Tired of Flash? HTML5 Viewer For YouTube · · Score: 2, Insightful

    Like other replies have stated, you completely misunderstood the post you replied to. However, what's worse is that the website in your signature is the epitome of what I and most other websurfers hate about flash. The layout is broken (it's a fixed-size rect in the middle of the page), there are no deep URLs into the "site", and the back button is broken because the the navigation is hidden in flash. Instead of posting polemic comments on slashdot, you should just accept that there are reasons why flash is hated and act accordingly.

  23. Re:BS: "tip of the iceberg" on Ryan Gordon Ends FatELF Universal Binary Effort · · Score: 1

    I think being able to install into /usr/share is the first convincing argument I've seen for FatELF, because package management doesn't provide a reasonable alternative for this.

  24. Re:BS: "tip of the iceberg" on Ryan Gordon Ends FatELF Universal Binary Effort · · Score: 1

    Now you have to be a FatELF genius instead. Problem solved.

  25. Re:LyX on How To Enter Equations Quickly In Class? · · Score: 1

    *whoosh*