HN user

gabcoh

296 karma
Posts10
Comments75
View on HN

async operations require a library to work for some reason

Rephrased: ocaml is so flexible that async can be implemented as a library with no special support from the language.

This is the beauty of ocaml (and strongly typed functional languages more broadly)

Focuses more on the historical side of undersea cables, but I can’t pass up the opportunity to recommend Arthur C Clarke’s “How the World was One” which is an incredible book on the history of telecommunications infrastructure, including the history and economics of undersea cables.

Can Linux not trivially do the same thing as windows with LD_PRELOAD? If so why is this more of an issue on Linux than Windows? Is it really less a technical challenge and more just a matter of Linux getting less support from upstream developers?

The https certificate “expiration” date is basically just a “fallback to treating this website as http” date. The site is still perfectly accessible and arguably still more secure than an http only site, you just have to click the scary button saying you know what you’re doing and proceed to the website treating it as though it was compromised which isn’t a big deal for the static pages you’re describing.

Small nitpick: it isn’t entirely true that cryptography is “all or nothing”. With things like time lock crypto and proof of work you can effectively have a scheme where large scale snooping is impossible (would take too much compute), but any individual transaction can be decrypted with a bit of work.

very distant: The Culture series by Ian Banks Somewhat distant: I Robot by Asimov (specifically the ending)

I will not comment on the realism of either of these novels, but will say that both present optimistic visions of futures where super intelligent AGIs are commonplace and both have interesting ideas to consider regardless of exactly the extent to which they are grounded in reality.

Do you mean to say both FTX and effective altruism are Ponzi schemes? Obviously SBF and FTX turned out to be a huge fraud, but while EA benefited from the fraud mostly unknowingly (although there are open questions as to whether they should have been more skeptical of SBF) I don’t think it’s fair to say that it is fraudulent itself (at least as far as we currently know). EA is big and while you may disagree with their cause prioritiazation, it is clear real work is being done in the movement.

IDN is crazy 4 years ago

So are there any mitigations for curl users? Anyone know if it's possible to disable IDN by default, and only enable it when (if ever) its needed?

That's fascinating and an incredible example of long term planning. Do you have a source for this?

edit: A very cursory check of the Wikipedia page and https://www.vox.com/2017/9/13/16288364/streampunks-book-exce... suggest that it probably isn't true that Netflix was "originally intended as a streaming company" considering at it's founding online streaming was still far from feasible, but I'm open to evidence to the contrary.

If we’re thinking of the same clip with Matt Levine, I think your characterization is a bit misleading. IIRC Matt Levine was definetly not calling FTX a Ponzi scheme, but yield farming. SBF and FTX (or maybe Alameda?) participated in yield farming, but that has little to do with the aspect of FTX that actually ended up falling apart.

For those interested I think the clip is in an episode of the Odd Lots podcast with both SBF and Matt Levine.

If they took down their website tomorrow would their market cap change at all? Are these then perhaps some of the least “valuable bytes” which explains the website’s design?

Would it be fair to call this a bug in nextafterf? If this FPU flag is enabled it would seem like returning a denormal here is incorrect as it isn’t representable in this cpu in this configuration.

Does anyone have any opinion on this book as an introduction to category theory compared to something like Category Theory by Steve Awodey (https://books.google.com/books/about/Category_Theory.html?id...) or Seven Sketches in Compositionality (http://math.mit.edu/~dspivak/teaching/sp18/)?

I'm interested in learning about category theory in general just to get a feel for the subject, but I also want to have a better concrete understanding of the category theory that is put to use in Haskell.