lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

64
active users

#RaspberryPi5

0 posts0 participants0 posts today
Christian Pietsch<p>Lately I've been doing more <a href="https://fedifreu.de/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosting</span></a> again due to the current situation. Of course, I'm paying particular attention to power consumption and noise. After good experiences with the <a href="https://fedifreu.de/tags/ARM64" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ARM64</span></a> architecture, even with power-hungry applications such as <a href="https://fedifreu.de/about" rel="nofollow noopener noreferrer" target="_blank">Mastodon</a>, I'm now using the smartphone technology for my homeservers, too.</p><p>There are <a href="https://fedifreu.de/tags/SBCs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SBCs</span></a> with more open hardware, but the <a href="https://fedifreu.de/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> is widely available, well documented, powerful and inexpensive. And it is available with up to 16 GB of RAM.</p><p>Anyone operating a server on the Internet must install <a href="https://fedifreu.de/tags/security" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>security</span></a> updates quickly. However, many people forget to restart running software so that the new version runs instead of the old one. The <a href="https://fedifreu.de/tags/needrestart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>needrestart</span></a> tool helps with this on Debian-based Linux systems, which unfortunately is usually not pre-installed.</p><p>On my Raspberry Pi 4, <code>needrestart</code> always runs correctly (automatically after <code>apt upgrade</code>). On my Raspberry Pi 5, however, I first had to create a configuration file as described by the main developer here:<br><a href="https://github.com/liske/needrestart/blob/master/README.raspberry.md" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/liske/needrestart/b</span><span class="invisible">lob/master/README.raspberry.md</span></a><br>Previously, the tool <em>always</em> claimed that a reboot was necessary because it thought an outdated Linux kernel was running.</p><p>Next, I want to activate <a href="https://fedifreu.de/tags/LUKS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LUKS</span></a> hard drive encryption on both raspis. Unfortunately, this is not as easy under <a href="https://fedifreu.de/tags/Raspbian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Raspbian</span></a> or <a href="https://fedifreu.de/tags/RaspberryPiOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPiOS</span></a> as on other Debian systems. If you have managed this: Please let me know how you did it!</p><p><a href="https://fedifreu.de/tags/rpi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rpi</span></a> <a href="https://fedifreu.de/tags/rpi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rpi5</span></a> <a href="https://fedifreu.de/tags/raspi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspi</span></a> <a href="https://fedifreu.de/tags/raspberrypi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi5</span></a> <a href="https://fedifreu.de/tags/homeserver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>homeserver</span></a> <a href="https://fedifreu.de/tags/encryption" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>encryption</span></a> <a href="https://fedifreu.de/tags/selfhost" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfhost</span></a> <a href="https://fedifreu.de/tags/selfhosted" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfhosted</span></a></p>
Christian Pietsch<p>In letzter Zeit mache ich aus gegebenem Anlass wieder mehr <a href="https://fedifreu.de/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosting</span></a>. Natürlich achte ich dabei besonders auf den Stromverbrauch. Nach guten Erfahrungen mit der <a href="https://fedifreu.de/tags/ARM64" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ARM64</span></a>-Architektur selbst bei leistungshungrigen Anwendungen wie <a href="https://fedifreu.de/about" rel="nofollow noopener noreferrer" target="_blank">Mastodon</a> setze ich jetzt auch zuhause auf auf die aus Smartphones bekannte Technologie.</p><p>Es gibt zwar <a href="https://fedifreu.de/tags/SBCs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SBCs</span></a> mit offenerer Hardware, aber der <a href="https://fedifreu.de/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> ist überall erhältlich, gut dokumentiert, leistungsfähig und preiswert. Und es gibt ihn mit bis zu 16 GB RAM.</p><p>Wer einen Server am Internet betreibt, muss zügig <a href="https://fedifreu.de/tags/Sicherheitsupdates" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sicherheitsupdates</span></a> einspielen. Viele vergessen aber, laufende Software neuzustarten, damit die neue Version läuft statt der alten. Dabei hilft auf debianbasierten Linux-Systemen das Tool <a href="https://fedifreu.de/tags/needrestart" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>needrestart</span></a>, das leider meist nicht vorinstalliert ist.</p><p>Auf meinem Raspberry Pi 4 läuft <code>needrestart</code> schon immer korrekt (automatisch nach <code>apt upgrade</code>). Auf meinem Raspberry Pi 5 musste ich aber erst eine Konfigurationsdatei anlegen, wie es der Hauptentwickler hier beschreibt:<br><a href="https://github.com/liske/needrestart/blob/master/README.raspberry.md" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/liske/needrestart/b</span><span class="invisible">lob/master/README.raspberry.md</span></a><br>Bis dahin behauptete das Tool <em>immer</em>, dass ein reboot nötig sei, weil ein veralteter Linux-Kernel laufe.</p><p>Als nächstes will ich auf beiden Raspis die Festplattenverschlüsselung aktivieren. Das ist unter <a href="https://fedifreu.de/tags/Raspbian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Raspbian</span></a> bzw. <a href="https://fedifreu.de/tags/RaspberryPiOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPiOS</span></a> leider nicht so einfach wie auf anderen Debian-Systemen. Wenn ihr das geschafft habt: Schreibt gern eure Tipps!</p><p><a href="https://fedifreu.de/tags/rpi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rpi</span></a> <a href="https://fedifreu.de/tags/rpi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rpi5</span></a> <a href="https://fedifreu.de/tags/raspi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspi</span></a> <a href="https://fedifreu.de/tags/raspberrypi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi5</span></a> <a href="https://fedifreu.de/tags/homeserver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>homeserver</span></a> <a href="https://fedifreu.de/tags/howto" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>howto</span></a> <a href="https://fedifreu.de/tags/til" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>til</span></a></p>
cyclical_obsessive<p>Robot Reincarnation Is Real</p><p>The <a href="https://fosstodon.org/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> powering my GoPi5Go-Dave <a href="https://fosstodon.org/tags/robot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>robot</span></a> blew its I2C bus "out of the blue". He no longer managed his battery level and died.</p><p>Robot Dave first existed as "Humble Dave" from 2021 to 2023, and was reincarnated as "GoPi5Go-Dave from 2023 to 2025.</p><p>Again reincarnated, <a href="https://fosstodon.org/tags/Pi4" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pi4</span></a> <a href="https://fosstodon.org/tags/GoPiGo3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoPiGo3</span></a> <a href="https://fosstodon.org/tags/ROS2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ROS2</span></a> "Humble Dave2" is alive on his dock, awaiting further <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> enlightenment.</p><p>Special thanks to <span class="h-card" translate="no"><a href="https://mstdn.ca/@CleoQc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>CleoQc</span></a></span> of <a href="https://fosstodon.org/tags/ModularRobotics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ModularRobotics</span></a> for putting Dave back on the straight and narrow.</p>
Aaron :bc:🖖 ⬅️ into bean pâté<p>I tried to set up Docker and Dockg, then I tried to make a Jellyfin container. It didn’t go well at all. I couldn’t find any clear, working configuration examples for getting Jellyfin container to look at my external SSD for media files. I spent 12 hours yesterday on and off, looking at conflicting tutorials and smug how-tos and I’m done with Docker and associated external drive frustration. Docker whale, meet ocean. 🐳 🚽 👋 </p><p>I just straight up slapped Jellyfin on Ubuntu from the repository and launched it. It’s running now. I had to futz around with directory permissions to get it to access the external SSD. I learned a lot about chown and chmod, but mostly chown -R lol. 😆 </p><p>Ubuntu has so much conflicting information about its network system structure that I think I went more bald looking for how to set a static IP address for the server. Every time I set static, it would lose internet access. This is a 10 second job on Windows or macOS that took over an hour to iron out. My router config was fine, thanks. I limited the DHCP range and used an IP outside the range for the static address for the RPI. I got it sorted by accident, which Is frustrating because I don’t have a clue what the problem was.</p><p>I’ve used up a lot of computer spoons and I don’t want to look at it anymore today. </p><p><a href="https://beige.party/tags/Frustration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Frustration</span></a> <br><a href="https://beige.party/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> <a href="https://beige.party/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> <a href="https://beige.party/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://beige.party/tags/Ubuntu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ubuntu</span></a> <a href="https://beige.party/tags/Docker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Docker</span></a> <a href="https://beige.party/tags/Dockge" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Dockge</span></a></p>
Aaron :bc:🖖 ⬅️ into bean pâté<p>Hello, I'm talking to you from within this tiny 'puter. I got a Raspberry Pi 5 for tinkering and having a Linux box to get angry at and run a media server 'n' shit. Wooo!</p><p><a href="https://beige.party/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> <a href="https://beige.party/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> <a href="https://beige.party/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://beige.party/tags/RaspberryPI5_8gb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPI5_8gb</span></a> <a href="https://beige.party/tags/RaspberryPI_8gb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPI_8gb</span></a></p>
Andy Piper<p>Set up a fresh <a href="https://macaw.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> installation today and was surprised to find that Ghostty didn't want to run (on the default labwc Wayland desktop) due to GL context issues. I worked around it with LIBGL_ALWAYS_SOFTWARE=true but that seems... silly?</p>
Sohrab Behdani :freebsd:<p><a href="https://mastodon.bsd.cafe/tags/ParchLinuxArm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ParchLinuxArm</span></a> now Runs on <a href="https://mastodon.bsd.cafe/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> without any issues :D</p>
in_sympathy<p>But overall I'am wondering if <span class="h-card" translate="no"><a href="https://mastodon.social/@RaspberryPi" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>RaspberryPi</span></a></span> ever plan to release <a href="https://mastodon.social/tags/schematic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>schematic</span></a> for the <a href="https://mastodon.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a>? </p><p>They have it publicly available for all of the previous models... 🤔</p><p>Did something change about their view of <a href="https://mastodon.social/tags/RightToRepair" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RightToRepair</span></a>? </p><p>And how about selling original parts? At least DA9090 and DA9091 PMICs would be awesome. <br><span class="h-card" translate="no"><a href="https://mastodon.social/@iFixit" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>iFixit</span></a></span>, how about offering them some help with this? 😉</p><p><a href="https://mastodon.social/tags/repair" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>repair</span></a> <a href="https://mastodon.social/tags/repairisnoble" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>repairisnoble</span></a> <a href="https://mastodon.social/tags/electronics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>electronics</span></a> <a href="https://mastodon.social/tags/electronicsrepair" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>electronicsrepair</span></a> <a href="https://mastodon.social/tags/ifixit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ifixit</span></a></p>
Elena Rossini ⁂<p>My 2024 in tech – UPDATED<br>- Jan-May: same old same old <br>- mid-Jun: I started the blog <a href="https://mastodon.social/tags/TheFutureIsFederated" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TheFutureIsFederated</span></a> <br>- Jul: I started doing interoperability tests between <a href="https://mastodon.social/tags/Fediverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fediverse</span></a> projects<br>- Aug: I federated my Wordpress site, joined Friendica and 3 content aggregators. More tests<br>- Sep: I federated 2 more WP sites<br>- Oct: I joined <a href="https://mastodon.social/tags/Sharkey" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sharkey</span></a> <br>- Nov: I got a <a href="https://mastodon.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> and installed Ubuntu on it; started learning <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a><br>- Dec: I joined <a href="https://mastodon.social/tags/Misskey" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Misskey</span></a> &amp; am researching VPSs</p><p>🔜 heading to <a href="https://mastodon.social/tags/FOSDEM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSDEM</span></a> next Feb 🥳</p>
9to5Linux<p><a href="https://floss.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> 500 Computer Launches with the Official Raspberry Pi Monitor, Based on <a href="https://floss.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> <a href="https://9to5linux.com/raspberry-pi-500-computer-launches-with-the-official-raspberry-pi-monitor" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">9to5linux.com/raspberry-pi-500</span><span class="invisible">-computer-launches-with-the-official-raspberry-pi-monitor</span></a></p><p><a href="https://floss.social/tags/raspberrypi500" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi500</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
in_sympathy<p>Hi all.</p><p>Can anyone please tell me what chip on a Pi 5 contains EEPROM? Is there a chance that if I swap this chip from a donor board - any EEPROM related errors will be gone? 🤔</p><p><a href="https://mastodon.social/tags/help" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>help</span></a> <a href="https://mastodon.social/tags/raspberrypi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi</span></a> <a href="https://mastodon.social/tags/raspberrypi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi5</span></a> <a href="https://mastodon.social/tags/electronics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>electronics</span></a> <a href="https://mastodon.social/tags/electronicsrepair" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>electronicsrepair</span></a></p>
Pascal Dietrich<p>An die Raspberry Pi Fachleute hier:</p><p>Ich würde mir evtl. einen Raspberry Pi 5 anschaffen und wollte fragen ob jemand Tipps für die folgende Konfiguration hat:</p><p>- Raspberry Pi 5<br>- Ein DAC (der HiFiBerry DAC+ standard sieht gut aus)<br>- ein M.2 HAT für eine NVME SSD<br>- ein Gehäuse für das Alles</p><p>Kann man das so machen? Vor allem mit DAC und M.2 HAT. Und was für ein Gehäuse wäre da zu empfehlen?</p><p><a href="https://rheinneckar.social/tags/raspberrypi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi</span></a> <a href="https://rheinneckar.social/tags/raspberrypi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi5</span></a></p>
Elena Rossini ⁂<p>File under: cheap accessories that make your life so much easier. This HDMI dongle allows me to seamlessly switch video inputs on my big screen… from my Mac Mini to my <a href="https://mastodon.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> at the touch of a button… without having to change my whole desktop setup / moving objects in order to reach the port in the back of the screen. A small win that will surely increase my use of the Pi now. </p><p><a href="https://mastodon.social/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreOffice</span></a> was already installed (sigh!) Off to find some new mini project to practice <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> commands 🥲</p>
Elena Rossini ⁂<p>My so-called sudo life:</p><p>Since 11/6 I have set up my new <a href="https://mastodon.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a>, installed <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> and started tinkering with it. I'm researching VPS's for Ghost.</p><p>Because of this, I have less time to browse Reddit, which is awesome - I used to spend too much time on it. That said, I found the Linux memes subreddit and one of my goals for the end of 2025 is to get the jokes.</p><p>Switching to my Pi now to find out what's pre-installed on it. And if <a href="https://mastodon.social/tags/LibreOffice" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LibreOffice</span></a> is not on it, I'll install it with commands 🤗</p>
Elena Rossini ⁂<p>I had to commemorate the start of this new era with a selfie (my sweatshirt was totally on point - happy coincidence). I’m sooo excited! I had always been intimidated by Linux (as a non-technical person) but the <a href="https://mastodon.social/tags/Fediverse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fediverse</span></a> changed all that. </p><p>Let the great <a href="https://mastodon.social/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> adventure begin! ✊</p><p>P.S.: ended up installing <a href="https://mastodon.social/tags/Ubuntu" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ubuntu</span></a> Desktop on my <a href="https://mastodon.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a></p><p><a href="https://mastodon.social/tags/RebelAlliance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RebelAlliance</span></a></p>
Elena Rossini ⁂<p>On my agenda today:<br>- set up my <a href="https://mastodon.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> / install <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> (Ubuntu MATE most likely)<br>- permanently delete my inactive 3 bird app accounts <br>- draft a new post for <a href="https://mastodon.social/tags/TheFutureIsFederated" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TheFutureIsFederated</span></a> about data sovereignty and my plans for the next 4 years<br>- finish reading <a href="https://mastodon.social/tags/NeilPostman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NeilPostman</span></a>’s superb “Building a Bridge to the 18th century” <br>- chin up, be defiant and resist</p><p>ICYMI: this is the latest <a href="https://mastodon.social/tags/blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blog</span></a> I wrote on my personal site: “The rebellion will be federated” <a href="https://elenarossini.com/2024/11/the-rebellion-will-be-federated/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">elenarossini.com/2024/11/the-r</span><span class="invisible">ebellion-will-be-federated/</span></a></p><p><a href="https://mastodon.social/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> <a href="https://mastodon.social/tags/rebelalliance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rebelalliance</span></a></p>
:fckafd: Olli Graf🚟<p><a href="https://nrw.social/tags/raspberrypi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi5</span></a> mit 2GB. <a href="https://nrw.social/tags/raspberrypi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi</span></a> </p><p><a href="https://raspithek.de/hardware/single-board-computer/raspberry-pi-5-mit-2gb/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">raspithek.de/hardware/single-b</span><span class="invisible">oard-computer/raspberry-pi-5-mit-2gb/</span></a></p>
stfn :raspberrypi: :python:<p>New blog post!</p><p>I bought an NVMe HAT for my Pi 5, and I am very impressed with the results, the Pi feels like a totally different computer. The boot it almost instant now.</p><p><a href="https://stfn.pl/blog/49-my-pi5-got-a-hat/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">stfn.pl/blog/49-my-pi5-got-a-h</span><span class="invisible">at/</span></a></p><p><a href="https://fosstodon.org/tags/blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blog</span></a> <a href="https://fosstodon.org/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> <a href="https://fosstodon.org/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a></p>
stfn<p>Nowy wpis na blogu!</p><p>Do mojej malinki 5 dokupiłem HAT ze złączem NVMe, i jestem pod wrażeniem jak znacznie szybciej teraz wszystko działa.</p><p><a href="https://pol.social/tags/blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blog</span></a> <a href="https://pol.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi</span></a> <a href="https://pol.social/tags/RaspberryPi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RaspberryPi5</span></a> </p><p><a href="https://stfn.pl/blog/49-my-pi5-got-a-hat/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">stfn.pl/blog/49-my-pi5-got-a-h</span><span class="invisible">at/</span></a></p>
Fred Bellaiche<p>The 3D-printed case just arrived from PCBWay. So happy about what this NeXTStep on a Raspberry Pi5 projet is turning into ! <a href="https://fosstodon.org/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>retrocomputing</span></a> <a href="https://fosstodon.org/tags/nextstep" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nextstep</span></a> <a href="https://fosstodon.org/tags/raspberrypi5" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raspberrypi5</span></a> <a href="https://fosstodon.org/tags/3DPrinting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>3DPrinting</span></a> <a href="https://fosstodon.org/tags/previous" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>previous</span></a></p>