home.social

Search

495 results for “zeab”

  1. 2 is out and it is impressive! 😁 Great work team. Going to ride through in some personal projects to test out.

    I been moving to flake parts all my things, but still. Would like these dev shell benefits. 😎

    devenv.sh/blog/2026/03/05/deve

  2. Profile control in 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. 😁

    devenv.sh/blog/2025/09/17/deve

  3. now makes have some formatting when an output response. 😍

    I use hurl both home and at work. And while you can use to format, it is really nice not to have to look for another tool when I'm troubleshooting tests. 😎

    hurl.dev/blog/2025/11/26/hurl-

  4. Sweet. 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. 😎

    hurl.dev/blog/2025/03/14/annou

  5. I recently discovered . Basically a light DSL for doing http requests on the terminal.

    Where hurl shines is in testing an or automating and API call. 😎 I went from not knowing the tool, to setting up all my tests with it in a span of a week. 😅

    hurl.dev/

  6. @fabian I have tried both. My take is may be the better option.

    The language is not Turing complete. Instead favoring the Unix philosophy of using other cli tools to extend it. Versus , where you have to think on how to instrument only in the sandbox provided.

    That and getting hurl installed for usage with is considerably easier than having to install an npm package for bru cli.

  7. Ok. This the moment I stop using and maybe , for . 😎

    The implement of without me doing a single thing... Simply start the server... I don't think I need another dns authoritative server. 😉

    Excellent work from !

    blog.dnsimple.com/2026/02/erld

  8. is such an elegant solution to expiration. 😅

    Handling distributed TLS expiration is not exactly a solved problem. So many incidents due to it. Even with notary just being an intermediary, worlds better than managing it all. 🫠

    discourse.charmhub.io/t/beyond

  9. And has a based ci system. Which also supports ... How have I not learned of this before!? I think I'm going to have run this thing for a while. Too much to learn alone. 😅

    blog.tangled.org/ci

  10. I love using #devdocs to get core docs. It makes it really easy to get docs. 😍 You can even have as a #PWA on your phone. However, at a certain point, it just becomes your dev stack for offline docs. 😂

    devdocs.io

  11. I love using to get core docs. It makes it really easy to get docs. 😍 You can even have as a on your phone. However, at a certain point, it just becomes your dev stack for offline docs. 😂

    devdocs.io

  12. It may seem simple enough to get on the browser. But with synchronization baked in, very different tale. work here is pretty amazing. Curious to see how far they can go. 😎

    turso.tech/blog/introducing-tu

  13. Style chose for replication is slick. 😎 I wouldn't have thought hammering s3 to make everything write-through. 😅 Though, it keeps unkindly mess simple.

    I've stuck to copy from and cold start. Slow first, but fast once warm. 😏

    turso.tech/blog/turso-cloud-go

  14. The implementation of keeps getting better. I've built sync engines before. Very much know the complexity enough to choosing NOT do it all myself. 😅
    turso.tech/blog/local-first-cl

  15. So is doubling down on the rewrite of . I'm very excited to see what comes out. 😄

    Without question we in a renaissance of design. 😎

    turso.tech/blog/we-will-rewrit

  16. And now I found out about , an service provider. 😅 They're using fork to make this doable.

    The premise on the service is simple. They build a distributed sqlite set up. You as a user can then use that.

    Knowing full well how to make a distributed sqlite and with backup control, this can take a lot of time. I can see value in that. 😅

    And considering cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  17. Understated how powerful a procfile processor with log handler can be. It's what made shine.

    May seem simple, but immensely powerful once you learn how to tune to your workflow. 😉

    In other words, I'm going to use now. 😁

    aha.io/engineering/articles/ov

  18. I'm definitely having fun hacking away at . 😄

    Right now, getting used to using the import. Which can effectively pull almost any js module. And with being a thing... let's just say silverbullet instance is going to get weird. 😅

    I'm honestly surprised it took this log to learn of this gem. Likely due to my still very much liking . Although... give me a few weeks... I'll likely build my own journaling system on this thing. 😇

    silverbullet.md/API/js

  19. I look away from for a few and a new registry called spins up by the astral peeps. Same who made uv and ruff. 😅

    I've finally started the move to uv and can't turn back now. So this likely the next logical step. 😎
    astral.sh/blog/introducing-pyx

  20. I been messing around trying self hosted options for logs. Mostly to scratch an itch, but also to know what is available in the market.

    is nice, but feels pretty clunky for what I want. Found this thing called , which is kind of brilliant. But right now, I've settled with from .

    It can ingest formatted logs. But you get the ease that was trying to do. I have to say, I'm impressed. 😄

    docs.victoriametrics.com/victo

  21. Been fiddling with as a direct replacement to . At least on database use cases where UUID was already in use. Seems saner. Can potentially help with sorting the keys.

    github.com/ulid/spec

  22. Just learned #CloudAMQP for an alternative 0-9-1 #AMQP server (aka #rabbitmq).

    Never really thought rabbitmq as massively complex. Though I can totally still see the bite marks in distributed queues and cluster set up management. 😅

    lavinmq.com/

  23. Just learned for an alternative 0-9-1 server (aka ).

    Never really thought rabbitmq as massively complex. Though I can totally still see the bite marks in distributed queues and cluster set up management. 😅

    lavinmq.com/

  24. So with 26.04 around the corner, I been prepping to use besides . Nothing wrong with , but the new 50 release hits all my buttons. 😅

    ... Except tiling. I remembered there was a post years ago about better tiling in gnome called . Cue in by @CleoMenezesJr . Absolutely outstanding work in making window management better.

    I think I may found the way. 😎
    floss.social/@CleoMenezesJr/11

  25. The problem of having knowledge is knowing when to use. 😅

    Case in point, right now thinking either activation socket or on for home stuff. 🫠 The goal here is HTTP requests turn on service, does some stuff, and gracefully drains down on idle.

  26. If you haven't already started using , do it! It's the best of both worlds. Simplicity with and full tuning still possible. 😎

  27. @keila I been slowly converting to . The gist is this, you still have all the powers of under you. So if there's a specific style you want, but daisyUI doesn't have the exact preset, you can very much still extend.

    However, if you don't want to fiddle but still have some common sense components, this is the thing you want. 😅

    For me, the collapse components are a treat. 😎 daisyui.com/components/collaps

  28. @teotwaki thank you! I haven't done these in a while, so I'm definitely lacking in these type of events. I used to do the problems daily for years... 😅 But that was years ago. 🤣

    My bet however, this time was mostly time to do it. I had to squeeze between family and work. So like an hour to 2 hours a day at most. Else it was past midnight the next shot. 🫠

  29. Ok. This the moment I stop using #coredns and maybe #powerdns, for #erldns. 😎

    The implement of #CodDel without me doing a single thing... Simply start the server... I don't think I need another dns authoritative server. 😉

    Excellent work from #dnsimple!

    blog.dnsimple.com/2026/02/erld

  30. Ok. This the moment I stop using #coredns and maybe #powerdns, for #erldns. 😎

    The implement of #CodDel without me doing a single thing... Simply start the server... I don't think I need another dns authoritative server. 😉

    Excellent work from #dnsimple!

    blog.dnsimple.com/2026/02/erld