The UI is nothing like Google Reader, but the way it works under the hood is – your Mastodon server is constantly communicating with other hosts to get the latest updates, and sharing the workload of fetching that data for all of the other users on the same server
SOFTWARE
-
Git Monorepo Checkout Issues on Windows Systems
By
–
Remember we had the same issue with git checkouts on the monorepo under Windows.
-
Domino Partners with Anaconda for Secure OSS Package Access
By
–
We're excited to announce a partnership to deliver Domino users access to the complete and secure OSS #Python / R package repository hosted, built, and maintained by @anacondainc without the need for a separate enterprise license. #MLOps Read the news: https://
domino.buzz/3zZOT25 -
Building SQL Learning Tutorial With Custom Tools
By
–
I'm building my own tutorial about learning SQL with my tools here;
-
SQLBolt: Learn SQL Queries Effectively Online
By
–
The best website to learn and practice SQL queries on the go No one can beat sqlbolt when it comes to learning SQL from scratch Check the website to learn SQL now! https://
sqlbolt.com -

Model input parameters now have shareable anchor links
By
–
Model input parameters all have anchor links now, so you can share a URL directly to the docs for a specific input.
-
Databricks Data Engineering Course: SQL and Python Pipeline Skills
By
–
Not to toot our own horn…but #data professionals from all walks of life could benefit from our Data Engineering with Databricks course Learn skills like how to leverage #SQL and Python to define and schedule pipelines. Register now
-
Federated Networks as Leaky Abstractions: Design Challenges
By
–
I think it really suffers from being a leaky abstraction – it's pretending to be a single thing like Twitter, but the boundaries between servers mean it actually works in all sorts of surprising things ways
-
Linking significant work to issue threads for better context
By
–
I'm a fan of trying to link significant pieces of work to an issue thread, to provide a place for additional context, screenshots and other notes to exist independently of the commit log – see my notes here https://
simonwillison.net/2022/Oct/29/th
e-perfect-commit/
… Agree that forcing it for ALL commits is bad tho -
Efficient ActivityPub implementations with Python asyncio and Rust
By
–
Yeah I genuinely do worry about that I'm looking forward to more efficient ActivityPub implementations – stuff like Python asyncio on top of SQLite could use a lot less resources than Sidekiq non-async workers and PostgreSQL – or move the noisy bits directly to Go or Rust