home.social

Search

495 results for “zeab”

  1. The work from with using keeps getting better. Now you can connect to the database using the wire protocol. From your browser!! 🤯

    I been using the postgres.new (now database.build) for experiments and trying out ideas. Excellent tool already. 😎

    supabase.com/blog/database-bui

  2. The work from #Supabase with using #pglite keeps getting better. Now you can connect to the database using the #postgres wire protocol. From your browser!! 🤯

    I been using the postgres.new (now database.build) for experiments and trying out ideas. Excellent tool already. 😎

    supabase.com/blog/database-bui

  3. The work from #Supabase with using #pglite keeps getting better. Now you can connect to the database using the #postgres wire protocol. From your browser!! 🤯

    I been using the postgres.new (now database.build) for experiments and trying out ideas. Excellent tool already. 😎

    supabase.com/blog/database-bui

  4. The work from #Supabase with using #pglite keeps getting better. Now you can connect to the database using the #postgres wire protocol. From your browser!! 🤯

    I been using the postgres.new (now database.build) for experiments and trying out ideas. Excellent tool already. 😎

    supabase.com/blog/database-bui

  5. The work from #Supabase with using #pglite keeps getting better. Now you can connect to the database using the #postgres wire protocol. From your browser!! 🤯

    I been using the postgres.new (now database.build) for experiments and trying out ideas. Excellent tool already. 😎

    supabase.com/blog/database-bui

  6. Excellent work by the team to get to 1.0! 🎉 are not easy, but getting easier to use. Libraries like loro make that mire viable for usage.

    loro.dev/blog/v1.0

  7. I gotten so used to using for my needs that it feels weird using git directly now. 😅 Like missing a hand. 😄

    sapling-scm.com/

  8. @markus I'm sorry for be the bearer of bad news friend, but here 😭: community.fly.io/t/sunsetting-

    On the plus side, is still being developed. Just not as a service anymore and more as utility. 🫠

  9. @markus I'm sorry for be the bearer of bad news friend, but here 😭: community.fly.io/t/sunsetting-

    On the plus side, #litefs is still being developed. Just not as a service anymore and more as utility. 🫠

  10. @markus I'm sorry for be the bearer of bad news friend, but here 😭: community.fly.io/t/sunsetting-

    On the plus side, #litefs is still being developed. Just not as a service anymore and more as utility. 🫠

  11. @markus I'm sorry for be the bearer of bad news friend, but here 😭: community.fly.io/t/sunsetting-

    On the plus side, #litefs is still being developed. Just not as a service anymore and more as utility. 🫠

  12. @markus I'm sorry for be the bearer of bad news friend, but here 😭: community.fly.io/t/sunsetting-

    On the plus side, #litefs is still being developed. Just not as a service anymore and more as utility. 🫠

  13. 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/

  14. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  15. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  16. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  17. And now I found out about #turso, an #sqlite service provider. 😅 They're using #libsql 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 #litefs cloud is deprecated... It may be a good try. 🫠

    turso.tech/

  18. Yeah... You'll need to fight me to the death to get rid of from my tool belt. 😅 I been able to catch production ending failures thanks to it already. 😁

    Though likely would've done the same. But at the same speed... I'm not so sure. 😅

    I do like and recommend k6 at $dayjob. Still, for these fast integration tests, I cannot think of getting more productive than with hurl. 😎

  19. I'm certain now. Writing server with is considerably better than other libs in languages I tried. That includes , , and even . 🫠

    The library focuses so much on first, you can off load the boilerplate to the generated code. 😎 Focus on the business logic of your api, not instrumenting. 😅

    Funny enough, if I was going with , I would say in python is the equivalent in productivity. 😉

  20. 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/

  21. @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.

  22. After a many moons, I decided to start using instead of . At least for work. 😅 And wow, have things changed. 🤯 is kind of amazing. The same with . It kind of feels like things are in a much better place since podman brought competition. 😎

    docs.docker.com/build/bake/

  23. Discovered today for on critical systems. Very fascinating to see.

    Rust already is quite rigorously tested on the compiler.

    This most likely excites its potential use on planes and other systems. Where well defined locks on foot guns are a must. 😅

    ferrocene.dev/en/

  24. Ok, I clearly was living under a rock. version 256 is packed with updates.

    For me and capsule are the ones I'm most excited about. 😄

    @pid_eins has been an incredible job cataloging it all.

    0pointer.net/blog/announcing-s

  25. I been slowly utilizing instead of raw . 😅

    So far, it makes sense when doing analytical jobs. But for language support, it is far more natural to use DSL features made for languages like in . 😎

    prql-lang.org/book/

  26. @benjamineskola I don't think it is to do it right for agile or waterfall. It's more of planning and keeping track on that plan for the set time. Very much like from way. 😅

    Things change all the time. But that doesn't mean you add new features or change the scope of the project. The goal is to complete at a set time. Not to try to build concepts each sprint and see what sticks. 🫠 You can hear the pain in my words. 😭

  27. Will, I believe it's time to refresh to .

    Quite a lot has come out on this release. 😎 Defaulting to is one I want to try out. 😅
    ubuntu.com/blog/ubuntu-desktop

  28. The whole situation has gotten me thinking of licenses. Far more than I would like. 🫠

    I'm now of the camp either do strong , like , or don't do . Go for something like or instead.

    Everything else in between seems to break apart and be taken advantage of. ⚰️ By both the license holder and the copies. 😅

  29. It was bound to happen. I'm now looking more deeply in what could be possible for a . 😅 Discovered recently the work on and now I got some reading to do. 😎

    dbos-project.github.io/

  30. Found about and OMG!! 🤯 Postgres on wasm. 😍

    This is absolutely incredible. We definitely on a new trend on . Where we challenging the assumption to use for anything. 😅

    github.com/electric-sql/pglite