Slashdot Mirror


User: Taral

Taral's activity in the archive.

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

Comments · 49

  1. Joel on Software on Tips for Those Using a Resume Service? · · Score: 1

    Something Joel on Software recommended managers look for also works well on resumes:

    "Smart, and gets things done."

  2. Re:WAY too much on Costs Associated with the Storage of Terabytes? · · Score: 1

    I meant to say "is very much more than that".

  3. WAY too much on Costs Associated with the Storage of Terabytes? · · Score: 1

    From experience, I know that around 30TB is about $1M. I can't see how 50TB is more than that...

    (The 30TB came from IBM.)

  4. Redundant bash call on Essential UNIX Tricks and Tools? · · Score: 1

    Just use find . -type f | xargs -ixx cp xx xx.bak

  5. Testing on Open Source Programmers Stink At Error Handling · · Score: 3, Insightful

    The real problem, IMHO, is that nobody likes to do the intensive testing that is necessary to get a program to be truly robust. We do it here at IBM, and I promise you -- it's not something I would do if I weren't being paid to do it.

  6. Key generation system on Digital Display Encryption Details Leaked · · Score: 2
    I can't help but wonder how those KSVs and secret key sets are generated... Anyone know of another system like this?

    Taral

    WARN_(accel)("msg null; should hang here to be win compatible\n");

  7. Redaction removal on First Look Inside Carnivore · · Score: 1

    I wonder if it would be possible to remove the redactions from the documents? Obviously this is probably only semi-legal, but it would be in the public interest to at least attempt it.

    Does anyone know of methods for distinguishing between various inks/toners placed on a page?

  8. Full decoder on Slashback: Cats, Snaps, Pixels, Diagrams · · Score: 3
    The decoders so far published are rudimentary at best. I have a full decoder, now available on my web page. Enjoy!

    For those who are interested, it appears that the :Cat uses a modified base-64 encoding (not the MIME one!) and a little bit of XOR too. Check the decode() routine for details.

  9. Windows 2000 performance on Hotmail about to collapse under load · · Score: 3

    Although everyone here will go "it'll never work" or "it'll fail instantly", my experience with Windows 2000 is that, if properly set up, it can be quite a stable platform. We should all be watching closely, since this will be a real test to see whether Windows 2000 can meet or exceed an equivalent UNIX+Apache system.

  10. Re:Quantum key theory on "Spooky" Quantum Data Encryption · · Score: 1

    It basically works by Bob sending Alice WHICH bits he received, but not the bit values themselves. Alice and Bob then share a secret, which can be used to create a key. The verification can be done by a challenge/response protocol, of which there are many.

    It's a clever system, for sure. Now why don't we see more of them?

  11. AI software on Ask Jordan Pollack About AI - Or Anything Else · · Score: 1

    I've been trying to get involved in AI for a while now, but have noted a distinct lack of software which is easy to use/understand for someone without a good background in AI. In this case, I'm looking for a knowledge base + NLP + reasoning/prover, but have found nothing comprehensible for any of these parts. Do you have any recommendations for those of us who want to take advantage of recent advances in the field of AI?

  12. RPK is stream based on Public-key Based Streamed Encryption? · · Score: 1
    RPK is a new (and patented) stream cipher which is based on mixture generators (related to shift registers). It is fast, relatively easy to implement, and can encrypt one bit at a time.

    Note, however, that because you are not able to transpose bit positions or make them interdependent in any way, you _will_ lose strength in your cipher.

  13. What's the catch? on Beaming Money · · Score: 1

    C'mon. You don't get something for nothing. The credit card companies charge these guys for processing transactions, but they're going to pay your friend the full amount? And it's all free? Where's the catch?

  14. Just like DIVX on Diamond will provide anti-piracy software for Rio · · Score: 1

    The problem with this is that, just like DVD vs DIVX, unprotected MP3's are much preferable to protected ones. If it weren't for this stupid lawsuit stuff, anyone trying to put out encrypted MP3s would fail, just as DIVX has failed.

    Also, the point of having MP3s is to be able to play them in _many_ different places. On your computer, in your car, on your Rio. If this is just implemented on the Rio, who's gonna buy the encrypted music?

  15. How much is 20 million yen? on Ken Thompson Receives Kanai Award · · Score: 0

    20,000,000 JPY = 166,251.04 USD

    Courtesy of The Universal Currency Converter

  16. Export restrictions in the US on APSL Violating the OSD (Round 9) · · Score: 3

    This is yet another example of the US export restrictions causing problems with software. The whole idea of software as some kind of material object which can be restricted by laws is entirely out of date.

    I have to deal with this problem daily in my work with encryption, since the export restrictions are even tighter for software of that type. And it is wholly absurd to me that the only thing keeping me from releasing my software is a bunch of short-sighted legislators who are too afraid to acknowledge that they have lost control.

    I find it equally hard to believe that companies are still, after all this hubbub about open source licensing, relying on the license to protect their collective butts. The only reason that the GPL is so successful is that it ensures freedoms, and the one restriction is enforceable (if someone decides to add new restrictions, then someone can always hunt down the original author, theoretically). Companies persist in thinking that they can get away with mixing old licensing restrictions with new open source licenses.

    It doesn't work.

  17. PSX development costs $$$ on Cygnus, The PlayStation2 and Linux · · Score: 1

    If I'm not mistaken, the GPL will allow anyone who buys the PSX development tools to then freely distribute them... so I don't really see how they can sanely charge for them.

    Personally, I'm amazed and very pleased at the route this kind of thing is taking. Companies are clearly starting to realize that releasing the development tools to your product in an open manner merely increases the popularity of the platform, and consequently their income.

    How come it took so long?

  18. Censorship programs don't work well on Internet Censorship in Utah Schools & Libraries · · Score: 3

    Unfortunately, censorship programs rarely work very well on things like pornography sites. There are only really two ways to catch things like that:

    1) Trying to second-guess the URLs the sites will use. It's already been shown just how badly this works. The filters _invariably_ manage to filter out something that isn't really offensive.

    2) Constantly updating site lists. This requires continuous maintenance, and therefore drives up the cost of the software (and our taxes, if the schools use it).

    Both of these things result in a cat-and-mouse game to a certain extent, as some providers alter their sites to get past the filters, and the filter makers try to keep up the filtering lists.

    To boot, who are these content providers to say what is offensive? Some religious parents may find the text of the bible offensive, and not want their children to read it...

  19. Problems on Internet Printer Protocol · · Score: 4

    IPP is host to a slew of problems, the worst of which is the lack of access control. Fax machines already suffer badly from junk faxes, and legislation had to be put into effect to try and deter that behavior. (Please correct me if I'm wrong... The rapidly changing legislation on privacy vs. free speech gets the better of me sometimes.)

    From the cursory glance I gave HP's site of IPP a couple weeks ago, it didn't look like there was much of a standard for access control on the system. I mean, receiving a 100 page email is one thing -- you can delete it, and it doesn't use much in the way of material resources. However if someone uses IPP to send you a 100 page piece of junk, even if it's accidental (typed in the wrong ip?), it can cost quite a bit... Especially if it's a nice color transparency printer!

    I'm all for standardizing printing protocols, but I really think IPP needs a little more work before it becomes mainstream. For now, I'm quite happy spooling stuff to port 515 on my printers :)

  20. One question on Slashdot Moderation Phase 1.1 · · Score: 1

    From having viewed the guidelines, it would appear that there is no automatic granting of Moderator access. Does that mean that you will periodically rescan the "ratings" list to find new moderators?

  21. Not true on New Encryption Bill in House · · Score: 1

    Software requires a 15-day review, and it only happens once. In fact, only the MODULE that does the encryption needs verification... I intend to take full advantage of this if this bill goes through.

    It's a first step, anyway. You know the saying about the rock rolling down a hill...

  22. Slashdot effect destroys major Internet web pages on Here Come Da Quickies · · Score: 1

    Okay... you idiots all managed to slashdot eBay?! Wow.

  23. Sounds like WebTV... without the TV on Another Wireless Book · · Score: 1

    There's no computer here, folks... it's just a stupid web browser in a box. I doubt it does telnet or ICQ or IRC or any of the other stuff that makes the world *really* great...

    Don't throw your computers away yet!

  24. Computers that _don't_ run Windows? Go awaaay... on Why Netscape shows ? instead of ' · · Score: 1

    Well, I run xfsft, and have all those Microsoft truetype fonts available in X :)