@scrubbedlaunch@vxunderground would like to add, nix store is nosuid by default, su/sudo/other suid binaries live in /run/wrappers/bin (or smth like that) and only the exec permission is set. this exploit requires read perms, so it's not exploitable afaik on the su/sudo/etc bins provided by nixos.
@matteocollina homeowner: my sink is leaking
you: Is your house completely flooded?
homeowner: no
you: then you don't have a water leak
(There might be still a water management issue, but that's not a leak).
@webdevcody Had a similar issue with bun where the memory usage would increase daily. It was a simple REST API with drizzle and recieved 0 req/day but still managed to eat 1gb after a few weeks. Workaround was to just rub Bun.gc every once in a while
@Hyjaccc@mary_ext it's kind of a catch 22 scenario: ppl don't want to use Linux because apps aren't supported. devs see that not many people use Linux so they don't bother supporting it. etc etc
@jarredsumner got a long one here, needed smth that could work with my existing turborepo setup and wanted to incrementally add bun to an existing node project
@keg_jolly0n@_YahiaSayed_ I use the camera all the time when I want to take pictures of the board during class. It's just more convenient since I'm already taking notes on the iPad. Kinda wish they would replace the UW with a zoom lens.
@kokode_mun@ryanwinchester@t3dotgg while I also hate indentation-as-scope, YAML def makes it up with features like anchors and better mutliline text support. When using yml for configs, it is so nice to be able to extract common k/v pairs using an anchor and include them everywhere needed, esp w/ docker compose.
@thdxr You're running the dev server -- just tested this on my machine and with the default create-next-app. I was able to push 400req/sec with `pnpm dev`, but with `NODE_ENV=production pnpm start` I was able to get 7k req/sec (which is still kinda slow tbf)