Slashdot Mirror


User: pclminion

pclminion's activity in the archive.

Stories
0
Comments
6,218
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,218

  1. Re:unix? on Apple Explains How to Run X11 on Mac OS X · · Score: 5, Interesting
    Yes, Mac OS X is based on BSD. This doesn't necessarily mean that UNIX software will compile and work unmodified. As an example, my company makes products that run on Windows as well as various UNIX variants, including HP-UX, Solaris, Irix, BSD, various SysV-like systems, etc.

    Believe me, you do not want to see what the Makefiles for a piece of software like that look like. We're talking about the era before GNU-style "configure" scripts and Makefile modularity. It's hideous. But it works. And it makes the differences between the various UNIX platforms as clear as day.

    Right now, I'm in the middle of porting our main project to run on OS X, so this article is very timely. To be honest, I anticipate that the majority of the difficulty will be in getting the make system to run correctly, and possibly fixing a number of linker issues. I expect that the code itself will work almost unmodified.

  2. Weird on Apple Explains How to Run X11 on Mac OS X · · Score: 5, Interesting
    How weird -- I'm right in the middle of doing exactly this (trying to port one of our UNIX products over to run on Mac OS X using an X server).

    I think I'll wait to RTFA until after I've tried everything on my own first. Nothing like thrashing randomly to help you learn about a system :-)

  3. Re:Circular statistics on AI Bots Pick The Hits of Tomorrow · · Score: 1
    For all we know they did use N-way cross-validation. These are not stupid people so there is a good chance they did.

    Probably not. The purpose of the system is to make people more money. Whether the results are statistically valid isn't the point.

    What academic journal would ever publish an article written for a newspaper? What's your point here?

    I wasn't suggesting it. Just pointing out that their statistical claims are at the level of bullshit that would cause such a report to be rejected had they written one.

  4. Re:Has anyone seen alternate character domains? on Phishing In The Channel · · Score: 1
    Are those same extended (Unicode) characters allowed in SSL certificates? If not, then it would be impossible to get a certificate matching the configured hostname, and browsers would bitch loudly when people went to the site...

    But then again, you could just not use SSL, and most people wouldn't even notice that they weren't at a secure site.

  5. Re:Circular statistics on AI Bots Pick The Hits of Tomorrow · · Score: 3, Informative
    You've made a very good point.

    In the field of machine learning, it's considered a major no-no to quote performance figures based on your training data.

    The typical way to validate your results is called an N-way cross-validation. You split the data into N parts, and perform N training runs. Each run uses N-1 chunks to train, and tests on the remaining chunk. Then you average the results to get a general performance estimate, or you can use a T-test to compare the results against another algorithm.

    This report would have been rejected immediately from any academic journal of any significance. It's a fucking joke.

  6. Re:Monkey on your back. on OSDL Denies Rewriting Kernel · · Score: 5, Insightful
    OK. So why exactly is rewriting the kernel a problem?

    Because "rewriting the kernel to avoid patent infringement" implies that you knew about the infringements before, which makes you legally liable.

    It would be admitting that kernel developers knowingly used patented methods in the kernel, which would open them to willful infringement lawsuits.

  7. Re:Pronounciation for y'all on Gnome 2.10 Sneak Peek · · Score: 1
    That's nice and all, except that the official pronunciations for both GNOME and GNU are "Guh-nome" and "Guh-new" respectively.

    So, in the sense that you are completely, utterly wrong, yes, that was an insightful post.

  8. Re:What I really want on Build an Open Source Network Sniffer · · Score: 1
    You can accomplish what you want with VPNs. The WAP exists in a little isolated world along with a VPN server. Clients connect to the AP and have to log in to the VPN in order to go anywhere "real."

    The particular choice of VPN client/server software depends on the types of clients you'll want to allow, etc.

  9. Re:Gee, that's news... on Brian Hook on the ActiveX Experience · · Score: 1
    You don't understand certificates.

    A certificate's purpose is not to demonstrate that a particular party is trustworthy. It's purpose is to demonstrate that a party is who they say they are. To this end, Verisign provides a very acceptable service.

    If you trust ABC Corp, and a piece of code has been signed by ABC Corp, then you can trust that code as much as you trust ABC Corp. The certificate isn't making you safe, it is providing information you can use to make your own decisions about security.

  10. Re:Solutions are the problem on Scalable Enterprise Buzzword Solutions · · Score: 1
    Couldn't buy the software, instead the company wanted to provide a "Solution", the salesperson wouldn't even give an idea of the price for the 'solutions', but demanded we wade through a web demo with him for an afternoon before it was to be discussed.

    Out of curiosity, what company were you dealing with?

  11. Re:Can we run servers yet? on Comcast Raises Bandwidth in Shot at DSL · · Score: 1
    Hopefully Comcast doesn't have the time to monitor traffic content.

    Not only do they not have the time, they'd lose their "common carrier" status if they did.

  12. Re:Binary XML no / Pointer XML maybe? on Does the World Need Binary XML? · · Score: 1
    What you describe is surprisingly similar to PDF. A PDF file is a stream of objects with a cross reference table to allow random access. The format is general and can be used to store all kinds of stuff besides PDF documents.

    Adobe uses a language called FDF for submitting PDF form data to form servers. The format is identical to PDF from a structural standpoint and serves the same purpose as XML for that application.

    Another advantage to PDF/FDF is that it is human-readable (unless you use compressed object streams, which is another issue). However, generating the cross reference table is not something easily accomplished by hand.

  13. Re:You first biatch. on Smart Guns are Coming · · Score: 1
    First you said..

    Modern pistols have failure rates measured in the single digits per 10,000 rounds

    Then you said..

    Two nines is not acceptable

    Two nines is 99.99%, which is a failure rate of 1 in 10,000. So "single digits per 10,000 rounds" is even less than two nines. So what the hell is it? According to what you've just said, pistols have an unacceptably high failure rate.

    I think you're pulling figures out of your ass.

  14. Re:Sony video cameras... on Smart Guns are Coming · · Score: 1

    What a genius idea, all the enemy has to do is paint his face white and the weapons won't fire at him.

  15. Re:The test includes bzip2, rar, zip etc... on Breakthrough In JPEG Compression · · Score: 1

    Gee, because tar is an archiver, not a compression method?

  16. Re:JPEG - get it right on Breakthrough In JPEG Compression · · Score: 1
    You're not right either.

    JPEG == name of standard
    JPG == file extension
    JFIF == name of file format

  17. Re:Only lossyless on Breakthrough In JPEG Compression · · Score: 1

    Oops, I meant x[i] --> x[i+1] - x[i] - 1, obviously.

  18. Re:Only lossyless on Breakthrough In JPEG Compression · · Score: 2, Interesting
    JPEG is basically a discrete cosine transform, followed by aggressive quantization of the DCT coefficients -- higher compression levels imply more extreme quantization -- followed by Huffman or arithmetic coding of the quantized coefficients.

    It is this last step which is not particularly efficient. There are several reasons why ZIP cannot significantly compress this data. First, ZIP is a byte-oriented compressor. Huffman codes are bit-oriented. This causes ZIP to miss many patterns that could be backreferenced simply because they fall on a weird bit position. Second, data can be highly compressible and yet have no repetitive patterns in it.

    For example, consider the sequence 1,2,3,4,5,6,7,8,9,10,...,1000. It has no repeating pattern, but it would be absurd to claim that it cannot be compressed. In this case, applying the simple transform x[i] --> x[i+1] - x[i] transforms the sequence to all zeros, and that is trivially compressible. To decompress, just apply the inverse transform.

    ZIP is too naive to use any sort of transforms. It really was only intended for textual data, program executables, etc.

  19. Re:PNG is lossless on Breakthrough In JPEG Compression · · Score: 1
    While I love to advocate PNG in the right situations, using it for storage of photographic-type imagery is not the best choice.

    Before settling on PNG, I would first recommend that he try simply bzip2'ing the raw image files. Compare that to the size of the same image saved in PNG format. It's very likely that bzip2 will be the better performer.

    Try it yourself, on some photographic images you have laying around.

    Of course, if PNG turns out to work better (it doesn't usually, but it might), then by all means, he should use that. But do the test first.

  20. Re:Only lossyless on Breakthrough In JPEG Compression · · Score: 1
    It's not hard to believe at all. The Huffman codes used in standard JPG files are extremely naive. Improving on their performance would take some clever thinking, but it's not rocket science.

    It's simply that these are the first people who've ever bothered to try it.

  21. Somebody mod this up on Breakthrough In JPEG Compression · · Score: 2, Interesting
    I was going to post a similar explanation, but this person did it first, and probably better than I could have anyway.

    As another person who has implemented JPEG, I vouch for his accuracy :-)

  22. Re:What about feigning Injuries?? on Robot Makers Say World Cup Will Be Theirs By 2050 · · Score: 2, Insightful
    Great, so we'll have fields of robots blasting each other. Then what? Whoever has more robots at the end wins?

    What exactly is the point of war if people don't die?

  23. A theory on Sleep Less, Eat More? · · Score: 1
    Here's my theory.

    Some people drink lots of caffeine. Caffeine tends to keep you awake, and it also raises blood cortisol levels. Elevated cortisol is strongly linked with weight gain. Thus, the two conditions "less sleep" and "weight gain" might both stem from a third factor, namely, excessive intake of caffeine.

    When I stopped drinking caffeine last year my weight plummeted. I started again in the winter, and my weight is increasing again.

  24. Re:Questionable Article? Conservation of Energy? on NASA Details Earthquake Effects on the Earth · · Score: 2, Informative
    Earth can speed up if you either "add energy" or "remove stuff" from the closed system.

    Explain the proverbial ice skater who speeds up her spin as she pulls her arms toward her body. According to you, this can only explained by "adding energy" (what energy?) or "removing stuff" (she lost mass?!)

    For some bizarre reasons you seem to think that the r in L=r x p is a constant. It isn't. The earth contracted somewhat after the earthquake, bringing mass closer to the center of rotation and decreasing the moment of inertia.

    Your understanding of this stuff is very incomplete.

  25. Re:So How Long Is A Day, Anyway? on NASA Details Earthquake Effects on the Earth · · Score: 1

    And I forgot to mention that it's only winter on one hemisphere at a time, so the redistribution of mass would be lopsided. It probably makes the planet wobble a bit.