Live data from Hacker News

/dev/null is an ACID compliant database

jyu.dev

201–203 of 203 posts

Re: /dev/null is an ACID compliant database

#201
post #198

Earlier quoted context omitted.

This is probably old news to people interested in nonstandard methods of computation, but it just occurred to me that the fluid-based analogy to transistors is straightforward to construct: S | | -------| | G \/\/|##| | -------| | | | D This is essentially a pressure regulator, except that the pressure is controlled by an independent signal. Pressure in G pushes a spring-loaded piston to block flow from S to D (a sli…

Related: https://en.wikipedia.org/wiki/Phillips_Machine "The Phillips Machine is an analogue computer which uses fluidic logic to model the workings of an economy."

See also the Glooper in Pratchett's Making Money.

Re: /dev/null is an ACID compliant database

#203

In a similar vein, this is one of the most interesting things I’ve come across on HN over the years: https://www.linusakesson.net/programming/pipelogic/index.php Past HN post: https://news.ycombinator.com/item?id=15363029

export const parse = () => null export const stringify = () => 'null'
Post reply on HN