Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dhfuuvyvtt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
dhfuuvyvtt
2y ago
The real test for AGI is if you put a million AI agents in a room in isolation for a 1000 years would they get smarter or dumber.
2.
▲
by
dhfuuvyvtt
2y ago
What's that got to do with microservices? Edit, because you can avoid those things in a monolith.
3.
▲
by
dhfuuvyvtt
2y ago
See ya Cindy.
4.
▲
by
dhfuuvyvtt
2y ago
Literally Amazon marketplace.
5.
▲
by
dhfuuvyvtt
2y ago
Palestinian "news outlets".
6.
▲
by
dhfuuvyvtt
2y ago
Typescript doesnt blow up when someone passes a legacy assumption into a static typed area of dynamic code. I've seen too many bugs with PHP static typing for it to be worth it in mature systems. It's great in greenfield, but yeah
7.
▲
by
dhfuuvyvtt
2y ago
What makes them happy and what is the best outcome for them in the long run can be different things. Did you read the article?
8.
▲
by
dhfuuvyvtt
2y ago
Takes me around an hour or so to restore a 2tb drive from a HDD NAS with borg. Wasn't a full 2tb, and I might be off by an hour or so as it's been a minute. Usually I dd from the old drive to the new one over USB which doesn'
9.
▲
by
dhfuuvyvtt
2y ago
Why is a tailwind palette generator tailwind?
10.
▲
by
dhfuuvyvtt
2y ago
Its probably to be consistent across each platform, MySQL doesn't support named queries so they are likely avoiding using them for that reason, either that or the docs are old. :)
11.
▲
by
dhfuuvyvtt
2y ago
I'm not sure that's an issue? It would be an odd refactor to add a new side effect to the query you didn't want to apply across the board. More likely you would introduce a new query that would get a new function call. usersW
12.
▲
by
dhfuuvyvtt
2y ago
Simple queries aren't any easier with ORM, that's the point of sqlc, you write the SQL and then call it as a function. There's no extra abstraction or added steps on top. Repeating portions of sql isnt really an issue for me
13.
▲
by
dhfuuvyvtt
2y ago
SQLc isn't just raw SQL. SQLc you write the queries, it generates the boilerplate functions to execute them. This works better than an ORM because you don't have to deal with an ORM.
14.
▲
by
dhfuuvyvtt
2y ago
If you're writing a lot of dynamic queries I think you should opt for a query builder, not an orm. For me, I write almost nothing but static queries, SQLc is just so much nicer to use. I don't mind having to do the odd dynamic que
15.
▲
by
dhfuuvyvtt
2y ago
And then there's me: never left the datacenter in the first place.
16.
▲
by
dhfuuvyvtt
2y ago
Precedent is the win, not the fine. Now anyone can file the same suit and they'll need to settle.
17.
▲
by
dhfuuvyvtt
2y ago
Because they keep turning out to be true?