Search
495 results for “zeab”
-
Completely in on #SSE (#ServerSentEvents) usage. You can even do this with #graphql. 😄
Leave updates only from SSE. Model all mutations, but one way to ingest updates as they are available. No poll, websockets, or error handling chaos. Just SSE. 😉
-
@mradcliffe I would say do look over #cookLang in general.
They have a web server that is pretty versatile. And if you know #rustlang, the main parser, you can interop with your language of choice. Cooklang also have a #typescript parser that can make things simple. 😅
I went over cookLang a while back, out of interest. Ended being absolutely fascinated by the dedication and work that has gone to the language for recipes. 😎
-
Kind of wild #cooklang has its own federation setup now. 😅
Sure it uses #rss. No fancy #ActivityPub. Still, fascinating to see something like this.
More of the web trying to index itself as primary search engines lose all their meaning to what search means. 🫠
-
And in a twist of design, here's doing durable execution directly with #sqlite and an event bus framework in #golang called #watermill.
So just in case you all in go, this may be the way to go instead of #litestream. 😅
-
#Litestream 0.5 is even more reason just to pick #sqlite. You can get pretty far with litestream and have it fully manageable for duplication.
Lower the N tier of your app. 😉
-
Profile control in #devenv is kind of outstanding. I have this very problem with monorepo dev work. Not all the time you need to load everything under the sun. 😅
Going to see how to fit on these very repos. 😁
https://devenv.sh/blog/2025/09/17/devenv-19-scaling-nix-projects-using-modules-and-profiles/
-
Here I go again. Diving deep into modern #rdbms design.
#turso feature introduction for materialized views in their #sqlite fork looks interesting, to say the least. 😅
https://turso.tech/blog/introducing-real-time-data-with-materialized-views-in-turso
-
Here I go again. Diving deep into modern #rdbms design.
#turso feature introduction for materialized views in their #sqlite fork looks interesting, to say the least. 😅
https://turso.tech/blog/introducing-real-time-data-with-materialized-views-in-turso
-
Here I go again. Diving deep into modern #rdbms design.
#turso feature introduction for materialized views in their #sqlite fork looks interesting, to say the least. 😅
https://turso.tech/blog/introducing-real-time-data-with-materialized-views-in-turso
-
Here I go again. Diving deep into modern #rdbms design.
#turso feature introduction for materialized views in their #sqlite fork looks interesting, to say the least. 😅
https://turso.tech/blog/introducing-real-time-data-with-materialized-views-in-turso
-
Another project for #Hypermedia in #python. Hold up! It's a fork of #fasthtml. Using #datastar instead of #htmx. 😅
The difference here is how much datastar use #SSE (#ServerSentEvents). It's EVERYWHERE. Very potent stuff.
Hadn't yet tried datastar, but maybe soon with this. 😁
-
Found out that #ghostty has #systemd utility, using notify-reload. And it works with #snap. 😄 I now have the terminal opening as fast I once did with #alacritty. I can't turn back anymore... 😅
-
There's now two #Javascript based #RPC implementations. #CapnWeb and #tRPC. We live in a weird world. 😅
-
There's now two #Javascript based #RPC implementations. #CapnWeb and #tRPC. We live in a weird world. 😅
-
There's now two #Javascript based #RPC implementations. #CapnWeb and #tRPC. We live in a weird world. 😅
-
There's now two #Javascript based #RPC implementations. #CapnWeb and #tRPC. We live in a weird world. 😅
-
There's now two #Javascript based #RPC implementations. #CapnWeb and #tRPC. We live in a weird world. 😅
-
I'm totally with the #libghostty idea.
At dayjob, we have needed a #terminal emulator, but held back due to the exact point made: not core business. 🫠
This I feel is more common than people realize. We get a common way, and tooling can improve all over. 😎
-
#asciinema 3.0 is out. The live streaming ability looks kind of wild. Was not expecting to be able to stream my terminal usage. But now... I can totally see doing this. 😁
-
Starting to learn how to use #testcontainers with #python for #pyinfra. It's an itch I had.
Been meaning to build up everything with pyinfra. But I need tests. In #ansible world, I had tests for everything using Molecule. It worked well enough, but was quite complex.
However, with pyinfra, the tests can be isolated integration test containers! 😎
Now I can go crazy with the amount of tests for every operation done. 😆
-
On #k8s, the complexity is on knative rollout. But if you strip down to nothing, it becomes easier. knative serving CRDs with #kourier, and you get something that work for requests cross nodes easy. pro and con are, you now have a whole bloody k8s cluster. 🤣 Heavy at start, but light in maintaining after. Especially if this is a #talos or single node #microk8s/#k3s setup. 😅
-
On #k8s, the complexity is on knative rollout. But if you strip down to nothing, it becomes easier. knative serving CRDs with #kourier, and you get something that work for requests cross nodes easy. pro and con are, you now have a whole bloody k8s cluster. 🤣 Heavy at start, but light in maintaining after. Especially if this is a #talos or single node #microk8s/#k3s setup. 😅