I hope not, I've been depending on this service for a while. I have it integrated via FUSE on my prod servers.
We did have some problems of blocking on large files, which is less than ideal for a /dev/null service.
After dealing with their customer support (which has been super helpful), we are looking to move to a named pipe / FIFO.. Which will non-block and cache lolcally, with a watcher service to push it to their site.
A reverse lookup shows that the server is also hosting https://coffeestats.org/ - clearly there's someone here trying to collect vast amounts of data about the general public. I don't think the parents fears are unwarranted, the fact that it's hosted in a German IP block could be to throw people off the trail.
Seems like a genuine joke to me. This is the guy behind it:
http://noqqe.de
"About
Florian Baumann (24). Arbeite bei der GfK SE und interessiere mich für allerhand Dinge unter anderem Debian, BSD, OpenSource, R, Statistik, Scripting, Hacks, Administration.
Was das alles so mit sich bringt schreibe ich manchmal hier auf. Manchmal nicht. Außerdem sammle ich hier ohne Sinn und Schema Zeug das ich nie wieder brauche."
At least these guys are honest:
We know that everyone cares about thier privacy these days. We promise we won't let anyone have a look at your data[1].
[1] Anyone excluding the following companies and departments. Just the good guys, you know?: NSA, Nestle, Communist Party of China (CPC), The Coca-Cola Company, the KGB, some of your coworkers and our friends (especially if there is something funny).
Discard is fundamentally flawed. Because the service does not provide a response the client cannot reliably determine whether the data was successfully discarded.
Without a response there's the possibility that your data could be lost on its way to being thrown away, and you'd never know.
Privacy
We know that everyone cares about thier privacy these days. We promise we won't let
anyone have a look at your data[1].
[1] Anyone excluding the following companies and departments. Just the good guys,
you know?: NSA, Nestle, Communist Party of China (CPC),
The Coca-Cola Company, the KGB, some of your coworkers and our friends
(especially if there is something funny).
The website is missing a "meet the founders" page with the pre-pubescent CEO, CTO, Director of Marketing and Director of Customer Excellent, who just happens to be the CTO's little sister.
Don't be fooled by this clever marketing for a scam service! Keen IO is the true market leader in /dev/null as a service! We released in April 2013 and have been serving customers with a 100% satisfaction rating ever since. See "Keen IO releases API for /dev/null" to get the full story and perspectives from industry experts on this robust REST API. Keen IO: /dev/null for modern developers.
One reason I am not a devfs fan is because I'm a mknod(1) user. For example, FreeBSD has one of those famous "_________ is deprecated" bold warnings regarding mknod.
It is not deprecated in my usage. I use it all the time.
I do not rely on /dev/null.
I make my own null character devices as I need them.
In my case, the reason is because it's shorter to type.
I would expect most longtime UNIX users have experienced what happens when, for one reason or another, /dev/null is not a null character device and you have scripts or programs writing to it as if it was. By the time you realize that this has happened, it's too late -- data has already been saved to this file.
There may be various workarounds for this. I'm not a professional sysadmin.
But in my case, for my own personal usage systems, by using my own null character device in my own tmpfs mounted folders, I can just test for the success/failure of the mknod command before I start redirecting anything to it.
Great. You just gave luser at least read access to a whole lot of your hardware, including your whole hard disks, swap space, and some device nodes which potentially crash the system upon random reading.
My system has only one user: me. I am the only one using it.
Multiuser UNIX is a relic from a long past era of shared computing. The "root" concept creates more security issues than it solves. That's why Plan 9 did away with it.
One often needs mknod to build chroot jails because the program or programs that one intends to run in the chrooted in the jail directory require access to certain device files.
Wow I can't believe that video has gone viral — I remember showing it around to a few friends 2 years ago or so when it only had a few thousand views. Ironically, MongoDB has since become my go-to DB of choice...
/dev/random as a Service: Do you think every random-number-generator is broken? Well, we do! Simply trust us and use our numbers as your only seeding source!
"RANDOM.ORG offers true random numbers to anyone on the Internet. The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs. People use RANDOM.ORG for holding drawings, lotteries and sweepstakes, to drive games and gambling sites, for scientific applications and for art and music. The service has existed since 1998 and was built by Dr Mads Haahr of the School of Computer Science and Statistics at Trinity College, Dublin in Ireland. Today, RANDOM.ORG is operated by Randomness and Integrity Services Ltd."
I could see a service that just accepts any HTTP you send to it as being kinda useful for early testing of client-side software. Personally I'd just use netcat, but maybe a service would be easier for some people.
It's almost useful if you need random numbers that aren't secret, but it's useless for crypto, which is probably the major use of good-quality random numbers.
Do you suppose after they successfully implement /dev/random as a service, they might implement /dev/zero or /dev/full next? Or /dev/console might be especially useful.