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. All hail id Software on Tribes 1 Returns In-Browser At GDC Next Week · · Score: 1

    not sure who came up with the idea first, but it looks like id is trailblazing again, this time with quake live. of course, kudos for the tribes guys for following suit.

  2. small subset? on Outage Knocks Gmail Offline For Many Users · · Score: 2, Interesting

    apparently half of europe is a small subset of their users, way to go!

  3. Re:I played the closed beta... on Quake Live Open Beta Begins Feb. 24th · · Score: 2, Insightful

    what you complain about defines quake, so i don't give much hope that it'll change.

  4. Re:Not true for JGE on Champions Online, Jumpgate: Evolution Both Due In June · · Score: 1

    so enlighten us and tell us if it _is_ good because an MMO+Freespace=pure win from my POV.

  5. Re:Sad! Another misplaced priority on EU Commissioner Wants Standard For Mobile Phone Connectors · · Score: 1

    you are not unreasonable, you are off topic. standardized connectors are badly needed.

  6. Re:Not a surprise. on Pirate Bay P2P Trial Begins In Sweden · · Score: 1

    morality is like an ass, everybody has his own.

  7. Re:A Strawman for the Symptom on Pirate Bay P2P Trial Begins In Sweden · · Score: 1

    i would still have it, sherlock. someone else would have it, too, but it wasn't _taken_ from me. besides, potential income is not income. we both know people who download stuff wouldn't magically appear in stores the second the internet went dark.

  8. Re:Wait... don't do it now. on How To, When You Have To Encrypt Absolutely Everything? · · Score: 1

    DES? DES is too weak. It's either AES or don't bother.

  9. Re:Annoying but expected on Why Your Pop-Up Blocker Doesn't Work Anymore · · Score: 1

    sounds like a mutual agreement, then.

  10. Re:That's why Adblock plus exists ! on Why Your Pop-Up Blocker Doesn't Work Anymore · · Score: 1

    not a single ad here, sorry. noscript+adblock plus.

  11. Re:Annoying but expected on Why Your Pop-Up Blocker Doesn't Work Anymore · · Score: 2, Insightful

    if a refresh doesn't help, i click on my huge bigass Ctrl+W and never come back in such cases.

  12. Re:And I thought it finally safe... on Midnight Commander Development Revived · · Score: 1

    yeah, when it's sleeping in a blocking read(). well, maybe that's not a good reason.

  13. Re:This is exactly what we need... on Adobe To Open Real-Time Messaging Protocol · · Score: 1

    still, RTP+SIP or H.323 should do everything this does, unless it's got some uber-feature that at least one of those two doesn't have. which i doubt.

  14. Angband prior art on Nintendo Files Patent For Game That Plays Itself · · Score: 2, Informative

    IIRC Angband bots did that.

  15. Re:Darcs vs. Git on Perl Migrates To the Git Version Control System · · Score: 1

    actually, the real reason is that it works as advertised, is damn fast and there's a Really Big and Important Project using it - namely, the Linux kernel. any sane person will admit that if a project of such size is using something, then it's at least an option to consider.
    OTOH, hg is used by openjdk and mozilla, and bzr by launchpad (which means shuttleworth's $$$ are behind it.) it's not like there's no choice, the principles are similar.

  16. Re:it depends on the size, I think on Perl Migrates To the Git Version Control System · · Score: 1

    like when you don't have to manually list commits you want to merge back into a branch, and that if you merge, it doesn't look like one big diff in the history.

  17. Re:it depends on the size, I think on Perl Migrates To the Git Version Control System · · Score: 1

    I'm working on a small project with 4 people at the moment, and SVN is perfectly fine, and I can't really imagine what I'd do with a distributed version control system (I'd just use it like a centralized one, pushing everything to the one repo everyone pulls from).

    it's worth it for local, offline commits even if you're working alone.

  18. Re:How reinforced are these cables? on Mediterranean Undersea Cables Cut, Again · · Score: 1

    like how? you want to weld them to a steel scaffold and flood that with concrete?

    here's me doing googling for you: http://en.wikipedia.org/wiki/Submarine_communications_cable

  19. Bored into the Dark One's prison on Drilling Hits an Active Magma Chamber In Hawaii · · Score: 1

    was the project leader called Mierin by any chance?

  20. Re:New for 2009! on Strategy Games Improve Cognitive Functions In Older Adults · · Score: 1

    Ask a grandmaster what chess is before claiming that it's strategy.

  21. Re:Impactors all the way on Birth of the Moon: a Runaway Nuclear Reaction? · · Score: 1

    i think your high school teacher had several orders of magnitude of problems.

  22. Re:How Big the Earth, How Thin the Crust on Birth of the Moon: a Runaway Nuclear Reaction? · · Score: 1

    no way we're letting those scientist free the Dark One. boring through the crust is strictly forbidden.

  23. Re:Learn C and Python on What Programming Language For Linux Development? · · Score: 5, Funny

    I've worked professionally with a hammer and it was totally unusable. We've had 4 finger smashes a week. Hammers are absolutely unusable on real world projects; worse, they're counter-productive due to that finger crap.

  24. Re:How much do you want to learn? on What Programming Language For Linux Development? · · Score: 1

    ever heard of this mono thing?

  25. Re:Author is Pedantic on Model-View-Controller — Misunderstood and Misused · · Score: 1

    The view should do ZERO processing.

    practicality beats purity.