Skip Navigation
roosmaa roosmaa @lemmy.sdf.org
Posts 0
Comments 5
What was the first modem you ever had? How fast was it?
  • Don't remember any other details about the modem other than the speed (56k). Also, that it was significantly cheaper to dial-up during the night. I guess that could be the reason why I grew up as a night owl. πŸ˜…

  • Does it make sense to have users-only and content-only instances?
  • I was also pondering about that. Even though I haven't really looked into how it all works behind the scenes in depth, on high level I do think it makes a lot of sense to separate content hubs (communities) and consumers (users).

  • So I did figure out that yes, [#Mastodon](https://jammer.social/tags/Mastodon) can federate [#Lemmy](https://jammer.social/tags/Lemmy) and [#Kbin](https://jammer.social/tags/Kbin) content. The problem
  • Thanks for doing this experiment! I was really curious if it was technically possible (but not using Mastodon so wasn't able to test it myself), and now I know 😊

  • What are the beginner microcontroller chips now?
  • Nowadays there's a plethora of options available for beginners. Heck, even PICs have dev boards available with built-in programmers, so you connect it to your computer using regular old USB cable and you can build away using Microchip toolchains. Depending on your comfort level of low-level C, I'd probably still stay away from PICs as a beginner.

    There's Arduinos and all the numerous clones (cheaper, different features). The main benefit of Arduino ecosystem would be that it's really easy to find libraries and/or content on the internet that gets you real close to solving your problems without having to write too much code yourself.

    And of course very cost effective ESP32 based offerings that excel at wireless usecases (WiFi, bluetooth).

    Recently there's even more beginner friendly boards appearing using MicroPython where you don't even need a toolchain. You connect the board to your computer, it appears as a mass storage device, you drop your Python code on it... and that's it, the board runs the code when you disconnect from the computer.

    Have a browse through Adafruit and Sparkfun stores to get an idea of all the possible (beginner friendly) boards out there.

  • Does Anyone Host a Discord Alternative? Like a Matrix/Synapse Server?
  • This is really interesting to hear, never thought of these services allowing enough access to effectively use something self-hosted for consolidation. Will definitely look into it!