-
Oh, this kills me to hear it. RSS is the OG [1] way to subscribe and share content out to others. It gives you control of what you subscribe to and reminds you when new content lands on your favorite sites. It is a huge component of web 1.0 and I feel is the most decentralized social media can ever hope to be.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /og/
[2]: /thoughts/
Today I Learned
Short TIL posts
1852 posts
latest post 2026-05-13
Publishing rhythm
asottile [1] has done a fantastic job with all-repos [2]. Highly recommend taking a look.
Clone all your repositories and apply sweeping changes.
References:
[1]: https://github.com/asottile
[2]: https://github.com/asottile/all-repos
If youāre into interesting projects, donāt miss out on tailpipe [1], created by turbot [2].
select * from logs; Tailpipe is an open source SIEM for instant log insights, powered by DuckDB. Analyze millions of events in seconds, right from your terminal.
References:
[1]: https://github.com/turbot/tailpipe
[2]: https://github.com/turbot
I recently discovered roomy [1] by muni-town [2], and itās truly impressive.
ATproto-connected p2p group comms
References:
[1]: https://github.com/muni-town/roomy
[2]: https://github.com/muni-town
Behold, the Steam Brick
A modder has transformed the Steam Deck in a screen-less, controller-less Steam Brick.
Rock Paper Shotgun Ā· rockpapershotgun.com [1]
I fully believe in our right to repair, ewaste reduction, and bringing a second life to still good hardware that is not up for itās originally intended purpose. This is a sick console like experience you can strap to the back of a tv, throw in your back to take on a trip, or leave stuffed in your vehicle to game in the backseat. Sucks that it cant do 4k, but Iāve used mine on large screens, and it does quite well for a lot of games, maybe not AAA, but the cartoony multplayer games I play with my kids do quite well.
[2]
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://www.rockpapershotgun.com/behold-the-steam-brick
[2]: https://dropper.waylonwalker.com/api/file/f3114f19-21cd-4ee6-84a8-06b83346d052.webp
[3]: /thoughts/
-
Damn these deepseek memes go hard. Wild to see openai get played by their own game.
Itās crazy that the normie news that I have seen on deepseek shows that the Chinese made what the Americans did at a fraction of the price, without taking notice that they are building on the shoulders of openai.
Note
This post is a thought [1]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /thoughts/
-
ššš This one is really good. Iām right there with him on most of this. I am very hesitant on subscription models, and all the ai tools feel like they are getting ready to be the next round of death by a thousand cuts, this time with pretty limited free tier and relatively high prices to run. Iām sure we will see companies get taken by huge bills soon by building off of someone elseās service.
On the flip side Iām definitely the guy that gets in a rut of just copy paste to the ai, wait for codeium to to inject. I feel like I have issues of momentum more than anything. When Iām on one side or the other I tend to stick it out for too long, but less so on going without because that llm drug is calling you when you hit a hard problem.
Iām excited to see him build out a homelab [1] for llm stuff that he mentioned at the top. Iām interested, but probably not building one out for myself until we start to see some cheaper maybe used hardware to do it.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /homelab/
[2]: /thoughts/
-
Kelsey says several times in this interview, you donāt need kubernetes. If you are running one node you donāt need kubernetes. My question though is, would you use kubernetes? Ya I get it if you are a web developer, data scientist, backend dev, but if you are looking to bee a whole ass engineer, or infrastructure engineer, you know kubernetes, Should you use kubernetes on single node?
Note
This post is a thought [1]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /thoughts/
Models
Pydantic Docs Ā· docs.pydantic.dev [1]
I came accross from_attributes today it allows creation of pydantic models from objects such as a sqlalchemy Base Model or while nesting pydantic models. I believe in the past I have ran into some inconsistencies with nesting pydantic models and Iāll bet one had from_attributes set and another did not.
Arbitrary class instances¶
(Formerly known as āORM Modeā/from_orm).
Pydantic models can also be created from arbitrary class instances by reading the instance > attributes corresponding to the model field names. One common application of this functionality is integration with object-relational mappings (ORMs).
To do this, set the from_attributes config value to True (see the documentation on Configuration for more details).
The example here uses SQLAlchemy, but the same approach should work for any ORM.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://docs.pydantic.dev/latest/concepts/models/#rebuilding-model-schema
[2]: /thoughts/
-
Dang strong stance that tmux and zellij should not exist. I really do get his point though. Theres a good number of terminal features I often miss out on because I run tmux. Its an app that runs apps, and doesnāt let all of the signals back to the host. But its fantastic at what it does, and brings so much to the table that the little bit of downside it brings is well worth it to me. The other thing missing in this discussion is that I can take my hotkeys and session workflow to any machine just by running tmux. I do not need to run a certain terminal, or install it headlessly on a server to get special features just for it.
Note
This post is a thought [1]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /thoughts/
Check out veekaybee [1] and their project gitfeed [2].
Feed of posts from Bluesky that have a GitHub link
References:
[1]: https://github.com/veekaybee
[2]: https://github.com/veekaybee/gitfeed
I came across llama.vim [1] from ggml-org [2], and itās packed with great features and ideas.
Vim plugin for LLM-assisted code/text completion
References:
[1]: https://github.com/ggml-org/llama.vim
[2]: https://github.com/ggml-org
Top Python libraries of 2024
Dive into our 10th annual Python Libraries roundup for 2024, now featuring separate curated lists for General Use and AI / ML / Data tools. Discover this year's most innovative additions to the eco...
Tryolabs Ā· tryolabs.com [1]
Really good listicle of new modern top python libraries from 2024. Very well done article with images, links, and an actually quality listicle with many things Iāve never even heard of.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://tryolabs.com/blog/top-python-libraries-2024
[2]: /thoughts/
[1]
Good overview of seaborn color palettes. They have all sorts of different types, some designed to purposfully give each color the same weight for catecorization. Some designd to give linear differences in value, some have a parabolic feel with a diverging nature.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /static/https://seaborn.pydata.org/tutorial/color_palettes.html
[2]: /thoughts/
ublue-os [1] has done a fantastic job with ucore [2]. Highly recommend taking a look.
An OCI base image of Fedora CoreOS with batteries included
References:
[1]: https://github.com/ublue-os
[2]: https://github.com/ublue-os/ucore
Just starred bazzite [1] by ublue-os [2]. Itās an exciting project with a lot to offer.
Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.
References:
[1]: https://github.com/ublue-os/bazzite
[2]: https://github.com/ublue-os
poolers.postgresql.cnpg.io CRD metadata.annotations Too long Ā· Issue #325 Ā· cloudnative-pg/charts
Unable to deploy helm chart using ArgoCD. Getting following error Failed sync attempt to : one or more objects failed to apply, reason: CustomResourceDefinition.apiextensions.k8s.io "poolers.postgr...
GitHub Ā· github.com [1]
Iāve never seen or needed to use a serversideapply in kubernetes before, but I ran into this same issue in my k3s homelab [2] while installing cloudnative-pg.
You can do it with argo
apiVersion: argoproj.io/v1alpha1
kind: Application
spec:
syncPolicy:
syncOptions:
- ServerSideApply=true
and you can do it with kubectl
kubectl apply --server-side --force-conflicts -f cnpg-1.25.0.yaml
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://github.com/cloudnative-pg/charts/issues/325
[2]: /homelab/
[3]: /thoughts/
I built out a tool for myself to manage my nvim configuration, and I wanted to
quickly see which one I am running in my starship prompt. Hereās the config I
ended up with. It warns if the NVIM_APPNAME environment variable is not set, and
it shows which nvim I am using if it is set.
[custom.nvim-manager-system]
when = '[[ ! -n "${NVIM_APPNAME}" ]]'
style = "bold yellow"
symbol = '[ī® ](fg:#15AABF)'
format = '$symbol[USING SYSTEM NVIM]($style)'
[env_var.NVIM_APPNAME]
style = "green"
symbol = '[ī® ](fg:#15AABF)'
format = '[$symbol${env_value}]($style)'
variable = "NVIM_APPNAME"
snorlax [1] by moonbeam-nyc [2] is a game-changer in its space. Excited to see how it evolves.
wake and sleep Kubernetes deployments on a schedule
References:
[1]: https://github.com/moonbeam-nyc/snorlax
[2]: https://github.com/moonbeam-nyc
I came across headlamp [1] from kubernetes-sigs [2], and itās packed with great features and ideas.
A Kubernetes web UI that is fully-featured, user-friendly and extensible
References:
[1]: https://github.com/kubernetes-sigs/headlamp
[2]: https://github.com/kubernetes-sigs