Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mavbo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mavbo
15d ago
They traded some 1s and 0s for some different 1s and 0s
2.
▲
by
mavbo
1mo ago
Friends in high places are worth their weight in gold. Anyone want to bet on how much they weigh?
3.
▲
by
mavbo
11mo ago
I play a lot of World of Warcraft on my M3 MacBook Pro which has a native MacOS build. It's a CPU bottlenecked game with most users recommending the AMD X3D CPUs to achieve decent framerates in high end content. I'm able to run sa
4.
▲
by
mavbo
2y ago
AGI led utopia will be pretty easy if we're all under contractual obligation to not criticize any aspect of it, lest we be banished back to "work"
5.
▲
by
mavbo
3y ago
I've found libraries like Zod useful when interacting with external data sources like a database. Slonik[1] uses Zod to define the types expected from a SQL query and then performs runtime validation on the data to ensure that the quer
6.
▲
by
mavbo
3y ago
The provided example under "The problem" shows the biggest footgun in using Tailwind. I think it's an extreme example, and is just as bad as needing classes like "header-lower__wrapper-inner" that just have "di
7.
▲
by
mavbo
3y ago
Have you tried Slonik ( https://github.com/gajus/slonik )? It won't generate types from queries automatically, but it encourages writing SQL vs. a query builder and allows type annotations of queries with Zod. Query
8.
▲
by
mavbo
4y ago
Happy People: A Year in the Taiga by Dmitry Vasyukov. The English narration was written/voiced by Werner Herzog and matches the tone of the documentary perfectly. If you’ve ever had any interest in homesteading, or just getting away fr
9.
▲
by
mavbo
4y ago
I was amazed the first time I looked into the viewfinder of a medium format SLR. After mostly using mirrorless digital cameras, even returning to a 35mm/full frame viewfinder feels like magic. The experience of seeing the image rendere
10.
▲
by
mavbo
4y ago
Not in-depth, but two things that have stood out to me in assessing Render vs Fly are Render's lack of Multi-region apps and release phase scripts for running migrations. Easy multi-region apps seem to be a main selling point of Fly. H
11.
▲
by
mavbo
4y ago
Glad to see progress in this space. I couldn't find anything describing the paradigm used for the JavaScript frontend. From the video, it looks like things are fully server side rendered, i.e. no client side routing as-in SvelteKit or
12.
▲
by
mavbo
4y ago
This is great, I'm not sure why this is being misinterpreted so much. Serving generated HTML from Node using Express many years ago was also great at the time. You can still do that, but in my experience the tooling is quite dated/
13.
▲
by
mavbo
6y ago
This looks great! I've been using Serverless Framework for a project and have not been too satisfied with the experience. Could you explain the integration with that framework a little more? I see the two options for services with Seed
14.
▲
by
mavbo
6y ago
I've been using Dgraph in building some PoCs and it's been great. My current confusion is around the push for a plain GraphQL compliant query endpoint as I'm not sure what the intended purpose is. Presumably it's not for