It’s easy to get fame as a programmer: Just make a popular open source project and you’ll be surrounded by people angry at you for not doing enough upaid work on it.
SavvyWolf
Hello there!
I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org/ .
He/They
- 4 Posts
- 156 Comments
SavvyWolf@pawb.socialto
linuxmemes@lemmy.world•This just happened to me, and I did waste 1-2h because of itEnglish
3·2 months agoThis is why you use Arch/Nix because the package is likely in their repos.
The software probably still won’t work, but you can waste more time on it.
Nowadays I find myself checking changelogs to see what features they’ve broken and what AI features I now need to disable…
SavvyWolf@pawb.socialto
Programmer Humor@programming.dev•The Programmer CompassEnglish
24·3 months agoLooking at how much of a reach some of the disruptive + proprietary stuff is… Yeah, there isn’t a lot of recent innovative proprietary stuff, is there?
Although I would put Chrome under “disruptive”. It absolutely was when it released decades ago, and even now it’s still changing the browser landscape.
Average xdg noncompliance moment.
Oh is that what it is…
* awkwardly zips up pants *
SavvyWolf@pawb.socialto
Programmer Humor@programming.dev•Google's Gemini AI tells a Redditor it's 'cautiously optimistic' about fixing a coding bug, fails repeatedly, calls itself an embarrassment to 'all possible and impossible universes'English
241·4 months agoCrazy how realistic AI is becoming.
SavvyWolf@pawb.socialto
Programmer Humor@programming.dev•Child labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codeEnglish
10·4 months ago“Hey kid, hold still while we throw some fake money on you and take a photo. It’s for marketing.”
Got curious about this.
One notable difference between X11 and W3C is the case of “Gray” and its variants. In HTML, “Gray” is specifically reserved for the 128 triplet (50% gray) . However, in X11, “gray” was assigned to the 190 triplet (74.5%) , which is close to W3C “Silver” at 192 (75.3%) , and had “Light Gray” at 211 (83%) and “Dark Gray” at 169 (66%) counterparts. As a result, the combined CSS 3.0 color list that prevails on the web today produces “Dark Gray” as a significantly lighter tone than plain “Gray” , because “Dark Gray” was descended from X11 – for it did not exist in HTML nor CSS level 1[8] – while “Gray” was descended from HTML.
I had a visceral reaction to this because obviously the wish count should be decremented before the wish takes place. Even though I can’t think up a convincing technical argument for it.
Main.
Don’t get me wrong, the whole debate is Microsoft just being performative (why not use your vast wealth to actually help people?). But honestly, putting the debate aside, “main” is just a clearer and more intuitive name.
240v on the USB data lines.
SavvyWolf@pawb.socialto
linuxmemes@lemmy.world•Arch Linux: For those who have the "I can fix him!" mentality.English
26·5 months agoPeople who have a favourite pencil.
Just a heads up to anyone reading this: Don’t format your home folder as FAT32/ntfs. Some stuff in there needs Linux specific permission bits and you might be limited in terms of maximum file size.
Consider mounting at
/home/usename/sharedor something instead if you want a shared drive.
SavvyWolf@pawb.socialto
linuxmemes@lemmy.world•"Together we'll make X great again!"English
641·6 months agoThink we can get them to rename it to xy11? You know, because only having x is part of the feminist agenda.
SavvyWolf@pawb.socialto
Programmer Humor@programming.dev•will document for sexEnglish
331·6 months agoIncidentally, both bad sex and code documentation both involve std vectors.
People have absolutely taken a multi-year break from Minecraft before.
Really though, why is there a time limit at all? Google still allows you to convert old Youtube accounts to Google accounts, why can’t Microsoft do the same?
… Didn’t they revoke the Minecraft licenses people purchased because they didn’t manage to migrate their Mojang accounts to Microsoft accounts in a short amount of time?
Ironically, I find myself writing more code when CI is broken and I don’t have to babysit it.


Most applications that are Electron either only support Windows or also want to support Android, iOS and Web. I assume there is some toolkit out there that supports everything, but honestly HTML5 is more well known and tested.