Sono sempre stato affascinato dallo sviluppo di software. Pensateci: un programmatore abile, è in grado, attraverso un linguaggio di programmazione, di dare vita a tutte le idee che ha in mente. In un certo qual modo è in grado di creare un piccolo universo a sè stante ed esserne il padrone.

Sotto questa luce un po' filosofeggiante, un programmatore è un artigiano delle soluzioni digitali. Colui che può permettersi di inventare cose nuove e modi nuovi di vedere e far funzionare il mondo!

Bene, io mi sono sempre sentito così, ogni singola volta che ho messo mano ad un file di codice. Ed è una sensazione meravigliosa.

Io sono una persona molto lenta e strutturata nei propri progetti (lo avete visto da come tratto il Canale e da come rilascio aggiornamenti e cose nuove). Devo metabolizzare i nuovi processi e le nuove cose per poterle mettere in atto.

Ed anche per i miei progetti software è così, devono maturare anche nella mia testa, non soltanto prendere forma attraverso le numerose aggiunte di linee di codice.

Ed è per questo che finalmente posso dirvi che sono in arrivo dei nuovi software #OpenSource e #MultiPlatform per TUTTI!

Con @BoostMediaAPS abbiamo creato una infrastruttura di #Developing e #Testing mai vista nel mondo #Libre e Open proprio per poter permettere a piccoli #Sviluppatori #Open di avere supporto ed una Guida (qualora siano dei #Dev #Junior ).

Noi crediamo nel cambiamento delle cose a partire da piccole azioni, siamo neonati, ma in un singolo anno abbiamo fatto davvero tanto per questo mondo e non abbiamo intenzione di fermarci qui.

Non solo eventi, collaborazioni, progetti, ma anche app e contributi ad una Distribuzione Linux italiana e attenta alle tematiche digitali moderne, alla #Scuola e alla PA del nostro paese.

Impegnarsi per il sociale è possibile e sostenibile, se lo si vuole davvero. e tu? Vuoi restare a guardare?
Non devi per forza essere uno sviluppatore, ma se hai la passione per la tecnologia e voglia di fare, puoi fare la differenza! Unisciti a noi in Boost Media!

ti aspetto su -> https://boostmedia.it/it/iscrizione per ridefinire l'Open Source in Italia e nel mondo!

This Is What a Personal Surveillance System Actually Looks Like

You stop thinking of it as surveillance. It becomes “the system.” Just part of how things run.

https://cha1nc0der.wordpress.com/2026/04/03/this-is-what-a-personal-surveillance-system-actually-looks-like/

Breaking news: A car crashed into a synagogue in West Bloomfield Township and shots were fired afterward, according to authorities. www.mlive.com/news/detroit... #BreakingNews #Developing #NewsUpdate #LiveUpdate #BreakingNow #LatestNews #NewsAlert #Michigan #MLive #Journalism #news #MI

mlive.com/news/detroit/2...
#DEVELOPING The United States and Israel launched major strikes against Iran on Saturday, with President Donald Trump announcing that “major combat operations” were underway and warning the Iranian regime it would face overwhelming force. I wonder if he advised the “gang of 8” or Congressional ok?

I'm trying to understand / implement dependency resolving using the pubgrub algorithm (to use in my buildsystem nitto). But I keep running into bugs; The newset one:

Suppose we have the following state:
```
root 1.0.0 -> foo ^1.0.0, bar ^1.0.0
foo 1.1.0 -> bar ^2.0.0
foo 1.0.0 -> n/a
bar 1.0.0 -> n/a
bar 1.1.0 -> n/a
bar 2.0.0 -> n/a
```

Now after avoiding a conflict and by choosing to not select `foo 1.1.0` and deriving `not foo 1.1.0` from `{foo 1.1.0, not bar ^2.0.0}`, it derives `foo ^1.0.0` from `{root 1.0.0, not foo ^1.0.0}` even tho it is already an derivation term in the assignments! Aparentily it relates `not foo ^1.0.0` as as overlapping, and wants to add it again to the partial solution...

#pubgrub #packagemanager #packagemanagement #dependencyresolution #programming #developing #coding #softwaredevelopment #foss #floss

Climate-related disasters can push up the cost of debt

The European Central Bank (ECB) is the central bank of the European Union countries which have adopted the euro. Our main task is to maintain price stability in the euro area and so preserve the purchasing power of the single currency.

European Central Bank
Climate-related disasters can push up the cost of debt

The European Central Bank (ECB) is the central bank of the European Union countries which have adopted the euro. Our main task is to maintain price stability in the euro area and so preserve the purchasing power of the single currency.

European Central Bank

Being completely offline is rare these days, but it used to happen more often on a long train ride or during a power outage with a dying laptop battery. In those moments, I still wanted to program, and the experience was incredibly revealing. Programming offline shows you exactly what you've mastered and where your gaps are.

Without Stack OverFlow, Reddit, Discord or AI, you're left with only your intuition, local source code and your own knowledge. It's true test of skill. I realized I could spin up a web server in Java from memory, but the front-end was a different story. I quickly had to admit I lost with CSS without Googling properties or checking MDN. I ended up hunting throught old projects on my SSD just to find styles I could reuse.

#developer #IT #developing #programming