HN user

Fronzie

407 karma
Posts0
Comments161
View on HN
No posts found.
Linux is good now 7 months ago

With debian and KDE (both personal preference), but no snap or flatpak, it works wonderfully. Power/sleep-management has become better than a default windows install. All hardware, including the fingerprint sensor, just works.

There has been some testing within llama.cpp, which supports both Vulkan and ROCM-Blas. When it works, the latter is about 2x faster than the Vulkan version.

ISA cards, like the soundblaster had the MIDI and joystick on the same connector. The joystick had up to 4 analog inputs, maybe that's what's meant here.

If there's a chain of dependencies (libraries depending on other libraries), a single process might end up with different versions of the same library in it's memory. That's not going to work, since the interface/API of the library is typically not versioned.

Yes, I know of friends and coworkers who have had to change career because they couldn't do their old job anymore. This after a year long recovery. They aren't happy about it, they really want to do their old job, if only they could. Then there are a few more who where home sick for 1 or 2 months. They all seem to have recovered.

In the Netherlands the same happened with the railway and healthcare coverage. The motivation was that market pressure would lead to increased efficiency. In practice, there's a tendency towards monopoly and a forest of product variants leading to more confusion and people buying sub-optimal. The net effect over here is negative, in my opinion.

The last few years ASML's problem was not supply chains, it was a very high demand. Production was ramped up successfully, but not enough to meet that demand. With regards to Peak IC: atoms aren't getting smaller, Feynmans' "Plenty of room at the bottom" might indeed run it's end.

The first CD's were not that great, being effectively around 14-bit. Better D/A converters and noise-shaping during mastering greatly improved the sound quality. After that, the loudness wars destroyed it again.

Leaded gasoline has been a former experiment in population-wide reduction of intelligence and increase of aggressiveness. Supposedly that affected that 80's, but I am not aware of systematic studies on that.

Transmission also has the client/server model, where the local UI can connect to a transmission running as daemon.

The motivations I have seen were:

- If radar/lidar fails, vision needs to work. If vision works, radar/lidar are not needed. - Sensor fusion is hard: outliers in radar data ended up hurting more than the non-outliers helped.

The second one sounds to me like the real reason: Sensor fusion is not trivial and if it doesn't work correctly, you'll get the worst of all worlds.

Their vaccine is not very effective against omicron, and they have far less hospital beds per capita than the west. So a 'flatten the curve' strategy will cause a lot more deads than it has in Europe and the USA.

http://ceres-solver.org/ works well, in my experience. It does require code to be templated, which might increase computation time. It is possible to explicitly define derivatives for individual functions, this can help preventing numerical instabilities in corner cases.