Renode Enables Simulation of Ultra-Low-Power MSP430 Microcontrollers
Antmicro recently highlighted the MSP430 microcontroller family, renowned for its ultra-low-power design and versatility in applications such as IoT, automation, and space. Their article explores how the Renode simulation platform facilitates efficient testing and development of MSP430-based systems. The Texas Instruments MSP430 is a cost-effective, ultra-low-power family of microcontrollers with a custom i … ⌘ Read more

⤋ Read More

FRDM-IMX93 with Arm Ethos U-65 MicroNPU Runs on Debian Linux
The NXP Semiconductors FRDM-IMX93 Development Board is a development platform designed for industrial and IoT applications. Key features include dual Gigabit Ethernet ports, multiple display and camera interfaces, and support for CAN bus communication. The board is built around the i.MX 93 applications processor, which integrates dual Arm Cortex-A55 cores operating at 1.7GHz and an

⤋ Read More

Heute wurde im Ramschladen fast alles zum Thema “Dinosaurier” gekauft, denn morgen geht es zum Geburtstag vom Ziehkind und die Kleine steht da voll drauf! 🦖

⤋ Read More
In-reply-to » Wir leben im Jahr 2025. Da kann ich auch endlich einmal htmx großflächig in einem Projekt einsetzten, wa?

@arne@uplegger.eu I do 😅 Despite some opinions, I actually love HTMX and use it in many of my projects, including yarnd to give it that nice SPA-like UX feel without all this Javascript React nonsense 😅

⤋ Read More

Para quem como eu não pode estar presente hoje, #ectl é a hashtag do primeiro de muitos encontros regulares das comunidades de tecnologias livres em Portugal, e podem espreitar para ver fotos e o que estamos a perder!

⤋ Read More

Die Gardinenstange hängt.
Heute musste ich meiner Frau nachgeben und habe die “blockierende Aufgabe” erledigt, die mich fast zwei Jahre vor handwerklichen Tätigkeiten im Gästezimmer geschützt hat. 🤪

⤋ Read More
In-reply-to » I would like to make another proposal to the community, to discuss it calmly: https://git.mills.io/yarnsocial/twtxt.dev/issues/9 #twtxt

No no! I’m talking about twtxt’s own branding. It’s currently horizontal text. Is the image you’re sharing a logo that’s being used? 😯

⤋ Read More
In-reply-to » Der TwtxtReader (Dummy) hat ein leichtes Re-Design bekommen. Die Devise lautet "mobile first"! Eine Mehrsprachigkeitsunterstützung ist nun per YAML-Dateien drin. Besonders stolz bin ich auf die Zeitangabe der Beiträge, mit Singular-Plural-Unterscheidung in unterschiedlichen Sprachen. Dafür gibt es extra einen eigenen Fluid-ViewHelper zur Übersetzungsschnittstelle. Fortsetzung folgt ...

Have freezes after i try scrolling on mobile: https://doesnm.cc/screen-20250125-093748.mp4

⤋ Read More

Der TwtxtReader (Dummy) hat ein leichtes Re-Design bekommen. Die Devise lautet “mobile first”!
Eine Mehrsprachigkeitsunterstützung ist nun per YAML-Dateien drin.
Besonders stolz bin ich auf die Zeitangabe der Beiträge, mit Singular-Plural-Unterscheidung in unterschiedlichen Sprachen. Dafür gibt es extra einen eigenen Fluid-ViewHelper zur Übersetzungsschnittstelle.
Fortsetzung folgt …

⤋ Read More
In-reply-to » I want to share a little idea for a new extension with the goal of adding direct messages in #twtxt https://github.com/tanrax/twtxt-direct-message-extension

@andros@twtxt.andros.dev How about putting the whole encrypted conversation into a sperate twtxt-file. Just like the archive feature (?). That way, the general clients don’t have to cope with the decrytption stuff and it won’t break the general public conversations.

⤋ Read More
In-reply-to » A random suggestion. You should add a password to your private ssh key. Why? If someone steals your key, they won't be able to do anything without the password. You should run: ssh-keygen -p And remember to make a backup copy of key file. As a developer, it is a one of the most valuable files on your computer.

Thanks @prologic@twtxt.net !

⤋ Read More
In-reply-to » I share a simple API template with Clean Architecture using #flask and #fastapi https://git.andros.dev/andros/api-template-with-clean-architecture #cleancode #cleanarchitecture

What is clean architecture? That’s a good question.

You think of a pattern for ordering code with good decisions isolating technologies (you can change the web framework or database without break the business logic), easy to test (you only test interfaces and use cases), sharing code between frameworks (entities and use cases), scalability, modulations and standardizing names. Clean architecture is not perfect, it has a learning curve and some abstraction in each technology. You can even find rejection with yours colleagues.
I have a good article on this topic.
https://programadorwebvalencia.com/implementando-arquitectura-limpia-en-python/
#python

⤋ Read More

