I do a lot of incredibly specific VHDL and 45GS02 asm, so the answer is none.
Even if I didn't do obscure things with obscure languages, answer'd still be none, because I'd rather spend a few hours learning what the code does and how to use it, instead of "just hope the output runs" while not knowing what and why it's trying to do what it's doing.
The hell is autocorrect? (I use Unexpected Keyboard)
Also, my distro of choice is generally Debian or Kubuntu. I am aware that using canonical's distro is gonna get me skinned alive, and I have serious issues with some of the OS, but it also hasn't given me enough frustration to outright replace it yet. Especially when you consider that I'm running it on a Surface Pro 9 of all things, and Debian doesn't have a new enough Plasma version last I checked.
Wow, that was a rant, oops.
War on the Sea
Considering I'm a programmer with the physical characteristics of spaghetti, I'd be really screwed if I ended up on a USN vessel in WW2.
Been on a break for a bit, but before that we got a Tektronix 535A oscilloscope from the 1950s-60s up and running (with the exception of a gain issue with the vertical amplifier, haven't quite figured out the cause yet), and did some work on reverse-engineering and emulating the analog filters of the MOS 8580 SID on an FPGA (still heavily WIP, haven't gotten around to a rewrite yet so it's still really jank, college is a bitch).
One of my favorite emacs features is the VHDL stutter mode (which replaces certain repeatedly-typed characters with operators), as well as an easy to get to rectangle select, and it just being decently fast compared to something like VSCode. I also never have to take my hands off of the keyboard, because it's all right there. It just feels better to me.
Just off the top of my head: Alien and Aliens are wonderful, Apocalypse Now needs no introduction, Interstellar, 2001: A Space Odyssey, and finally Oppenheimer, which is one of the best movies ever made in my opinion (what can I say, I'm a sucker for an incredibly well-told story).
I grew up with a Wii and an Atari 2600, and my favorite console is, no surprise, probably the 2600. Both because I put wayyy too much time into it, and because it's incredibly neat from a hardware perspective (seriously, that anyone actually managed to make functioning games on it is a miracle).
Correct. Goal is to emulate the SIDs, and the filters are analog, so analog simulation is required.
FPGAs are good fun, and some of the stuff I'm working on in particular gets even crazier. My current project is emulating a partially analog soundchip (the 6581 and 8580 SIDs) with 32 bit integers, because FPGAs can't do analog. The best part is, it actually (mostly) works. Still have coefficient issues with the RC circuits, and the Rf1 and Rf2 voltage-controlled resistor coefficient tables need to be recalculated, but it's already looking pretty good.
Good fun lol
Aa far as I'm aware, incremental synthesis is vivado trying to build a new FPGA bitstream by modifying a snapshot of the previous build, to ostensibly save time. Because the SID FPGA implementation is a relatively small part of the MEGA65 core, it really likes to forget to add any changes I make, especially related to timing optimization (it took me so long to figure out it had re-enabled itself, after disabling it my total negative slack was cut in half due to it finally registering all the pipelining and other optimization). I've also had vivado outright lock up with some cases.
Do repos on GitHub and assorted messages on text-based communication platforms count as content? Because if that's the case, then all the time, because I generally write stuff down in case I proceed to forget exactly what that function did or why I calculated this bypass coefficient like this or why for the love of fuck does vivado keep reverting to incremental synthesis and how did I fix it last time aaaaaaaaaaaaaaaaaaaaaaaa
As for if my random technical nonsense has any bearing on the world, not really, outside of maaaybe the demoscene if the SID stuff works out, and the few people who like reading my ramblings for some reason.
https://alliancespaceguard.com, pretty much daily. Can't wait for it to release.
Personally, I'm a big fan of XMPP, due to the inherent resiliency in being decentralized/federated, and due to the security provided by OMEMO (based on signal's algorithm). Don't have to worry about third-parties messing with my data if it stays on my server that's in my house.
This one on lemmy.today, and my original account with the same username on lemmy.world.
People can also stop saying words and think for a second about the information they're actually saying first, whereas an LLM just vomits up words that seem to match the pattern of the rest of the sentence. If I were to ask you what 2 + 2 is, you'd stop, run the math in your head, get 4, then reply with 4. An LLM would just start vomiting out words based on what it's been trained on without verifying that the information is good (or even relevant), and can end up confidently telling you that 2 + 2 is in fact equal to the cube root of 5 because that's what the data said so it has to be right, for instance.
I'm aware this is a drastic oversimplification, and I think the tech is neat (although I avoid non-self-hosted models like the plague due to privacy concerns), but it's oversold to all hell, and is definitely not even close to intelligent.
Matrix has flaws as well, use XMPP.
I... I...
I have no words.
How someone could genuinely believe that is beyond me.
I am fully aware, I speak nerd and computer.
The computers speak back. It's a good time.
I might be going insane?
I'm also ripping off being inspired by another comment.
Poe's law strikes again?
English, C++; Z80, 6502, and 45GS02 assembly, some SQL, VHDL, a bit of Python and Verilog, BASIC65, bash, CP/M ED, and a few other odds and ends
In theory you can fire up vi(m) in an emacs terminal, so... I guess?