idk for me it’s easier to rember ex xdna was merged on 6.14 than 2.253
- 0 Posts
- 197 Comments
sip@programming.devto
Opensource@programming.dev•LibreOffice Leave X/Twitter in favor of Mastodon
21·4 days agoRemoved by mod
sip@programming.devto
Git@programming.dev•What do you use to communicate with your git repositories?
3·4 days agoi use git. got a tree alias a tree-like log. and an amend alias to add changes to the prev comit to keep the message
sip@programming.devto
Opensource@programming.dev•LibreOffice Leave X/Twitter in favor of Mastodon
105·5 days agoRemoved by mod
composition can help with all of that. factories, strategies, injections are all composition patterns that work fine.
business logic that repeats? extract it to it’s own thing (class, function, etc) and pass it as a param to the supposed childs.
mvc? controllers don’t need to extend anything, just have them accept the framework through the constructor and request and response as args. views? same. models? perhaps only if doing an active record, but a repo pattern with plain objects is a good pattern too.
I never seen a clean inheritance implementation for a decently sized problem. it mostly works for tiny ones.
sip@programming.devto
Linux@programming.dev•Sudo's maintainer needs resources to keep utility updated
1·23 days agoit’s not a big deal for me, for the couple of daily sudos I type.
sip@programming.devto
Python@programming.dev•synchronizing code between multiple work spaces
3·23 days agocode goes in git which you can push to other devices and pull from other devices. but if you’re not used to it and you turn off a machine and forget to push… you’re stuck.
for syncing files in general, I use syncthing. open source, e2e encrypted.
sip@programming.devto
Linux@programming.dev•Sudo's maintainer needs resources to keep utility updated
1·23 days agoI added “alias fucking=sudo” and I never remeber to use it :(
sip@programming.devto
Programming@programming.dev•Why AI coding tools shift the real bottleneck to review
4·1 month agoI’m fine reviewing, if I’m familiar with the task, codebase and especially if I’ve been involved with the proposed technical solution.
reviewing gen code? Hell, NO!
sip@programming.devto
Programming@programming.dev•Why AI coding tools shift the real bottleneck to review
3·1 month agoI’m not reviewint that butload of code. Just today I had to rollback some shit I “reviewed” a month ago. Huge ass refactor. I reviewed for 1 hour and then I just yolo’d it.
I’m not reviewing anymore.
ah, sorry then. my kb has mx brown switches which are tactile, but silent. the key might bottoms out and make some sound
tactile feedback is for your finger to feel, as per the name, and doesn’t necessarily make an audible click.
sip@programming.devto
Linux@programming.dev•Fedora 44 Will Be the First Distro to Adopt KDE's Plasma Login Manager
3·2 months agohopefully it doesn’t have the full kde ecosystem as deps and can be used standalone. <insert doubt here>
sip@programming.devto
Linux@programming.dev•What Have I Learned From Daily Driving Arch Linux For Three Years?
1·2 months agohttps://gitlab.freedesktop.org/drm/amd/-/issues/4284
btw, happens with that bitmask too. just happened.
sip@programming.devto
Linux@programming.dev•What Have I Learned From Daily Driving Arch Linux For Three Years?
1·2 months agorx 6650 xt, stock drivers that come with arch, amdgpu. issue is both on lts and latest. seems to be a ring buffer error. there’s an open ticket about it.
I don’t remeber the flag, but it’s to disable some power saving feature.
sip@programming.devto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
34·2 months agoI despise python syntax.
sip@programming.devto
Linux@programming.dev•What Have I Learned From Daily Driving Arch Linux For Three Years?
33·2 months agoright. I got an AMD and the driver is utter shit. I had to disable features using kernel cmdline bitmask flags, so that it doesn’t crash every 2 hours. wayland + amd classic.
never had compositor or display server issues with nvidia on linux.
sip@programming.devto
Linux@programming.dev•Stackoverflow 2025 Developer Survey, OS Usage
6·3 months agochatgpt happened
sip@programming.devto
Privacy@programming.dev•Chat Control approved: Certain EU countries will see your private messages. Is yours on the list?
13·3 months agothey are explicitly excluded, right?

yeah, minecraft version will be the next y2k