Viewing profile — zareith
zareith
HN member- Joined
- Fri, Aug 23, 2024, 4:29 AM UTC
- HN karma
- 39
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About zareith
https://paulgzareith.ink
Recent public activity
-
comment
Comment #48648730
This looks great. I love using pgtyped, but have missed a solution that works well for sqlite.
-
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-…
-
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…
-
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…
-
comment
Comment #48081078
Anyone working on something similar that compiles to go?
-
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…
-
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…
-
comment
Comment #46743108
Vue style attribute directives are imho a far better dx compared to all of the above.
-
comment
Comment #46736688
Cool utility. Horrendous name.
-
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.
-
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.
-
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.
-
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…
-
comment
Comment #43946130
Curious if there is something similar that works with sqlite.
-
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…
-
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 …
-
comment
Comment #43420030
Unrelated tangent, but $300 for non-commercial use with limited features... wow!
-
comment
Comment #43390800
Yes, that would make it ideal.
-
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…
-
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…
-
comment
Comment #42620005
Also: https://mizu.sh/ It embraces a more structured and composable approach and I love that it embraces web-components.
-
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…