Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adrai
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
adrai
6mo ago
Author here. Happy to answer questions about the technical decisions, the data, or the v26.0.0 release.
2.
▲
Show HN: A Vite and React starter kit for real-time chat with no back end
(github.com)
2 points
by
adrai
1y ago
|
0 comments
3.
▲
by
adrai
1y ago
maybe also interesting: https://www.vaultrice.com/blog/alternatives-comparison
4.
▲
Show HN: Internationalizationext selector API – selector t for TypeScript
(locize.com)
1 points
by
adrai
1y ago
|
0 comments
5.
▲
by
adrai
1y ago
now the SDK has some Offline APIs: https://www.vaultrice.com/blog/offline-apis
6.
▲
by
adrai
1y ago
The team at Convex is building an awesome product. You're right that you can absolutely achieve real-time functionality with Convex, but we think about the problem with a different philosophy and focus. The way we see it, it comes down
7.
▲
by
adrai
1y ago
Don't know exactly what you mean by users... users in the Game... probably yes. users in Vaultrice... no, in Vaultrice that would be 1 object (per game) of 1 class
8.
▲
by
adrai
1y ago
Hey, thanks for the great questions! Offline-first: That's a key distinction. The Vaultrice SDK is currently designed for "online-first" and "offline-sometimes" use cases. Its main strength is real-time, consistent
9.
▲
by
adrai
1y ago
and as long as it's used on those and other apps, it will for sure continue to exist ;-)
10.
▲
by
adrai
1y ago
The team behind vaultrice.com is the same team behind locize.com and i18next.com...
11.
▲
by
adrai
1y ago
Yes — that’s exactly the kind of thing Vaultrice is designed for. Think of it like localStorage, but instead of being tied to one browser on one device, the data lives in a globally-available, real-time object. Any change one player makes (
12.
▲
Show HN: Vaultrice – A real-time key-value store with a localStorage API
(vaultrice.com)
43 points
by
adrai
1y ago
|
15 comments
13.
▲
by
adrai
4y ago
The joy and burden of maintaining an open-source project involves the influx of issues and pull requests, constant improvement, dealing with demanding users, and the importance of providing a minimal reproducible example to reduce time and
14.
▲
Unleashing the Full Potential of Internationalizationext: Tips and Tricks
(locize.com)
1 points
by
adrai
4y ago
|
1 comments
15.
▲
by
adrai
4y ago
Explore tips and tricks on how to use i18next, a powerful JavaScript library, to handle internationalization and localization effectively by utilizing features such as namespaces, pluralization, interpolation, fallbacks, context feature and
16.
▲
Internationalization with Next.js 13 and app directory
(locize.com)
2 points
by
adrai
4y ago
|
0 comments
17.
▲
by
adrai
4y ago
I use localistars.com for human translations.
18.
▲
Free tool to translate your i18next resources
(translate.i18next.com)
29 points
by
adrai
4y ago
|
12 comments
19.
▲
by
adrai
4y ago
Like translate.google.com but for i18next. Respects also interpolated values and plurals.
20.
▲
by
adrai
4y ago
This exists also the other way round: For me JS removes some of the frustrations of TS (and Java, C#, etc.)