• 0 Posts
  • 52 Comments
Joined 3 months ago
cake
Cake day: June 7th, 2025

help-circle

  • Spanish singing rock bands

    There’s many good famous Argentinian rock bands from the 80s and 90s with clean vocals. Soda Stereo, Divididos, and Attaque 77 (sometimes spelled A77aque) would be my recommendation to start with for bands that lean more towards the hard side of Rock (there’s more, but some I won’t recommend because of their members’ later questionable actions, and the rest you’ll find by following the trail of related artists from the above set). For Pop/Rock start with Los Rodriguez, Charly Garcia, and Los Autenticos Decadentes.

    From other countries off the top of my head I’d recommend Mano Negra, Cafe Tacvba, and Molotov (warning: explicit lyrics).











  • Xbox compatible controllers all support xinput, which works well on Linux, both wired and wireless. Third party PlayStation controllers on the other hand can be weird on wired connections, and may only work with Bluetooth.

    I’m quite happy with 8bitdo controllers - they’re sturdy, have hall effect sticks so they won’t drift, and work out of the box. Cheaper controllers will work too, but may end up falling apart sooner than later.




  • There’s a few issues with that approach:

    • Blockchains can’t forget, but they also need to add new blocks on every period, meaning that there’s a lot of idle events that are added to the chain. You can increase the period, but then the chain has more latency. Either way, the disk space needed to store the full chain grows really fast, which becomes a problem when trying to bootstrap a new root node, or backup an existing one.
    • Unless you’re trading land titles internationally (read: there’s no single trusted authority), blockchains could just be replaced with a regular distributed database and servers.
    • Chains don’t offer out of band recovery and error correction.