Slashdot Mirror


User: srn_test

srn_test's activity in the archive.

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

Comments · 157

  1. Re:Please see Larry's comments (and responses) on BitKeeper EULA Forbids Working On Competition · · Score: 1

    The problem I see is something like this:

    Person A at (say) IBM notices a bug in CVS & submits a patch.

    Suddenly, Person B, working 3000km from person A who has never heard of person A cannot use the free BK for some private purpose (maintaining pron lists for all I care).

    Does that seem reasonable?

  2. Re:That's Light Hours, not Light Years on Farthest Human-Made Object: First Quarter Century · · Score: 1

    Err, either the /. editor bozos are getting naughty and editing "silently", or you misread.

    I hope it's the latter; however with the way /. has been going over the last year or so, the former seems much more likely.

  3. Well known "flaw" on Schneier et al Report PGP Vulnerability · · Score: 3, Interesting

    This is a well known attack, isn't it? I can remember giving a talk on how to use PGP and telling people to never:

    a) Sign random garbage sent to them by anyone (and sent it back), or
    b) Decrypt stuff and send it back.

  4. Re:speed? on Gnome 2.0 RC2 Asks For Abuse · · Score: 1

    Indeed, I have. I've been pretty thouroughly shouted down, though. I no longer bother.

  5. Re:speed? on Gnome 2.0 RC2 Asks For Abuse · · Score: 1

    > Well, I came to Linux from MacOS, so to me both KDE and Gnome seem too much like Windows :-)

    Indeed, most of the "useability" stuff that's been going on in Gnome is either:

    a) Changes to make it more like Windows, or
    b) Removal of useful features that could confuse first time users.

    It appears Gnome is increasignly aimed at people with limited short-term memory who have recently changed from Windows.

    Sad really, it could have been good.

  6. Re:OMG Do you know what we just did!!!! on Live from Iran, Film88 · · Score: 1

    Hmm, I'm not sure sending a SAM to Iran would do much, except give the Iranians a nice gift...

    Stephen

  7. Re:Perfect encryption already exists... on Quantum Cryptography In Action · · Score: 1

    > Not exactly. One time pads don't:
    >
    > * Disguise the length of a message

    Easily done; simply chose a pad which is longer than the message, or see below.

    > * Hide the fact that a message has been sent

    Defeating traffic analysis isn't that hard, just expensive. For example, continously exchange one-time-pad encrypted messages of some arbitrary length; most of the time they just say "This space left blank", but sometimes they have the message.

    No more traffic analysis.

    Stephen

  8. Re:Future of Linux kernel on Kernel 2.5.3 Released · · Score: 1

    This (or similar schemes) have been discussed on LKML several times in the last few years.

    The basic objection is that the kernel doesn't develop like that; it's more like:

    2.5.x

    1 = x = 10 Unstable.
    11 = x = 20 more stable

    21 stable-ish

    22 = x = 30 unstable again.

    And so on. For example, I think 1.1.59 was the kernel of choice for distributions for about 6 months...

    Stephen

  9. Re:similar to a recent dead-tree concept on Rearranging Pixels For Performance · · Score: 1

    1995 is extremely new in the printing industry! The printing industry moves pretty slowly - not least because the printers are very expensive, so replacing them isn't done casually...

  10. Re:Um, buy a clue here on Y2K Bug Blamed For Miscalculated Down Syndrome Risk · · Score: 2, Interesting

    I know of two people who were advised to terminate pregnancies here (Westmead Private Hospital, Sydney, Australia) on the basis of nucal translucency results alone.

    Neither did so; the children were fine in both cases.

    In both cases the test was flawed because the fetus was unusually large and thus the doctors involved got the conception date wrong.

    In both cases the doctors ignored the mother's protests that the conception date was off by a couple of weeks...

    Stephen

  11. Re:X-Mas Tree Lights on New LED Backlights For LCD Screens · · Score: 1

    Here in Australia Dick Smith (at least) had some last Christmas. We got some - tiny little power supply, very long life, now voltages.

    Just what you want! They weren't even that expensive...

  12. Re:who gives a flying fuck? on 100 Meter OWL Telescope Project · · Score: 1

    >There is no proof that alien do not exist, either. You can't prove a negative condition.

    Prove it.

  13. This happened to us once... on Approaching Lost Clients About Security? · · Score: 4

    We tendered for a [large recorded music seller]'s web site. In our tender, we pointed out that relying on plaintext, unsigned email for orders to the [large recorded music seller]'s suppliers would lead to people getting free CDs once they worked out all they had to do was send email to the right spot.

    Our tender was rejected as "too complicated" because we designed something that would have been more secure.

    The winners built the system; within a few weeks people were getting free CDs and the system was turned off.

    The only good part was that the idiot who had run the tender evaluation was sacked...

    Stephen

  14. Re:X is bloated??? on Jim Gettys On Itsy/GNOME/KDE And Small Devices · · Score: 1

    > This will preserve binary compatibility, and save at least .5 megabytes...

    Well, no, actually.

    It'll save memory being mapped into the address space of the process, but if the process never uses the functions called, the pages will never get loaded into RAM.

    In other words, if you're not using i18n, in general you won't have any i18n code in memory.

    Actually, you might, iff the functions are arranged in a sufficiently bad way in the library; hopefully similar functions are close to each other so that loading, for example, strcpy, doesn't also get you fopen...

    Stephen

  15. Re:Censorship, and Slashdot's reaction to it on UK Censorship: Demonic Consequences · · Score: 2
    I think there's a fairly clear line between /. rating posts, and people being sued for posting what is often simply the truth.

    It's very misleading and emotive to try to load the two into the same barrow, the barrow which you are pushing so enthusiastically here...

    Stephen

  16. Two wrongs? on Amazon Sued For Patent Infringement · · Score: 5

    Although it's tempting to say "it serves them right", it's just one more example of how broken the US patent system has become!

    The patent they have infringed is another one of these translate something from a normal environment where it's obvious to the Internet and then claim it's novel things.

    Going into a music shop and listening to the music before I buy a CD is hardly earth-shattering in the real world. It shouldn't be on the Net either. I really wonder if the USPO assessors get out at all! :)

    Stephen

  17. Re:No need for total persistence... on Instant Access Memory · · Score: 1
    > I don't care if it doesn't recover from a crash because my linux box never crashes, seriously.

    Your power 100% too? Ever accidentally turn off the machine or hit reset?

    As someone up there pointed out, though, total persistence is not needed. You can treat part of the memory as a filesystem if you want and the rest as scratch storage (like current RAM). It's just that it becomes a rather strange and arbitrary distinction.

    It's also hard to believe that one day these things will be cheaper than HDD - $0.01/MB sounds pretty cheap for any sort of silicon...

    Stephen

  18. Persistent operation systems on Instant Access Memory · · Score: 4
    This sort of thing is what the persistent operating system groups have been working on doing for years.

    It turns out that it's _hard_ to do - keeping the data around is the easy part; what do you do when the OS crashes? How do you recover?

    You end up with a huge database like wrapper around the entire OS, and really heavy-weight recovery code to try to rebuild a consistent state of the system.

    You've also got the problem that if something is wrong in the OS, when you reboot you'll quite possibly just trigger the same bug again! Makes Microsoft style "reboot to fix the problem" solutions not so good.

    See some persistent OS sites, like:

    • http://www.psrg.cs.usyd.edu.au/
    • http://www.cs.stir.ac.uk/~aol/publicationlist.ht ml

    This is just a few I happen to know.

    Stephen

  19. April 1? on Instant Access Memory · · Score: 1

    It wasn't the April 1st edition was it?

  20. Sort of related - a Linux-based VCR? on What Do You Use For Digital Video Editing? · · Score: 1
    How hard would this be to do?

    I can see the capture (bttv and friends) and the playback (although I guess I'd need a video card which can drive a composite video signal(?)), but ideally it'd MPEG encode the data - is there any hardware MPEG encoding stuff under Linux?

    The more I think about it, the better this idea sounds :) Once the video is in the system as an MPEG, I can replay it on my workstation over the LAN... Hours of fun!

    Stephen

  21. Host them elsewhere... on Anonymous Web Hosting Banned In France · · Score: 1
    It strikes me that unless every country in the world introduces such laws (and they enforce them - big ask for some third world countries), it's just a matter of the user picking a hosting machine somewhere that does allow anonymous hosting.

    The thing governments could try to do is make setting up anonymously hosted pages illegal, but enforcement might be hard, what with the anonymous nature of the things...

  22. Re:Someone wasn't ready too closely... on It Came From Beyond ... In Buckyballs! · · Score: 1

    It appears one of the not-reading-too-closely people was me - I meant "reading" not "ready" of course.

  23. Someone wasn't ready too closely... on It Came From Beyond ... In Buckyballs! · · Score: 1
    "The helium we found within the fullerene cages of Australia's Murchison meteorite, for example, is similar to the helium that existed when our Solar System first formed," Becker stated.

    Seems to contradict the presumption that the Helium is unlike any that existed within the solar system...

    Otherwise, interesting.

  24. Voting system... on Ask Slashdot: Internet Voting? · · Score: 4

    In Australia we have "optional preferential voting", which means you can rank the candidates from most to least prefered.

    When it comes to counting, all the first ("primary") choices are added up. The candidate with the least primary votes is removed from the count and all their votes are given to their voters second preferences. This is repeated until someone has >50% of the vote.

    Oh, and voting is compulsory.

  25. Re:you need a completely *random* key on When Pretty Good Privacy Isn't Good Enough · · Score: 1

    If you really did /dev/random % 95 I think I see your problem - that's obviously going to skew your distribution (whatever you read is going to be a number of bytes, and thus a power of two).