Gemini Links 14/03/2025: Löjl and Docker Context Stuff
-
Gemini* and Gopher
-
Personal/Opinions
-
Löjl
“Löje” is a bit archaic (outside of several fossilizing specific expressions that are still in use, like “göra till åtlöje”). When wanting to use a noun form of “löjlig”, instead of repurposing “löje”, which doesn’t have the same disparaging weight, people went two directions.
One is “löjligheter”. "Vad är det här för löjligheter?" a rich CEO might exclaim.
The other is “löjl”, which is more slangy, more something Buffy or Willow would say, "Vad är det här för löjl?"
-
Testing
I saw the best minds of my generation destroyed by madness. Now is the time for all good men to come to the aid of their country. What do we say to the God of Death? Not today.
-
🔤SpellBinding — ASHIPRD Wordo: BRAVO
-
-
Technology and Free Software
-
TIL: Docker Context Stuff
TIL: Some things about docker I really should have known by now but didn't.
If you have a slow docker build due to loading the build context, you should setup a .dockerignore file.
To make it as fast as possible, your .dockerignore could look like this:
* !./pyproject.toml !uv.lock !./src/**/*.py
The top line `*` ignores all files, then use `!` to include certain files or file paths. It uses a globbing syntaxt similar to gitignore files.
-
Programming
-
[Old] smol-cli
I have almost got this CLI working, written in the most vanilla of Rust code. Writing a tool like this in Rust probably doesn't make much sense, but i'm trying to learn the language, and writing CLIs seems to be the thing to do. Let's see if I can post this message, and if I can, I'll try and update to point to a github repo.
-
-
-
* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.