Slashdot Mirror


User: Fruit

Fruit's activity in the archive.

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

Comments · 198

  1. Re:Status Quo on Serious IIS Hole; Minor X Bug · · Score: 4, Insightful

    No.

    As a web browser, Mozilla should be able to withstand maliciously formatted content. It really is a bug.

  2. Re:can't resist on ADTI Whitepaper Released · · Score: 1

    Apart from what it should be, dank113 correctly observes that from that Angry Flower comic one would conclude that the possessive form of "it" is "it's". I suppose catfood should have chosen a different comic.

  3. Re:Pointless Microsoft FUD on Gates: Say No to GPL, Yes to the Microsoft Ecosystem · · Score: 1, Offtopic

    Exactly how are reiserfs and ext3 more advanced than XFS? Online resizing, DMAPI, EA's, pagebuf, VERY mature userspace tools (copied from IRIX with years of testing behind it).

    SGI are doing a great job on XFS. It's the #1 Linux journalling FS for me.

  4. Re:It is not user friendly. on A Better Installer for Debian? · · Score: 1

    Dude, nobody uses dselect (except Ian himself maybe). Everyone else uses straight apt-get.

  5. beginner friendly on A Better Installer for Debian? · · Score: 2, Insightful

    The Debian installer is already plenty user friendly, just not beginner friendly. Quite a difference if you ask me (and sometimes even opposites!)

  6. Re:Don't forget the Espressigo on Iris Indigo Case Mod · · Score: 1

    yep.

  7. Re:Syntax Error at line 1 on Impressive Homemade Aluminum Cube Case · · Score: 1

    The poster is Dutch. In .nl we spell the element "aluminium" and pronounce it like that, too.

  8. Re:LILO's obsolete on Animate Your LILO · · Score: 1

    I'm a fan of grub, I run it everywhere. It's just that this BIOS is being a bitch and won't do LBA properly. GRUB just keeps repeating its name, lilo repeats the number "02" over and over. Apparently the relevant partition is past sector 1024 and the BIOS won't do anything else. I hate Phoenix.

    I created a grub boot floppy (with a kernel) and boot from that. It's not pretty, but it'll work until I repartition and create a small /boot partition.

    Slightly off-topic, sorry.

  9. purty pictures? on Animate Your LILO · · Score: 2, Funny

    You lucky, lucky bastard!

    I can't even get mine to say more than "LI" =P

  10. Re:Licensing on Oracle Switching To Linux · · Score: 1

    It's probably so much fast just because your version of Linux has a dummy fsync() call. It's happened, around 2.4.9 or something.

  11. Could we at least get the name right, please? on Philips Says Compact Discs Can't be Copyprotected · · Score: 5, Troll

    It's Philips, not "Phillips".

    Philips, Eindhoven

  12. Re:Good idea wrung and ruined thru Stallman on RMS: Putting an End to Word Attachments · · Score: 1
    Stallman refuses to even use open source software

    "I do not represent the Open Source Movement, I speak for the Free Software Foundation!"

    Uh. I think I heard RMS once too often.

  13. Re:Death of Customer Service on XBox Defects Draw Ire · · Score: 1

    Iiyama has some great service in .nl. I had a problem with a 22" CRT display, I phoned, we agreed on a date and some guy collected my monitor and provided me with a 19" replacement so I wouldn't be without. A week later the defective monitor was brought back. All without paying a single €.

  14. Order today! on This is IT? · · Score: 1

    You can order yours here!

  15. Re:diff the code? on The Case For Full Disclosure In The Linux Changelog · · Score: 0, Offtopic

    ... then you have to hide the fact that they are usefull for anything ...

    "grammar nazi"? Oh, you're from Germany. Figures.

  16. Re:bogus shell quoting rules on iTunes 2.0 Installer Deletes Hard Drives · · Score: 1

    zsh can optionally disable that feature as well (and reenable it on request for specific operations). I already configured it to do that ;)

  17. Re:No EZMLM? on Managing Mailing Lists · · Score: 1

    What's wrong with it? It's my personal favourite, the only thing I don't like is its license...

  18. Re:My mail client - pronto broke. on Billennium's Over - Anything Break? · · Score: 1

    The problem he mentions is quite relevant. It is the same problem as described in posting #2272404.

  19. Re:Bad and good. on Microsoft vs. Ximian · · Score: 1

    It doesn't take a company to do that. Debian GNU/Linux is a volunteer effort, and it's doing very well.

  20. Re:SuSE 7.2 kicks butt... on SuSE CTO & President Steps Down · · Score: 1

    but where is my apt-get upgrade?

  21. Re:Changing the GNU icon in /. on RMS Accused Of Attempting Glibc Hostile Takeover · · Score: 1
  22. Re:Strict languages vs. hacked languages on Programming in the Ruby Language · · Score: 1

    It seems "hack"-like features are defined as "things that could have been done in a library but ended up as part as the syntax instead".

    For example, where Ruby has a * operator for strings and perl has the x operator which does essentially the same, PHP (also a very string oriented language) uses str_repeat().

    As far as my recollection of Smalltalk goes, it has one of the most elegant and simple syntaxes I know. What exactly are the hack-like features of Smalltalk, in your opinion?

  23. Re: What recourse should the RIAA/MPAA have? on Renewed Crackdown On File Sharing · · Score: 1

    A stricter application of the law might be more wholesome in two ways:

    a) people who violate copyrights, regardless of whether that is the GNU GPL or of some flick, should be prosecuted.

    b) don't harass people by shutting down their connection. Go to court. There's a reason for having courts, you know.

  24. Re: No-ads Link on Renewed Crackdown On File Sharing · · Score: 1

    Funny how the printable version contains clickable links and animated GIFs. I bet that would work great with a printer.

  25. Re:because you are ignorant? on Why not Ruby? · · Score: 1

    Why doesn't Ruby pass that closure as a normal object (with a `yield' method)?

    Somehow special-casing this closure thing, which is supposed to be a Proc-object, looks icky to me.