Domain: mailinator.com
Stories and comments across the archive that link to mailinator.com.
Stories · 11
-
Java IO Faster Than NIO
rsk writes "Paul Tyma, the man behind Mailinator, has put together an excellent performance analysis comparing old-school synchronous programming (java.io.*) to Java's asynchronous programming (java.nio.*) — showing a consistent 25% performance deficiency with the asynchronous code. As it turns out, old-style blocking I/O with modern threading libraries like Linux NPTL and multi-core machines gives you idle-thread and non-contending thread management for an extremely low cost; less than it takes to switch-and-restore connection state constantly with a selector approach." -
Java IO Faster Than NIO
rsk writes "Paul Tyma, the man behind Mailinator, has put together an excellent performance analysis comparing old-school synchronous programming (java.io.*) to Java's asynchronous programming (java.nio.*) — showing a consistent 25% performance deficiency with the asynchronous code. As it turns out, old-style blocking I/O with modern threading libraries like Linux NPTL and multi-core machines gives you idle-thread and non-contending thread management for an extremely low cost; less than it takes to switch-and-restore connection state constantly with a selector approach." -
Windows Is Dead – Long Live Midori?
parvenu74 writes "A story from Infoworld is suggesting that the days of Windows are numbered and that Microsoft is preparing a web-based operating system code-named Midori as a successor. Midori is reported to be an offshoot of Microsoft Research's Singularity OS, an all-managed code microkernel OS which leverages a technology called software isolated processes (SIPs) to overcome the traditional inter-thread communications issues of microkernel OSes." -
Is Switching Jobs Too Often a Bad Thing?
Career Hot Potato asks: "I've been out of school for little more than a year and I have only good things to say about the job market. So far, there doesn't seem to be any lack of demand for a good .NET developer. I've got to admit, though, I feel a little disloyal at this point. Several great job offers have come my way and I've taken them. My resume is starting to make me look a bit restless and it worries me. Until now I've just chalked it up to 'I'm just settling in,' but now another opportunity has been dropped into my lap. Would I be digging my own grave by taking this job? It'd be my fourth job in 16 months but each offered a promotion and a 30% to 40% raise. I know better than to put a price on job satisfaction but I'm pretty certain I'd be happy there. Is being branded as a 'hot potato' enough to keep you from switching? What's your price on this stigma?" -
Three Companies Shut Down For Spyware Bundling
SenseOfHumor writes "A U.S. Court has shut down three companies for secretly bundling spyware. The assets of Enternet Media Inc. and Conspy & Co. Inc., based in California, and Iwebtunes, based in Ohio, have been frozen pending further court action, the FTC said. The court also ordered all three firms to halt downloads of the software." From the article: "According to a complaint filed in district court in Los Angeles, Enternet and Conspy bundled their malicious software with music files, song lyrics and cellular telephone ring tones offered free on a range of Web sites. The software was also disguised as a security upgrade for Microsoft Corp.'s Internet Explorer Web browser." -
Real-time Spam Map
iggychaos writes "Mailinator, the free, temporary email service gets a lot of spam (over a million emails a day). And with another cool application of Google maps, the site now shows a Spam Map indicating what sites are spamming mailinator in (nearly) real time. It's oddly addictive to poke around and see where the spam is actually coming from." -
Real-time Spam Map
iggychaos writes "Mailinator, the free, temporary email service gets a lot of spam (over a million emails a day). And with another cool application of Google maps, the site now shows a Spam Map indicating what sites are spamming mailinator in (nearly) real time. It's oddly addictive to poke around and see where the spam is actually coming from." -
Real-time Spam Map
iggychaos writes "Mailinator, the free, temporary email service gets a lot of spam (over a million emails a day). And with another cool application of Google maps, the site now shows a Spam Map indicating what sites are spamming mailinator in (nearly) real time. It's oddly addictive to poke around and see where the spam is actually coming from." -
Butterfly Unlocks Evolution Secret
Anonymous Coward writes "The BBC has an article about a dramatic discovery in the quest for understanding evolution. From the article: 'Why one species branches into two is a question that has haunted evolutionary biologists since Darwin. Given our planet's rich biodiversity, "speciation" clearly happens regularly, but scientists cannot quite pinpoint the driving forces behind it. Now, researchers studying a family of butterflies think they have witnessed a subtle process, which could be forcing a wedge between newly formed species.'" -
Electronic Burglary in the Senate
earthworm2 writes "The Boston Globe is reporting that Republicans on the Senate judiciary committee have spied on confidential Democratic files for a year, studying their strategies and passing on the juicy bits to the media." -
Networked Printing on a DI-707P Router?
Feztaa asks: "I've recently purchased a D-Link DI-707P wired router, which comes equipped with a parallel port, so that you can share your printer with all computers on the local network without having to rely on somebody's computer to be on for the printer to work. Unfortunately, the router only ships with print drivers for windows. The D-Link support website basically says 'for Linux printing support, go ask the Open Source community'. I've been googling for the past few days, but most searches that include 'DI-707P' just return sites trying to sell me one. Here's what I know so far: The router's web-based config system provides no configuration for the printer, it just tells me if there's a printer plugged in and turned on or not. I portscanned the router and found that port 515 is open. I know that's LPD, but I don't know how to configure that on my system. I'm using Red Hat 9, and the GUI tools will allow me to configure a networked printer using LPD, but I can't get the thing to actually print (it asks for the IP of the printer and the name queue; I don't know how to find out the name of the queue). The printer I'm using is a BJC-250. I've had absolutely no trouble printing on this printer when it was plugged into my parallel port, so I know the printer works fine. Does anybody have any experience with this router (or similar D-Link routers), and if so, what did you have to do to get your Linux system printing with it?"