Slashdot Mirror


User: Aldric

Aldric's activity in the archive.

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

Comments · 348

  1. Re:SIgn me up! on Former MS Employees Explore OSS · · Score: 1

    Someone designing an open-source product doesn't need a flashy website - all they need is an informative website laid out in a sane fashion. Too often, open-source projects have only a couple of lines of text on their site that doesn't come close to even explaining what the software does.

  2. Re:Big Corporate Media on Viral Music Videos A Problem For RIAA · · Score: 1

    My biggest problem with the *AA is this: they are subverting our governments with their political influence. I consider that treason.

  3. Re:Sense on 'UK Hackers' Condemn McKinnon? · · Score: 1

    We've seen enough of your government's actions over the last few years. We don't trust your government, legal system, and especially your idiot leader. As far I'm concerned, the UK should tear up the extradition treaty to the US.

  4. Fuck Apple on Apple vs Bloggers · · Score: 0, Flamebait

    Fuck them and the horse they rode in on. I will never buy an Apple product, and I ensure that the company I work for buys nothing from them either. Could have used used Apple servers... bought IBM. Fuck you Steve and your pathetic attempts to compensate for your tiny penis.

  5. Re:Wrong IMO on Scientists Figure Out How Bees Fly · · Score: 1
    "- Daemon

    Easy! Simply run ps -ae

  6. Re:Indeed... on Paramount Sues Ohio Man For $100,000 · · Score: 1

    That's because a lot of that is organised crime. People investigating organised crime tend to be killed. Much easier to chase (more or less) innocent people.

  7. Eh? on The Future of Emacs · · Score: 1

    The whole thing seems a little odd to me - people mostly brag about how quickly they can work in emacs/vi. When I'm programming the editor is pretty much trivial due to the fact that I spend 90% of my time thinking rather than typing anything. Give me decent syntax highlighting for whatever language I'm working in and I'm happy. What's the big deal?

  8. What Google should do is... on Online Content Cannot Remain Free · · Score: 1

    Delist their servers, don't even give a link to their site for searches. Give a link to the competitor if it's legal to do so. These idiots should be taught a lesson about what happens to companies that start stupid lawsuits.

  9. Re:First cell phone for dogs on First Cell Phone for Dogs · · Score: 1

    $400 is pretty cheap for a GPS tracker with geofencing.

  10. Re:It is a start... on Sony, Amazon Detail Rootkit CD Buybacks · · Score: 1
    "-Standard power jacks: How hard could that be???? OK this one applies to almost every company."

    Amen! I'm so sick of having to keep half a dozen chargers around when nearly all of it needs the same 12 volt DC.

  11. Ruins tourism though. on Lie Detectors to be Used for Airline Security · · Score: 1

    I know I don't want to go there after reading that.

  12. Ummmm. on Should Linux Have a Binary Kernel Driver Layer? · · Score: 1

    Why the hell do *printer* drivers need to be in the kernel anyway? Userspace is a much more sensible place for them.

  13. Re:Slow motion pictures on Yahoo's Geek Statue · · Score: 1

    As far I know gmail is an AJAX app, so maybe it uses ActiveX for the XML request in IE? It certainly works just fine in Firefox where there is no ActiveX.

  14. Students tend to be political activists. on Carnegie Mellon Resists FBI Tapping Requirement · · Score: 1

    There's nothing a government hates more than people that think for themselves.

  15. Re:Bad news for everybody on Internet is Killing the Newspaper · · Score: 1
    And this will affect blogs as well

    Just goes to show, every cloud has a silver lining. :)

  16. Amen! on Oracle To Offer A Free Database · · Score: 1

    My MySQL system ticks along just fine. They could offer the whole thing for free and I wouldn't be interested - I don't fix what ain't broken!

  17. Re:Learn to code by hand! on Free or Open Source Web Design Program? · · Score: 1

    Well, it won't look ok anywhere without testing. CSS and JavaScript vary wildly (IE is the worst by a long shot, though I've come across quite a few inconsistencies between Gecko browsers and KHTML browsers too).

  18. Re:Allow me to save y'all some typing on BitTorrent User Guilty Of Piracy · · Score: 1

    You also forgot "Those RIAA/MPAA bastards will be the first against the wall when the revolution comes." Or is that just me?

  19. Be serious. on MySQL CEO Insists He's Not Supping With The Devil · · Score: 1

    We are all just going to start paying huge amounts of money for Oracle if MySQL is taken out? No, we'll switch to Postgres.

  20. Re:This is ridiculous on Firefox-based Social Browser Flock Launches · · Score: 1

    There are also those of us that don't actually care about the browser and it's features (not one of which I want to use) and are only reading due to boredom.

  21. Nonsense. on Microsoft to Storm Linux Strongholds · · Score: 2, Insightful

    A central open source project can become unimportant very quickly if they start making the wrong decisions. Look at xFree86 - x.org forked their codebase and the distros followed. The same would happen with Gnome and Mozilla if they went the wrong way... though Gnome users are quite clearly insane to start with. ;) (KDE user)

  22. Re:I'm kinda shocked... on Intel Dual Core Xeon Benchmarked · · Score: 1

    They are playing catch up. They were just recovering from the shock of having to be compatible with AMD64 when AMD announced dual core which the Athlon64 and Opterons had been designed to support. Intel's chips hadn't been designed for dual core and it had to be forced in without enough time to redesign. Hence, inferior performance and higher power consumption.

  23. The current way is easier. on Why Haven't Special Character Sets Caught On? · · Score: 1

    All you need to do is have an ASCII chart handy and you can deal with text on any platform. Plus, the special symbols aren't on my keyboard. If I have to go hunting through obscure key combinations I need a pretty damn good reason!

  24. Who cares? on ESA Cryosat Launch Reported Failure · · Score: 1

    Bush & Co are denying that it's happening at all. The real issue that needs fixed is that we need a way to get off this planet before it becomes uninhabitable.

  25. Re:Don't Forget The Bottom Line on MySQL Moves to Prime Time · · Score: 1

    I can't figure the database purists out. I'm an application programmer and I can't say I really care what database I use as long as the client libraries are fairly easy to use. MySQL works well, the C API is easy, so I use that. I can't stand stored procedures/triggers because I want my logic in the application. Now, I can understand if they are DBAs, DBAs have lots of time to argue about different databases when they are pretending to work.