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 bit the bullet and I'm currently installing #rust, via #macports.

Uncategorized
2 2 3

Gli ultimi otto messaggi ricevuti dalla Federazione
  • L'immagine ha più di quindici anni ma le sorprese continuano ad arrivare. Cosa vediamo qui? Pennacchi spettacolari, sia grandi che piccoli, spruzzano ghiaccio d’acqua da molti punti lungo le celebri tiger stripes, vicino al polo sud della luna di Saturno chiamata Encelado.

    Tutto noto, tutto interessante.

    Ma c'è di più, adesso.

    Uno studio pubblicato nell’ottobre 2025 ha analizzato i dati della missione Cassini della NASA e ha trovato prove di composti organici precedentemente non rilevati in un pennacchio di particelle di ghiaccio come quelli mostrati qui.

    Le particelle di ghiaccio sono state espulse dall’oceano che si trova sotto la crosta ghiacciata di Encelado.

    I ricercatori hanno individuato non solo molecole già conosciute, ma anche nuove molecole che delineano un potenziale percorso verso attività chimica o biochimica.

    Ancora niente di definitivo, ancora manca la notizia epocale. Mi sembra però molto significativo il proliferare di questi, come dire, "segnali incoraggianti". Riflettendo, mi pare alle volte che è come se dovessimo prepararci ad una grande sorpresa.

    Una di quelle, per cui il cosmo non sarà mai più visto come prima.

    Crediti immagine: NASA/JPL-Caltech/Space Science Institute

    read more

  • Suppose Trump is Boris Yeltsin.

    Who is his Putin, lurking in the shadows, ready to come to Boss Trump's side in his hour of great need.

    JD Vance? Stephen Miller?

    read more

  • @riffraff idk, I think rustup is more than enough. I personally don't like installing Rust from package managers because they're often outdated, and anyway, I like to run nightly :)

    read more

  • @jwildeboer

    maybe he's like Boris Yeltsin, with a Putin lurking around in the background.

    read more

  • Quello è l'URI xmpp, va inserito nel client.

    Questo link di invito cliccabile.. :)

    CC: @artematiko@mastodon.uno @kenobit@livellosegreto.it
    read more

  • read more

  • This post did not contain any content.
    read more

  • @jwildeboer @rwv

    >grifters are typically to be found in the second and third row, making huge riches in more hidden ways

    true now, and kind of obvious. the money trump is gathering is small change, there are trillions of dollars in the market cap of the USA.

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    7 Views
    This is a reminder to everyone that security is more than just memory safety. https://www.phoronix.com/news/sudo-rs-security-ubuntu-25.10#rust #vulnerability #sudo_rs
  • 0 Votes
    1 Posts
    6 Views
    My aarch64 system emulator can now boot Linux to an alpine ramdisk userspacehttps://github.com/epilys/simulans#Rust #arm #arm64 #aarch64 #emulation
  • 0 Votes
    1 Posts
    15 Views
    I submitted a Pull Request to update MacPorts' OpenSSH to 10.1p1 here:https://github.com/macports/macports-ports/pull/28592GitHub Continuous Integration checks passed OK!Alas, the agent.patch that iamGavinJ had created, doesn't apply cleanly, in large part because ssh-agent.c has been reworked significantly with this release.Subsequently, I closed this previous Pull Request: https://github.com/macports/macports-ports/pull/28592 not because I didn't want to restore that functionality to launchd, but because it will require more effort than I can give such things at this time.But, check out these improvements to ssh-agent from the OpenSSH 10.1 release notes:"ssh-agent(1)](https://man.openbsd.org/ssh-agent.1), sshd(8): move agent listener sockets from /tmp tounder ~/.ssh/agent for both ssh-agent(1) and forwarded socketsin sshd(8).This ensures processes that have restricted filesystem accessthat includes /tmp do not ambiently have the ability to use keysin an agent.Moving the default directory has the consequence that the OS willno longer clean up stale agent sockets, so ssh-agent now gainsthis ability.To support $HOME on NFS, the socket path includes a truncatedhash of the hostname. ssh-agent will, by default, only clean upsockets from the same hostname.ssh-agent(1) gains some new flags: -U suppresses the automaticcleanup of stale sockets when it starts. -u forces a cleanupwithout keeping a running agent, -uu forces a cleanup that ignoresthe hostname. -T makes ssh-agent put the socket back in /tmp."Anyway, I updated this as well:https://trac.macports.org/ticket/72482I should probably actually close this ticket now that I think of it (fingers crossed that adding that to the PR is sufficient, since I forgot to add that note to the commit message as is typically preferred: https://trac.macports.org/ticket/73084).#OpenSSH #MacPorts #SecureShell #macOS #encryption #security #infosec
  • 0 Votes
    1 Posts
    12 Views
    I’ve been using static-web-server to host a local mirror for my machines, and the experience has been excellent.It’s incredibly fast, lightweight, and easy to run and perfect for those times when you just want to serve files without the overhead of a full web server like Apache.To make it even simpler for Slackware users, I wrote the https://slackbuilds.org/repository/15.0/network/static-web-server/?search=static-web-server#slackware #rust #staticwebserver #http