Slashdot Mirror


User: imbaczek

imbaczek's activity in the archive.

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

Comments · 391

  1. Re:Environmentalism on BP's Final "Top Kill" Procedure For Gulf Oil Spill · · Score: 1

    reality is that homeowners shouldn't get those loans in the first place.

  2. Re:... Hear no evil. See no evil. on Giant Plumes of Oil Forming Below the Gulf's Surface · · Score: 2, Interesting

    it's not all oil, it's also water and natural gas.

  3. Re:Agebra... on Which Math For Programmers? · · Score: 1

    that's completely, totally, absolutely, 100% right. go for discrete maths, it helps in every kind of programming you may end up in.

  4. Re:My two cents as a software developer on Are Complex Games Doomed To Have Buggy Releases? · · Score: 3, Insightful

    nowadays, most of the cost of developing a game is the art. of course, you need programmers and when they screw up, it's usually a bigger problem than a broken texture, but there are tons more artists than coders on the credits in major titles - and that's what you mostly pay for.

    your point still stands, though.

  5. Re:nVidia 9400M on NVIDIA Ships Decent DX10 Graphics Card For Under $100 · · Score: 1, Interesting

    apples to oranges.

  6. Re:The problem is not an efficient algorithm on What Computer Science Can Teach Economics · · Score: 1

    everything exponential stops being sustainable very abruptly; humanity may not notice that it crossed the line.

  7. Re:There are two sides in that coin... on Tech Allows Stable Integration of Wind In the Power Grid · · Score: 1

    About as well as capitalism is working out for us, apparently.

    That's too bad since it usually works pretty well.

    Precisely.

  8. Re:Certain Manufacturers are Doing It Wrong on Reliability of PC Flash SSDs? · · Score: 1

    Not anymore, I think, but there was a period of time a little while back when the firmware updates were coming thick and fast.

    yes, and praise them for this. they made a product which wasn't ideal but were dedicated to making it work, and the results are visible in e.g. OCZ Vertex, which is (arguably) the best bang for buck atm.

  9. Uh... I don't see it included soon... on Con Kolivas Returns, With a Desktop-Oriented Linux Scheduler · · Score: 0

    What is it?

    BFS is the Brain Fuck Scheduler.

    yeah...

  10. Fork it. on Contributing To a Project With a Reclusive Maintainer? · · Score: 3, Informative

    Use something like git and maintain your changes in your branch which you can push to e.g. github (substitute hg and bitbucket where appropriate). You'll have the added benefit of easy merging with upstream.

  11. Re:Python and Pygame on The Best First Language For a Young Programmer · · Score: 1

    so you suggest kids should be writing their own pygame versions? somehow i don't believe they'll learn anything.

  12. MD6 on SHA-3 Second Round Candidates Released · · Score: 2, Interesting

    I'm quite surprised Rivest didn't make it to round 2. Could anybody share some details about this decision?

  13. Python representation is misguided. on Linux Distributions' Tracking of Upstream Projects Examined · · Score: 1

    There's a problem with Python in there. You shouldn't consider Python 3 as a newer version of Python 2, as it was in LAMPPP. If anything, you should consider Python 2 and Python 3 as separate projects, making it LAMPPPP.

  14. Learning by doing. on Which Language Approach For a Computer Science Degree? · · Score: 1

    The only way to learn how to write software is, you guessed it, write software. Write a game in opengl or a physics simulation (gravity works nice) if you aren't into games. Do it in several languages and you'll see why they're teaching you the way they are - because language ultimately doesn't matter.

  15. Re:Suggestions on Best Mouse For Programming? · · Score: 1

    no mod points, so i'll comment - mx518 is THE mouse to get if you're right-handed.

  16. Re:Brooke is a deviation on Doctors Baffled, Intrigued By Girl Who Doesn't Age · · Score: 1

    may you live forever.

  17. Re:I don't have anything really smart to say on Doctors Baffled, Intrigued By Girl Who Doesn't Age · · Score: 1

    don't have mod points so i'll just say that it sucks.

  18. Re:They let anyone on these days... on Dungeons & Dragons Online Goes Free-To-Play · · Score: 1

    I prefer to not turn the game on in the first place.

  19. Re:"functional programming languages can beat C" on World's "Fastest" Small Web Server Released, Based On LISP · · Score: 2, Insightful

    you can't be faster than C, because only C has access to complete 100% of special functionality OS kernels provide, like sendfile(). this challenge is moot and everybody knows it; the point is to _not_ be writing in C and achieve speeds which are respectable and/or fast enough.

  20. Will I like this game? on UI Customization and Capital Ships In Jumpgate Evolution · · Score: 1

    I hate EVE, but love Freespace 2. Is J:E a game for me?

  21. Re:For the greater good on Debian Switching From Glibc To Eglibc · · Score: 1

    yeah, and we all know the universe couldn't handle THAT.

  22. Re:Patient zero on WHO Raises Swine Flu Threat Level · · Score: 1

    i don't want their bugs in any case.

  23. Re:How little progress we are making on AMD Overclocks New Phenom II X4 To 7 GHz · · Score: 1

    Left4Dead doesn't even look that good, I found it meh. Crysis and friends look better.

  24. Re:i find it so hard on Taming Conficker, the Easy Way · · Score: 1

    there are people who complain that any update they install slows down their box, so they turn off autoupdate and just reinstall when the malware starts bogging their OS. these are mostly the guys who think they know computers because they can fiddle with the control panel but know nothing about how software really works. they just assert th

  25. Re:Requires root privileges or physical access on Researchers Demo BIOS Attack That Survives Disk Wipes · · Score: 2, Informative

    hardware solution is a must here. if the bios is patched with malicious code, you can't trust any of its settings.

    also, the backup bios has to be read-only.