Latest bookmarks (page 2 of 11)
21 May 2024
realpython.com
Complete document walking through queues in Python. Appears complete and extensive, with examples and code
9 Mar 2024
codeberg.org
Still in development but very interesting to consider, by @delcano@mastorol.es
8 Mar 2024
openalternative.co
Discover Open Source Alternatives to Popular Software.
We’ve curated some great open source alternatives to tools that your business requires in day-to-day operations.
We’ve curated some great open source alternatives to tools that your business requires in day-to-day operations.
20 Feb 2024
proxiesapi.com
In this tutorial you'll build robust web crawlers using libraries like BeautifulSoup, learn techniques to overcome real-world scraping challenges and best practices for large scale scraping.
You'll gain the skills to scrape complex sites, handle issues like rate limits, blocks, and javascript pages.
You'll gain the skills to scrape complex sites, handle issues like rate limits, blocks, and javascript pages.
7 Feb 2024
shkspr.mobi
I've written an ActivityPub server which only allows you to post messages to your followers. That's all it does. It won't record favourites or reposts. There's no support for following other accounts or receiving replies. It cannot delete or update posts nor can it verify signatures. It doesn't have a database or any storage beyond flat files.
But it will happily send messages and allow itself to be followed. This shows that it is totally possible to broadcast fully-featured ActivityPub messages to the Fediverse with minimal coding skills and modest resources.
But it will happily send messages and allow itself to be followed. This shows that it is totally possible to broadcast fully-featured ActivityPub messages to the Fediverse with minimal coding skills and modest resources.
1 Feb 2024
seb.jambor.dev
This article is part of the series Understanding ActivityPub, which takes a look at the ActivityPub protocol through the lens of real-world examples
1 Feb 2024
nfrankel.medium.com
The theory behind Mastodon and WebFinger is fascinating. I’ve managed to configure my immutable mastodon handle. That's the handle I can communicate to potential followers: if I move to another server, I'll update the webfinger with my new coordinates.
1 Feb 2024
fedimeister.onyxbits.de
They say, it doesn't matter which Mastodon instance you sign up with. You can still communicate with the entire Fediverse and when push comes to shove, you can also always move. Well, push came to shove for me and I had to move. So let's talk about the giant asterisk that belongs after both of those claims.
30 Jan 2024
www.baeldung.com
how to use inotifywait to monitor a directory tree for changes. For instance, we’ll see how we can detect when a new file is created.