HN user

b3orn

464 karma
Posts0
Comments205
View on HN
No posts found.

The EU parliament has 720 representatives (at the moment 719, one seat is vacant apparently), so 113 representatives didn't show up for the vote. The absolute majority would've been reached with 361 votes.

we completely miss out on what's happening in our own local area.

Almost every larger city has a more or less active subreddit these days, on platforms like Twitter you can look what people post with a city name tag. And then there are Mastodon and Lemmy/Piefed with instances for geographic regions.

Almost all of these immediate mode UI libraries for C/C++ come without a rendering backend. Usually there are "example" implementations for libraries like SDL that you can use, or you implement your own backend. A lot of these libraries are popular for debug UIs in games and you probably need a custom backend for whatever graphics engine you use in your game.

Probably not possible. Their Wi-Fi access point is inside the capsule, the capsule is made from metal and probably shielding the signal somewhat. Maybe even quite a lot if it's intended to provide some radiation shielding. Also it's low power as it only needs to work inside the capsule, at the given distances signal attenuation will make it almost impossible to pick up anything.

The largest "but" is that they only look at electricity generation, not energy in general. There's a lot of heating with natural gas and of course most cars still have internal combustion engines which burn petrol or diesel.

Airbus would have been a terrible idea: no one had built commercial airliners before, and only the US had the know-how.

That's just plain false, Airbus started as a cooperation between a lot of european aerospace companies, which had different a lot of know-how in different fields. For example Sud Aviation (later Aérospatiale, now Airbus) was the French part of the Concorde, they also had the Caravelle.

It's two different computers with different CPUs, so different runtimes are expected and has nothing to do with the OS.

Framework laptop running Ubuntu Linux 24.04 (Intel Core i5 CPU)

Mac laptop running macOS Sequoia (M2 CPU)

Lithography is one of many steps, but probably the most important one. You use it to expose a photoresist to create a mask for further processing. After exposing the photoresist you need to develop it, remove either the exposed or unexposed photoresist. The remaining photoresist then is the mask and you either etch or dope the surface that is not covered by the mask or you deposit material on top. And then you need to remove the mask and start all over again for the next layer. The high water usage comes from repeatedly needing to clean the surface to remove chemicals and photoresist.

For submarine cables there are two things here. The first is lower attenuation which allows for fewer amplifiers along the route making it overall cheaper. The second is lower latency. There have been cases where high frequency trading people went wireless to get lower latency because of the higher propagation speed of EM-waves in air. For really long distances you can go theoretically use satellite links to get lower latency than a submarine cable even if the total distance increases.

No, at least in Erlang a variable is assigned once, you can then match against that variable as it can't be reassigned:

    NotFound = 404,
    case Status of
        NotFound -> "Not Found";
        _ -> "Other Status"
    end.
That snippet will return "Other Status" for Status = 400. The Python equivalent of that snippet is a SyntaxError as the first case is a catch all and the rest is unreachable.

And what part of watching japanese videos in japanese makes superior?

Bilingual people exist and the AI translation YouTube currently uses sounds very unnatural and destroys everything that isn't voice.