Live data from Hacker News

Viewing profile — pierrebeucher

pierrebeucher

HN member
Joined
Fri, Mar 04, 2022, 5:47 PM UTC
HN karma
32
Public activity
27 items

About pierrebeucher

No profile information was provided.

Recent public activity

  1. comment
    Comment #44308401

    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…

  2. comment
    Comment #44307090

    Do you also use a VPN like Tailscale for out-of-home / remote access ?

  3. comment
    Comment #44307039

    Thanks ! Do not hesitate to let me know how it goes if you give it a try

  4. comment
    Comment #44307036

    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 :)

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

    I wanted to play my Steam games but my aging PC couldn’t keep up, so I built Cloudy Pad - a tool to run Steam in the Cloud (GitHub: https://github.com/PierreBeucher/cloudypad ) It …

  6. comment
  7. story
  8. story
    Show HN: secret-sharer – CLI tool to share secrets using Shamir's Secret Sharing

    As part of my annual data backup, I implemented a small CLI to keep my important info safe. Here it is open-sourced :)

  9. comment
    Comment #41945175

    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…

  10. comment
    Comment #41945145

    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 …

  11. comment
    Comment #41945100

    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 differe…

  12. story
  13. story
  14. comment
    Comment #40458994

    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 :)

  15. comment
    Comment #40451574

    Same problem, encountering similar problems with Qwant (though not always)

  16. comment
    Comment #40451565

    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. Cli…

  17. story
  18. story
    Show HN: Novops – Secret and Config manager for local and CI environments

    I made Novops, a FOSS secret manager for development and CI. It fetches secrets and configs from source (Hashicorp Vault, AWS, GCP, Azure...) and ensure they are used securely on y…

  19. comment
    Comment #39836492

    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 (Hashic…

  20. story
  21. comment
    Comment #39140575

    Novops - https://github.com/PierreBeucher/novops - is a similar tools with active maintenance, more flexibility (generic interface, support plain strings and different secrets prov…

  22. comment
    Comment #37338002

    Hello HN ! As developer and DevOps I often lived the painful situation of setting up development environments and CI config when onboarding new projects... A long and difficult pat…

  23. story
  24. comment
    Comment #37025704

    Can you be more specific about "big players denouncing the 'type of game' development behind BG3" ? I've heard a few things about BG3 development method being critized by some devs…

  25. story
    Show HN: A dotenv file on steroïd for Devs, SysAdmins and DevOps

    Hello HN :) I made a kind of dotenv file on steroïd. It helps developers, sysadmins and DevOps load and source secrets / configs as env vars and files seamlessly from various provi…