Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iudqnolq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
iudqnolq
1y ago
When I went browsing through their GitHub I was surprised at how little web-specific code they have. It's basically just their React Native mobile app and a tiny go server. I understand that with a small team they've got to priori
2.
▲
I Made a Subway for My Cats [YouTube] [video]
(youtube.com)
5 points
by
iudqnolq
1y ago
|
0 comments
3.
▲
by
iudqnolq
1y ago
So far each big, unpopular decision by Bezos has led to significant cancellations of paid subscriptions. Since it's happened more than once I don't think it's safe to assume the remaining subscribers are happy either. Bezos c
4.
▲
by
iudqnolq
1y ago
The problem is that opinions are way cheaper. Look at the article currently promoted at the top of Post opinion page: "Trump is off to a good start with an AI action plan" https://archive.is/ERCme Regardless of wh
5.
▲
by
iudqnolq
1y ago
I've found Claude to be terrible at undoing. It feels analogous to what would happen if you put me in front of a broken project without source control that I've never seen before and asked me to fix it without giving me enough tim
6.
▲
by
iudqnolq
1y ago
I have a gut feeling that writing this kind of MCP server can't be the future of software development. I'd expect a two year old AI model to need this kind of handholding, but I don't understand why it's still necessary.
7.
▲
by
iudqnolq
2y ago
> Second date has capabilities of network eavesdropping, MiTM, and code injection This is probably a dumb question but doesn't that require an SSL cert? Obviously the NSA can get someone to issue a cert for a domain they don't
8.
▲
by
iudqnolq
2y ago
Because flexbox & grid are amazing. And you'll probably need it anyway if you ever have to render arbitrary rich text.
9.
▲
by
iudqnolq
2y ago
In what contexts is 0.84 ± 0.16 actually "nearly perfect"?
10.
▲
by
iudqnolq
2y ago
Why should we question that? The most obvious answer would be that women who have a hard time giving birth are more likely to get painkillers and less likely to want a second child.
11.
▲
by
iudqnolq
2y ago
But do the Houthis?
12.
▲
by
iudqnolq
2y ago
> Over the coming days and weeks they will disperse along their orbital plane, and likely also raise their orbital altitude. That's historic data
13.
▲
by
iudqnolq
2y ago
Then tell me where these ones are: https://space.skyrocket.de/doc_sdat/usa-354.htm
14.
▲
by
iudqnolq
2y ago
I misread your comment. It wouldn't make sense to have a non-async sleep in a browser, as it is an event-loop based primarily single-threaded JavaScript runtime.
15.
▲
by
iudqnolq
2y ago
function sleep(ms) { return new Promise((resolve) => setTimeout(() => resolve(), ms) ); }
16.
▲
A computational analysis of potential algorithmic bias on X during the election
(eprints.qut.edu.au)
21 points
by
iudqnolq
2y ago
|
5 comments
17.
▲
by
iudqnolq
2y ago
The money is not actually missing*. Oxfam attempted to add up all the numbers in various PDFs linked on the World Bank's website and got a total that's less than the headline figure in the World Bank's press releases. (See th
18.
▲
by
iudqnolq
2y ago
What about holding down the shift arrow, pressing the down arrow five times, then ctrl-r? In most IDEs replace with an active selection will default to replacing only in the selection.
19.
▲
by
iudqnolq
2y ago
Is groupcache suitable for current use? I don't see commits in years and the issues have reports of panics due to bugs.
20.
▲
by
iudqnolq
2y ago
I'm super new to this so I'm probably missing something simple, but isn't a trigram index one of the canonical solutions for fuzzy search? Eg https://www.postgresql.org/docs/current/pgtrgm.html That
21.
▲
by
iudqnolq
2y ago
Yes, and?
22.
▲
by
iudqnolq
2y ago
I'm quite fond of a little helper like so: createElement({ className: 'p-2 flex justify-end', contents: createElement({ tag: 'img', src: '/os-logo-maps.svg'
23.
▲
by
iudqnolq
2y ago
And yet as a user I sometimes find local-first applications harder to reason about. For some apps I know to force-quit and relaunch the mobile app after reconnecting to the network before opening the website, for example. Distributed system
24.
▲
by
iudqnolq
2y ago
Using an s3 object per key would be too expensive for many use cases. The website is a bit fancy but the readme seems to pretty straightforwardly explain why you might want this. It seems to me like a nice little (13k loc) project that does
25.
▲
by
iudqnolq
2y ago
The door plug could also be spun as a supplier issues. Ultimately this points to poor supplier management at Boeing. Boeing realizes this, and is taking steps to address it including purchasing Spirit.
26.
▲
by
iudqnolq
2y ago
Interesting! I'll definitely check out Wikimedia. My project is for planning hiking trips so the areas I'm searching typically are places in the wilderness that don't have many photos. Right now I'm not doing any ranking
27.
▲
by
iudqnolq
2y ago
I see you're sourcing images from Wikimedia. Have you found any other good sources? I'm working on indexing images by place taken for my own project and am primarily very slowly and jankily enumerating the flickr API. (You can see
28.
▲
by
iudqnolq
2y ago
I like it. A few suggestions; - When in the table explorer it's odd that the primary action - viewing a table - is behind a dropdown menu. maybe clicking the table name opens the browse rows screen and clicking a column opens with a se
29.
▲
by
iudqnolq
2y ago
I respect some of the attorneys working for FIRE quite a lot. They have some great achievements. But I can't support the organization as a whole because their non-legal work is a bunch of nonsense. Their initial statement on pro-Palest
30.
▲
by
iudqnolq
2y ago
I tried it for a while and thought it was helping a lot. Then I happened to use an IDE without it and realized it was increasing my rate of syntax tokens per hour but reducing the rate of features implemented per hour. In particular I was c
More ›