Weekly Shaarli

All links of one week in a single page.

Week 23 (June 5, 2023)

Sveriges 54 fackförbund
thumbnail
Solar Protocol
thumbnail

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?

Ny karriärväg skapad för specialister inom forskningsinfrastruktur
thumbnail

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.

Reddit alternatives

Lemmy

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:

Vetenskapsrådet publicerar kriterier och vägledning för att göra data FAIR
Crazy idea: PDF viewer with built-in git support?

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?