https://news.ycombinator.com/item?id=34290798
Submitted by: mlerner; Score: 30
Look at these great tools by @MattHodges and @mauforonda. They generate regular #digests of popular #mastodon posts from your timeline in case you missed anything. Looking forward to trying them out! ๐
- #python code base: https://github.com/hodgesmr/mastodon_digest
- personal digest page: https://github.com/mauforonda/mastodon_digest
- email digest: https://github.com/mauforonda/mastodon_email_digest
- link collector: https://github.com/mauforonda/mastodon_links
Examples are available from the respective github.io pages.
The 2i2c team is hiring! We are looking for someone with experience in cloud infrastructure to join our Site Reliability Engineering team.
If you're interested in community-focused open infrastructure in the cloud, consider applying and please share
https://2i2c.org/jobs/2022/open-source-infrastructure-engineer/
2i2c manages, supports, and builds community-centric infrastructure for interactive computing in the cloud with partner communities in research and education. Weโre looking for an Open Source Infrastructure Engineer that will join our Site Reliability Engineering team and make our cloud infrastructure more reliable, scalable, and efficient.
Thinking about personal solar power, especially with an EV on the horizon. However limited roof space and the UK weather make it less appealing(?)
https://mattbruenig.com/2023/01/01/solar-panels-reduced-my-electric-bill-by-2677-in-2022/
"Modules, not microservices" - agree with the first point that microservices (services in general) primarily solve for the human problem of scaling up an organization. Encapsulation can be solved by using solely modules.