Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ovao
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ovao
1mo ago
Adversarial review is a thing, but it’s not the thing. Slop begets slop.
2.
▲
by
ovao
1mo ago
That was my read as well: > ...the site had gone through a long approval process, which required public notices and public-comment periods. However, when Gilroy resident Rosa Rodriguez wanted to state her concern about the damage a data
3.
▲
by
ovao
2mo ago
Note that Andrew's since removed the “outright fabrication” bit from his post. No indication of the edit itself though, which is a choice.
4.
▲
by
ovao
4mo ago
I'd say "use it as your database if you know your access patterns make it suitable/well-suited for its use as your database". Even then it will probably not be your only database — if it's part of your MSA/
5.
▲
by
ovao
6mo ago
Do you have any stats on the latter?
6.
▲
by
ovao
8mo ago
Storing them in UTC is valid here also, but their IANA time zone string should also be stored ‘somewhere’.
7.
▲
by
ovao
2y ago
Weird comment. I have three or four Apple devices at the moment and I don’t pay Apple a subscription fee for anything, let alone pay-per-use fees.
8.
▲
by
ovao
2y ago
I posted (about three years ago now) in a Who Wants to be Hired thread. Admittedly, it was kind of on a whim, since I’d just left a job in operations after feeling burnt out, and thought I might dip my toes in the water of software dev full
9.
▲
by
ovao
2y ago
Who’s to say he’s necessarily right? The third approach (or pieces from it) could actually be the right one, even if he doesn’t know it.
10.
▲
by
ovao
2y ago
If you’re referring to game dev specifically, there have been (and continue to be) concerns around the weight of C++ exception handling, which is deeply-embedded in the STL. This proliferated in libraries like the EASTL. C++ itself however
11.
▲
by
ovao
3y ago
I’d be curious to know why you’d say that.
12.
▲
by
ovao
3y ago
Which advertisers have been scamming us? And does that subset encompass everyone who advertises on YouTube?
13.
▲
by
ovao
3y ago
It seems a bit naive, given his list of business successes, to think that the positive things that happen at these companies under his leadership only happen because his employees overcame him as the obstacle to success. I can understand
14.
▲
by
ovao
3y ago
I didn’t make an argument; I posed a question to the parent.
15.
▲
by
ovao
3y ago
Would you argue that the Hamas attack against Israeli non-military citizens on October 7th was an attempt by Palestinians to normalize relations?
16.
▲
by
ovao
3y ago
I don’t think it’s unreasonable at all to argue that YouTube has an effective monopoly in the video sharing space. Yes, there are certainly other platforms — Vimeo, Rumble, etc. — but purely in terms of reachability, YouTube absolutely hold
17.
▲
by
ovao
3y ago
An interesting suggestion, but ‘indeterminate’ maps to nullish values, not to negative values. If you have options such as “oak”, “teak” and “walnut”, and there are some options outside of those, how do you allow users to select neither o
18.
▲
by
ovao
3y ago
> You have to learn the ux anyhow, may as well have the users learn boolean operators This seems like a bit much to ask considering the context, and especially considering “optimal UX” is an untenable proposition to begin with.
19.
▲
by
ovao
3y ago
Getting the UI for that right seems like the real trick. We have checkboxes and radio buttons that are well-understood to give us the thing(s) that are selected or checked, but we don’t have anti- checkboxes.
20.
▲
by
ovao
3y ago
I didn’t experience any issues on my first read through, but on the second visit it now randomly scrolls back to the top of the viewport.
21.
▲
by
ovao
3y ago
And notably, AWS can, and likely does, allocate whatever unused or unpartitioned infra to themselves (or, more pedantically, to Amazon). A perpetual ‘savings plan’.
22.
▲
by
ovao
3y ago
The question would be “by what dimension of interesting”? Quake 3’s source is pretty interesting from the perspective of id just transitioning from C to C++, and famously has an implementation of fast inverse square root. It’s also a pretty
23.
▲
by
ovao
3y ago
This, more increasingly, doesn’t mean building out your own data center. Often this just means you can deploy services to multiple platforms without a dramatic or upending burden of effort. I don’t think startups should necessarily burn cap
24.
▲
by
ovao
3y ago
It’s not a good excuse to not build anything, but quite a good excuse to not build on what others own in such a way that you’re entirely reliant on them. Yes, unless you’re self-hosting your product on a solar-powered server via community-o
25.
▲
by
ovao
3y ago
> Let me zoom in on my browser without the website getting all out of whack. This, weirdly, is a remarkably hard problem. I always like to think that I build sites that will be responsive and will scale correctly when zoomed, but not o
26.
▲
by
ovao
3y ago
Not really true. They can also double as media centers and as Blu-ray players. They’re not very good at the former, but given the apps available for both, they’re at least serviceable.
27.
▲
by
ovao
3y ago
There are useful tricks to changing CSS properties via checkbox state and pseudo-selectors to implement simple modals (which won’t be accessible), but you can’t open a modal <dialog> element without JS. Weirdly, you can close them w
28.
▲
by
ovao
3y ago
Setting up a VPS is pretty easy. Ensuring your VPS is configured to restart your app when the server restarts, maintaining OS and library updates, maintaining security, updating the app itself with simple-enough conventions, and configuri
29.
▲
by
ovao
3y ago
Could someone explain the graph to me? My interpretation of the Y axis (without a legend) is that it’s the number of sites using Htmx among the top 10k/100k/1M sites, but if that’s the case, that doesn’t jive with the numbers deta
30.
▲
by
ovao
3y ago
It’s quite a big change, depending on how many routes are in play. Migrating to App Router is non-trivial. Thankfully, the pages directory model is still just fine, so there’s no immense pressure for existing apps to migrate, and it can be
More ›