Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Good morning Fedi friends and happy Saturday!

Uncategorized
23 8 93

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    2 Views
    Commitin programming crimes }:->Few weeks ago I seriously looked to the mine OpenHAB installation and asked a question for myself: "Am I really need it?" Look, I have a few ZigBee devices, which are connected to the my server with the help of ZigBee2MQTT. Thusly, all necessary values and knobs are accessible through the MQTT topics.And I'm using the OpenHAB (big Java application which eats ton's of RAM and constantly swapping) just to:1) Read values from MQTT topic2) Read weather forecast from Open-Meteo through simple REST API endpoints3) Store all the data to the PostgreSQL DB.4) Display these data in the nice Web page which works only in browsers with JS engine.So, basically, I trade tons of RAM and processing power just for a nice web-page with few indicators. While retrieving data from my ZigBee devices processed by the another service.After that thought, I started to think about replacing this monster with small hand-written program, which will not eat 700 MB of RAM. Just Nginx, small FastCGI script on C, which will read values from DB and display them on the simple HTML page. And another small daemon (also written in C) which will take data from MQTT topic (and from REST API of Open-Meteo) and will write them to the DB. And possibly some PGSQL procedures to analyze these data.At least I'll have fun #programming #C #smarthome #selfhosting
  • 0 Votes
    3 Posts
    9 Views
    @CryogenicNighthawk@_elena definitely has a voice here if you didn't come across her profile
  • 0 Votes
    1 Posts
    12 Views
    In this interview, Daniel Stenberg, lead developer of #cURL, discusses how the widely used tool remains secure across billions of devices, from cloud services to IoT. He shares insights into cURL’s decades-long journey of testing, reviewing, and refining its code to minimize risks.Stenberg also explains the team’s approach to handling vulnerabilities, ensuring transparency, and maintaining trust in the open-source ecosystem.https://www.helpnetsecurity.com/2025/09/18/daniel-stenberg-running-curl-project/
  • 0 Votes
    1 Posts
    14 Views
    https://codeberg.org/methadox/quickstartI finally got around to publishing the code for the #Jellyfin / #Plex alternative I have been working on for the past year or so!I guess you might consider this a soft launch?Introducing:The Methadox Home Entertainment SystemIt's a lightweight media server designed to run on cheap hardware and with client apps for both mobile phones and that mini PC connected to your living room TV.Currently, I know there are going to be some pain points for most people. So I'm inviting anyone who's comfortable with Docker, Let's Encrypt, and ffmpeg to help me iron out some of the kinks, make it more accessible to folks less comfortable with the details, and help with docs.#SelfHosting #SelfHosted #MediaLibrary