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

Is your Mastodon timeline too empty or too full?

Uncategorized
85 55 344

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @aeva @landelare Oh, sure. I don't have a "glxinfo" command, but visualinfo produces this: https://nopaste.net/l92XzrU5kr which... oddly includes GL_EXT_shader_image_load_store.

    I'm clearly doing something wrong. Not sure how I could get a working OpenGL program running, without it saying extensions that are supported, are supported. Maybe you have to set a specific... mode, before they get supported?

    read more

  • @dank I looked up the relevant law yesterday, and unfortunately I believe my pharmacy is in compliance with it. Psychiatrists can't prescribe 90 day supplies, but Psychiatrist can write three 30 day prescriptions in advance, and the pharmacy is not allowed to fill the written prescriptions before their start dates. So if you are consistently able to get your medication 3 days in advance, you're either consistently picking it up 3 days late or your psy or pharmacist is out of compliance.

    read more

  • Eduardo De Filippo, Io vulesse truvà pace (1948)

    read more

  • @evadm schema chiaro e utile, grazie. Conferma i punti critici per i quali ho deciso il mio voto

    read more

  • @aeva they still treat them weirdly and require calling in to get them filled, and there are often shortages, and those are inexcusable practices.

    the best way i've found to get around this is scheduling refill appointments with my prescriber a week before i run out, calling the pharmacy to make sure they order the meds and fill as scheduled, and almost always calling the day they decide i can have life-saving meds again to make sure they actually fill

    read more

  • @aeva our persecution is inexcusable, pernicious, and openly malicious.

    however, whatever policy your pharmacy is claiming to adhere to, it's not real. i'm at most 20 miles from you and i routinely get fills for my schedule ii meds as early as 3 days before the prior fill runs out. this has been the case for phentermine, dextroamphetamine, and lisdexamfetamine, from 2012 on which is when i first started filling these meds.

    read more

  • @mason Very nice 😄

    read more

  • @kertinker @landelare also if you happen to be on linux could you paste the output of glxinfo to a pastebin somewhere and link it here?

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    2 Views
    Hey #fediverse #activitypub #mastodon #opensource who else is in beautiful #Amsterdam this week? Love to meet you there! @FediVariety #NOAW @chillicampari @vnhttps://www.fedivariety.org/unconference
  • 0 Votes
    2 Posts
    9 Views
    @fucinafibonacci @opensource va be'solo qualche decade di ritardo
  • 0 Votes
    1 Posts
    13 Views
    Non tutti sanno che... E' semplicissimo fare un post (toot) sul proprio profilo #mastodon con un semplice comando, ad esempio utilizzando #curl. Vediamo come fare. Abilitazione e creazione token Accedere, con il vostro account, al l'istanza mastodon di riferimento. Andare su Preferenze (menù a destra) Andare su Sviluppo (menù a sinistra) Fare click su Nuova applòicazione Compilare tutti i campi e concedere almeno i permessi di scrittura post. Salvare in un luogo sicuro (password manager) quanto generato. Comando curl di esempio curl -s -X POST https://mastodon.uno/api/v1/statuses \ -H "Authorization: Bearer TOKEN_DI_ACCESSO" \ -d "status=Ciao mondo" \ -d "visibility=public" \ Semplice Script di invio A questo punto possiamo farci un semplice script che prende in input, come parametro, del testo e lo invia per noi. cat toot.sh #!/bin/bash # Verifica che sia stato passato almeno un argomento if [ -z "$1" ]; then echo "Errore: devi passare il testo del toot come parametro." echo "Uso: $0 \"Testo del toot\"" exit 1 fi # Salva il parametro in una variabile TOOT="$1" # Esegui la richiesta POST curl -s -X POST https://mastodon.uno/api/v1/statuses \ -H "Authorization: Bearer TOKEN_DI_ACCESSO" \ -d "status=$TOOT" \ -d "visibility=public" \ -H "Authorization: Bearer TOKEN_DI_ACCESSO" \ | jq '.uri' Ho inserito #jq in fondo con un filtro (che possiamo modificare a nostro piacimento), perché l'output in formato json è abbastanza prolisso Perché? A parte che è bello fare il nerd è usare #mastodon da command line, ma la cosa può essere molto utile se la usiamo in abbinata ad altre azioni/comandi. Pensiamo ad esempio ad un integraszione con #forgejo, ad esempio potremmo fare un post (tramite #webook) al termine del nostro workflow. Un altro esempio è il collegare l'account ad un servizio di monitoraggio come #uptimekuma in questo modo si avrà una pagina che indica ai follower lo stato dei nostri servizi. Oppure usarlo al termine di un nostro script che preleva i prossimi appuntamenti da un caledario ics. Insomma, potete integrare l'invio di un toot alla fine di un vostro script custom, il limite a questo punto è solo la fantasia! E voi come lo usate? Seguimi su mastodon: @magostinelli@mastodon.uno Articolo pubblicato con licenza CC BY-NC-SA
  • 0 Votes
    27 Posts
    80 Views
    @artofstimart @mora il nome storpiato in italiano è fico in realtà, venne cambiato per evitare problemi