HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pierrebeucher

no profile record

Submissions

Show HN: I built a FOSS tool to run your Steam games in the Cloud

github.com
30 points·by pierrebeucher·ปีที่แล้ว·9 comments

Show HN: secret-sharer – CLI tool to share secrets using Shamir's Secret Sharing

github.com
1 points·by pierrebeucher·2 ปีที่แล้ว·0 comments

Flox, a better alternative to Dev Containers

medium.com
45 points·by pierrebeucher·2 ปีที่แล้ว·17 comments

[untitled]

1 points·by pierrebeucher·2 ปีที่แล้ว·0 comments

Show HN: Novops – Secret and Config manager for local and CI environments

github.com
1 points·by pierrebeucher·2 ปีที่แล้ว·2 comments

Show HN: Vaultrs – Rust-based HashiCorp Vault client library

github.com
2 points·by pierrebeucher·2 ปีที่แล้ว·0 comments

comments

pierrebeucher
·ปีที่แล้ว·discuss
You're right cost is an issue, that's why Cloudy Pad is mostly suitable for occasional players (up to 30h or 40h / months) in which case it's still cost efficient to use such Cloud providers.

> more or less identical and cost far far less.

I wish it would, for I have tried: the problem is GPU availability which is often low or highly elastic. Considering data are persisted in a given region, there's high chance your RTX 4090 will be unavailable when you want it.

These platforms are great for AI and inference since you can easily hop onto another GPU type and it's not too much an issue if a certain GPU type is not available at a given time. Not so much for gaming purpose :(

Major Cloud providers have much more availability on their infra.

> Check this out; https://github.com/selkies-project/selkies

Thanks, this is one of the project I had in mind beside Wolf and Sunshine but haven't gone as far. A good reminder to try it out again :)
pierrebeucher
·ปีที่แล้ว·discuss
Do you also use a VPN like Tailscale for out-of-home / remote access ?
pierrebeucher
·ปีที่แล้ว·discuss
Thanks ! Do not hesitate to let me know how it goes if you give it a try
pierrebeucher
·ปีที่แล้ว·discuss
Hi there, I'm Pierre the creator. Work is in progress on this, I hope it will be available in a few weeks since it's a highly requested feature :)
pierrebeucher
·2 ปีที่แล้ว·discuss
From what I gather it's exactly this in reverse: they already were a consulting company providing development environment to teams as part of their package, and Flox is an internal tool they open-sourced. (interpreted from what I read on their about page: https://flox.dev/about/)
pierrebeucher
·2 ปีที่แล้ว·discuss
I agree. Plain Nix is very complex but highly configurable and allow very complex use case, whereas Flox / devenv are much easier to setup but hide certain Nix features (which are probably not needed in most dev environments anyway, so it's totally worth it given the simpler interface)
pierrebeucher
·2 ปีที่แล้ว·discuss
Wouldn't have said better, devenv and Flox are indeed similar and both uses Nix packages. We can say they are different frontends to the same set of packages, with slightly different features.

Both are great in my opinion.
pierrebeucher
·2 ปีที่แล้ว·discuss
Not too hard, it's one of the source I plan to implement along with Infisical and others. Feel free to create an issue for this :)
pierrebeucher
·2 ปีที่แล้ว·discuss
Same problem, encountering similar problems with Qwant (though not always)
pierrebeucher
·2 ปีที่แล้ว·discuss
It seems DuckDuckGo has some kind of outage.

The site itself is not down but every search I did recently are greeted with _Sorry, we ran into an error displaying these results. Click here to try again._

It seems others have the same issue as well considering downdetector data.

Any other people have similar issues?
pierrebeucher
·2 ปีที่แล้ว·discuss
Working on Novops (https://github.com/PierreBeucher/novops), a FOSS config & secret manager for development and CI. It helps manages secrets securely from various sources (Hashicorp Vault, AWS/GCP/Azure, etc.) across multiple environments. Great for DevExp :)
pierrebeucher
·2 ปีที่แล้ว·discuss
Novops - https://github.com/PierreBeucher/novops - is a similar tools with active maintenance, more flexibility (generic interface, support plain strings and different secrets providers). Teller is nice but lacks some features Novops aims to provide.