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
SOFTWARE
-
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
-
Custom background tasks and SQLite database optimization
By
–
I believe there are background tasks deleting older content – it's certainly not lightweight though Naturally I'm poking around the edges of it to see if I could roll something fun and custom on top of SQLite
-
Databricks optimizes cloud VMs with Azure and AMD technologies
By
–
Two of our favorite things: saving our users time AND money That's why we combined the latest technologies from @Azure
, Databricks, and @AMD to help users take advantage of the new Lasv3-series VMs with the Databricks Runtimes. See for yourself https://
dbricks.co/3TdOkIZ -
Twitter Engineer Warns Platform Breaking Under Feature Strain
By
–
Folks may be tired of talking about the potential decline of Twitter, but this piece by a Twitter engineer on how the site might start breaking under the strain of new features & not enough people, is good Also, a useful perspective on how software decays https://
technologyreview.com/2022/11/08/106
2886/heres-how-a-twitter-engineer-says-it-will-break-in-the-coming-weeks/
… -

Data Sovereignty and Cloud Cost Optimization in MLOps
By
–
How do you protect data sovereignty, reduce cloud costs, and future-proof your infrastructure investments? On Nov. 10, top experts—including @nvidia
's VP of Enterprise Computing, @ManuvirDas
—explain how you do all that in the real world. #MLOps Register: https://
domino.buzz/3UjejzD -
Essential Python Learning Guide for All Applications
By
–
The best guide for learning python for all kinds of applications Must have resource if you use python for majority of your task Save for your future reference https://
docs.python-guide.org -
Running Your Own Server for Complete Control
By
–
That's one of the reasons I'm running my own server! Then at least if a rando gets bored and shuts it down that rando will be me