Zikeji

joined 1 year ago
[–] Zikeji@programming.dev 9 points 1 week ago

There are some great mobile games out there. A few of my favorites include Dawncaster and Slice & Dice. Personally when I'm looking for a new game I use https://www.darkpattern.games/ to check if they are exploitive.

[–] Zikeji@programming.dev 19 points 1 month ago (4 children)

I've seen it a few times in passing and always assumed it was like, a tech demo or proof of concept.

[–] Zikeji@programming.dev 2 points 1 month ago (1 children)

I've had bad tinkering break my system before, but never had an update break it irreversibly. The closest would actually be on Silverblue itself, when an update to the kernel was using different signing keys that cause the system not to boot. Fortunately it was simple, I selected the previous deployment and I was in (on a non versioned OS I would have selected the previous kernel which most are configured to retain the last few). A quick Google revealed Ublue had a whole kerfuffle and after verifying it was legit, I enrolled the new certs into my MOK.

Although one time on Arch I had installed an experimental version of Gnome from one of their repos, and was pleasantly surprised when that version finally released and I removed the experiment repo and did an update absolutely nothing at all broke. Nothing.

[–] Zikeji@programming.dev 5 points 2 months ago (1 children)

LUKS, or anything that relies on the server encrypting, is highly vulnerable (see schizo@forum.uncomfortable.business's response).

Your best bet would be encrypting client side before it arrives on the server using a solution like rclone, restic, borg, etc.

[–] Zikeji@programming.dev 8 points 2 months ago

Programming and self hosting the results when I was ~14 is what led me to a tech background. No university, but I've been working professionally in both IT and software for over a decade and self hosting even longer.

[–] Zikeji@programming.dev 27 points 3 months ago (1 children)

The new gamer's nexus review outlines some pretty specific prerequisites that AMD sent to fix performance on Windows, and AMD didn't communicate those until they'd had the review units for days.

[–] Zikeji@programming.dev 22 points 3 months ago (1 children)

What we can work on is awareness. If iOS users are aware, they can choose to simply go to the website directly and make the purchase, instead of using the app. They can still use the app for consumption.

[–] Zikeji@programming.dev 2 points 3 months ago

Bookmarking Arkane. I'm a huge fan of Fedora Atomic but miss AUR.

[–] Zikeji@programming.dev 0 points 3 months ago

Due to the nature if those charts, they're usually web based, not desktop native, and will probably have to be self hosted, even just locally. For example, Redmine supports Gantt charts and can be spun up fairly easily from its Docker image.

[–] Zikeji@programming.dev 7 points 4 months ago (1 children)

The command modifies the firewall to allow all incoming traffic on the docker0 network interface (which is created by Docker). It's basically a bypass.

You can configure Docker to not try and manage it's own rules, here is some discussion on the topic: https://github.com/moby/moby/issues/22054#issuecomment-2241481323

[–] Zikeji@programming.dev 84 points 4 months ago (2 children)

Man, they just keep burying their head further. I still have Windows 10 on my gaming PC, and that's more because I plan on replacing it and will use that moment to transition to Linux, but up until a few months ago I could have been convinced to keep using Windows.

That was until they popped up a full screen ad in the middle of gaming, telling me my PC doesn't work with 11 but they have great financing options forn a 11 capable PC. Followed by my lock screen having ads of a similar nature. Fucking gross.

[–] Zikeji@programming.dev 30 points 5 months ago (2 children)

Copilot / LLM code completion feels like having a somewhat intelligent helper who can think faster than I can, however they have no understanding of how to actually code, but are good at mimicry.

So it's helpful for saving time typing some stuff, and sometimes the absolutely weird suggestions make me think of other scenarios I should consider, but it's not going to do the job itself.

view more: next ›