PaX [comrade/them, they/them]
Very tired nerd who loves to yap
Ask me about floppa, Plan 9, computer architecture, computational logic, anything computers really (if you want)
:cat-vibing:
If I don’t reply to you it’s probably cuz I’m too tired, sorry :(
- 1 Post
- 31 Comments
PaX [comrade/them, they/them]@hexbear.netto
Programmer Humor@lemmy.ml•EDitor warsEnglish
2·2 years agoOhh, I know, I was just making a joke cuz ed will print
?when it doesn’t recognize a command and many people will see that over and over if they can’t figure out how to exit lolI also got lost in vi and ed when I first used them lol
Tbh if I’m just making quick edits to config files or whatever I use nano lmao
PaX [comrade/them, they/them]@hexbear.netto
Programmer Humor@lemmy.ml•EDitor warsEnglish
1·2 years ago?
PaX [comrade/them, they/them]@hexbear.netto
Programmer Humor@lemmy.ml•EDitor warsEnglish
41·2 years agoIf you like Unixy editors, highly recommend also looking into acme
Russ Cox describes it in this video as more like an “integrating development environment” as in it works with your surrounding operating system rather than an “integrated development environment”
Doesn’t shine as much on Unix as in Plan 9 though. Also no linter or formatter built into or distributed with acme but you probably could get your language’s usual tools to work pretty well with it
PaX [comrade/them, they/them]@hexbear.netto
Programmer Humor@lemmy.ml•EDitor warsEnglish
171·2 years agoEd is the standard text editor.
PaX [comrade/them, they/them]@hexbear.netto
Open Source@lemmy.ml•How open source money fixes a corrupted banking systemEnglish
113·2 years agoWhy don’t they just move to El Salvador if they like Bitcoin so much

PaX [comrade/them, they/them]@hexbear.nettoUnixporn@lemmy.ml•*Permanently Deleted*English
5·2 years ago
Plan 9 posting
deleted by creator
PaX [comrade/them, they/them]@hexbear.netto
Open Source@lemmy.ml•Dillo 3.1.0 finally released after 9 years!English
6·2 years agoWe are so back
PaX [comrade/them, they/them]@hexbear.netto
Open Source@lemmy.ml•Episode 556 - Cozy OpenBSD - audioEnglish
5·2 years agoOpenBSD, RISC-V, and 9front mentioned?

Haven’t listened to BSDNow in a while, but maybe I’ll listen to this episode
PaX [comrade/them, they/them]@hexbear.netto
Linux@lemmy.ml•determining why/how hardware is supported in one distro but not another?English
1·2 years agoYou can check to see what drivers were compiled as modules or into your kernel by reading the kernel configuration at
/proc/config.gzor/boot/*config*There might also be out-of-tree (not included with the kernel) drivers installed as packages on your system but this is very rare outside of like… having an NVIDIA card and running the closed-source vendor driver
PaX [comrade/them, they/them]@hexbear.netto
Linux@lemmy.ml•determining why/how hardware is supported in one distro but not another?English
7·2 years agoThe vast majority of drivers are included with the Linux kernel now (in tree) so the difference usually comes down to kernel version (newer kernels have more drivers, of course) or kernel configuration set at compile-time (this can be anything from including or not including drivers, to turning driver features on and off, or more fundamental changes beyond drivers)
You can get kernel version info from
uname -aand a lot of the time, probably most of the time (this is also down to configuration), you can get kernel configuration info from/proc/config.gz(usegzip -dto decompress) or something like/boot/configThen you can run
diffon configurations of 2 different distro kernels you’re interested in to see how the 2 distribution’s kernels were set up differentlyThis could also be caused by different setups of userspace tools or UI that interact with these drivers in different, sometimes worse ways but this is usually much less likely in my experience (most Linux distros do things like this the same way these days tbh)
Oh, also, there are a lot of drivers that require vendor-supplied firmware or binary blobs to function and most of the time distros don’t bake these into the kernel (although it is possible) and different distros might have more or less of these blobs available or installed by default or they might be packaged differently. The kernel should print an error message if it can’t find blobs it needs though
I guess there’s kinda a lot to consider lol. Sorry if all of this is obvious
What hardware are you talking about specifically?
PaX [comrade/them, they/them]@hexbear.netOPto
Linux@lemmy.ml•The might be a dumb question but... if I enable IP forwarding/routing on my Linux machine without any firewall enabled...English
3·2 years agoOhh that’s true, I didn’t think about that. It would be difficult to route anything through it unless you were connected directly to it with nothing in-between because no other router would forward packets destined for somewhere else to my machine (except maybe in the extremely unlikely case of source routing?). It seems obvious now lol, thank you!
I’ll write some firewall rules just in case
PaX [comrade/them, they/them]@hexbear.netto
Linux@lemmy.ml•Are there any CPUs that work well with Linux that aren't made by Intel or another company on the BDS list/that supports Israel?English
2·2 years agoI see. Our motherboards have different chipsets (I have an X570 in mine). It probably has nothing to do with my issue…
Hoping those kernel parameters fix it. I wish I could help further. PCs are just a bottomless, mostly undocumented rabbithole :(
PaX [comrade/them, they/them]@hexbear.netto
Linux@lemmy.ml•Are there any CPUs that work well with Linux that aren't made by Intel or another company on the BDS list/that supports Israel?English
0·2 years agoWhat motherboard do you have? Also what happens exactly when the lock-ups happen? Have you ever been playing audio when the lock-ups happen and does it loop or stop or keep playing?
I recently had to “fix” (workaround) a similar issue in the OpenBSD kernel with a specific hardware peripheral on my PC (running a 2nd-gen Ryzen), the High Definition Audio controller. For whatever reason (and only when I was running OpenBSD) interrupts from the HDA controller (to let the CPU know to refill audio buffers) would just randomly stop making it to the CPU and audio would loop for a few seconds and then shut off. I spent a long time trying to figure out what causes it and reading Linux driver code but I couldn’t find a cause or why only OpenBSD would trigger it. I ended up having to write kind of a hacky polling mode into the HDA driver. My only guess is some of these AMD-chipset-having motherboards have faulty interrupt controllers.
Maybe there is a similar issue with your system and timer interrupts aren’t making it to your CPU or something. But I’m not really an expert on PC architecture and idek if it even works like that on PCs lol
Sorry for so many questions but do you also have any kernel logs available from when this happens?
I simply do both
It’s not working

There are some purpose-built ARM Linux laptops available but as an owner of an unused Pinebook Pro… can’t recommend

Walking the path of a PC hater is not easy
Rip out the fan and connect the processor heatsink to a heatpipe
Then carry around a cup of water to dip the heatpipe into
This is not a bit, I am a real hardware designer
Xorg? Wayland? You have bespoke protocols just for windowed graphics? I’m happy with my /dev/draw and /dev/wsys/*

Unix is a zombie OS that should probably die



Some are, I’m not a man but I have male friends and we’re very intimate and close, hug and cuddle each other, express our affection and our emotions openly
Ofc I have had the “bro” type of male friends, where it seems they feel like we can’t do that kind of stuff even if we do rly care for each other :(
It’s much better in queer and queer-friendly spaces ime