Slashdot Mirror


User: Rattencremesuppe

Rattencremesuppe's activity in the archive.

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

Comments · 88

  1. Re:I preferred the old odd/even split on Time for a Linux Bug-Fixing Cycle · · Score: 4, Insightful
    2.6.16 fixed a critical vulernability over 2.6.15. It also breaks several network drivers.

    Stable driver APIs anyone?

    Oh wait ... stable driver APIs promote binary drivers ... EVIL EVIL EVIL

  2. Re:Only applies to ipods... on Why Sony Should've Put Its Weight Behind Hi-MD · · Score: 1
    Last time I touched an ipod you couldn't play music on it that wasn't synced via iTunes.

    I use gtkpod

  3. Re:Maybe there is a point... on Run Linux as a Windows Screensaver · · Score: 1
    A distributed computing project (ala SETI) which relied on Linux could run this way.

    I think that a solution with cygwin or colinux would be more elegant in this case.

  4. Re:It doesn't have to be that way on Nokia 770 Internet Tablet Reviewed · · Score: 1
    Because x86 consumes too much power compared to ARM.

    ARM cores have a very good performance to power consumption ratio, that's why they are used in PDAs, phones etc. But 250MHz is a bit slow indeed, and I wonder how much the 770's software benefits from the OMAP's DSP core...

  5. Re:Pantents usage.. on OSDL Says Patent Threat to Linux is Receding · · Score: 4, Informative

    Maybe you shoudl be able to patent, the hole source code of a program,

    Why? The whole source code is already protected by copyright

  6. Re:Is this still an issue? on USPTO Reexam Finds $521M Eolas Patent Valid · · Score: 1
    Shouldn't that mean that it's a rather obvious solution to practitioners in the field, possibly the only truly reasonable solution? These teams all developed similar solutions independently, without the help of the patent holders, yes? The teams didn't even know about the patent beforehand?

    You can say this about almost all s/w patents (perhaps with the exception of special data formats like MP3 or JPEG)

  7. Re:Flash on Flash Drives in Future Apple Laptops? · · Score: 1
    Hopefully if apple or other companies adopt this, then a file system will be developed for the purpose to avoid the situation.

    Apple is not the first one to use flash memory, and of course there are already filesystems that use wearleveling, JFFS2 for instance,

  8. Re:Reliable? Don't think so. on Flash Drives in Future Apple Laptops? · · Score: 1
    Show me a flash drive that survives a couple of million write cycles, and I might consider using a flash drive instead of a normal hard drive.

    AFAIK, current flash chips have a guaranteed lifetime of >100K block write cycles, but filesystems for flash chips use "wear-leveling", that means if you rewrite a file 1 million times, then this doesn't mean that a single flash block is rewritten 1 million times, but perhaps 1000 blocks 1000 times each (or whatever),

  9. Re:Data recovery? on Flash Drives in Future Apple Laptops? · · Score: 2, Informative

    Flash chips have a interface similar to RAM chips (address / data bits, chip select, write enable, ...) If your filesystem is corrupt, you can still read the data contents byte-wise,

  10. Has MRAM finally arrived?!? on Flash Drives in Future Apple Laptops? · · Score: 2, Informative
    From TFA:

    The drives are also typically lighter and can read and write data faster than conventional drives.

    AFAIK, flash memory reads data faster than a hard drive, but writing is slow as hell because of the long block erase cycles,

    does samsung have a new technology for flash chips?
    or do they eventually use MRAMs? :-D

  11. Re:A constant battle on Major Blow to Opponents of Software Patents in EU · · Score: 2, Interesting
    Have you considered the possibility that the people who want software patents make really good arguments

    Seriously, is there one single true argument for s/w patents? In your little rant, you haven't shown such a argument (except for the fact that you'd like the industry being monopolized),

  12. Re:Penetration on Cassette Tapes On The Wane · · Score: 1
    Any article that can use the word penetration without a sexual connotation deserves an award.

    Hey, this is Slashdot, so this should be the normal case...

  13. Re:Business value? on New Amazon Patent Cites Bezos Patent Reform · · Score: 2, Insightful
    how can they prove the absence of prior art

    They don't have to.

  14. Re:Time for a separate "copyright" section on BSA Piracy Study Deeply Flawed · · Score: 1
    They are all intellectual property and the general arguments about them have direct relevance to all areas mentioned though you do get arguments that get the unique aspects confused sometimes.

    Then, why don't they call this topic "intellectual property issues" or whatever. This BSA stuff simply has nothing to do with patents.

  15. Time for a separate "copyright" section on BSA Piracy Study Deeply Flawed · · Score: 2, Interesting
    Why doesn't Slashdot have a separate "copyright" section?

    It's kind of weird that all copyright/piracy/P2P articles show up in the "patents" section,

  16. Re:Have a taste... on Apple Switching to Intel · · Score: 1
    Without MAC, that leaves IBM's own machines running PowerPC, which will vastly shrink PowerPC's Slashdot fanboy club.

    I'm developing PPC-based embedded systems, you insensitive clod!

  17. Re:It's not that easy on Star Wars Premier: The Line People · · Score: 1
    but I instinctively dislike _any_ program that wants to keep itself loaded in the tray. That includes Quicktime, Real Player, Open Office, Sun's recent JVMs, and anything which tries to stay there just to seem like it loads faster, as opposed to being _needed_ all the time.

    Why is this modded flamebait? I feel your pain.

    Simply uncheck the "add to system tray" option in the install routine. If there is no such option, but the application stays in the system tray nevertheless, use a registry editor to remove the shit from the autostart registry keys. If you have a totally braindead application that keeps adding itself to the autostart folder every time it runs (ActiveSync, for instance), you can even write-protect that part of the registry.

  18. Re:Will trade iPods for weed on Dutch Pass iPod Tax · · Score: 1
    You may put it as a joke, but that's so true.

    I meant it seriously - weed is cheaper in NL (simply because it's legal there) and if iPods are cheaper in DE, these would be perfect swapping items.

  19. Will trade iPods for weed on Dutch Pass iPod Tax · · Score: 5, Funny

    Apple stores in Germany will probably welcome this law ;-)

  20. Re:Potential Uses on Room-Temperature, Small-Scale Fusion at UCLA · · Score: 2, Informative
    But seriously, doesn't filling a chamber with something sort of nullify the whole vacuum thing?

    No. AFAIK, vacuum is defined as a gas pressure less than atmospheric pressure. There are several degrees of vacuum, low vacuum to ultra-high vacuum and whatever.

  21. Re:Of course they did... on Software Patents Stopped in India · · Score: 0, Offtopic
    I am really really interested to know as to how havin g no software patents will effect the "outsourcing revenue stream".

    Outsourcing makes sense only if it is cheaper than doing the work inhouse.

    No SW patents == no additional cost for IP departments, lawyers, lawsuits etc. == less cost for a project

    less cost == more attractive for outsourcing.

  22. Obvious solution to the SW patent problem: on Reforming Software Patents with 'Marking' · · Score: 2, Insightful

    Don't allow software, algorithms, logic etc. to be patented in the first place. Make sure that existing patents can never be infringed by any software, algorithms, logic etc.

  23. Re:They have cracked strong hashes, huh? on Finnish Firm Claims Fake P2P Hash Technology · · Score: 0, Flamebait
    Says the algorithms patented on their site so presumably we should all be able to go look at this little marvel.

    If they patented this algorithm, then it must be a bloody stupid and obvious one which already has lots of implementations and is in widespread use since more than 20 years.

  24. Re:automated responses to probes? on Aggressive Network Self-Defense · · Score: 1
    Some of the larger ISP's will block entire countries subnets from ever reaching your firewall/router. You just have to get past the support desk to an engineer. I used to consult for a company that had all non-North American subnets filtered by their ISP.

    It's even better when you disconnect from the Internet and only use your local network. Firewall logs and spam traffic will immediately go to zero in most cases.

    SCNR

  25. Re:Egh on The Sony/MP3 Saga Continues · · Score: 1
    You'd be surprised how many free, legal songs there are on the net. Oh, but you'd know this if you were doing stuff other than downloading RIAA Stuff, right?

    Plus, you can even get gigabytes of "non-free" music for free, legally. Find some good internet radio stations and use something like Streamripper.