Live data from Hacker News

Viewing profile — zareith

zareith

HN member
Joined
Fri, Aug 23, 2024, 4:29 AM UTC
HN karma
39
Public activity
22 items

About zareith

Fantasy/scifi author

https://paulgzareith.ink

Recent public activity

  1. comment
    Comment #48648730

    This looks great. I love using pgtyped, but have missed a solution that works well for sqlite.

  2. comment
    Comment #48648638

    It may be a good choice for golang, but support for other languages is not as great. I remember creating a PR [1] for some very obvious issues with Typescript generator for better-…

  3. comment
    Comment #48291211

    Marten and Lucky come close. My use cases are fairly minimal though, and the adjacent ecosystem is not as well developed. You likely won't be able to get an out of the box integrat…

  4. comment
    Comment #48290698

    Curious if there are folks (perhaps from ruby community) using crystal for medium/large projects. How has your experience been? I recently tried it out in a hobby project and was p…

  5. comment
    Comment #48081078

    Anyone working on something similar that compiles to go?

  6. comment
    Comment #47859591

    I think this is a step in wrong direction. We really need to move away from this XML inside/alongside JS ugliness prevalent in the webdev ecosystem. What I really want are kotlin s…

  7. comment
    Comment #47768042

    I like the nim language, but the lack of interfaces has been a bit of a turn-off for me. Do nim programmers not see the need for abstracting out behavior in a manner that different…

  8. comment
    Comment #46743108

    Vue style attribute directives are imho a far better dx compared to all of the above.

  9. comment
    Comment #46736688

    Cool utility. Horrendous name.

  10. comment
    Comment #46577762

    Obvious reason would be that all major js libraries have ts definitions available now and if the language is TS based they can all be used without compromising with type-safety.

  11. comment
    Comment #46573060

    The end result seems very close to svelte with runes, except with lower learning curve because we dont have special syntax for things like loops, conditionals etc.

  12. comment
    Comment #43947673

    We can use json type, but the dx around directly using that is not comparable to mongodb. Which is why I was looking for a similar abstraction.

  13. comment
    Comment #43947656

    They seemed to have moved away from that. From https://docs.ferretdb.io/migration/migrating-from-v1 > Unlike v1.x that provides options for PostgreSQL and SQLite as backend, Ferret…

  14. comment
    Comment #43946130

    Curious if there is something similar that works with sqlite.

  15. comment
    Comment #43939773

    This looks cool, love the API. I don't any support for lifecycle hooks (eg. something like onMount when the returned node will be attached to the document) in the component api. In…

  16. comment
    Comment #43433234

    I think an underappreciated library in this space is Logux [1] It requires deeper (and more) integration work compared to solutions that sync your state for you, but is a lot more …

  17. comment
    Comment #43420030

    Unrelated tangent, but $300 for non-commercial use with limited features... wow!

  18. comment
    Comment #43390800

    Yes, that would make it ideal.

  19. comment
    Comment #43387341

    The project looks cool, but I'd strongly recommend against the per-task pricing. This makes budgeting & forecasting difficult to impossible for a lot of teams, and creates wrong in…

  20. comment
    Comment #43377045

    Love this. The proliferation of software that imposes artificial limitations and puts features that can be (and have been) easily performed locally, behind subscriptions is quite f…

  21. comment
    Comment #42620005

    Also: https://mizu.sh/ It embraces a more structured and composable approach and I love that it embraces web-components.

  22. comment
    Comment #41326193

    Zettlr is quite nice. The UI has a few quirks and sometimes does not follow conventions set by other applications, but the wysiwyg interface for markdown offers a great editing exp…