🤓 The truck (or bus) factor measures the number of key people who would need to be lost (for example leave the team) before a software project is seriously compromised or unable to continue. This paper from 2016 proposes a method for estimating this factor.
arxiv.org/pdf/1604.06766
.... and of course it failed because I didn't cd 🤦♂️ too eager!
Here we go...
Something similar almost happened to me once while I was playing with the #MariaDB MCP Server. Fortunately, I was running it in read-only mode, and the project was a simple demo. It was an eye opener nevertheless.
⚠️ Be very, very careful with "YOLO modes" when running AI agents. This kind of thing happens. See this GitHub issue for a real-life example:
github.com/google-gemin...
#aifails #ai #mcp #devops
Lazydocker doesn't provide a built-in option for running new containers. Here's how to add it.
www.youtube.com/watch?v=slas...
🔍 From pattern matching using electromechanical devices to Language Models for retrieval. Oldie but goodie.
ieeexplore.ieee.org/document/618...
Top 3 programming languages by efficiency:
- Time and Memory: C, Pascal, Go
- Energy Efficiency: C, Rust, C++
- Energy and Time: C, Rust, C++
- Energy and Memory: C, Pascal, Go
- Energy, Time, and Memory: C, Pascal, Go
Source: greenlab.di.uminho.pt/wp-content/u...
🚀New release: MariaDB Connector/Node.js 3.5.1
New features and bug fixes. Learn more at mariadb.com/docs/release...
#NodeJS #JavaScript #TypeScript
Building #MariaDB Server from source on macOS is super easy. Clone the repo and follow the instructions by the MariaDB Foundation. Also, make sure to install bison correctly (via brew) which includes adding it to the PATH! All the steps are detailed here: mariadb.org/get-involved...
🚀 New @mariadb.bsky.social Community Server versions available (current stable releases for each long-term branch):
→ 11.8.6
→ 11.4.10
→ 10.11.16
→ 10.6.25
Learn more: mariadb.com/resources/bl...
#MariaDB in your #Microsoft #Azure account: mariadb.com/resources/bl...
For those who attended my talk "RAG Without the Plumbing" in #Brussels with the #MariaDB Foundation, here's the video about vector embeddings that I referenced.
www.youtube.com/watch?v=XkB2...
🙏 Thanks to everyone who joined my talk "Deploying RAG Without the Plumbing," and to the MariaDB Foundation for organizing the event. As always, I had a blast interacting with software developers working on real projects with MariaDB 👏
#MariaDB #AI #Brussels
Playing around with something new. I’ll share more when I get this ready in a few days.
My colleague Jags Ramnarayan is speaking tomorrow on how #DBAs and #Developers can build out AI Agents for database management with #MariaDB. Free event.
buildevcon.com/ai-dba-self-...
Like in software, production found a case no one imagined.
Still using #MySQL? Stewarded by Oracle, MySQL has been in decline for years. Stop using it in 2026, especially if your care about the #opensource #FOSS methodology and not just the license.
👉 optimizedbyotto.com/post/reasons...
Learn key vocabulary and concepts like vector embeddings, semantic search, RAG. In this video, I use #Java and
@mariadb.bsky.social but most of the concepts apply to other programming languages and databases as well.
Just explored Ignored Indexes in #MariaDB. Neat way to mark indexes so the optimizer doesn’t use them while still keeping them maintained. Great to check if an index is worth dropping without the risk of re-creating it later. How do you decide when an index is no longer useful?
🚀New release: @mariadb.bsky.social Connector/J 3.5.7.
Time to update your #Java Maven pom.xml files... or build.gradle of course!
🙋 Anybody using Lima for easily creating #Linux virtual machines? Here I'm emulating x86 on ARC which I needed for demoing #MariaDB Enterprise Manager. It supports x86 on ARM, ARM on x86, and native setups.
It's a project from the Cloud Native Computing Foundation. Check it out at lima-vm.io
Frequency writing SQL manually. If you are starting your career in the software development industry, you must learn SQL. There are plenty of good resources online. My 2 cents 👇
▶️ youtu.be/-b3trv4e5TE?...
📗https://mariadbfordevelopers.com
Source: DZone's 2025 trend report on database systems.
LINKS:
➡️ mariadb-backup: mariadb.com/docs/server/...
➡️ MariaDB Cloud: mariadb.com/docs/mariadb...
➡️ CHECK TABLE: mariadb.com/docs/server/...
...automate restore drills using mariadb-backup, spin up ephemeral test instances (MariaDB Cloud serverless is a great option here), and validate consistency with CHECK TABLE or application smoke tests.
[ continues 👇]
🚨 Scheduling database backups is not enough. Always test that the backups can actually be restored. With #MariaDB, you can... [ continues 👇]
I'm looking for a video editor to support the official @mariadb.bsky.social #YouTube channel.
Experience with technical/programming content is key.
If you're interested or can recommend someone, send me a message.
Channel: www.youtube.com/mariadb
Stop treating your database like a black box. 📦
Dive into MariaDB's architecture, storage engines, and file structure in this essential tutorial to understand what's really happening under the hood.
🔗 bit.ly/3JXBGis
#MariaDB #Database #DevOps
🤩This is so cool! #MariaDB Enterprise Manager automatically creates a fully-configurable #Grafana dashboard. Great tool for teams handling mission-critical workloads with MariaDB.
👉Check it out: mariadb.com/products/ent...
So helpful! 😆
Anyway... with #MariaDB you have alternatives. Stop delayed replicas, check if you have backups, check the binary log... and of course, always use privileges to limit what the AI can do!