HN user

emilyst

371 karma
Posts5
Comments41
View on HN

What really resonated with me was your repeated calls for us at least to be arguing about the same thing, to get on the same page.

Everything about LLMs and generative AI is getting so mushed up by people pulling it in several directions at once, marketing clouding the water, and the massive hyperbole on both sides, it's nearly impossible to understand if we're even talking about the same thing!

Imagine being able to shut off all Ubiquiti console access in the world instantly, by posting about a grave security issue (real or not) and having a few compatriots to do the same in a short amount of time. You could trivially block a business's access to its own security cameras on a moment's notice, among other things.

If the response to an unverified issue were "just shut everything down" you effectively have implemented an exploitable DoS in your own incident policy.

Ps.: When I say Thunderbolt, I am well aware of how Thunderbolt 4 is just USB4 with optional features made mandatory. It's not relevant to the discuss at hand.

Dear God, I hope this situation settles down in the near future. As it is I have years of USB-C-looking cables that all do different things but are visually indistinguishable.

The first source isn't really accessible unless you have an account. Total exports in terms of adjusted cost _has_ stagnated: https://ourworldindata.org/grapher/world-trade-exports-const....

I suspect sheer maritime freight tonnage may be a less reliable proxy due to factors like cost of shipping changes, role of air freight, tariff changes, etc. Maybe share all the trade and globalization graphs instead? https://ourworldindata.org/trade-and-globalization

Your second source, hilariously, predates the entire pandemic (which is when home prices really took off). It also says very little to support your point that we're "consuming more" housing because home sizes are growing. The Case-Shiller U.S. National Home Price NSA Index seems to suggest that home prices were rising only modestly until the pandemic. https://www.spglobal.com/spdji/en/indices/indicators/sp-core...

It's fine when it works. It's a monstrosity when it doesn't.

I spent an hour the other day trying to figure out how to tell it not to output audio through my DualSense controller haptics (which look like a four-channel audio output) when I connect it to an Intel NUC over USB. I never did succeed, and all the posts I found were basically other people asking how to do similar things.

He made people uncomfortable. He was asked to stop. He was reported. He kept doing it.

So it's not a "slightly odd sense of humor." It's not humor if no one laughs. If someone tells me something makes them uncomfortable, I stop it.

1. I run a malware as root which modifies my image. I don't run anything as root except apt. So this is impossible.

1. What if apt is compromised?

2. What if apt installs something which is compromised?

3. What if you run something which is compromised and escalates privilege?

From GNU coreutils:

$ wc -l src/ls.c

    4980 src/ls.c 
$ wc -l src/cat.c
     768 src/cat.c 
$ wc -l src/chmod.c
     570 src/chmod.c

I feel like Wadler was pretty straightforward in his whitepapers about the role he envisaged for monads. See in "Monads for functional programming", the second sentence of the abstract, or the first sentence of the introduction. He's pretty clear that he's talking about monads as a tactic to represent impure notions into a pure functional program.

My point is to take the concept beyond theory and talk about application, and the application is making something useful out of functional programming.