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

i made some small portable windows apps and put them up for free.

Uncategorized
135 27 1

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @lorcon @d10c4n3 @andre123

    perché fai già il passo a «schierarsi dalla parte di qualcuno»? Il giudizio su un conflitto si può valutare anche senza prendere parti (anzi).

    > E se si vuole fare la genesi dei conflitti siamo così sicuri che la narrazione aggredito/aggressore possa realmente reggere?

    In genere sí. Esitono casi piú e casi meno netti, ma in genere è abbastanza chiaro.

    > Chi è l'aggredito e chi è l'aggressore tra Iran e Israele

    Israele.

    read more

  • @d10c4n3 senza escludere che le riforme sulla architettura giudiziaria possano essere indispensabili, non possiamo escludere nemmeno che sia sufficiente il combinato disposto delle leggi ordinarie e dei dispositivi di bilancio necessari per ottenere una giustizia più efficiente, più digitalizzata, più finanziata, meno politicizzata e più giusta (ad esempio abolendo reati criminogeni legati al consumo ricreativo di cannabis, ai rave party, alle migrazioni irregolari o alle querele temerarie).

    read more

  • @oblomov gli stati servono a fare gli interessi delle classi dominanti su di un dato territorio. Gli interessi tra chi domina diversi territori sono contrastanti e negli ultimi anni abbiamo visto il ritorno a una concezione territorialista dei conflitti con una conquista diretta del suolo. Perché uno dovrebbe schierarsi con un aspirante dominatore o con un altro aspirante tale? E se si vuole fare la genesi dei conflitti siamo così sicuri che la narrazione aggredito/aggressore possa realmente reggere? Chi è l'aggredito e chi è l'aggressore tra Iran e Israele, e magari la Turchia, stati che hanno entrambi una forte spinta espansionista sugli stessi territori? @d10c4n3 @andre123

    read more

  • @nwalfield @fesshole actually no. An irrational number whose expansion includes all possible integers as subsequence is called a normal number, not all irrational numbers are normal; in fact, not even all transcendental numbers are normal. In fact (bis), pi and e are only CONJECTURED to be normal. No proof of their normality has ever been given.

    read more

  • @carnage4life This is why tech workers need more unions. Enshittification is here, and if we don't act fast it will eat our jobs right along-side how it has eaten the internet.

    read more

  • Studiate sempre tutte le materie anche quelle che non servono a niente mi raccomando! Ahaha scherzo studiare è importante ciao prof

    read more

  • Every AI power user I know in big tech is stressed about how the technology will impact tech jobs. If people are 2x - 10x more productive with AI or can now do work outside their core skills ( PMs creating designs or designers writing code) how do job roles and the workforce change?

    Will these changes be net positive or negative?

    read more

  • Padania libera e gratuita!

    read more
Post suggeriti
  • 🆕 blog!

    Uncategorized government money opensource
    9
    0 Votes
    9 Posts
    16 Views
    @Edent a familiar problem, we're seeing the same thing in the Dutch gov.
  • Entra nei miei laboratori

    Open Source italia unoopen opensource
    1
    1 Votes
    1 Posts
    9 Views
    Entra nei miei laboratori Eccoci qui, vi presento il form per richiedere l'invito ad entrare nell'organizzazione GitHub 💥 Aperto a tutti, il livello di esperienza non è importante, impariamo insieme con l'open source @opensource https://github.com/Domenico-Tenace-Open-Labs/community/issues/new?template=join-request.yml#UnoOpen #opensource
  • 0 Votes
    1 Posts
    18 Views
    In today's video I chat about using Newsboat RSS reader with the Lynx command-line browser. Bread on Penguins' channel: https://www.youtube.com/@BreadOnPenguins A minimalist workflow: My desktop setup is built around i3, and everything I do is handled by simple scripts and terminal tools. There’s no taskbar, no desktop icons, and no visual clutter. My email runs in aerc, my RSS feeds in Newsboat, and my web browsing in Lynx. Everything is fast, predictable, and distraction-free. When I open Newsboat, it immediately loads my RSS subscriptions, a mix of Linux blogs, news sites, and personal journals from friends. It’s not the neatest list in the world (I really should organise it one day), but it gives me exactly what I want, information without noise. Unlike some feed readers that throw everything into one endless list, Newsboat groups feeds cleanly by source. That matters because some sites post dozens of articles a day while others might only update once a month. Separating them lets the quieter voices, personal blogs or smaller projects, actually be seen. Organising information: Newsboat’s tagging system is one of its best features. I’ve got tags for friends, games, news sources, politics, podcasts, and more. One of my favourite feeds is “TheyWorkForYou”, an RSS service that updates whenever UK MPs speak in Parliament. I highly recommend it for anyone in the UK. It’s an easy way to see what your representatives are actually doing, and I think it’s good for democracy to stay informed like that. Some of my other feeds include Boiling Steam, GamingOnLinux, FreeGamer, and a handful of personal blogs like Ghosty’s and Drew’s. Newsboat makes it easy to jump between them depending on what I’m in the mood for, Linux, games, or just something thoughtful to read with coffee. Why I browse with Lynx: When I want to read a full article from an RSS feed, I usually open it directly in Lynx. It’s a text-based browser that runs right inside the terminal. For most of the content I care about, blogs, reviews, essays, or news articles, Lynx is perfect. It loads instantly, displays cleanly, and keeps me focused on the text instead of ads, autoplay videos, or pop-ups. Sure, modern websites are built like web apps now, but that’s exactly why Lynx is such a breath of fresh air. It strips the web back to what it was meant to be: information, text, and ideas. For sites that really need a full browser (say, something JavaScript-heavy), I’ve got Firefox set as an alternative, but honestly, that’s rare these days. I experimented with Dillo too, another lightweight option, but Lynx fits more naturally into Newsboat. I can just press a key to open any article right where I am, no switching windows or leaving the terminal. Page Up, Page Down, and I’m reading. It’s fast, simple, and reliable. The beauty of plain text: All of this ties into what I’ve been loving about working in the terminal again: everything is plain text. Config files, notes, RSS lists, scripts, it’s all just text. That makes it transparent, portable, and easy to automate. For example, Newsboat’s feeds are stored in a single plain text file. If I want to back them up or edit them, I just open the file in Vim. If I want to tweak the configuration, it’s one small text file with a couple of commented-out lines for the browsers I’ve tried. That’s also the philosophy behind how I manage my dotfiles and scripts. I used to use GNU Stow for symlinks, but I’ve replaced it with a few simple bash scripts of my own. Same with address books, why use a complex app when a CSV or tab-separated file does the job perfectly? The more I build my own little tools, the more I enjoy the workflow. It’s like rediscovering the old Unix philosophy: simple tools that do one job well. Where it’s all going: I’ve been spending more time writing lately, both on my blog and in text posts across platforms like the Fediverse and PeerTube. You can find everything at chriswales.wales, which links to all my current projects, podcasts, and social channels. If you’re curious about minimalist computing, or want to see what life looks like when you move away from 'apps' and back into 'tools', I’ll be writing more about this approach, from plain-text note-taking to terminal calendars and to-do lists. And if you’re just starting to tinker with RSS, I can’t recommend Newsboat enough. Pair it with Lynx, and you’ve got a distraction-free reading environment that’s faster, cleaner, and infinitely more satisfying than the modern web.
  • 0 Votes
    1 Posts
    19 Views
    Celebrating 42 years of software freedom! On this day in 1983, the GNU Project was launched.#OpenSource #GNUProject #FSF #SoftwareFreedom #FOSS