Latest bookmarks (page 5 of 10)

16 Nov 2023 samsai.eu
Gemini, a new internet protocol that aims to do things kind of similar to the web but while also being more simple. The Small Internet can be a bit tricky to figure out, so I’ve decided to write this post as an introduction and a beginner’s guide to accessing content on Gemini (and Gopher).
13 Nov 2023 github.com
`ap` is a command-line client for the ActivityPub protocol coded in Python by @evan@cosocial.ca, initially developed to illustrate how to write client code for the ActivityPub API as part of his book for O'Reilly Media, "ActivityPub: Programming for the Social Web".
11 Nov 2023 subdl.com
Getting prepared to watch a movie but realising that subtitles are needed. This site contains a great set of subtitles for lot of languages. It also gets classified by the file name so finding the right subtitle file for the right movie is very easy.
Just be aware of the huge amount of ads
8 Nov 2023 github.com
A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies. These are things that don't really warrant a full blog post. These are things I've picked up by Learning In Public™ and pairing with smart people at Hashrocket.
https://dev.to/jbranchaud/how-i-built-a-learning-machine-45k9
4 Nov 2023 prosody.im
Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
Prosody is open-source software under the permissive MIT/X11 license.
4 Nov 2023 markus-blog.de
This Guide will show you how to migrate an existing Mastodon dockerized instance to a new Server without docker.
Even the article dates from June 2021, it's a good overview about the steps to perform
31 Oct 2023 www.factorgastronomic.com
Recepta provada ja per mi un parell de cops i puc garantir que surt molt bona.
27 Oct 2023 sre.google
Lessons Learned from Twenty Years of Site Reliability Engineering.
Or, Eleven things we have learned as Site Reliability Engineers at Google
26 Oct 2023 fedipage.com
Hugo based static page generator and blog with ActivityPub support
25 Oct 2023 simonwillison.net
I build a lot of command-line tools in Python. It’s become my favorite way of quickly turning a piece of code into something I can use myself and package up for other people to use too.
[...] Here are some notes on what I’ve learned about designing and implementing CLI tools in Python so far.