Slashdot Mirror


User: reynaert

reynaert's activity in the archive.

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

Comments · 275

  1. Re:OpenSSL support dropped... on Apple Releases CUPS 2.0 · · Score: 1
  2. Re:By 1970, the FBI was arresting hackers on How Allan Scherr Hacked Around the First Computer Password · · Score: 1

    Computer crimes used to be prosecuted as "theft of electricity".

  3. Re:Chromium (not Google Chrome) already works nice on Google Announces Chrome For Mac and Linux Dev Builds · · Score: 1

    Most Eee PCs have two SSDs: a large, slow one and a small fast one. Firefox became a lot snappier once I moved my profile directory to the fast SSD. Obvious in retrospect, I know...

  4. Record label dude is kinda asking for it on Record Label Infringes Own Copyright, Site Pulled · · Score: 3, Insightful

    So, the hosts asks for a copy of the registration records with the Copyright Office. That's stupid but it's not an impossible request. Record label dude can't give records because the copyright isn't registered. Fair enough. What I don't get is why record label dude doesn't simply register the music and say the registration is being processed? That makes a lot more sense than blathering about Creative Commons, and it's actually helpful if there ever are real legal problems.

  5. Re:Vista/Mohave Remix on Developers Will Get Windows 7 Alpha On Oct. 28 · · Score: 2, Insightful

    I would be very surprised if Windows 7 is anything other than Vista SP2.

  6. Re:Great for linux... on Windows XP Lives, Thanks to Linux · · Score: 1

    Thanks.

  7. Re:Great for linux... on Windows XP Lives, Thanks to Linux · · Score: 1

    Which supermarket was that? I completely missed it.

  8. Re:well... on Office 2007 Fails OOXML Test With 122,000 Errors · · Score: 1

    Comeau C++ + Dinkumware is pretty damn close to standard C++. It certainly supports "export".

  9. meh on The True Cost of SMS Messages · · Score: 3, Insightful

    They've invested a crazy amount of money in technologies customer's don't care for (3G, all the different ways to get the Web on phones), so now they have to charge a lot for the two things people actually use (SMS and ringtones).

  10. Point of view on Is Apple Killing Linux on the Desktop? · · Score: 5, Interesting

    Linux market share has increased by 117%, while Apple's increase is only 74%.

  11. Re:UNIX Philosophy on GNU Coughs Up Emacs 22 After Six Year Wait · · Score: 2, Informative

    A few historical notes:

    1. Emacs predates the Lisp machines, it was originally developed for the MIT mainframes (in TECO, with TECO as an extension language). GNU Emacs has its origins mostly in Multics Emacs, a port to a different mainframe/OS, both the first Emacs implemented in Lisp and the first Emacs extended using Lisp (also the only standard Multics program using Lisp :). The influence of actual Lisp Machine Emacsen on GNU Emacs is rather limited (remember that Stallman wasn't a big fan of the commercial Lisp companies!).

    Of course, none of these systems were even remotely Unix-like, so you're entirely correct that Emacs doesn't care about the Unix philosophy :)

    2. mg predates OpenBSD (it dates from the eighties, based on MicroEMACS), though the version in OpenBSD is probably the only maintained one. It isn't very Unixy: no regular expression search/replace, no filtering text through pipes (both of these are pretty much defining for the Unix philosophy). It's just as much Emacs as you could get in a 16-bit micro :) (And I don't think most Emacs users would have too much trouble with it: it only implements a tiny subset of the GNU Emacs commands, but it gets them right.)

  12. Re:Nice Suttle FUD in the article. on The Pirated Software Problem in the 3rd World · · Score: 3, Informative

    Most of the big group releases do NOT have Trojans and other crap inserted. the big release groups pride themselves in having a clean release. Right, but he's not talking about big release groups. He's talking about cd's sold on Cambodian markets. I can quite imagine one of those vendors wanting to operate a spam network on the side.

  13. Re:That is not patent for RSS on Microsoft Applies to Patent RSS in Vista · · Score: 1
    It is more about a system that aggregates RSS content further to other applications.

    Wow, just like rss2email!

  14. Re:Root of the conflict: trademarks, not copyright on Firefox To Be Renamed In Debian · · Score: 1

    One irony of the situation is that Debian itself has the same problem with their branding: if you modify the distribution, you can't call it Debian any more.

    It should be noted that many Debian developers consider their trademark policy to be flawed, although nobody really knows how to fix it. Former DPL Branden Robinson discusses some of the issues in this article.

  15. The problem is Google Cache, I think on Google News Removes Belgian Newspaper · · Score: 4, Informative

    If I understand this correctly, the principal problem is not Google News but rather Google Cache. It seems that when news articles move from public to subscriber-only, Google retrieved the contents from its cache, instead of removing the article. So the issue was that Google was distributing articles instead of only linking them.

  16. This is off-topic, but... on Fully Open Source NTFS Support Under Linux · · Score: 1

    Can anybody explain why SourceForge's mail archive uses such freaking huge text? This can't be what SourceForge's web designers intended, but I don't have this problem on any other website, so I doubt it is a local problem.

  17. ok... on Novell Delivers Device Driver Breakthrough · · Score: 5, Interesting

    This is only going to work if you're using SuSE. And if you don't compile your own kernel. It only gives vendors an excuse to call their shitty binary-only drivers "Linux support". I'd call this thing a Linux driver setback.

  18. Re:Duh on Most Search Engine Users Stop at Page 3 · · Score: 2, Interesting

    Frankly, I'm amazed so many people looked beyond the first page.

  19. Re:No link to Open Watcom itself? on OpenWatcom Team Looking For Help · · Score: 2, Insightful

    Linking to a wiki on the slashdot front page is a not a good idea :)

  20. Re:2 simple questions on OpenWatcom Team Looking For Help · · Score: 2

    As far as I can tell, its main "feature" seems to be support for various legacy stuff: 16 bit platforms, OS/2, DOS, etc. And some people probably like the IDE.

  21. Re:Curbing malware and cyberthreats on Cybercrime More Lucrative Than Drugs · · Score: 4, Funny

    I suggest that the field and the general user experience would be greatly enhanced by limiting access to compilers/assemblers

    Hah! I shall SAVE THE WORLD with my carefully hidden away TURBO PASCAL 5.0 floppy!

  22. Re:Stupid troll. on Java or C: Is One More Secure? · · Score: 2, Informative

    And C++ doesn't have exceptions and stuff? Java is just as insecure as C/C++. It's just insecure in different ways.

    I'd like to see one of those kernel-based systems make a C++ program throw an exception. Well, I guess signalling SIGSEGV kind of counts.

    As others have said, most bugs and security flaws come from lazy programmers not doing the right thing.

    You say that as if doing proper manual memory management is easy. It's not: that has been sufficiently demonstrated over the past few decades. Since automatic memory management is possible and cheap, it stupid not to use it.

    I'd also like to see you run Java in a lightweight embedded DSP situation!

    While current Java environments don't optimise for speed (instead relying on fancy JVM's), there's no reason why you couldn't compile Java to efficient machine code.
  23. Stupid troll. on Java or C: Is One More Secure? · · Score: 1

    Yes, fancy tricks as PaX and ProPolice can turn remote root attacks into 'only' a denial of service (your daemon gets killed). That's definitely an improvement.

    I'm no fan of Java, but at least it gives your program a chance to recover (exceptions and stuff).

  24. Re:The dreaded question on Linux Gains Lossless File System · · Score: 1

    You're probably joking,

    Yeah, you probably need a new sarcasm detector.

  25. Re:The dreaded question on Linux Gains Lossless File System · · Score: 3, Funny

    Will there be a Windows Driver? If there isn't, this has no chance on taking off.

    Yes, that's why I only use FAT filesystems on my Linux server.