[-] Hexarei@programming.dev 14 points 2 years ago

I too support women in men-dominated fields

[-] Hexarei@programming.dev 14 points 2 years ago

I've used a Z Fold 4 for two years now and it's been the best phone I've ever had. Desktop versions of websites, on my phone, without feeling cramped. Two apps side by side, both roughly the size of a usual phone screen. Huge screen for retro emulation using a Bluetooth controller. All with still having a small screen for one handed use and more traditional scrolling.

Games like Hearthstone, Gwent, Chess, Baldur's Gate Enhanced Edition, Roller Coaster Tycoon Classic, feel way more playable.

At this point, using any other device feels limited and cramped in ways that a big screen doesn't.

My only complaint has been price, and I only got mine because my company paid for it

[-] Hexarei@programming.dev 12 points 2 years ago

Truly some of the words ever written

[-] Hexarei@programming.dev 14 points 2 years ago

Let's just not talk about the part where the computer is inherently stateful though 😉

[-] Hexarei@programming.dev 13 points 2 years ago

Four words all uppercase, one word all lowercase

[-] Hexarei@programming.dev 13 points 2 years ago

You can type on the deck using the touch pads. It's easy.

Genshin didn't block it, the launcher is just a Windows-only kernel level rootkit. Like most other launchers that don't work.

SteamOS it's planned to be released to the community separately sometime.

Proton is a FORK of wine.

Physical keyboard and mouse is easily done through a dock.

Your whole batteries and controller rant is just wrong and stupid.

Your repair concerns are also wrong and stupid. I replaced the entire shell of my steam deck without breaking any part.

You really seem to hate the steam deck in a way I can only characterize as irrational and pointless.

[-] Hexarei@programming.dev 12 points 2 years ago

Sounds like prime time for a virtual machine to me!

[-] Hexarei@programming.dev 12 points 2 years ago

Proton may not be perfect but it works for the vast majority of games at this point. And most mod managers can also run through Lutris, curious to hear which ones you've tried that didn't work

[-] Hexarei@programming.dev 13 points 2 years ago

I've been running the same installation of Manjaro since 2018, across three different machines. Each time I've upgraded hardware I just pop the SSD out and stick it in the new motherboard. Zero instability or troubles from that. Meanwhile I've done that to my wife's Windows PC and it resulted in going through a whole rigmarole with calling Microsoft because the OS install was suddenly no longer activated.

Linux didn't even care that I went from AMD to Intel to AMD.

[-] Hexarei@programming.dev 13 points 3 years ago

I use zsh for my shell, with powerlevel10k as my prompt. It's gorgeous and has an interactice condigurator on first start. It includes stuff like git repo branch and status, python venv, aws profile... I've used it for years and loved it the whole time.

Here's what mine looks like

[-] Hexarei@programming.dev 13 points 3 years ago

This joke is never funny; Forgetting a semicolon in c results in compile time errors, not runtime errors

[-] Hexarei@programming.dev 14 points 3 years ago

If your dev documentation includes your devs running docker build, you're doing docker wrong.

The whole point is that you can build a working container image and then ship it to a registry (including private registries) so that your other developers/users/etc don't have to build them and can just run the existing image.

Then for development, you simply use a bind mount to ensure your local copy of the code is available in the container instead of the copy the container was built with.

That doesn't solve the performance issues on Windows and Mac, but it does prevent the "my environment is broke" issues that docker is designed to solve

view more: ‹ prev next ›

Hexarei

0 post score
0 comment score
joined 3 years ago