Hey, I’m posting this via lem.el! I’ve been using it for a few months now.
Could still use some work, but far better than using a Web Browser.
(_____(_____________(#)~~~~~~
- 0 Posts
- 16 Comments
FuckBigTech347@lemmygrad.mlto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this button
1·1 month agoYou can use the
lsofutility though to list all currently open file handles.
FuckBigTech347@lemmygrad.mlto
Memes@lemmy.ml•The feeling of losing connections with online friends
8·2 months agoI befriended this guy in an online game. Eventually we became friends on Steam and it turned out we both had a lot in common and we started playing a few other games together as well.
One day he told me that he got a girlfriend, who he later then married. After some time they got divorced and he hasn’t messaged me since.
I really miss staying up until 6 in the morning, playing long AoE2 and Stronghold Crusader matches with him.
I rather deal with that than any Micro$oft® Garbage®.
It’s crazy how many people are just OK with running completely proprietary code that monitors everything that happens on the machine and phones home all the time, all with the promise to “catch cheaters”.
Fortunately every game I’ve seen so far with such malware is just a generic competitive multiplayer dopamine farm that targets the Streamer crowd.
“But all my friends are playing it!” - Is it really worth it to run omnipresent malware on your machine just to play the currently trending game for a few weeks until you move on to the next?
FuckBigTech347@lemmygrad.mlto
Programmer Humor@programming.dev•New Jetbrains Update Dropped
1·2 months agoEclipse 15 years ago was OK. Decent Debugger, useful Plugins (like WindowBuilder). It had issues, but instead of focusing on those they over time just kept piling crap on top of it.
There is no way that User isn’t just some Internet troll. Lol.
FuckBigTech347@lemmygrad.mlto
Linux@programming.dev•Firefox 32-bit Linux Support to End in 2026
2·3 months agoDoes anyone out there still use a 32-Bit Computer as their daily driver? The most recent 32-Bit hardware I’ve used as a Desktop was an RPi3 and running a modern web browser on that thing would almost cook the chip.
Hmm Good argument, but does Vim also have the ability to support a lemmy client?!?
Honestly a major reason I like emacs better is because most features/programs in it are written in lisp, and I rather write lisp than lua.
FuckBigTech347@lemmygrad.mlto
Programmer Humor@programming.dev•Context: Docker bypasses all UFW firewall rules
1·4 months agoI pretty much share the same experience. I avoid using docker or any other containerizing thing due to the amount of bloat and complexity that this shit brings. I always get out of my way to get Software running w/o docker, even if there is no documented way. If that fails then the Software just sucks.
FuckBigTech347@lemmygrad.mlto
Programmer Humor@programming.dev•Why shouldn't you use YAML to store eye tracking data? /s
1·5 months agoExactly. All modern CPUs are so standardized that there is little reason to store all the data in ASCII text. It’s so much faster and less complicated to just keep the raw binary on disk.
That’s only been my experience with software that depends on many different libraries. And it’s extra painful when you find out that it needs hyper specific versions of libraries that are older than the ones you have already installed. Rust is only painless because it just downloads all the right dependencies.
Some old software does use 8-Bit ASCII for special/locale specific characters. Also there is this Unicode hack where the last bit is used to determine if the byte is part of a multi-byte sequence.

Maybe they left it running for a while. The current Steam Client is basically an Electron App.
I miss the old Steam Client that was made entirely in Valve’s own GUI Framework which was written in C++.