Slashdot Mirror


User: uluckas

uluckas's activity in the archive.

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

Comments · 9

  1. VoIP on Mobile Phone with PC running Linux 2.6 · · Score: 2, Insightful

    A hackable phone with WLAN. I guess it won't be long before someone puts a VoIP client on there.

    Use WLAN to make cheap calls and GSM for backup if there is no WLAN available.

  2. English website on Mobile Phone with PC running Linux 2.6 · · Score: 2, Informative

    There is an "english" link at the top of the page - pointing to http://road-gmbh.de/en/index.html

  3. Re:Oil on AgroWaste Oil Plant Starts Production · · Score: 3, Insightful

    Oil is one problem behind CO2 increases because _fossile_ oil is usually being used. Thereby releasing carbon that had been traped deep inside the earth.
    Producing oil from agricultural products can only release carbon that has been extracted from the air before.
    This gives you a net zero effect on CO2. Great, isn't it?

  4. Re:GNOME, KDE / All Linux Window managers on GNU XFce 3.2.0 Desktop Now Available · · Score: 1

    > Win98 looks more elegant and consistent.

    Sure! press "Start" to shut Windows down :)

  5. How to avoid this in the future? on RealNetworks to Create Patch to Block Personal Data · · Score: 1

    As this is happening again and again I am wondering how users privacy can be protected.

    First I wonder if there is any legal way to respond to this kind of intrusion.
    There are very clear laws about a hacker breaking in to Real Networks computers and stealing data. What is the difference to them stealing data from my and thousand of other computers?

    What do you think is going to happen to the illegaly acuired data? Are they going to delete the whole database :)
    Even if they were legaly requiered to delete all the data, is there anybody out there who is willing an able to force them to comply to the laws?

    Thanks for your comments

    Uli Luckas

  6. L3 URL: http://os.inf.tu-dresden.de/L4/l3.html on EROS 1.1 relased under GPL · · Score: 1

    The L3 URL should have read: http://os.inf.tu-dresden.de/L4/l3.html

  7. Re:One of the coolest things about EROS: persisten on EROS 1.1 relased under GPL · · Score: 1
    Then, when every thing is in vritual memory, doesn't that mean for x86 processors you have a limit of 2GB per process for all data and code?

    Oh, you have the same limit on linux, but you can hold extra data in files.

    Wouldn't that render the whole thing useless for fullblown database servers?


    Uli Luckas

  8. Not really new on EROS 1.1 relased under GPL · · Score: 1
    >I'm not yet sure what I think of this, but it definitely is something new and unique.

    >Chris



    This conecpt has been implemented before in L3.

    Uli Luckas

  9. Persistence in Linux? on EROS 1.1 relased under GPL · · Score: 1
    In the early nineties I have been working with an OS called L3 which was based, among other things, on persitstence. Even thoug L3 now is a thing of the past the idea of persistance still seems ahead of even today's OS technologie.

    If your system was powered down in the middle of a database update after reboot the update continued, where it was interrupted. No DB curruption!

    L3's persistence implementaiton was based on two 'lazy' copies of the virtual memory. One of a consisten state and the ther one was the working copy. That is the first time you change a memory page, it is copied. The after a fixed interval, an new lazy copy of working memory becomes the new 'consisten' state copy.

    My question to the public is wouldn't this be a desirable thing to have in Linux? And the question do the developers does that seem a hard thing to implement?

    It seems like a simple concept. But there seems to be a huge pile of implications for the kernel drivers. A process might even be in a system call when the system wakes up again.

    I am verry ecited to hear your comments.

    Uli Luckas