Hacker Newsnew | past | comments | ask | show | jobs | submit | Zizizizz's commentslogin

Pretty sure that uses UV to do it's magic

pixi offloads PyPI ecosystem stuff to uv, but pixi is conda first. The team were actually the first to build a Rust based Python package resolver (rip), but after uv was released they migrated to uv's resolver (Python package resolvers are hard and a lot of work to build and must be tested against the whole ecosystem).


nice share!


I think https://typst.app/#start has multi user support, you'd have to learn typst though


https://github.com/jdx/fnox

A recent project by the creator of mise is related too


This would be perfect if it also was able to expose secrets as files scoped to the process ala /run/secrets/secret_name.


https://github.com/getsops/sops

This software has done this for years


We just recently adopted this and it's crazy to me how I spent years just copying around gitignored .env files and sharing 1password links. Highly underrated tool.


For a long time up until about a couple of years ago the project was stagnated and was missing some pretty critical features. I'd say it was only halfway usable until then and it doesn't have near the ecosystem that things like Hashicorp Vault does. But for my self hosted infra stuff it is perfect. It just really doesn't gel well with compliance frameworks and audits, mainly because the auditability of the solution goes out the window the second someone is able to decrypt the secret - its access patterns are untraceable. These auditors really prefer to see a situation where access to the secret is tightly controlled and audited on rotation and sops, by nature of how it works, cannot really easily offer that.


Has done "wat" for years?

I use sops for encrypting yaml files. But how does it replace .env or other ENV var setters/holders?


Sops can natively handle .env files. All you need to apply them to your process is a small wrapper script that sources the decrypted file before invoking your command.


There's a lot of gotcha bundled into this statement. It is true what you say, but it also hides away the nightmare of shell escaping bullshit that comes with the .env format the second you have to have some sort of transformation on the data that is orthogonal to the normal decryption path. I think that now they have a better story around some of the edge cases but if you go into SOPS you will see several issues around how the .env file format is just a complete nightmare with crazy escaped values such as a Google Service Account JSON.

The way I got around this on my own stuff is just to have a policy that all sops secrets have to be base64 encoded before the encryption hits them. That seems to solve basically every piping issue you could hit. Works super well with kubernetes, who supports native base64 encoded secrets, so you just take the value and inject it in, using data: instead of stringData: in the manifest of the created secret.


FWIW, I looked into it myself too, and found e.g. this direnv setup:

https://github.com/direnv/direnv/wiki/Sops


Yeah, if you want .env-ish behavior, use sops + age. Or dotenvx.


Literally the first thing I though of.


Came to say this.


I sometimes get balls for cheap on sites like https://www.lakeballs.com/ (basically the rich people hit the prov1's in the lake and I get them on discount.)


Pretty good youtube video that may help. https://www.youtube.com/watch?v=wHwZd53CyLc


Thank you!



Maybe if he didn't have a gun she wouldn't have been shot.


You just gave one more argument for having guns.

If he didn't have a gun, maybe he would be driven over by the car. Possibly a few more people too. In Europe, where guns are less prevalent, cars are the favorite weapon used by terrorists.

Luckily, he had a gun, so he was able to save himself and who knows how many more people by shooting an attacker.


https://en.wikipedia.org/wiki/List_of_countries_by_traffic-r...

People in the US get killed at a higher rate than all European countries by vehicles.


No gun control measure proposes to disarm the police.


Do you have Admin by Request on your machine (if its a company laptop). That was the culprit for me.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: