Slashdot Mirror


User: Tragek

Tragek's activity in the archive.

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

Comments · 303

  1. Re:Never thought I'd hear that name again... on Facing Oblivion, Island Nation Makes Big Sacrifice · · Score: 1

    *islands. Islands. Plural. Many islands.

  2. Never thought I'd hear that name again... on Facing Oblivion, Island Nation Makes Big Sacrifice · · Score: 5, Interesting

    Quite enjoyed J. Maarten Troost's The Sex Lives of Cannibals which takes place on the island of Kiribati. A great beach book.

    It's interesting to hear the government making a commitment like this. As the article has the president saying: "One million is 1+1+1 and so on. Every person and every action is important." Too often forgotten methinks. The cynic in me is losing out today; facing extinction of their islands, I can hope enough that they're sincere, and they others will listen.

  3. Re:SEE! on Boeing Gets $89M To Build Drone That Can Fly For 5 Years Straight · · Score: 1

    Haha. Indeed. Almost certainly significantly cheaper than your average satellite, while giving a flexibility not available in satellites.

    Out of curiosity, is 60,000 feet high enough to avoid commercial airliner traffic? IE, would these things need to hook into Air Traffic Control?

  4. He's crazy right? on Rupert Murdoch Claims To Own the 'Sky' In 'Skype' · · Score: 4, Insightful

    I thought trademarks were related to the possibility of accidental confusion. If Murdoch thinks the average person will confuse BSkyB and Skype, he must have the most horrendous opinion of the average person!

  5. Re:Dumb cheats are easy to catch on How Easy Is It To Cheat In CS? · · Score: 2, Informative

    Nope; Obfuscation isn't enough. Specialized parsers measuring similarity exist:

    http://www.wired.com/science/discoveries/news/1998/02/10464

    While you can't catch everyone, disguise is not enough. (And not a measure of skill either).

  6. Good arguments against open access? on MIT To Make All Faculty Publications Open Access · · Score: 2, Funny

    I have a really hard time coming up with good arguments against open access publishing. Do they exist? Or are all arguments against flat out support of the publishers' business model?

  7. I want to believe on Shell Ditches Wind, Solar, and Hydro · · Score: 1

    I really really want to believe in Carbon Sequestration, but it just screams bullshit to me. Can anyone point me to analyses of it? Maybe even one or two where it's not bullshit?

  8. Grim Fandango on ScummVM 0.13.0 Delivers New Adventure Games · · Score: 1

    All I want for christmas is the Residual (http://www.scummvm.org/subprojects.php) engine to get full time development status so that I can finally finish Grim Fandango.

  9. Re:25 years of .... on Plug-In Architecture On the Way For GCC · · Score: 1

    The FSF are the fundamentalists of the software world, in all fashions.

    Read the rationale for this: "Developing nonfree software is not good for society, and we have no obligation to make it easier." No mention of the possibility that developers may be able to decide on their own.

  10. Re:Good analysis on In-Depth With the Windows 7 Public Beta · · Score: 1

    Well, the point he made about the new taskbar being "better", though "cribbed from cupertino".... I find that the ultimate hilarity. the one thing most people I know who use OS X _dislike_ is the dock. Myself included (though, I find pinning the dock to be significantly better, and that's basically done by default I think in 7. (to pin: defaults write com.apple.dock pinning -string start) )

  11. Re:CS is about HOW. The fun stuff is WHAT. on Interesting Computer Science Jobs? · · Score: 1

    Of course, it's too bad what you say about compilers... really, that's where my interest lies. I guess I'll just have to make my own way there. Of course, my interest in compilers is optimizations not the standard parser -> IL -> machine code route (which, yes, is easily outsourced).

  12. Re:CS is about HOW. The fun stuff is WHAT. on Interesting Computer Science Jobs? · · Score: 1

    I wish I had mod points; Easily the best comment in the discussion.

  13. Re:Why are you a CS major? on Interesting Computer Science Jobs? · · Score: 1

    Yeah, the attitude in here that CS == Coding seems to be quite.... backwards at least from my POV. Of course, my POV is that a CS Degree is about computation, Software Eng is the coding, and IT is the Enterprise putting components together.

  14. Re:No it doesn't. on Fairpoint Pledges To Violate Net Neutrality · · Score: 1

    Yup. Shitty copy writing, but a non-story.

  15. Re:Prices! on Your Favorite Tech / Eng. / CS Books? · · Score: 1

    I feel bad. I've been so conditioned by university text book prices that I no longer blink at books that cost that much. Of course, it means I don't buy books anymore.... but I don't blink.

    I'm really waiting for the textbook publishers to get on the Ebook train so I can justify a 600$ ebook reader. Would make my life much easier.

  16. Re:Design Patterns on Your Favorite Tech / Eng. / CS Books? · · Score: 1

    My problem with the GoF book is that the "patterns" feel like someone is adding a terminology to something that doesn't really need it. It feels... over engineered to talk about patterns. Yes, there is useful information in there, and most likely everyone who does programming should read it / learn about design patterns, but I loathe the types of discussion that come from design patterns.

  17. Re:BitTorrent on Canadians Miss Out On Doctor Who Season Finale · · Score: 1

    Well, I thought, hey, what's the hurry, I'll just watch on CBC.

    Not any more; Screw it. I'll do what I've historically done with Torchwood: I'll watch it a day after the brits do.

  18. Re:False dichotomy on Twenty Years of Dijkstra's Cruelty · · Score: 0, Redundant

    It's a dichotomy if you conflate the practice of creating programs for a user with creating programs to solve problems.

    The kind of programming Dijkstra is talking about is solving mathematical problems like finding the shortest path, etc. Not programming in the sense of providing a neat visualization of the path a packet takes between routers.

    There is some overlap, yes, but I think that the distinction between CS (what Dijkstra is talking about) and Software Engineering is that CS is about creating the algorithm to find a result. Implementation is detail after the algorithm is created, and is independent of language, and so it makes sense to teach a provable non-language rather than a language like C,Java,Perl,C++,Smalltalk etc.

    The reason people don't like what he says however is mostly because of the lack of differentiation between software engineering and CS in most schools. They think of a degree as a practical piece of paper for a job, not as being taught an entirely different way of thinking. In this case CS degrees are teaching things that are really beyond its ken.

  19. Re:Really interesting work on Revamped WebKit JavaScript Engine Doubles In Speed · · Score: 1

    As near as I can tell, most of what's being done in SquirrelFish, V8, etc is not new; Most of it was pioneered in the Java JITs. It's just interesting to see this applied to other languages

  20. Really interesting work on Revamped WebKit JavaScript Engine Doubles In Speed · · Score: 2, Insightful

    I really am loving this JS engine war; I don't program JavaScript, and know nothing about JIT, but having read more than my fair share of compiler optimization and analysis papers, it's really good to see that compiler tech and research is alive and kicking.

  21. Re:More Quotes from the Future on McCain Picks Gov. Palin As Running Mate · · Score: 1

    WTF. Funny? insightful, informative, but funny? WTF mods.

  22. Re:confirmed on mac os x 10.5.4 on Adobe Flash Ads Launching Clipboard Hijack Attacks · · Score: 1

    On leopard, with iClip, iclip crashed, then the whole thing locked.

  23. Re:DRM is killing PC gaming for me. on Game Developer's Response To Pirates · · Score: 1

    I'm very surprised to find out that Bioshock on steam still has secure rom. That's a bit of a black eye on the so far almost flawless platform. Steam for me is the only real stop worth considering for games for me. It's gotten to the point with me that I wish boxed copies of game from publishers on steam would include a steam activation code so I could just steam tbe bloody games I buy boxed.

  24. Re:DRM is killing PC gaming for me. on Game Developer's Response To Pirates · · Score: 2, Informative

    serial number to go along with it.

    It's your credit card.

  25. Re:Only a small part looked simulated on Olympic Opening Ceremony Fireworks Were (Partly) Faked · · Score: 0

    Yeah... the footprints... duh?