Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zareith
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
zareith
3mo ago
This looks great. I love using pgtyped, but have missed a solution that works well for sqlite.
2.
▲
by
zareith
3mo ago
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-sqlite3 some two years ago which never received any attentio
3.
▲
by
zareith
4mo ago
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 integrated gems for shopping cart, blogging platform, newslette
4.
▲
by
zareith
4mo ago
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 pleasantly surprised at how smooth the overall DX was, a
5.
▲
by
zareith
4mo ago
Anyone working on something similar that compiles to go?
6.
▲
by
zareith
5mo ago
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 style builders or F# style computation expressions.
7.
▲
by
zareith
5mo ago
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 implementations can be switched somewhere else, or is there
8.
▲
by
zareith
8mo ago
Vue style attribute directives are imho a far better dx compared to all of the above.
9.
▲
by
zareith
8mo ago
Cool utility. Horrendous name.
10.
▲
by
zareith
8mo ago
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.
▲
by
zareith
8mo ago
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.
▲
by
zareith
1y ago
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.
▲
by
zareith
1y ago
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, FerretDB v2.x requires a PostgreSQL with
14.
▲
by
zareith
1y ago
Curious if there is something similar that works with sqlite.
15.
▲
by
zareith
1y ago
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 absense of those, I imagine integrating with vanillajs
16.
▲
by
zareith
1y ago
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 flexible wrt. the backend technology choices. At its core, i
17.
▲
by
zareith
1y ago
Unrelated tangent, but $300 for non-commercial use with limited features... wow!
18.
▲
by
zareith
2y ago
Yes, that would make it ideal.
19.
▲
by
zareith
2y ago
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 incentives. It is better to have a per user pricing,
20.
▲
by
zareith
2y ago
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 frustrating. I have been working on a free markdown editor th
21.
▲
by
zareith
2y ago
Also: https://mizu.sh/ It embraces a more structured and composable approach and I love that it embraces web-components.
22.
▲
by
zareith
2y ago
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 experience. And because it is all just markdown files in local