Weekly Shaarli
Week 23 (June 5, 2023)

Solar Protocol is a web platform hosted across a network of solar-powered servers set up in different locations around the world. A solar-powered server is a computer that is powered by a solar panel and a small battery. Each server can only offer intermittent connectivity that is dependent on available sunshine, the length of day and local weather conditions. When connected as a network, the servers coordinate to serve a website from whichever of them is enjoying the most sunshine at the time.
Via Solarpunks.
Solarpunks were prescient when they asked (in 2012):
What would computing look like if it had to get its power from purely local and renewable sources? What is the potential of low-and-no-power computing and sensor networks?

Dagens forskning kräver ofta tekniskt avancerade metoder och verktyg. Det ställer höga krav på medarbetarnas kompetens. Trots behovet har det saknats karriärvägar i Sverige för individer som är intresserade av den teknik- och metodutveckling som krävs för att driva och utveckla framtidens forskningsinfrastrukturer. Men med start den 1 april 2023 finns en sådan karriärväg på KI – potentiellt den första i landet.
Därför har KI nu etablerat en ny karriärväg för medarbetare som är intresserade av tekniska och metodologiska aspekter av forskning. Två befattningar skapas: forskningsinfrastrukturspecialist och senior forskningsinfrastrukturspecialist. Anställningarna kan bli aktuella både inom centrala forskningsinfrastrukturer och i enskilda forskargrupper.
Lemmy
- https://browse.feddit.de (search communities across all instances, seems to work better than the search built-in to Lemmy instances)
- https://join-lemmy.org/instances
- https://lemmyverse.net
Lemmy communities (think subreddits) are given in this format: !communityName@instanceName
.
Since Lemmy is on the Fediverse, you can follow Lemmy communities (think subreddits) from Mastodon, just replace the !
by @
, and you should find the account name.
Lemmy Android apps:
- https://join-lemmy.org/apps
- Jerboa, Android app made by Lemmy's developers [I could not figure out how to switch to another instance without logging in first]
- lemmur is listed on F-Droid, but on its Github page the app clearly states that it's no longer maintained.
- https://piefed.social/post/531611
- https://old.reddit.com/r/RedditAlternatives/comments/14tc520/a_curated_list_of_lemmy_apps
- Vetenskapsrådets kriterier för FAIR forskningsdata
- Vetenskapsrådet vägledning för implementering av kriterier för FAIR forskningsdata
Via Svensk nationell datatjänst (SND).
Also on FAIR:
- https://www.fairsfair.eu - Fostering Fair Data Practices in Europe
I would like to have a PDF viewer that lets me click a button (or press a key) to move backwards in the PDF file's git history. In effect, git checkout <commit> file.pdf
but automatically moving back in the commit history on each keypress.
Combined with something like the overview mode of pdfpc, that could make for a very efficient way to glance through the history of a PDF file, such as a thesis or a beamer presentation.
So far I have not found any PDF viewer software with something akin to that.
Maybe I should just open the PDF in VSCodium and use the built-in git support? Would that provide something similar?