Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
Skin
  • Chiaro
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Scuro
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Cerulean)
  • Nessuna skin
Collassa

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  1. Home
  2. Categorie
  3. Fediverso
  4. My experience of the #fediverse :

My experience of the #fediverse :

Pianificato Fissato Bloccato Spostato Fediverso
fediversethefutureisfederatedyunohost
172 Post 99 Autori 181 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Risposta alla discussione
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • david_chisnall@infosec.exchangeundefined david_chisnall@infosec.exchange

    @_elena

    People who use X are increasingly radicalised until they end up as Nazis.

    People who use Mastodon are increasingly radicalised until they end up as C programmers.

    sharpcheddargoblin@reclusive.blogundefined Questo utente è esterno a questo forum
    sharpcheddargoblin@reclusive.blogundefined Questo utente è esterno a questo forum
    sharpcheddargoblin@reclusive.blog
    scritto ultima modifica di
    #163

    @david_chisnall I mean… after bouncing thru a bunch of the hot languages the last couple decades I’m seriously thinking of returning to C.

    1 Risposta Ultima Risposta
    0
    • daj@gofer.socialundefined daj@gofer.social

      @stefan I'm intrigued what MAILTO in this context does.  I must dig deeper. Every day is a school day

      mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
      mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
      mirabilos@toot.mirbsd.org
      scritto ultima modifica di
      #164

      @stefan @daj man 5 crontab could help.

      I advice against disabling mails from cron, though. It is a very useful debugging tool.

      If you have a command whose normal loud output is on stdout but which writes to stderr, use this instead:

      program | logger -t cron-program-daily
      

      That will make the output go to syslog instead of /dev/null so it’s not lost.

      If it also writes to stderr in normal operation but exits nonzero on error, either of these three will do:

      mksh -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed'  # if mksh is installed
      
      bash -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed'  # if GNU bash is installed
      
      { { program || echo >&4 failed; } 2>&1 | logger -t cron-program-daily; } 4>&1  # for standard sh
      
      mirabilos@toot.mirbsd.orgundefined 1 Risposta Ultima Risposta
      0
      • mirabilos@toot.mirbsd.orgundefined mirabilos@toot.mirbsd.org

        @stefan @daj man 5 crontab could help.

        I advice against disabling mails from cron, though. It is a very useful debugging tool.

        If you have a command whose normal loud output is on stdout but which writes to stderr, use this instead:

        program | logger -t cron-program-daily
        

        That will make the output go to syslog instead of /dev/null so it’s not lost.

        If it also writes to stderr in normal operation but exits nonzero on error, either of these three will do:

        mksh -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed'  # if mksh is installed
        
        bash -o pipefail -c 'program 2>&1 | logger -t cron-program-daily || echo failed'  # if GNU bash is installed
        
        { { program || echo >&4 failed; } 2>&1 | logger -t cron-program-daily; } 4>&1  # for standard sh
        
        mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
        mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
        mirabilos@toot.mirbsd.org
        scritto ultima modifica di
        #165

        @daj @stefan and, if a cronjob that simply says echo test does not send a mail to you but instead writes to a logfile, fix your system (usually by installing a local(-only) MTA)

        1 Risposta Ultima Risposta
        0
        • reini@chaos.socialundefined reini@chaos.social

          @david_chisnall @_elena
          Wenn schon denn schon: Maschinencode. Ohne Assembler.

          mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
          mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
          mirabilos@toot.mirbsd.org
          scritto ultima modifica di
          #166

          @reini @_elena @david_chisnall hab ich auch schon gemacht, ist aber ab nem Punkt kein Spaß mehr. Und halt unportabel (ja, ich hatte schon die Versuchung, mksh in Assembly umzuschreiben und nen i386-Emulator in C mitzuliefern…)

          1 Risposta Ultima Risposta
          0
          • ei3jdb@mastodon.radioundefined ei3jdb@mastodon.radio

            @david_chisnall @_elena Some of us were C programmers before we got here.

            Hey, it's safer than assembler. :-)

            mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
            mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
            mirabilos@toot.mirbsd.org
            scritto ultima modifica di
            #167

            @EI3JDB @david_chisnall @_elena I contest that: it’s less safe than Assembly, due to all the UB.

            1 Risposta Ultima Risposta
            0
            • dragonfi@social.jsteuernagel.deundefined dragonfi@social.jsteuernagel.de

              @david_chisnall @_elena

              You meant "end up as transgender furry anarchists who mostly program in Rust". Common typo.

              mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
              mirabilos@toot.mirbsd.orgundefined Questo utente è esterno a questo forum
              mirabilos@toot.mirbsd.org
              scritto ultima modifica di
              #168

              @dragonfi @david_chisnall @_elena that’s just the top 1%

              wyatt@soc.megatokyo.moeundefined 1 Risposta Ultima Risposta
              0
              • dragonfi@social.jsteuernagel.deundefined dragonfi@social.jsteuernagel.de

                @david_chisnall @_elena

                You meant "end up as transgender furry anarchists who mostly program in Rust". Common typo.

                wyatt@soc.megatokyo.moeundefined Questo utente è esterno a questo forum
                wyatt@soc.megatokyo.moeundefined Questo utente è esterno a questo forum
                wyatt@soc.megatokyo.moe
                scritto ultima modifica di
                #169
                @dragonfi @david_chisnall @_elena
                anarchists who pick a programming language that excludes anyone without the privilege to have new computers that can compile rust programs in under a month

                btw, /me is trans anarchist and as such has a strong loathing for rust and appreciation for c's ubiquity
                1 Risposta Ultima Risposta
                0
                • mirabilos@toot.mirbsd.orgundefined mirabilos@toot.mirbsd.org

                  @dragonfi @david_chisnall @_elena that’s just the top 1%

                  wyatt@soc.megatokyo.moeundefined Questo utente è esterno a questo forum
                  wyatt@soc.megatokyo.moeundefined Questo utente è esterno a questo forum
                  wyatt@soc.megatokyo.moe
                  scritto ultima modifica di
                  #170
                  @mirabilos that's brutal, i love it
                  1 Risposta Ultima Risposta
                  0
                  • _elena@mastodon.socialundefined _elena@mastodon.social

                    My experience of the #fediverse :

                    Year 1 (2023):
                    It feels a little lonely as 99% of my friends stayed on Big Tech platforms.

                    Year 2 (2024):
                    I start a blog - #TheFutureIsFederated - to explain the fediverse to "normies"... and I make a lot of new (techie) friends.

                    Year 3 (2025):
                    My techie friends encourage me to start self-hosting with #YunoHost... and I do! (GoToSocial, PeerTube, NextCloud...) I LOVE it.

                    Year 4 (2026):
                    I plan to buy a Heltec to try out off-grid mesh radio communication 💁‍♀️

                    jenshansen@jens.metodistiudine.nohost.meundefined Questo utente è esterno a questo forum
                    jenshansen@jens.metodistiudine.nohost.meundefined Questo utente è esterno a questo forum
                    jenshansen@jens.metodistiudine.nohost.me
                    scritto ultima modifica di
                    #171

                    @_elena wow. I am on mastodon for years now and last year in august I bought two small pc to setup a server for my church and one for me. Both with yunohost which I find really great. Next cloud, my own mastodon instance, searxng, readeck, firefoxsync, writefreely and castopod and matrix.
                    I am curious on what you mentioned in the year 4.
                    As a side effect: in January I left WhatsApp and I am now metafree

                    amministratore@parrocchie.masto.hostundefined 1 Risposta Ultima Risposta
                    0
                    • jenshansen@jens.metodistiudine.nohost.meundefined jenshansen@jens.metodistiudine.nohost.me

                      @_elena wow. I am on mastodon for years now and last year in august I bought two small pc to setup a server for my church and one for me. Both with yunohost which I find really great. Next cloud, my own mastodon instance, searxng, readeck, firefoxsync, writefreely and castopod and matrix.
                      I am curious on what you mentioned in the year 4.
                      As a side effect: in January I left WhatsApp and I am now metafree

                      amministratore@parrocchie.masto.hostundefined Questo utente è esterno a questo forum
                      amministratore@parrocchie.masto.hostundefined Questo utente è esterno a questo forum
                      amministratore@parrocchie.masto.host
                      scritto ultima modifica di
                      #172

                      @jenshansen @_elena Grande 😀

                      1 Risposta Ultima Risposta
                      0

                      Ciao! Sembra che tu sia interessato a questa conversazione, ma non hai ancora un account.

                      Stanco di dover scorrere gli stessi post a ogni visita? Quando registri un account, tornerai sempre esattamente dove eri rimasto e potrai scegliere di essere avvisato delle nuove risposte (tramite email o notifica push). Potrai anche salvare segnalibri e votare i post per mostrare il tuo apprezzamento agli altri membri della comunità.

                      Con il tuo contributo, questo post potrebbe essere ancora migliore 💗

                      Registrati Accedi
                      Rispondi
                      • Risposta alla discussione
                      Effettua l'accesso per rispondere
                      • Da Vecchi a Nuovi
                      • Da Nuovi a Vecchi
                      • Più Voti


                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      Feed RSS
                      My experience of the #fediverse :
                      @pierobosio@soc.bosio.info
                      V4.10.1 Contributors
                      • Accedi

                      • Accedi o registrati per effettuare la ricerca.
                      • Primo post
                        Ultimo post