Skip Navigation
Jump
What is your favorite AI chatbot?
  • 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.

    1
  • Jump
    type the distro you use and is and let your keyboard finish it
  • 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.

    1
  • Jump
    What would you do/how screwed would you be if you woke up in the last game you played?
  • 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.

    1
  • Jump
    What's the latest interesting thing you've accomplished ?
  • 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).

    6
  • Jump
    Users of Vim and similars, what exactly makes it useful compared to other text editors? How much time do you suppose you save when working with it?
  • 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.

    7
  • Jump
    Essential movies to watch
  • 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).

    13
  • Jump
    What is your favorite video game console?
  • 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).

    3
  • Jump
    Would you consume your own content?
  • Correct. Goal is to emulate the SIDs, and the filters are analog, so analog simulation is required.

    1
  • Jump
    Would you consume your own content?
  • 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

    2
  • Jump
    Would you consume your own content?
  • 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.

    2
  • Jump
    Would you consume your own content?
  • 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.

    4
  • Jump
    A fresh install of Signal takes up 410MB, blowing both Firefox and Chromium out of the water
  • 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.

    6
  • Jump
    How many alts do you have on lemmy
  • This one on lemmy.today, and my original account with the same username on lemmy.world.

    6
  • Jump
    How come no true use for recent AI developments has been found yet?
  • 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.

    2
  • Jump
    Which languages do you speak?
  • I... I...

    I have no words.

    How someone could genuinely believe that is beyond me.

    1
  • Jump
    Which languages do you speak?
  • 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?

    3
  • Jump
    Which languages do you speak?
  • 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

    4
  • Jump
    Help is on its way
  • In theory you can fire up vi(m) in an emacs terminal, so... I guess?

    5