HN user

luto

345 karma
Posts4
Comments71
View on HN

For me, integrate an init system that allows for proper dependency management between services. Also, one that keeps track of all processes spawned by a service, allowing me to shut down a service, even if it isn't a well-behaved one with a single daemon process.

That's more or less the only thing stopping me from using FreeBSD (on servers).

Professional cameras often do not have auto focus, compare to some RED camera models. You either prepare your focus points ahead of time or you work in teams, where your camera assistants act as the "auto" focus.

Unlikely, since the replacement part is the same for both models. From the link:

Quite a few people speculated in my Original thread that the more expensive HD595 headphones must also be using a more expensive driver. However, Head-fi member MCC posted the smoking gun; a picture of the original Sennheiser replacement driver labelled “HD 555 / HD 595”.

haha, funny to use a 3rd-party hoster to provide web space to others! How did you end up using uberspace for this?

Fractional positions should be represented using arbitrary-precision decimals so that they don't run out of precision. Floating-point numbers are insufficient.

redis-server is just a plain executable. Unless you're putting it in a sandbox yourself - for example, using a VM or systemd features - redis has no sandbox. There is nothing to escape from.

The Lua interpreter _within_ redis acts as a sandbox, which got a bit mangled here. Most features are not implemented in Lua, though. So this is only used for things like the EVAL command.

afaik those are user IDs of Chinese(?) messengers. Devs or others there like to use those as usernames because the are (of course) mostly unique and also enable others to easily contact them.

(FreeBSD) jails are amazing. I just wish there were easier ways to use them more "cattle"-like, so I can augment or replace Docker/Podman. At the moment tooling and many of the real-world setups remind me a lot of "pet" LXC containers or even VMs in the Linux world.

The tooling is slowly moving in a direction I like, though :)