Earlier quoted context omitted.
wouldn't 202 be better?
204 No Content would. 202 assumes a possibility of further processing, but /dev/null can offer none.
/dev/null as a Service
81–90 of 96 posts
Re: /dev/null as a Service
#82Re: /dev/null as a Service
#83https://keen.io/blog/46856249197/keen-io-releases-api-for-de...
Re: /dev/null as a Service
#84The 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.
Re: /dev/null as a Service
#85Re: /dev/null as a Service
#86Reminds me of http://www.supersimplestorageservice.com/
"The resource you are trying to access cannot be read, due to the following reason: No read operation available. Please try the following:
Make sure you really want to access this file. I mean, is it really that important in the big scheme of things?"
Re: /dev/null as a Service
#87Reminds me of http://www.supersimplestorageservice.com/
Re: /dev/null as a Service
#88leet timestamp on the HTML: 27.10.2013, 13:37
Re: /dev/null as a Service
#89Earlier quoted context omitted.
> I do not rely on /dev/null. > I make my own null character devices as I need them. Why? Is there ever a reason to have more than one file on your system which acts as a /dev/null?
"Why?" Why not? 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…
Re: /dev/null as a Service
#90Earlier quoted context omitted.
I can't believe you guys are debating the correct HTTP return code for a joke service? Besides, it's obviously 200.
Wait... is it a joke?
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.
Happy Customer, A+++, would recommend.