Slashdot Mirror


User: metamatic

metamatic's activity in the archive.

Stories
0
Comments
5,494
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,494

  1. Re:Should I read this or continue with sed/awk? on Minimal Perl for Unix and Linux People · · Score: 1

    I learned Perl back before Ruby was usable.

    I wouldn't bother to learn Perl now.

  2. Re:Cryptic? Complex!? on Minimal Perl for Unix and Linux People · · Score: 1

    Try Ruby.

    Python fans say that the obnoxious whitespace handling of Python is a minor thing to have to put up with, but with Ruby around I don't have to put up with it. Or the ugly __underscores.

  3. Re:Um... on Visual Basic on GNU/Linux · · Score: 1

    If there were a VB6 compiler for Linux, that would be much more interesting to me.
    http://www.realbasic.com/
  4. Re:Who would've thought... on iTunes Uncovers Musical Hoax · · Score: 1

    A more appropriate flavor for Milli Vanilli would be sauerkraut, for Frank Farian, since it was one of his many front projects. He's better known for Boney M, which is probably the way he'd want it...

  5. Re:AAAAARGH!! on Ruby Implementation Shootout · · Score: 1

    Yes, well, as you'll see from the ruby-core thread I linked to, I'm on your side. I don't get why anyone would even want to use String objects for binary processing rather than something actually suited to the task, but I thought I'd at least offer a possible compromise... let the language move forward with Unicode Strings, but have a SimpleString that was Unicode-unaware that you could pretend was a binary vector, for people who insist on it.

  6. Re:So labour will? on UK's Blair Dismisses Online Anti ID-Card Petition · · Score: 1

    Labour and Conservatives will both fuck the UK. There's only one possible way out, which is to fix the broken electoral system. The question is how bad things have to get before people take that option.

  7. Re:Funny. on Game Development Conditions Could Drive Devs East · · Score: 1

    Japan's work week + work conditions = 10 x worse than the West's.

    Myth. Since 2001, Americans work longer hours than the Japanese.

  8. And if you believe that on UK's Blair Dismisses Online Anti ID-Card Petition · · Score: 1

    If you believe the Conservatives would save you, you're a fucking idiot with no memory of the 1990s.

    Who instituted the Official Secrets Act provisions where people could be tried for a crime without even being told what the crime was? Where it became illegal for people involved in intelligence or security to speak publically, with no public interest defense possible?

    Who initiated overt media censorship via the Prevention of Terrorism Act 1989? Who made it possible to arrest people for merely belonging to an organization, destroying freedom of association?

    Who introduced the Public Order Act, controlling who could protest, when and how, in direct contravention of the European Convention on Human Rights? Who turned Downing Street into a gated community so people couldn't protest there?

  9. First Past The Post on UK's Blair Dismisses Online Anti ID-Card Petition · · Score: 2, Insightful

    You haven't got a democracy in the UK. You have First Past the Post. It doesn't matter who you vote for. Your vote won't get counted. Fuck that for a system.

    Right. Problem #1 for both the UK and the US is fixing the bent electoral system. Until you fix that, you won't get any substantial change.

  10. Re:Sadly... on The Wii - Is the Magic Gone? · · Score: 1

    One thing I didn't here many people talking about is how the Wii lack of power will cause people to stop porting to it.

    That'll change pretty quickly unless Sony manages to start selling PS3s.

    The video game industry has basically been caught out. Everyone expected the PS3 to sell like crazy, and promptly geared up to make next-gen games for PS3 and Xbox 360. Unfortunately for them, if you look at the sales charts the biggest selling consoles are the PS2, Wii and Xbox 360--and the Wii was no doubt in #2 position simply because none of the stores can keep them in stock. Game sales show the same trend. If that doesn't change soon, developers will start writing for PS2 and Wii, and telling PS3 owners they can run the game in back-compatibility mode.

    Think about it: next gen dev costs are, what, 8x higher than last gen? Which would you prefer, to spend 8x more and reach 20% of the market in HD, or spend what you used to and reach 80% of the market in SD?

  11. Ruby and Unicode on Ruby Implementation Shootout · · Score: 2, Interesting

    What's up is that there's massive disagreement on whether Ruby's standard strings and characters should become Unicode. There are quite a few people used to the old world where a string was interchangeable with a vector of 8 bit bytes, and they don't want to let go. To add to the problems, Unicode is controversial in Japan. So, expect Unicode to continue to be painful and inconsistent in Ruby even after the next major release.

  12. Re:How about we take the easy way out? on The Future of Packaging Software in Linux · · Score: 1

    Yes, but you can't buy a copy of (say) LinuxOffice on CD, install it from the CD, and expect it to work well (or at all) with your package manager.

    Have you ever actually used commercial Linux software? I have.

    IBM DB2 is commercial Linux software. Guess what? It comes in RPM files. There's a handy GUI installer that installs the RPMs.

    There's no reason why the same thing couldn't be done with .deb files.

    So current package managers support commercial and proprietary software just fine.

  13. Re:They both suck. on Microsoft Blasts IBM Over XML Standards · · Score: 1

    OpenOffice.org and MS Office's HTML output is garbled and insane.

    Nonsense. I've been using OpenOffice.org Writer/Web to write HTML documents, and apart from the upper case element names they're perfectly good HTML 4.01 transitional. Even gets paragraphs right, which most HTML editors don't.

    Now, if you take a document that wasn't written to be translatable to the web and try to translate it to HTML, you'll get a mess... but that's the case with LaTeX too, just try anything multicolumn with marginal hacks and boxes.

  14. Re:IBM or Microsoft on Microsoft Blasts IBM Over XML Standards · · Score: 1

    I stuck my Designed for Windows sticker on the toilet.

  15. Nokia N800 on Apple May Be Re-Entering the Sub-Notebook Market · · Score: 1

    I just bought one; comments on my web site if you're interested.

  16. Re:Doomsaying? on 'Daylight Savings Bugs' Loom · · Score: 1

    The extensive code fixes that the Y2K bug required simply aren't necessary here.

    I wouldn't bet on it. Reading The Daily WTF? has taught me that just because there's a perfectly good standard library call to do something, doesn't mean that some hack won't write his own broken implementation and embed it in a piece of software.

    There's also the issue of firmware that has US DST changeovers programmed in. Like many wristwatches, for example.

  17. TiVo on Has Open Source Lost Its Halo? · · Score: 1

    On the contrary, the TiVo DRM is applied to the contents of the initrd and bash. If they aren't able to DRM the initrd and shell, that blows a hole in their DRM immediately. So they'll be faced with either forking bash and all the other tools in the initrd, or letting us use GPL software as the authors intended.

  18. ATI proprietary drivers on No Closed Video Drivers For Next Ubuntu Release · · Score: 1

    The situation is even more interesting considering that the proprietary ATI drivers [...] don't support Composite with AIGLX, the default in Ubuntu and X.org, while the reverse-engineered open source driver does.

    Oh, it's worse than that. On the FireGL T2, the ATI drivers don't even work properly; Second Life fails with a ton of texture allocation errors, and eventually the system locks up. The open source drivers at least work, even if they're slow.

    (*Makes mental note to avoid ATI crap in future machines.*)

  19. Re:Open on IBM Launching an Open Desktop Solution · · Score: 1

    Everything sucks. It's all a matter of tradeoffs and choosing which aspects you'd rather have suck.

  20. Re:Open on IBM Launching an Open Desktop Solution · · Score: 1

    The major feature of R5 was a massive overhaul of the UI.

  21. Open on IBM Launching an Open Desktop Solution · · Score: 1

    Here's a short list of some of the open standards supported by Notes and Domino:

    SMTP. IMAP. HTTP. HTTPS. Java. HTML. XML. SOAP. NNTP. CORBA. X.509. LDAP. SAX. DOM. ODBC. SQL.

    That's why Notes and Domino can be considered open. The new Notes even more so, as it's build on Java and Eclipse.

  22. GNUStep on IBM Launching an Open Desktop Solution · · Score: 1

    Yeah, it's a real mystery. If the Linux community had any sense, they'd unite behind GNUStep... or at least kill Gnome and keep Linux Mono-free.

  23. buy.com on EMI May Sell Entire Collection as DRM-less MP3s · · Score: 1

    Buy.com started out as spammers; the first I ever heard of them was some spam. It's no surprise to hear that they haven't changed much.

  24. Re:FLAC on EMI May Sell Entire Collection as DRM-less MP3s · · Score: 1

    Right now, I am not aware of any service anywhere that makes lossless tracks available at any price.

    bleep.com.

    somarecords.com.

  25. Dell? Ha on Windows Expert Jumps Ship · · Score: 1

    It'll be a cold day in hell before Jobs allows Dell to sell Macs, after Dell's public advice to Apple...