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

  • no, un momento, sono morti nello stesso giorno Chuck Norris e Bossi?

    noi di Boyager non crediamo alle coincidenze!

    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
Post suggeriti
  • 0 Votes
    1 Posts
    14 Views
    Bonus #DadJokeI was once fired from a job at a calendar factory, because I had taken a day off. (It's #HootinTootinTuesday again! Post some jokes or funny memes under this hashtag today, and bring lots of smiles to #Mastodon.)#Humor #Humour #FunnyMeme #Puns #JokeOfTheDay #CaptainAmerica #MCU #CaptainAmericaTheWinterSoldier #ChrisEvans #MaximilianoHernandez #AvengersEndgame
  • Totally.

    Fediverso mastodon fediverse
    1
    0 Votes
    1 Posts
    10 Views
    RE: https://mastodon.social/@SydneyJim/116048704456227145Totally. "Mastodon is dead" I hear.That's because there's no algorithm. Until you start following users you're not going to see any posts. Simple!You get out what you put in. Nothing more. Nothing less. It's a great way to end doomscrolling.#mastodon #fediverse
  • I think this is really important.

    Fediverso mastodon fediverse
    1
    0 Votes
    1 Posts
    12 Views
    I think this is really important.#fediverse#mastodonRE: social.growyourown.services/us…
  • 0 Votes
    1 Posts
    19 Views
    Mastodon has a concept called "pinned statuses", which is a special collection attached to a Person actor. https://docs.joinmastodon.org/spec/activitypub/#featured It wasn't readily known how this collection is updated and federated (not without code achaeology), but claire@social.sitedethib.com recently shared some additional info :smiley: The actor itself will issue an Add activity targeting the collection with the status in object. This activity is sent to all followers of the actor. No activity is sent if the actor has no remote followers. A Remove is sent when a pinned post is unpinned. This is what the Add looks like: { "@context": "https://www.w3.org/ns/activitystreams", "type": "Add", "actor": "https://example.org/users/testUser", "target": "https://example.org/users/testUser/collections/featured", "object": "https://example.org/users/testUser/statuses/115266412340579560" } The corresponding Remove is identical except for type, which is of course, Remove.