Slashdot Mirror


User: jefp

jefp's activity in the archive.

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

Comments · 96

  1. Sterling's snark-attack on Bruce Sterling On Lovelock's Pro-Nuclear Stance · · Score: 1

    I'm not sure why Bruce Sterling's content-free driveby merits notice as "stuff that matters". Unless perhaps the category was "Yeah, it hurts when your prejudices run into harsh reality, doesn't it?"

  2. Multi-Pronged Approach on The Economics of Executing Virus Writers · · Score: 1

    A friend of mine advocates a multi-pronged approach to dealing with spammers and virus writers: a baseball bat with nails driven through it.

    Personally I think just executing Bill Gates and liquidating Microsoft would be sufficient.

  3. SPF isn't based on IP addresses. on Yahoo Submits DomainKeys Draft To IETF · · Score: 4, Insightful

    Why do people keep saying SPF is based on IP addresses? Here's my SPF string: "v=spf1 a mx a:safe.acme.com a:widget.acme.com a:pill.acme.com -all" Do you see any IP addresses in there? I don't. SPF is based on domain names.

    And another thing. People keep complaining that SPF and other similar schemes won't stop spam cause spammers use hijacked machines. Duh! What these schemes will stop is worms, not spam. That also explains why Microsoft is interested - rather than fixing their god damned software so it's secure, they want to fix everyone's email so that broken Microsoft software isn't quite so annoying. Well, whatever.

  4. Re:Anyone using SPF with Sendmail? on Yahoo Submits DomainKeys Draft To IETF · · Score: 1

    Yeah, I haven't found a good SPF implementation either. Perl, ugh, I sure don't want that in my mail delivery path. I might just write my own C SPF milter, I've been playing with milters lately and they're a lot of fun. Here's my latest, it does IP-based blacklisting very efficiently.

  5. Re:sad news, but there are alternatives on Osirusoft Blacklists The World · · Score: 1

    Blacklists are for chumps.

  6. Re:Procmail Rule on Microsoft Virus Spam: SoBig.F · · Score: 1
    By the time I woke up this morning I had already gotten more then ten thousand copies of the virus, not even counting all the bounces and stoopid virus warnings. The price of having a popular web site I guess (acme.com). I don't want to spend the CPU cycles to examine all those gigabytes, so I'm just junking any message bigger than 50KB:
    :0
    * > 50000
    /dev/null
  7. Re:nuclear isomers on Stimulated Gamma Decay Weapons · · Score: 1

    Yes, there were many different claims about what red mercury was.

  8. Re:Sounds like good news -- for the space program on Stimulated Gamma Decay Weapons · · Score: 1

    Spaceflight - I guess, although if we really want to go we'll just use fusion bombs. The dirt/energy ratio is likely to be much better.

    Batteries - no, since the energy comes out as gamma rays. No known way to turn those to energy without tons of shielding / heat exchanger.

    Hydrogen economy - think of it as a synthesized methanol economy and it makes more sense.

  9. nuclear isomers on Stimulated Gamma Decay Weapons · · Score: 1

    Remember "red mercury"? While it was never established exactly what the stuff was, or even if it existed at all, one of the guesses was that it was exactly what this article talks about.

    The energy density of these nuclear isomers is just about halfway, on a logorithmic scale, between chemical and nuclear processes. 1000 times more power than chemicals, 1000 times less powerful than fission/fusion. Approximately.

    The really interesting possibility is what happens if you form some of the stuff into a rod and then start the emission at one end. Does it cascade out the other end like a gamma-ray laser? In theory, it ought to.

  10. I still use twm... on fvwm Turns Ten · · Score: 1

    ...but I have it configured to look like uwm.

  11. Re:This does not bode well on XML Co-Creator says XML Is Too Hard For Programmers · · Score: 1

    Pronounced 'zip'. That's pretty good.

  12. Re:This does not bode well on XML Co-Creator says XML Is Too Hard For Programmers · · Score: 1
    • Callbacks irritate him.
    • It's not always practical to build a tree in-memory.

    Yes. When I was handed an XML problem my reaction was the same. SAX is inconvenient and DOM is too slow for large files. However instead of whinging about it, I wrote my own parser API, which doesn't fit into either of those categories. It's very simple to use, and fairly fast. Basically, it's an iterator which returns an object for each span of text in the file. The spans come with a stack of attributes showing what XML elements they are enclosed in. That's about it. I hope to release it as freeware soon. I still need a catchy three-letter acronym for it, tho.

  13. Never mind Farscape, save Firefly! on Still Hope for Farscape · · Score: 2, Insightful

    Far superior program.

  14. Re: Web Server Survey - October 2002 on An Overview of the Boa Web Server · · Score: 2, Insightful

    Yeah. :-) However, even I admit that if Netcraft counted by IP address instead of by virtual hostname, thttpd's share would be much lower. There are a few huge ISPs that run it - a single thttpd process on a single CPU serving tens of thousands of hostnames. This is nice, but it's not really comparable to Apache's millions of real sites.

  15. Where do people get stuff like this? on An Overview of the Boa Web Server · · Score: 5, Informative

    >There is a pretty new

    It's not new. As the linked article says, it's been around since 1995, so it's almost as old as the web.

    >and little known

    I link to it from the thttpd page, which gets a quarter million hits per month, so I guess I've done my part to make Boa better known.

    >it is only CGI-based.

    I don't even know what this means. It serves files using select() and non-blocking I/O, not CGI. It implements CGI for external programs. Perhaps the author meant that CGI was the only option for external programs.

    >preliminary benchmarks against Apache and thttpd

    As others mentioned, no, there are no Apache or thttpd benchmarks in the article. No doubt it's much faster than Apache and about as fast as thttpd, but experience shows that very few people care about web server speed.

    >Boa (running under Linux)

    I keep telling people that if they are one of the few who care about performance enough to run a specialized NBIO web server like thttpd or Boa or mathopd, they shouldn't throw away half their performance by running Linux. Use FreeBSD.

  16. I totally don't get this story. on Running 100,000 Parallel Threads · · Score: 1

    My thread-creation benchmark can create 100,000 threads in 10 seconds on my 800MHz Linux machine at work. No idea what kernel it's running, but I'm sure it's not recent. Furthermore, my 450MHz home machine running FreeBSD 4.5 runs the same benchmark in only five seconds. WTF?

  17. Re:Element Naming on Elements 116 and 118 are Bogus? · · Score: 1

    I heard that 118 was going to be renamed from ununoctium to concoctium.

  18. Re:threaded webserver maybe ? (like apache) on PocketPC Wireless Webserver · · Score: 1

    >compared to thttpd wich while tiny has no real performance

    Buh?

    Perhaps you are talking about some other web server called thttpd.

  19. Re:On the horizon? on Second-Gen DDR SDRAM On The Horizon · · Score: 1

    Also the i845G and P4X333 chipsets. Check the ACME Boardfinder.

  20. Motherboard makers might just skip it. on Second-Gen DDR SDRAM On The Horizon · · Score: 2, Informative

    DDR-II is basically equivalent to on-chip interleaving - the data path is clocked the same but twice as wide. Well, board makers are now doing motherboard-side DDR interleaving themselves - see recent boards based on the ServerWorks GC-LE or Intel E7500 chipsets. Some manufacturers might just decide not to bother with DDR-II.

  21. Because it's not QDR. on Second-Gen DDR SDRAM On The Horizon · · Score: 1

    The data lines are still clocked at DDR, but there are twice as many of them.

  22. History on Netrek · · Score: 1

    Thanks for posting this. I never got into playing nettrek much, but did play original xtrek quite a bit. By the way, Conquest did eventually get ported to Unix in 1999, by Jon Trulson. I've played it, and it's a very close rendition of the VMS version. You can fetch it here.

  23. Re:My comment's not there on All MS Settlement Comments Now Online · · Score: 1

    Same here.

  24. Wow I didn't even notice I got slashdotted! on Science Songs as MP3 · · Score: 1

    Until I saw it in my referer logs this morning. Neato.

  25. There's a reason they called it "Terraserver" on The Amazing $5k Terabyte Array · · Score: 3, Interesting

    I've wanted a terabyte of storage since the mid-1970s, when I realized that there were approximately a trillion square meters on the Earth's surface. Store one byte of grayscale image for each square meter and that's a terabyte of data right there.

    Of course these days I'd want 3TB so I could store color images.