isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

The consistent increased risk of diabetes after Covid across all age groups, highest in the first 3 months after infection, from a systematic review of 9 studies, ~40 million people
bmcmedicine.biomedcentral.com/…

reshared this

isithran reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

This a small python script you can use to post from the command line.

Go to Preferences>Development and create a new application. Then grab the access token and put it in the script along with your instance name.

###
import requests as r
import sys
h="https://YOURINSTANCE"
t="YOURTOKEN"
a=sys.stdin.buffer.read().decode("utf-8")
d={"status":f"{a}"}
u=f"{h}/api/v1/statuses"
p=r.post(u,data=d,headers={'Authorization':f'Bearer {t}'})

###

Then just printf or echo your post and pipe into it

reshared this

in reply to K. Reid Wightman 🌻

@reverseics that's such a sick idea. The twitter dev API is annoying because you need to apply to do an application and can get rejected (like me) for not having a good enough reason to have a token. There's a lot of potential for really easy automation with mastodon and enough access controls to make it work without as much hassle

HRT Diary


7th month. Interaction between Fexofenadin and Spiro is confirmed, as far as I'm concerned. Since I've stopped the former on last month, the latter's effects have been reduced, which can be seen by the reduced K levels in blood. Let's see what gives with blood pressure tomorrow.
T: 0.96 nmol/L (-0.14), E2: 382 pmol/L (+11), LH: 0.3 U/L (-0.18), FSH: <0.11 U/L (same as last mo.)
#HRTDiary
isithran reshared this.

I keep seeing people say Mastodon is nothing like Twitter. And they’re right.

Mastodon is an echo of the old internet, it’s decentralised, chaotic. What you get depends on your sysadmin. You can’t search, everything has to be shared to you by a human. Networks split apart and rejoin. What you see is your unique connection to it.

Is this good? Maybe. But for me that’s the internet I grew up with. No algorithms, no targeted adverts, just human interaction, and it was glorious.

reshared this

in reply to Thea

This also is very much like early Twitter. I joined in 2007. Twitter was a cheap group SMS service, it connected you to your friends not to companies and celebrities.

I get that I’m not like most people. I grew up in a very conservative rural area so the internet has always been my connection to friends and peer groups, a way to converse with people rather than a way to escape or get famous.

isithran reshared this.

twitodon.com/
Find your Twitter friends on Mastodon!

Pour l'instant c'est surtout s'assurer d'être facilement trouvable grâce à cet outil, car peu de monde (en tout cas dans la twittosphère fr) y à déjà associé ses deux comptes. Mais plus l'usage se répand dans nos communautés, plus ça sera utile :).

isithran reshared this.

isithran reshared this.

Nouvel article de blog en ligne où j'expose ma technique personnelle pour trouver les courroies de remplacement lors de mes réparations
Bonne lecture ! :)
jelora.fr/post/2022/07/06/Tech…

isithran reshared this.



Ce que j'aime avec Perl 6 (pardon, ça s'appelle #Raku désormais), c'est la terminologie, qui me donne l'envie de retourner à la fac.

J'apprends donc que Raku a de l'auto‑vivification, de l'auto-boxing, de la contrainte *et* de la coercition, des allomorphes, des sigils et des twigils, et surtout le gobage gourmand des arguments restants.

linuxfr.org/news/raku-en-2020


#raku