ESP32-S3 Development Board with 2-Inch Display, Camera Interface, and 6-Axis IMU
The ESP32-S3-LCD-2 is a compact development board based on the ESP32-S3R8 processor. It integrates features such as wireless connectivity, a small LCD display, and various interface options, including a battery connector for portable applications. The board is especifically powered by the ESP32-S3R8, a 32-bit LX7 dual-core processor with a clock speed of up to 240

⤋ Read More

Super Watchdog Raspberry Pi HAT with Battery Backup Gains Multi-Chemistry Support
The Super Watchdog HAT with UPS Battery Backup provides power management and reliability for mission-critical Raspberry Pi applications. It supports all Raspberry Pi models, ensuring uninterrupted operation, data protection during outages, and system monitoring. The latest release for this HAT introduces multi-chemistry support, allowing compatibility with a range of 18650 battery … ⌘ Read more

⤋ Read More
In-reply-to » A random suggestion. You should add a password to your private ssh key. Why? If someone steals your key, they won't be able to do anything without the password. You should run: ssh-keygen -p And remember to make a backup copy of key file. As a developer, it is a one of the most valuable files on your computer.

@doesnm@doesnm.p.psf.lt I don’t think this has anything to do with yarnd, but SSH keys in general 😅

⤋ Read More
In-reply-to » A random suggestion. You should add a password to your private ssh key. Why? If someone steals your key, they won't be able to do anything without the password. You should run: ssh-keygen -p And remember to make a backup copy of key file. As a developer, it is a one of the most valuable files on your computer.

Yarnd can store password-protected keys without risk because pod owner don’t have password, but looks like i/someone should enter password for every message sent or receive? Upd: oh, it’s about ssh? i have key without password lol

⤋ Read More
In-reply-to » A random suggestion. You should add a password to your private ssh key. Why? If someone steals your key, they won't be able to do anything without the password. You should run: ssh-keygen -p And remember to make a backup copy of key file. As a developer, it is a one of the most valuable files on your computer.

@andros@twtxt.andros.dev Could not agree more! 🙌

⤋ Read More

A random suggestion. You should add a password to your private ssh key. Why? If someone steals your key, they won’t be able to do anything without the password.
You should run: ssh-keygen -p
And remember to make a backup copy of key file. As a developer, it is a one of the most valuable files on your computer.

⤋ Read More

I fell asleep again during snoozing, and started dreaming intensely. My own mind woke me up in time by setting everything I loved on fire within my dream. That jolted me awake alright.

⤋ Read More
In-reply-to » Took today off work. My workplace has a special form of leave called "My Day" that you can take in addition to your usual Annual leave. So nice! 😊 I'm using one of them today to take advantage of the long weekend coming up (Australia Day). Planning on making repairs to one of my Hypervisor nodes that is currently down and powered off for repairs. The SATA DOM (Disk on Module) boot disk is kind of dead and the controller refusing to take any new writes. It's about ~5 years old 🤣

  1. Make sure the machine is off. ✅ (confirmed via remote IPMI)
  2. Unplug the power cables.
  3. Unrack the machine.
  4. Bring to office bench.
  5. Unscrew the cover.
  6. Plug in a new SATA DOM on a spare SATA cable.
  7. Boot a bootable Live Linux Rescue system
  8. Login and confirm both SATA DOM(s) are visible
  9. Use dd to copy the contents of the old SATA DOM to the New.
  10. Power off
  11. Remove old SATA DOM
  12. Confirm the machine comes back in it’s original state.

⤋ Read More

Took today off work. My workplace has a special form of leave called “My Day” that you can take in addition to your usual Annual leave. So nice! 😊 I’m using one of them today to take advantage of the long weekend coming up (Australia Day). Planning on making repairs to one of my Hypervisor nodes that is currently down and powered off for repairs. The SATA DOM (Disk on Module) boot disk is kind of dead and the controller refusing to take any new writes. It’s about ~5 years old 🤣

Plan is to take the machine out of the Rack, place it on my office desk to open it up. Plug in a new 2nd SATA DOM on another SAtA cable. Boot it back up with a Linux Rescue bootable ISO and do a dd of the old to the new. Then swap ‘em around and hope 🤞 for the best 😅

⤋ Read More
In-reply-to » 👋 Hello @emily0824, welcome to txt.sour.is, a Yarn.social Pod! To get started you may want to check out the pod's Discover feed to find users to follow and interact with. To follow new users, use the ⨁ Follow button on their profile page or use the Follow form and enter a Twtxt URL. You may also find other feeds of interest via Feeds. Welcome! 🤗

@prologic@twtxt.net @lyse@lyse.isobeef.org it seems a recent update reset my pod settings to open registration.

⤋ Read More

Predicting what is to be expected in about four years in the USA : there is no way in Hell where Trump will allow any form of return to the way it use to be before he took hold of the country. He will let other people die to make sure his regime will stay on for as long as at least he lives.

⤋ Read More