Slashdot Mirror


User: mrjb

mrjb's activity in the archive.

Stories
0
Comments
1,110
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,110

  1. Yes, on Torvalds Switches to a Mac · · Score: -1, Redundant

    ...but does he run Linux?

  2. Re:Nonsense on NZ Business Fined For Out-of-Date Website · · Score: 1

    If it would have been a three year old newspaper, would it also be false advertising? Methinks the whole problem would be avoided if the pages containing the advertisements would carry a line "Page last updated: " followed by the date that the page was last updated.

  3. Re:Better have something inline on When Should You Quit Your Job? · · Score: 2, Interesting

    I had a job where I was always being pushed into the same direction - Lotus Notes all the way baby. Database apps? Notes. WAP? Notes. Embedded stuff? Maybe we can use Pylon - a poor-mans Notes. Other architectures? What about AS/400, Notes runs on that too. In my case it was about wanting to broaden my horizon beyond Notes. I wanted to stop, stayed a year, management got changed and half the employees changed jobs, including myself.

    Since then, I've professionally programmed in Delphi, C#, Perl, PHP, ASP, Java, JavaScript and PL/SQL; worked with Oracle, PostgreSQL, MySQL and SQLserver; developed websites on both Apache and IIS, both on Linux and Windows. In general things have gotten more varied and much more interesting.

    I can imagine someone being pushed into "we use visual studio and that's that" from this broader horizon would experience the opposite.

  4. Re:Old News on Engineers Devise Invisibility Shield · · Score: 1

    Actually it's a different article.

  5. Re:uh.. on Gator CPO at the Department of Homeland Security · · Score: 5, Funny

    ...And George W. Bush for president of the USA.

  6. Re:Never had one. on Pushing The 512MB Barrier On Video Cards · · Score: 1

    2 megs, who needs 2 megs? You youngsters had it easy! I had a CGA with 16 kilobyte. 640x200 in monochrome, or 320x200 with a palette of 4 colors (3 of which had to be either cyan-purple-white or yellow-red-green), or a semi-graphical mode of 160x100 (really text mode) capable of displaying all the 16 shiny colors at the same time! Of course in the graphical mode, by swapping palette halfway the buildup of the screen, it was possible to display five colors at the same time. I think I saw a frogger-style game do that.

  7. Re:Blackout 2003 on Visions Of The Future Of Grid Computing · · Score: 1

    OK, so you want to rely on yourself for generating all your power? So you'd setup a single generator and refill the fuel regularly. How reliable do you think that will be compared to having the power delivered by your electricity company?

    Redundancy is key for obtaining reliability. Because of this, just relying on yourself is not going to improve things but make them worse. I'm not familiar with the actual numbers of power availability in your area in the U.S., but I suspect in the past 10 years you've had less than 1% outage. How would things have looked if you'd have had to refuel your own generator all the time?

  8. Re:All things aside... on Popcorn-Popper -> Coffee Roaster Mod · · Score: 1

    Not reading TFA is one thing, but if you miss the *title* you could really use a cup of coffee.

  9. Re:Cue the lame gags... on Building The MareNostrum COTS Supercomputer · · Score: 0

    Okay. It's still not sufficient to catalogue my porn collection.

  10. Re:Red Dwarf says cat wants many fish! on Linux-Based Cat Feeder · · Score: 1

    That said, system security should have been a main concern in the design of this device from the beginning.

  11. Re:The best medicine to a headache... on The Cure for Cancer Might be: HIV · · Score: 1

    I take it you must be speaking out of your own experience.

  12. Re:Why is it... on Hatemongering Becoming A Problem On Orkut · · Score: 2, Funny

    Slashdot doesn't suffer this problem because of moderators and meta-moderators. Implement something like this in Orkut and the problems will disappear. Maybe.

  13. Re:One of the problems with the Linux name. on MS Security Chief Says Windows is Safer Than Linux · · Score: 1

    Actually the whole comparison is flawed because they're comparing apples with oranges. They're comparing 'Windows' with 'Linux'. Now which part of windows is compared to which part of linux? If 'an out of the box windows' was compared to 'a fresh linux install with a comparable set of functionality' it might be fair, but as they're just counting patches, I'm sure they're comparing things that really can't be compared.

  14. Re:If I was getting paid a lot on MS Security Chief Says Windows is Safer Than Linux · · Score: 2, Funny

    Me too, except they can't afford to pay that kind of money.

  15. I think I'll just ignore that statement... on MS Security Chief Says Windows is Safer Than Linux · · Score: 1

    ...let the facts speak for themselves, and keep running a virus free, spyware free, adware free system.

  16. Re:pictures on Elektro, the Oldest U.S. Robot · · Score: 1

    i'm so gonna regret that post.

  17. Re:pictures on Elektro, the Oldest U.S. Robot · · Score: 1

    no no no no no. Sex kittens are all fine and great but where's the boobies?

  18. Re:Potential Redistributable Files on Copyright Infringement and Shoplifting Contrasted · · Score: 1

    So, by current law, what the downloader should do, in order to decrease his punishment, is steal the DVD as well. Like that he can say, "i had the right to the download cause i already owned the stolen DVD". There won't be a paper trail with the purchase date of the DVD.

  19. Re:A good idea.. on Helping IT Save Money ... and Jobs? · · Score: 1

    In my company, during the economic recession, they started saving on electricity. And printer paper. And toilet paper. At some point they actually fired the sales department, and would we programmers like to start selling? (Of course if we'd manage that we'd run our own business!) Anyway firing the sales dept was a smart move, it sure cut costs. Needless to say, no new work was getting in anymore either. Needless to say, the company went out of business. And, needless to say, I'm much better off now.

  20. Re:The "linux won't split" article said it best on Linux: Fighting the FUD of Forking · · Score: 1

    Actually I was wondering about this. No idea why the parent was modded down, as it seems pretty non-inflammatory and informative to me.

  21. Re:Most common problems on Most Common Ways to Kill a PC · · Score: 1

    How many puters would be shot for 'running too slow'... "It deserved it, it was trying to get away, honestly!"

  22. Re:It's limited by what programmers will tolerate on Where Have All The Cycles Gone? · · Score: 1

    All these extra levels of indirection might be there for a purpose. In modern programming languages, it is dead easy to use a hash table rather than a sequential array for data storage. As a result, when looking for an item in that table, O(1) or at least O(log(n)) performance can be expected.

    Now in some cases using a hash table might be a bit overdone, like quicksort may be overdone for sorting a list containing 10 items.

    Yes, using a hash table and quicksort instead of a sequential array and bubblesort might at a bit of bloat, but the overall result is more scalable.

  23. The "linux won't split" article said it best on Linux: Fighting the FUD of Forking · · Score: 4, Insightful

    The whole nature of open source is based on interoperability. It is this very nature that made the Internet possible. Where standards are nonexistent, they are being created; for instance, look at the Jack Audio Connection Kit that allows all Linux audio applications (that support it) to interconnect. As a result, developers do not keep reinventing the wheel all the time; instead, they learn how to work with the provided interface, and just build what does not exist yet.

  24. Re:glad i never used kazaa on Court Docs Reveal Kazaa Logging User Downloads · · Score: 1

    IANAL - If you do try to sue people based on those logs, isn't that officially invasion of privacy? Plus, 5 million lawsuits is a helluvalot to pay for. In a democracy, laws (should) reflect what everyone wants, which is appearantly free music. It might make it slightly hairy road to follow, trying to sue all those copying bastards, and I'm sure the RIAA knows it. I'm also sure they know not all Kazaa users are American.

  25. From the patent text: on Microsoft Seeks Latitude/Longitude Patent · · Score: 4, Insightful

    "The set deliberately omits vowels to avoid the possibility of the algorithm inadvertently generating real words that could be offensive."

    Wow, that is SO "politically correct". Still it does't prevent people from constructing URLs saying fvck 0ff. It would be better if people would simply learn to respect other peoples freedom of speech.