Slashdot Mirror


User: lucian1900

lucian1900's activity in the archive.

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

Comments · 207

  1. Re:Rewrite in C/C++ on Notch Announces Minecraft 'Adventure Update' · · Score: 1

    I'm not convinced the JVM is at fault here. I've seen very efficient Java games.

    And very efficient Java servers. Minecraft's server is plain idiotic (uses threads! figure that). Bravo uses a fraction of the resources and it's written in Python.

    That said, Minecraft is indeed awesome.

  2. Re:drag and drop? on Ubiquitous Computing Gadget To Teach Coding · · Score: 1

    Having just finished a UK uni, I can confirm this. We were taught mostly Java, but were expected to be able to learn C/C++/other on our own in 3rd year. Very few of my fellow students are capable of programming at all, and many of them have better marks than me. Sad.

  3. Re:er... on Free Software Faces a Test With Qt · · Score: 1

    When it comes to the quality of the GUI bits, it's not at all. Things such as ease of binding is where Gtk may win.

  4. Re:Choices are good, but... on Oracle To Give OpenOffice.org To Apache Incubator · · Score: 1

    Many non-technical people I talk to call it "Mozilla" because it's prefixed as such.

  5. Re:Skype on Linux on Skype Is Working To Defeat the Reverse Engineering · · Score: 1

    It does some suspicious things too, like reading /etc/passwd. Ideally to be used in a chroot.

  6. Re:How About ... on Amazon and Barnes & Noble Jostle Over Battery Life Figures for Nook, Kindle · · Score: 1

    I have a PRS 350, I get 1-2 weeks of usage, and I also read a lot. If I also use it for taking notes, a week or less.

  7. eReader on Alaska Airlines Jettisons Paper Manuals For iPads · · Score: 1

    I would think an eReader would be more appropriate. There are plenty of cheap ones out there, too.

  8. Re:less MS does ... on Sony Won't Invest As Heavily In PlayStation 4 · · Score: 2

    Or they could sell read-only SD cards. They're cheap and arbitrarily large.

  9. Re:Not "less powerful", but "less investment" on Sony Won't Invest As Heavily In PlayStation 4 · · Score: 1

    It's unlikely they'll drop the Cell, especially now that it's established technology.

  10. Re:Same architecture, better process? on Sony Won't Invest As Heavily In PlayStation 4 · · Score: 2

    It's likely that's just what they'll do. Newer Cell, more memory and a better GPU.

  11. Re:Bad for GL development? on Sony Won't Invest As Heavily In PlayStation 4 · · Score: 1

    Developers don't care about APIs much, most of them want low-level hardware access. OpenGL ES on the PS3 and Wii go pretty much unused.

    And lack of OpenGL usage is not a real bottleneck for porting to non-MS platforms either. Devs that follow good practices find it very easy to support pretty much any rendering API.

  12. Re:Why would they invest heavily now? on Sony Won't Invest As Heavily In PlayStation 4 · · Score: 1

    The biggest problem is the GPU, it's crap. Talk to any game dev and they'll tell you the Xbox360 is their biggest graphics bottleneck, followed very closely by the PS3. None of them seems to bother with the Wii.

  13. A better article on what happened on War Over Arsenic Based Life · · Score: 3, Interesting
  14. Re:The problem: too much data sharing on What Makes Parallel Programming Difficult? · · Score: 1

    The problem is the combination of mutable and shared state. If state is either immutable shared or mutable private, everything is much easier.

    Things get even more interesting with persistent immutable data structures, like Clojure's.

  15. Re:Cost cutting? on HTC To Unlock Smartphones' Bootloader · · Score: 1

    That doesn't bother me in the least, if only they'll let me.

  16. Re:Benefits on HTC To Unlock Smartphones' Bootloader · · Score: 1

    I concur. But I also really want a physical keyboard on my phones. I had a G1 (the best phone keyboard I've used) and now I use a Motorola Milestone (thought it would be unlocked like the Droid before I got it). There are no prospects for a good unlocked phone with a keyboard in the near future.

  17. Re:Efficiency is hard on What Makes Parallel Programming Difficult? · · Score: 1

    The problem is using mutable shared state. If you change one of those properties (mutable private state and immutable shared state), writing correct and efficient programs suddenly becomes much easier.

  18. Re:Parallelisation of serial code is the problem on What Makes Parallel Programming Difficult? · · Score: 1

    Erlang has most of the observable properties of Occam, so it's not all lost.

    The problem is that people still insist on using mutable shared state in concurrent programs. If only they stopped doing silly things like that...

  19. Re:"morality, decency and propriety" on Australia Reveals R18+ Video Game Guidelines · · Score: 1

    What I don't understand is why murder is generally fine for American/Australian/Canadian audiences, but rape is somehow not.

    Even consensual sex is considered much, much worse than murder. Suggesting polygamy or drugs? That's even worse! I find that very disturbing.

  20. Re:This Is Ridiculous on FSF On How To Choose a License · · Score: 1

    Most people don't realise that BSD is in fact weakly copyleft. Read the license again.

    Arguably the most free license in the world is MIT. Of course, nothings wrong with BSD or Apache or Artistic or even GPL. Just get your facts straight.

  21. Re:Lost?? on Computer De-Evolution: Awesome Features We've Lost · · Score: 1

    I quite like flat keyboards. Apple's are ok, but the one on the Thinkpad Edge is even better.

  22. Re:Real Power Buttons on Computer De-Evolution: Awesome Features We've Lost · · Score: 2

    It doesn't bother me much that I can't turn things off instantly, but I would like more hardware volume controls, like the Pandora has.

  23. Re:Variable size RAM disk on Computer De-Evolution: Awesome Features We've Lost · · Score: 1

    Hibernate with an SSD and a fast bios (coreboot is an option, yes) is pretty much that.

  24. Re:Brain Thoughts on Researchers Grow a Brain In a Dish · · Score: 1

    I quite like them, they're interesting and new without losing the spirit of the originals.

  25. Re:Wait.. on Twitter Prepared To Name Users · · Score: 1

    It is extremely easy to perform identity theft on Facebook (or a number of other nasty things), and Facebook themselves aren't helping the matter. Is one of your friends using a malicious application? That's enough.

    The odds that some government will target me for some nastiness is low indeed. But the odds of being falsely accused of something because of Facebook? Or having money stolen from me? Or getting burgled? They're large enough that I'll take the safe route.