Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jallmann
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jallmann
1mo ago
> I believe the poster was referring to requests from the client to the server having to traverse the HTTP stack, not data coming down from the server via the SSE stream. Ah that's probably correct, I mis-read.
2.
▲
by
jallmann
1mo ago
Sure, but SSE connections in the browser - the typical use case - are persistent, so there shouldn't be frequent re-connecting. Unlike WebSockets, browser SSE also has a built-in recovery mechanism so you don't miss events across
3.
▲
by
jallmann
1mo ago
> I find that if you put a decent bit of engineering effort into that "disaster recovery" synchronisation, it can often act as the main or only synchronisation process for quite a lot of systems. Another benefit is that you get
4.
▲
by
jallmann
1mo ago
A while ago, I noticed some very small oscillations in my Cloudflare R2 bill (1-2 cents / month) and decided to ask about it out of curiosity. Support was tepid - understandable for my $1 / month account - and it wasn't until
5.
▲
by
jallmann
2mo ago
Depending on the error, the grammar, and the parser, it may not be possible to close the function body. Most compilation units are file-based for this reason.
6.
▲
by
jallmann
2mo ago
That leads to the cross-device usability issues from the original post. Even for an experienced engineer, it's a headache to manage multiple devices across multiple sites. With the "cloud password manager" angle there is some
7.
▲
by
jallmann
2mo ago
> want without a PR process that requires hardware authentication or proof of presence Just curious, what do you use for this? I built OTP Guard [1] a few years ago for exactly this problem, although I haven't seen any alternatives
8.
▲
by
jallmann
3mo ago
I thought the same, too. Generally some small amount of inflation is preferable to encourage spending, rather than deflation which discourages it. If you know a $100 item will probably cost $102 later then you're more likely to buy it
9.
▲
by
jallmann
3mo ago
Which translations would you recommend for Crime and Punishment or Dostoyevsky in general? When I'm starting to read a non-English novel, the process of deciding which translation to use is half the fun. The Kent and Berbera (revised G
10.
▲
by
jallmann
3mo ago
Agreed it's a bummer. There's a lot of low-density sprawl in San Diego county which makes effective transit difficult, and because you have to drive everywhere, sentiment trends anti-bicycle. The previous CEO of SANDAG tried to pu
11.
▲
by
jallmann
3mo ago
> I believe with x402 and USDC you can pay as low as $0.000001 per HTTP request with no fees. On-chain transactions are still not free. x402 isn't settled in batches or rolled up anywhere AFAIK, so large volumes of tiny payments are
12.
▲
by
jallmann
4mo ago
The accepted norm is, increasingly, full disk access, regardless of how bad of an idea it is. At a minimum, agents typically will have a way of obtaining new access tokens. Refresh tokens don't solve anything in this case; they just sh
13.
▲
by
jallmann
4mo ago
> OAuth with refresh tokens. Then the LLM slurps up your refresh token. What's next?
14.
▲
by
jallmann
5mo ago
With SQLite, you're basically funneled towards a single-writer / single-process design anyway ... in which case why not use a more traditional condvar + mutex rather than polling?
15.
▲
by
jallmann
5mo ago
This describes my team to a T ... are we working at the same place?!? We actually talk more now which helps, but it is still hard to keep up when everyone is barreling ahead doing their own thing. In addition to more talking, there needs
16.
▲
by
jallmann
6mo ago
This is where curation matters, eg in a newsroom or gallery. Provenance is their job, and if done well, can connect people in a way that an unfiltered social media firehose can't.
17.
▲
by
jallmann
1y ago
> That seems pretty hard to read at a glance, and easy to mistype as a definition. YMMV but let expressions are one of the nice things about OCaml - the syntax is very clean in a way other languages aren't. Yes, the OCaml syntax has
18.
▲
by
jallmann
1y ago
The way I always think about it is in terms of scope. With: let x = v in expr `x` is now available for use in `expr` In essence, an OCaml program is a giant recursive expression, because `expr` can have its own set of let definitions
19.
▲
by
jallmann
1y ago
Linear is actually so slow for me that I dread having to go into it and do stuff. I don’t care if the ticket takes 500ms to load, just give me the ticket and not a fake blinking cursor for 10 seconds or random refreshes while it (slowly) tr
20.
▲
by
jallmann
1y ago
The delta might not be that large these days, with the AI suggestions that Google is placing on search result pages.
21.
▲
by
jallmann
1y ago
Good writeup. > It’s worth noting that DoH (DNS-over-HTTPS) traffic remained relatively stable as most DoH users use the domain cloudflare-dns.com, configured manually or through their browser, to access the public DNS resolver, rather t
22.
▲
by
jallmann
1y ago
Yes, this exactly - I wouldn't call it nitpicky, it is really buried in there. I understand Cloudflare has a ton of other products and features, but the discoverability for CF Tunnels really could be better. Just checked and it's:
23.
▲
by
jallmann
1y ago
I can't say anything about the specifics of this treatment, but in terms of their ability to fully benefit from hearing, it would depend on when they became deaf, and the severity of their deafness. If they were born deaf, or lost hear
24.
▲
by
jallmann
1y ago
Manipulation of reported economic numbers has been an issue in the past, see LIBOR.
25.
▲
by
jallmann
1y ago
Uber is blatantly abusing push notifications for marketing, it is so bad ... for smaller apps this would be an App Store ToS violation and grounds for removal. The double standard with larger apps is very upsetting.
26.
▲
by
jallmann
1y ago
> This is what I like to call a dialect of OCaml. We speak in sometimes and sometimes we gently say it’s zero alloc OCaml. And the most notable thing about it, it tries to avoid touching the garbage collector ...
27.
▲
by
jallmann
1y ago
The linked podcast episode mentions it.
28.
▲
by
jallmann
1y ago
Yes! The book "One From Many" from Dee Hock, the Visa founder, discusses this formation in depth. For a long time, Visa's governance structure was quite unusual due to it being a consortium of stakeholders, some with very dif
29.
▲
by
jallmann
1y ago
> MasterCard and Visa have no business unilaterally, secretly, and unaccountably policing their idiosyncratic idea of moral righteousness That's not why they do it. The reasons are regulatory compliance and risk. Processors would be
30.
▲
by
jallmann
1y ago
Charge it up to 80% in the firmware but show 100% in the UI. Wear leveling algorithms probably do something similar already.
More ›