Skip Navigation
0x30507DE 0x30507DE @lemmy.today

Hello, I'm an archivist who does things.

E? E.

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

  • 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

  • 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.

  • 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.

  • 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.

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

  • 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.

  • Lemmy Android client
  • I was using Liftoff and currently use Eternity, but sadly neither are actively maintained (as of last time I checked), and Liftoff is in a non-functional state.

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

    I have no words.

    How someone could genuinely believe that is beyond me.

  • 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?

  • 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

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

  • Post your Servernames!
  • I call my server "the server", "the shitbox", or "the 36TB", my pc "the PC", and my surface... "the surface". Creative, I know.

  • The VTuber Archive Project @lemmy.world 0x30507DE @lemmy.today

    //STATUS//

    Server is currently:

    Online.

    Remaining disk space:

    ~1.5TB

    0
    //STATUS//
  • Confirming server handover.

  • Test post 2
  • There we go.

  • Cutie (by 千夜QYS3)
  • Heads up, looks like this image was stolen, original source as best I can tell (based on the watermark in the corner, as well as being far older) is https://www.pixiv.net/artworks/67394923, by QYS3

  • What is the most difficult problem that you have fixed in linux?
  • Accidentally put grub on the wrong partition on the device, which it was not happy with. Was able to copy some files over, manually boot the OS, and reconfigure grub to be in the right partition, took me about 2 hours? Then I did it again on a different machine, and speedran it lol

  • Who was your first?
  • Started with Raspbian when I first got my Pi, and have mostly used KUbuntu or Debian since.