HN user

Jabdoa2

12 karma
Posts1
Comments9
View on HN
Regressive JPEGs 5 days ago

Now you just have to mod your webserver to send the image chunk by chunk (with waits in-between). That way network latency does not matter. Also it probably reduces artefacts as bytes from one frame most likely are received in one network packet.

You can also "just" set the 802.11k entries manually. Add 802.11r and you should be mostly good. Usteer makes it slightly better by moving clients to the best AP when they stay stationary for longer whiles.

You can insulate the chamber. That works fine. There is a vent on top which is open in case the printer needs lower temps. For everything else it will turn on the chamber fan. The parameters are tunable in the menu (or via G-Code).

Sounds like a very useful service. I just signed up. Did you consider to inform new users that the service is financed by donations? You seem to focus on "always free" which is nice but I guess most people are also ok to pay some money if your service is useful to them. I guess this might drive some more donations if people knew that you need money. Also a banner like Wikipedia (maybe a bit less annoying) would work.

Is there a way to specify a specific version of a language in devenv? I checked to docs and even read the nix tutorial but could not figure this out.

I like to idea of having this in every repository in our codebase. Would make bootstrapping easier for new developers. However, you often want a specific golang or python version. Once you update some tool or language everybody gets the new env. That would be neat. Is that possible somehow?

I guess initially we would roll this out just for dev and keep Dockerfiles how they are but eventually we could then use it as builder in docker.

Bonus question: Can I use devenv/nix together with Bazel? We use that in quite a few newer projects and it also suffers from the local dev env issue.