@AliasVortex@lemmy.world
member since 18 Jun 2023 02:51
comments
- on I'm gaslighting them for the greater good in c/linuxmemes@lemmy.world · 2h ago
-
on People Are Pissed Off and Ready to Own Their Shit in c/technology@lemmy.world · 6d ago
According to the wiki page for Rossman himself it’s: Freedom from Unethical Limitations on Users
-
on 80% of developers find AI coding more addictive than helpful in c/technology@lemmy.world · 22 Aug 2026
But it’s really guessing, just like we all are.
Beyond the moralistic objections I have to LLMs, I have serious issues with being fed confidently incorrect answers. I’ve had my share of configuration hell and I’m not above throwing code at the wall to see what sticks, but at least I have the good sense to drop a comment or mention in my commit that “hey, there’s a chance this isn’t right and could cause problems”.
-
on How can i teach myself to contribute to these projects? in c/selfhosted@lemmy.world · 14 Aug 2026
Echoing that the best place to start is to get a handle on programming as a concept. Not because we’re trying to gatekeep the good stuff behind the scary programmer voodoo, but because otherwise you’re basically attempting to edit a book in a language you don’t speak (and the reader is very picky about grammar).
That said, you can absolutely teach yourself to code! Hell, if you figured out self hosting I’m willing to bet you’ve probably already got a handful of transferable skills.
In the interest of disclosure, I learned programming as part of my degree (took a Java class as a resume booster my first semester and ended realizing that I preferred coding to calculus and switched my major), so I’m not exactly a wealth of knowledge in the self study department. However I would recommend a course that has labs/ challenges/ projects to practice what your learning. Everyone learns differently, but I’ve personally found that I picked up programming concepts better when I got hands-on and applied them in my assignments.
The programmer’s open secret is that generally once you know one programming language, it’s pretty easy to pick up another. For example, Java and Python might write them in different ways, but at the end of the day a loop is a loop and as long as you know you need to repeat some code until some condition is met, it’s perfectly acceptable to Google “loop in Python” or “[Java concept] in Python”. In other words, it doesn’t super matter which language you start with; just pick something and stick with it (bonus points if you can turn around and tinker with an OSS app with what you’re learning).
-
on Amid RAM price hikes, Microsoft reportedly raises Windows license cost, forcing OEMs to hike prices even further on hardware in c/technology@lemmy.world · 11 Aug 2026
As I understand it, most enterprises have an agreement with Microsoft for commercial licensing of Windows that lets them pay per user instead of per machine. Given that most enterprises tend to lock in a contract with their hardware provider of choice, it wouldn’t surprise me if they had something in there to omit Windows since they already pay for it directly. Plus enterprises windows has features for managing windows at scale (group policy, centralized auth, etc).
I worked for one of the IT departments at my university and we got Ubuntu machines straight from Dell on occasion. I recall those machines being somewhat quirky if we tried to flash them with Windows later (might have been missing a TPM header, or equally arbitrary hardware requirement, but it’s been like 10 years).
In the consumer space, Framework will also let you skip buying a windows licence as well.
-
on Two Decades of Cheaper Memory Vanished in One Brutal Year in c/technology@lemmy.world · 11 Aug 2026
Same. My sister bought a kit of two 16gb sodimm sticks back in October for ~$100. I regret trying to wait for holiday deals…
Me injecting the makemkv libraries into handbrake/ vlc