Monospace Mentor

@monospace@floss.social
469 Followers
864 Following
2.2K Posts
I'm Jochen Lillich, a greybeard geek and IT operations black belt. #DevOps trainer and mentor. German living in Ireland. Likes #Linux, #Ruby and #MechanicalKeyboards. He/him.
Websitehttps://monospacementor.com
Live streamhttps://monospacementor.com/live-stream/
Blog@blog

The Birthday Problem surprises people constantly.

Some business proposes using "day and month of birthday" to uniquely identify people in a really small group of like 50 people. There are like 365 days in year. So it should be 𝘶𝘯𝘭𝘪𝘬𝘦𝘭𝘺 that they'll collide.

Sounds reasonable, right?

Wrong. With just 23 people, you're 50% likely to have a collision.

Humans are terrible at estimating hash collision probability. Always do the math on your key space before assuming it's "unique enough."

Little #MastodonTip : if you ask a question in a post and eventually get a good answer, you can edit your post with the answer added!

That way people who have boosted it will know the answer as well (it should notify them) and people who see it know that there is no need to answer.

Thanks to incredible community work, Ghostty now builds and runs on FreeBSD and an official FreeBSD port is in development: https://github.com/ghostty-org/ghostty/pull/7606 Its still not an officially supported Ghostty target since we don't have it running in CI and we have no BSD maintainers, presently. But its a step in that direction and a showcase of some great community work.

printf "%s\n" '#!/bin/sh' "echo No, car go road" > ~/.cargo/bin/cargo-space; chmod +x ~/.cargo/bin/cargo-space

$ cargo space
No, car go road

As a next step for Herb, I'm happy to announce the release of the Herb Language Server and VS Code extension.

Built on top of Herb's HTML-aware ERB parser to bring diagnostics, instant feedback, and structural awareness to HTML+ERB files.

Still early, but a solid first step towards better HTML+ERB tooling. Feedback is very welcome!

Interesting read: "Myth: If You Can’t Measure It, You Can’t Manage It"

https://deming.org/myth-if-you-cant-measure-it-you-cant-manage-it/

#devops #management

Myth: If You Can't Measure It, You Can't Manage It - The W. Edwards Deming Institute

By John Hunter, author of Management Matters: Building Enterprise Capability. It is wrong to suppose that if you can’t measure it, you can’t manage it – a costly myth." - W. Edwards Deming, The New Economics. One of the quotes you will see quite frequently "incorrectly" attributed to Dr. Deming…

The W. Edwards Deming Institute
⭐️ Interesting project: psviderski/uncloud
https://github.com/psviderski/uncloud
GitHub - psviderski/uncloud: A lightweight tool for deploying and managing containerised applications across a network of Docker hosts. Bridging the gap between Docker and Kubernetes ✨

A lightweight tool for deploying and managing containerised applications across a network of Docker hosts. Bridging the gap between Docker and Kubernetes ✨ - psviderski/uncloud

GitHub

@hugo @donaldball @norootcause I was curious about this so I went and found a longer explanation: https://deming.org/myth-if-you-cant-measure-it-you-cant-manage-it/

I had no idea that was essentially a misquote

Myth: If You Can't Measure It, You Can't Manage It - The W. Edwards Deming Institute

By John Hunter, author of Management Matters: Building Enterprise Capability. It is wrong to suppose that if you can’t measure it, you can’t manage it – a costly myth." - W. Edwards Deming, The New Economics. One of the quotes you will see quite frequently "incorrectly" attributed to Dr. Deming…

The W. Edwards Deming Institute
⭐️ Interesting project: charmbracelet/fang
https://github.com/charmbracelet/fang
GitHub - charmbracelet/fang: The CLI starter kit

The CLI starter kit. Contribute to charmbracelet/fang development by creating an account on GitHub.

GitHub
Cranking up the spice level of this feature. You can now send text, keyboard events, invoke any keybinding action, and more. We're inching towards "wait, this is actually really fucking useful" on this exploration. (Sound on again)
×

As a next step for Herb, I'm happy to announce the release of the Herb Language Server and VS Code extension.

Built on top of Herb's HTML-aware ERB parser to bring diagnostics, instant feedback, and structural awareness to HTML+ERB files.

Still early, but a solid first step towards better HTML+ERB tooling. Feedback is very welcome!

You can read more about it here:

https://marcoroth.dev/posts/herb-language-server

Herb Language Server and Visual Studio Code Extension

Marco Roth - marcoroth.dev

Marco Roth

... and download the Visual Studio Code Extension from the marketplace here:

https://marketplace.visualstudio.com/items?itemName=marcoroth.herb-lsp

Herb LSP - Visual Studio Marketplace

Extension for Visual Studio Code - Language Server integration for HTML+ERB.

@marcoroth I’m going to give this a try later today 🎉
@collin Awesome, thanks! Let me know how it goes!
@marcoroth ERB in every editor other than RubyMine really sucks. This looks like a huge improvement.
@collin This is part of the motivation!
@marcoroth it’s really cool how you are filling in these gaps 😄