Everyday user of CachyOS (after trying a few other distros, this one seems to be so far the best for my use case scenario).
I play a few games (used to stream videogames although not for a living but wasn't a small streamer with 1 or 2 viewers). The one that I've been playing the most is The First Descendant (I'm a Destiny 2 fan and now that there's no more Destiny, I'm trying to find my next game).
I game about 3-4 hours every evening unless I have something to do. My last 300 hours or so have been all in CachyOS. It's super stable and I'm a nitpicky guy (for example, I run Windows still for those kernel level anti cheat games, with Secure Mode on, and although even CachyOS doesn't support it out of the box, `sbctl` is the best solution to enable it and quite easy to do so!)
Performance is comparable, it's basically some Wine bottles or, thanks to the SteamDeck, a Proton environment with GPU passthrough. For The First Descendant, which doesn't work OOTB with Steam's Proton, I installed ProtonGE (not super hard to install, there's a flatpak of a few apps that can do it automatically for you) and that works great. I need to tell it to enable the Linux anti cheat and since TFD uses Easy Anti-cheat, it's an env var away (which you can configure from the Steam settings for that game).
Performance-wise I actually get better framerate. Presumably because nowadays windows comes with so much nonsense running in the background that I bet you the fact they're not running in the Wine bottle is perfect.
Full encryption for notes (uses local encryption before you even sent the note to the server).
I wanted a mixture of Github Gists (sans Git) and 1Password shares so I've been using it eitj great success at my current company to share snippets and private stuff.
Might open source in the future, just need to gauge interest.
I finally put my "securenote.app" domain to good use. It's a note taking service with markdown support where the data is fully encrypted before it even leaves your computer with no way for me to see your notes (as I don't have access to the password that encrypted it).
Still iterating on it, including a potential improvement to the (very simple) design.
Native Spanish speaker that builds software for English speaking markets: I don't think I would write a software or make screenshots where I would think first to put names like Juan or Pedro in them if the target audience is English speakers.
When you're writing English it just feels like the names flow better, that's all (like, avoiding stutter in a sentence, but with names). I don't think it would be fair to say we're just not honoring our roots
I provided consulting for a mobile carrier before. The reason why this doesn't happen is because once you do apply data caps, users often try to "not eat their entire allocation the first day" because otherwise they would lose internet halfway through the month.
The same reason as to why you don't use your entire paycheque at the beginning of each month when it drops.
Granted though, in terms of internet, this is not a detriment (at least not enough) to think you won't have internet by the end of the month. But that'd the thinking behind caps, that people would even out their usage through the month.
Totally appreciate the feedback though! Since I knew something like this might come to show up, I decided to put the "why I created this tool" in the README as well.
If you can code that into a Go template, then absolutely. It does seem however that this would require knowledge of the dependencies of resources.
For Kubernetes' own resources it might be easy to code. For CRDs, that's a whole other world.
One solution: annotate both the deployment and the secret, then use the name template to export them into the same file or, in other words, split based on annotations. Hope that helps!
It's used in production in the past 3 companies I've worked for (a movie company, a gaming company, and a computer hardware company). In all cases it's used to templetize resources in a CI pipeline -- although others have told me they use it as a very, very slim Helm replacement.
In my current case, I'm working with a Google product that requires a Rego policy to be embedded into a YAML for Kubernetes, so this allows embedding it (see in the Readme the last example).
Currently, it cannot output multiple files in one run. How would you envision that? Would you say you would prefer passing a folder and any file inside of it is templetized or rather you would see multiple "-f" flags? Let me know, happy to work on it, since it's also a need I've been told from other parties too!
I also use Chi a lot and Chi and this example are actually complimentary: you can take the Chi router and pass it to an http.Server in the handler attribute to make it work.
I play a few games (used to stream videogames although not for a living but wasn't a small streamer with 1 or 2 viewers). The one that I've been playing the most is The First Descendant (I'm a Destiny 2 fan and now that there's no more Destiny, I'm trying to find my next game).
I game about 3-4 hours every evening unless I have something to do. My last 300 hours or so have been all in CachyOS. It's super stable and I'm a nitpicky guy (for example, I run Windows still for those kernel level anti cheat games, with Secure Mode on, and although even CachyOS doesn't support it out of the box, `sbctl` is the best solution to enable it and quite easy to do so!)
Performance is comparable, it's basically some Wine bottles or, thanks to the SteamDeck, a Proton environment with GPU passthrough. For The First Descendant, which doesn't work OOTB with Steam's Proton, I installed ProtonGE (not super hard to install, there's a flatpak of a few apps that can do it automatically for you) and that works great. I need to tell it to enable the Linux anti cheat and since TFD uses Easy Anti-cheat, it's an env var away (which you can configure from the Steam settings for that game).
Performance-wise I actually get better framerate. Presumably because nowadays windows comes with so much nonsense running in the background that I bet you the fact they're not running in the Wine bottle is perfect.
Happy to answer any other questions!