Hacker News new | past | comments | ask | show | jobs | submit | more rumcajz's comments login

The mention of goverment having control of the currency in the discussion about Austria reminded me of the Worgl experiment: view-source:https://en.wikipedia.org/wiki/W%C3%B6rgl#The_W%C3%B6rgl_Expe...


One Eco's book relevant, IMO, for programmers: "The search for the Perfect Language". In a way, it can be thought of as a prequel to the history of programming languages.

https://www.amazon.com/Search-Perfect-Language-Umberto-Eco/d...


He also wrote a short piece comparing operating systems to religion which is is quite amusing. It boils down to:

Windows = Protestantism Macs = Christian Unix = Talmudic

(if i recall correctly)



It's also quite relevant for anyone with a morbid interest in those "logical" conlangs that try to divide the world into some sort of rational categories (Lojban, Ithkuil etc.). Though perhaps demotivating for those who attempt to create/learn one ;-)

Also, be sure to read Borges' "The analytical language of John Wilkins" if you like this sort of thing :)


One thing I heard (not sure whether it's true) is that in Ottoman empire, when I child died, parents often used the his or her birth certificate for the next child. That way they could avoid all the associated paperwork.


> A robot cashier, though, changes the equation: It “gives the false impression of anonymity,”

OTOH, a human cashier gives the false impression of personhood to a corporation.


Not very effective sex organs at that. Eventually, we'll be dispaced by something that does the job more effectively.


Postel's principle: By liberal in what you accept... It means that the tool won't crash just because there's weird input.


But as written, the definition permits generating the weird output. Which ignores the other arm of Postel's principle.

You could have the format definition forbid these characters; and then in the section about Postel's principle have "If you choose to accept forbidden characters, you MUST treat them as '?'".


Isn't it better to crash than to fail silently, possibly storing malformed data?


Known as "Fail early, fail loudly".

https://en.wikipedia.org/wiki/Fail-fast


Currently it uses the alignment of the headers as the default. It's only when a field exceeds the size of the header when the output is misaligned. The next record returns to the default alignment though.

I was thinking about adding a 'trim' command that would trim long fields to fit into the default field size.


Tabs are a nightmare to deal with when you want to align the columns. Also, I don't consider tabs to be human readable: They are too easily confused with spaces. (Case in point: make)


Fair enough, I've experienced those pains myself. But what is the strategy with UXY? kind of a semi-fixed-width format that is only partially aligned, but still requires quoting/escaping? I'm not sure it's any better than CSV or PSV (pipe), and it also doesn't interoperate with existing tools.

I'm not attacking your overall idea, btw. I've just given this a bunch of thought myself, and the design space is very tricky. My current approach would be to use ASV (ascii codes 27-31) and abandon 'cat'-based readability in favor of a 'vcat' which gives you a better visual representation. Of course that has its issues too.. :)


> I'm not sure it's any better than CSV or PSV (pipe), and it also doesn't interoperate with existing tools.

I think the point is that it's largely a formalization of what unixy tools already do.


The question of intrusive containers is kind of orthogonal. You can implement intrusive containers using generics. Aslo, kernel code would use intrusive containers even if there were easy-to-user non-intrusives available directly in C. The reason, of course, being that with intrusive containers you can avoid huge amount of memory allocations.


I've done a write-up on the book here: http://250bpm.com/blog:128


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: