Slashdot Mirror


User: bilgebag

bilgebag's activity in the archive.

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

Comments · 55

  1. I'm still using 2.2.15... on Vanilla Kernel 2.6 Stability vs 2.4? · · Score: 1

    you insensitive clod!

  2. I missed it... on Yahoo! Launches Audio Search Beta · · Score: 2, Funny

    Where's the 'I'm feeling like a cheapskate bastard - show me the free stuff' button?

  3. Re:wow -- better file a PATENT NOW on Torvalds Unveils New Linux Control System · · Score: 1

    We don't have software patents in Europe (yet). I'd be happy for Linus, OSDL or any other trusted third party to file a defensive patent on my behalf (and pay for all the required searches!). I'm also looking for a new job if someone wants to hire a +4 Insightful mind who has ideas as good as that every morning in the shower. Hardly ever at work, granted, but in the shower, yes.

  4. Re:wow, that has some rough edges alright on Torvalds Unveils New Linux Control System · · Score: 4, Insightful
    ..like the business of not storing deltas to files

    Actually, that's a feature. One of Linus' main objections to existing SCMs was that they're too slow -- and most of that sluggishness comes from the time necessary to calculate and resolve deltas in the ubiquitous RCS files.


    Obviously what needs to be taken into account is that is isn't necessary to do the delta creation at the point of check-in etc, a background process could promote 'clone' type mods into 'delta' type mods at its leisure, maybe even with a delay so only patches unlikely to get reverted are folded down to delta format.

    That way the workload gets distributed as well as the actual development.
  5. Hmm on Bill Gates to Receive Honorary UK Knighthood · · Score: -1, Troll

    He's still a cunt though

  6. Re:And it's REALLY STUPID on Episode III Opening Crawl Released · · Score: 1

    However, I believe Grevious is the model of a modern (like, major) General.

  7. Re:And it's REALLY STUPID on Episode III Opening Crawl Released · · Score: 2, Funny

    But Lucas has been using very stupid names since before Star Wars (episode 4, whatever). His original pitch described the film as:

    "the story of Mace Windu, a revered Jedi-bendu of Ophuchi who was related to Usby C.J. Thape, a padawaan leader to the famed Jedi" ...

    Twat.

  8. Re:Solution: disease, war, famine. on BBC on Global Dimming · · Score: 1

    > When are we just gonna admit that the easiest, nay only, fix is to just have a shitload less people?

    Well volunteered. Do you have a gun in the house?

  9. Re:About portability on NetBSD 2.0 Released · · Score: 1

    Well... My Cobalt Qube 2 does not have a display, nor does one of my current projects at work...
    Now, what would be the point of making sure KDE or Gnome work on these devices



    Surely it doesn't need a 'display', it just needs a DISPLAY ? Think Xvnc...
  10. Re:A bit unnecessary, no? on A Brief History of the iPod · · Score: 1

    > A $50 CD player would probably play mp3s.

    Absolutely, there's no problem with putting 50 hours of spoken-word material on one CD-R.

  11. Re:Favorite Comment from the Previous Article on A Brief History of the iPod · · Score: 1

    > There is Apple's market. Pretty slim, eh?

    Too right, how many people with five hands do you know?

  12. Re:And there's really no defense on Failing Grades For Most Anti-Spyware Tools · · Score: 1
    I used to think that what Windows needed was an SU ability


    Ah, that'd be Microsoft's patented idea?
  13. Re:Firefox is becomming the #1 browser where I wor on Microsoft Says Firefox Not a Threat to IE · · Score: 1

    Surely Microsoft products don't have the ability to write to PDF files *because* Adobe pay Microsoft (in kind, in patent cross-licensing, whatever) *not* to include features which would compete with their for-money offerings.

  14. Re:Check out the US Patent Examiner... on Dell Infringes on Patent by Selling Overseas? · · Score: 1

    Even in interactive variants of EDI there are no menus and selections as described by this patent. The patent sucks pustulent bunnies, but EDI isn't a remotely applicable piece of prior art.

  15. Re:Why don't the banks implement this? on Yahoo Shuts Down Their PayPal Competitor · · Score: 1

    You can often set up any account as a 'bill payment' and then administer them through any cashpoint / ATM.

    I used to pay my rent this way and my wife and I fund our joint a/c for bills like this.

  16. Re:More serious apps... on 30th Anniversary of Pascal · · Score: 1

    There's an HTML version of the last SWAG release from 11/29/1997 here http://www.bsdg.org/SWAG/

  17. Re:IE png support on GIF Slips Away From Unisys; Your Move, IBM · · Score: 1

    Never attribute to malice, that which can be explained by stupidity. Unless you're talking about Microsoft. On Slashdot.

  18. Re:Complete Audio CD on H2G2 Film Website · · Score: 1

    Does anyone have MP3s / Oggs of the Finnish radio series (i.e. the radio series from Finland, not the last episode or anything).

    I suspect it would be a fabulous way to learn the language.

  19. Re:Gallon == volume on Favorite Hidden Google Features? · · Score: 1
    "Also, be careful with the difference between a US gallon and a UK gallon - one is slightly larger"

    Nope, I think it's that one is slightly smaller.

    Panti pinti.

  20. Re:Time-honored facts... on North Korea Introduces 'Secure' E-mail · · Score: 1

    Why are some countries allowed nuclear power and weapons and not others then? Where do you live?

  21. This'll annoy Bruce, Eric.... on The Most Famous Geek in IT · · Score: 1

    And other self-appointed community leaders.

    In what way is Slashdotting SCO not a denial of service attack?

  22. Well one thing's for sure... on Microsoft to Build High School in Philadelphia, PA · · Score: 1

    it'll be easy to get into!

  23. Re:Ogg would be a must-have format if... on Ogg Vorbis decoder chip a reality · · Score: 2, Insightful

    > A few things that would make me switch to Ogg in a second would be if:
    > It supported gapless playback between one file and the next (something mp3 is spotty at),

    You have one second to switch to Ogg Vorbis! This is one of the design decisions these guys got right. The format was designed for streaming from the start, so this was a pre-requisite.

    You can even cat two Ogg Vorbis files together and they'll play seamlessly...

    Power consumption will probably be comparable with the fixed (not floating) point implementations (like Tremor).

    The player vendors need to be aware of Ogg Vorbis before they can consider the market for it.

  24. Interesting article in UK magazine.... on Hijacking .NET · · Score: 1
    There's an interesting article in the May/June 2003 issue of SIGS Application Development Advisor here which discusses a problem in example code which Microsoft advocate for locking / synchronisation (aka critical sections in W32) where the 'this' object reference is used to handle the lock.

    What amounts to a D.O.S exploit is explained, where client code locks the same object and never releases it. The suggested workaround is (of course) to use a private member object within your class to use for synchronisation. Hmm... 8-)

  25. Re:Version 3.5?! on Linus Torvalds On Linux 2.6 · · Score: 1

    Wow, ESR's really pissed that CML2 didn't make it into 2.6, ain't he?