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

This one beats them all and it’s going to make me laugh until tonight:

Uncategorized
20 12 88

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @fabriziob @spettacoli neanche tanto. È costato 54 milioni di dollari, incassandone 135 + 65 di video etc.

    read more

  • @andre123 @ribby come vi trovate con il ThinkPad di Lenovo?

    read more

  • @ribby plastica troppo fine e delicata. Se stavamo vicini te lo rifacevo al volo

    read more

  • @ribby AstroRibby :D

    read more

  • Mia Farrow (@miafarrow.bsky.social)

    https://bsky.app/profile/miafarrow.bsky.social/post/3mhbmcp5vgk2t

    > the cruelty: T. is considering withholding HIV/AIDS funding for Zambia unless they agree to give him their critical minerals, such as copper and cobalt.

    read more

  • @_elena @marleenstikker Also I want to know what’s that encrypted messaging app with auto deletion they mention. Got me curious! 😁

    read more

  • Preparing to Fire Up a 90-Year-Old Boiler After Half a Century

    Continuing the restoration of the Lancashire boiler at the Claymills Pumping Station in the UK, the volunteers are putting on the final touches after previously passing the boiler inspection. Although it may seem that things are basically ready to start laying down a fire after the boiler is proven to hold 120 PSI with all safeties fully operating, they first had to reassemble the surrounding brickwork, free up a seized damper shaft and give a lot of TLC to mechanisms that were brand new in the 1930s and last operated in 1971.
    Removing the ashes from a Lancashire boiler. (Credit: Claymills pumping station, YouTube)
    The damper shaft is part of the damper mechanism which controls doors that affect the burn rate, acting as a kind of throttle for the boilers. Unfortunately the shaft’s bearings had seized up completely, and no amount of heat and kinetic maintenance could loosen it up again. This forced them to pull it out and manufacture a replacement, but did provide a good look at how it’s put together. The original dial indicator was salvaged, along with some other bits that were still good.

    Next was to fit the cast-iron ash boxes that sit below the boiler and from where ash can be scraped out and deposited into wheelbarrows. The automatic sprinkler stokers are fitted above these, with a good look at their mechanism. The operator is given a lot of control over how much coal is being fed into the boiler, as part of the early 20th-century automation.

    The missing furnace doors on the boiler were replaced with replicas based on the ones from the other boilers, and some piping around the boiler was refurbished. Even after all that work, it’ll still take a few weeks and a lot more work to fully reassemble the boiler, showing just how complex these systems are. With some luck it’ll fire right back up after fifty years of slumbering and decades of suffering the elements.

    youtube.com/embed/6Dviv0cIJBo?…

    hackaday.com/2026/03/17/prepar…

    read more

  • @Otttoz quest'anno sono 41 anni che lavoro, sono un lavoratore precoce, qualche anno fa la legge diceva: se hai iniziato il lavoro a 15 anni puoi andare in pensione con 41 anni ma poi la legge è stata modificata in: se hai iniziato a 15 anni, hai una disabilità o hai un disabile in casa puoi andare a 41 anni perdendo 2 anni di contributi ( oltre al danno, la beffa ) negli ultimi mesi altra modifica: per chiunque, TRANNE I POLITICI ( n.d.r. ) da 42 anni e 10 mesi si passerà a 43 anni e 1 mese

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    8 Views
    Running FreeBSD 15 VM-Image on Proxmox? You might have noticed your cloud-init static IPs are being ignored. 😓The issue: Proxmox generates legacy cloud-init "v1" configs, but FreeBSD's new nuageinit tool only understands the modern "v2" format. The result is a silent fallback to DHCP (or no IP at all..).I wrote a shell script to bridge the gap. It runs on the host and generates a custom ISO with the v2 syntax FreeBSD actually expects.Read the full breakdown and grab the script: https://blog.hofstede.it/freebsd-15-cloud-init-on-proxmox-working-around-nuageinits-network-config-gap/#FreeBSD #Proxmox #SysAdmin #CloudInit #Virtualization
  • FreeBSD shorts:

    Uncategorized freebsd sysadmin devops jails
    2
    1
    0 Votes
    2 Posts
    6 Views
    Little bonus:Want to see ONLY Jail processes, sorted by CPU%?This command filters out the host system (JID 0) and sorts the rest by Jail ID and CPU usage:ps -ax -o jid,jail,pid,user,%cpu,%mem,command | awk 'NR==1 {print; next} $1!=0 {print | "sort -k1n -k5rn"}'#freebsd #sysadmin #devops #jails #commandline
  • 0 Votes
    18 Posts
    29 Views
    @rysiek Doesn’t really sound, from the article, as a traffic spike that “would probably bring any individual website down”. Sounds to me more like “we have this program vital to our infrastructure that parses up to 128 MB from this config file, and that’s been fine for years” and now they went slightly over the magic file limit and the piece of infra panicked on config read…
  • 0 Votes
    1 Posts
    16 Views
    🧠 Nixers Newsletter #311 is out!Boot processes, reproducible builds, user-mode Linux, FreeBSD sandboxes, and even /dev/null as a database 😄Plus:• Fedora KDE pkg mgmt• Debian vs systemd• raconn — a smart tool for parallel SSH connections to multiple hostnames/IPs in one ProxyCommand. (https://blog.izissise.net/posts/raconn/)• UBIOS (China’s UEFI-alt)Read it 👉 https://newsletter.nixers.net/entries.php#311“There are no life hacks, only trade-offs.” — James Clear#Unix #Linux #FreeBSD #FOSS #SysAdmin #ReproducibleBuilds #SSH #Nixers