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

New Vivaldi release for Windows, Mac & Linux.

Uncategorized
37 21 65

Gli ultimi otto messaggi ricevuti dalla Federazione
  • L'emozione di essere italiani, con i treni sempre in perenne ritardo...

    read more

  • @grabbi_it tutti i discorsi moralistici sono capziosi, perchĂ© partono dalle intime convinzioni di chi giudica e le applicano a chi Ăš giudicato. Io ad esempio non vedo ad esempio un "chiaro beneficio" nel lasciare alle aziende e alle masse di sprovveduti l'utilizzo di tecnologie che non puoi cancellare dall'esistenza umana, preferisco gli utilizzi liberi e consapevoli orientati al bene comune. Ma non pretendo che la mia convizione sia obbligatoria per altri e non la uso come metro di giudizio.

    read more

  • The boots on the ground licker

    read more

  • - Chi t'ha acciso?!
    - Le accise
    - Chi hanno acciso?
    - Me m'hanno accise!
    - Ma te o loro?

    Odissea

    read more

  • Ancienne improvisĂ©e fait en 2013 sur . Une qui me fait penser Ă  Ily.

    #

    read more

  • My youngest dog likes to be carried around like a little baby. I accidentally trained him that certain behaviors lead to me picking him up and bringing him inside...so, now he does one or more of those things every day so I'll pick him up. He weighs 80 pounds.

    read more

  • Reading the World’s Smallest Hard Drive

    You have a tiny twenty-year-old hard drive with a weird interface. How do you read it? If you’re [Will Whang], by reverse engineering, and building an interface board.

    In many of our portable, mobile, and desktop computers, we’re used to solid-state storage. It’s fast and low power, and current supply-chain price hikes notwithstanding, affordable in the grand scheme of things. It wasn’t always this way though, a couple of decades ago a large flash drive was prohibitively expensive. Hard drive manufacturers did their best to fill the gap with tiny spinning-rust storage devices which led to the smallest of them all: the Toshiba MK4001MTD. It crammed 4 GB onto a 0.85″ platter, and could be found in a few devices such as high-end Nokia phones.
    Breaking out the Nokia’s hard drive interface.
    The drive’s connector is a pattern of pads on a flexible PCB, one he couldn’t help noticing had a striking resemblance to an obscure SD card variant. Hooking it up to an SD reader didn’t work unfortunately, so a battered Nokia was called into service. It was found to be using something electrically similar to the SD cards, but with the ATA protocol familiar from the world of full-size hard drives.

    The interface uses the PIO capability of the RP2040, and the board makes a tidy peripheral in itself. We’re guessing not many of you have one of these drives, but perhaps if you do, those early 2000s phone pics aren’t lost for good after all.

    These drives are rare enough that this is the first time we’ve featured one here at Hackaday, but we’ve certainly ventured into hard drive technology before.

    hackaday.com/2026/03/19/readin


    read more

  • DarkSword, l’exploit kit che ha violato gli iPhone di mezzo mondo per rubare dati riservati


    @informatica
    È dal novembre 2025 che DarkSword sta compromettendo iPhone in modo sistematico e silenzioso. Sei vulnerabilità concatenate, tre zero-day, tre famiglie di malware distinte e almeno tre attori che lo usano in contemporanea. È la

    read more
Post suggeriti
  • 0 Votes
    15 Posts
    27 Views
    @pheonix This is the most vibe slop, ever! 😁
  • 0 Votes
    1 Posts
    7 Views
    SysVinit vs systemd on #Debian #Linux 13 Trixie. #ThinkPad T480. It's a default install with KDE Plasma.
  • 0 Votes
    1 Posts
    15 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
    12 Views
    ViewMe: visualizzare in modo semplice i modelli #3D su #Windows #software @tecnologia @diggita https://webappsmagazine.blogspot.com/2025/10/viewme-visualizzare-in-modo-semplice-i.html