Discovered recently #oras for #OCI artifact handling.
I thought the normal way for these uploads was setting the metadata manually to the container registry. ๐
Meaning... I'm using this now. ๐
1.4.2025 15:50Discovered recently #oras for #OCI artifact handling. I thought the normal way for these uploads was setting the metadata manually to the...Ok. I been sleeping on #dagger. Mostly due to dayjob going all on things in #docker.
But this latest update with interactive shell and pipes! Yeah... I'm going to need to heavily use for myself again. ๐
https://dagger.io/blog/dagger-shell
31.3.2025 15:50Ok. I been sleeping on #dagger. Mostly due to dayjob going all on things in #docker.But this latest update with interactive shell and pipes!...#thunderbird planning to make paid offerings like calendar appointments, and file link sharing. Even their own email service, with #thundermail! ๐คฏ
About time!
#opensource != free
Donations are not enough. And for getting sustainability, post Google paychecks, anything possible can help. ๐ซ
https://thunderbird.topicbox.com/groups/planning/T437cd854afcb1395
30.3.2025 18:05#thunderbird planning to make paid offerings like calendar appointments, and file link sharing. Even their own email service, with...May seem small but #FerrousSystems donating their
#rust spec is huge.
In #lua, it's helped so much to design things like #luajit and custom embeds. ๐
https://rustfoundation.org/media/ferrous-systems-donates-ferrocene-language-specification-to-rust-project/
What's old is new. ๐
I'm one of the few that prefer email patches because of how powerful it is to review.
Still, very awesome to see #gitbutler trying to do good here. Commit based reviews can be pure joy. But you MUST follow one change per commit for it to be reasonable. Else it's worse. ๐
29.3.2025 15:50What's old is new. ๐ I'm one of the few that prefer email patches because of how powerful it is to review. Still, very awesome to...The genius of #tigerbeetle keeps me impressed. ๐ Their design for resilience and durability has such a stark contrast from what is the norm.
https://docs.tigerbeetle.com/concepts/safety/
28.3.2025 15:50The genius of #tigerbeetle keeps me impressed. ๐ Their design for resilience and durability has such a stark contrast from what is the...Congrats to the #ElectricSQL team on hitting 1.0! Love their sync engine design. Uses postgres all the way. Even on the client, with #pglite. ๐
I'm pretty sure their design is going to stick for a while with me. ๐
https://electric-sql.com/blog/2025/03/17/electricsql-1.0-released
27.3.2025 15:50Congrats to the #ElectricSQL team on hitting 1.0! Love their sync engine design. Uses postgres all the way. Even on the client, with...#faunadb is shutting down.
If you didn't know, don't use a fully proprietary database. It will hurt when this happens. ๐
https://fauna.com/blog/the-future-of-fauna
26.3.2025 15:50#faunadb is shutting down. If you didn't know, don't use a fully proprietary database. It will hurt when this happens....The #turso implementation of #sqlite keeps getting better. I've built sync engines before. Very much know the complexity enough to choosing NOT do it all myself. ๐
https://turso.tech/blog/local-first-cloud-connected-sqlite-with-turso-embedded-replicas
I know it's early, but #MCP (model context protocol) has potential to displace #terraform on infra.
It may be considerably horrible what #LLM builds, but I think you'll see more do this. Simply because it's "easy." ๐ซ
24.3.2025 15:50I know it's early, but #MCP (model context protocol) has potential to displace #terraform on infra. It may be considerably horrible what...I should've known an alternative existed for #dependabot. ๐
#renovatebot is pretty interesting. You can run fairly quickly. And it supports #gitea and #forgejo. ๐
https://github.com/renovatebot/renovate
23.3.2025 15:50I should've known an alternative existed for #dependabot. ๐ #renovatebot is pretty interesting. You can run fairly quickly. And it...I tend to hop a bit, between #sqlite and #postgres. So much that the nuances of each keeps merging for me. ๐
Interestingly enough, sqlite is the one my brain defaults to. You simply dumb everything way down. ๐ Which can actually give some performance improvements on postgres.
22.3.2025 15:50I tend to hop a bit, between #sqlite and #postgres. So much that the nuances of each keeps merging for me. ๐ Interestingly enough, sqlite...Me after realizing I was a #yaml programmer again all this week.
Thank you github actions. ๐ซ
21.3.2025 15:50Me after realizing I was a #yaml programmer again all this week. Thank you github actions. ๐ซPeople REALLY want that #pebble black. ๐คฃ
21.3.2025 15:14People REALLY want that #pebble black. ๐คฃLooks like getting a #nix dev env for #pebble won't be that hard. At least for building apps.
Though the sw stack is really in the before times.. ๐ Have to start navigating the core codebase to see how to improve. ๐
https://github.com/pebble-dev/pebble.nix
20.3.2025 15:50Looks like getting a #nix dev env for #pebble won't be that hard. At least for building apps. Though the sw stack is really in the...I don't need it. But I still want one of the new #pebble watches. This time around, I could probably tune literally everything with the OS being apache licensed now. ๐
19.3.2025 15:50I don't need it. But I still want one of the new #pebble watches. This time around, I could probably tune literally everything with the...I been a fan of #passkey for a while. But getting all things to it has been a game of either I implement or good luck. ๐ซ
Enter #pocketid. #OIDC using passkey all the way. Definitely have a few local things to convert now to it. ๐
https://github.com/pocket-id/pocket-id
18.3.2025 15:50I been a fan of #passkey for a while. But getting all things to it has been a game of either I implement or good luck. ๐ซ Enter #pocketid....Sweet. #hurl now let's you do HTTP version checks with an assert. Small, but such a nice quality of life improvement. Instead of doing the same request twice with http/2, you can do version number and validate at once. ๐
https://hurl.dev/blog/2025/03/14/announcing-hurl-6.1.0.html
17.3.2025 15:50Sweet. #hurl now let's you do HTTP version checks with an assert. Small, but such a nice quality of life improvement. Instead of doing...It's so counter intuitive, but cpu limits on #kubernetes, don't use them! ๐ฟ
I'm right now fighting with this at dayjob. And again, it's due to misalignment over resource accounting. โฐ๏ธ
https://home.robusta.dev/blog/stop-using-cpu-limits
16.3.2025 15:50It's so counter intuitive, but cpu limits on #kubernetes, don't use them! ๐ฟI'm right now fighting with this at dayjob. And...Very nice! #duckdb has a web ui extension now. I don't always have gigantic queries I'm typing by hand. But when I do, this is going to be so useful to experiment with. ๐
https://duckdb.org/2025/03/12/duckdb-ui.html