Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thedufer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
thedufer
8mo ago
> Can't log in when standing up This reminds me of a recent issue I had. I had just gotten a new laptop from IT. While picking it up from them, I had generated myself a password, put it in my password manager on my phone, and then e
2.
▲
by
thedufer
10mo ago
OCaml predates multicore CPUs. Having a global lock was basically free at the time it was invented. It's totally crazy to dislike a language because the authors made a decision that was obviously correct at the time.
3.
▲
by
thedufer
11mo ago
> if you reduce latency from one second to a hundred milliseconds, could you celebrate that you've made it 10x faster Yes you can, because speed has units of inverse time and latency has units of time. So it could be correct to say
4.
▲
by
thedufer
1y ago
> you actually need to get a service ticket (TGS) If we're being pedantic, TGS ("ticket granting server") is the service you get service tickets from. Service tickets are (occasionally) abbreviated ST, as you'd expect
5.
▲
by
thedufer
1y ago
That's an interesting update. I remain a bit skeptical based on the fact that the obvious sources I'd look to for this sort of thing haven't updated on that study (it seems to be https://www.tandfonline.com/do
6.
▲
by
thedufer
1y ago
> At the same time 3.5 billion birds die hitting glass of the buildings. Do you have a citation for this? Are you comparing North American cat deaths to worldwide building collisions? Estimates I'm seeing of North American center ar
7.
▲
by
thedufer
1y ago
I'm not sure what conclusions you think we should draw from that. California's advantage over Washington is primarily one of size - Washington's GDP per capita is actually about 3% higher than California's. The most gene
8.
▲
by
thedufer
1y ago
Typewriter keys cost money, and dropping the 1 allowed them to drop a key without significantly affecting the use of it. As far as I can tell, that's effectively the entire rationale. This wasn't meaningfully the case prior; the p
9.
▲
by
thedufer
1y ago
Labeled tuples are effectively order-independent. Your implementation's order has to match your interface's order, but callers can destruct the labeled tuples in any order and the compiler will do the necessary reordering (just li
10.
▲
by
thedufer
1y ago
Why would that be more correct? A trailing dot indicates that a domain is fully-qualified, but that's not the issue here. The browser is trying to decide whether your query is a search string or a URL. Also, a trailing dot would indica
11.
▲
by
thedufer
1y ago
> But you'll never get a test that can prevent errors like name@gnail.com, name@gmaip.com, nane@gmail.com etc. So is it really worth doing any checks at all? You can do quite well at this, if you're willing to not restrict your
12.
▲
by
thedufer
1y ago
Putting a slash '/' at the end consistently gets you there, at least in Chromium-based browsers. We use this a lot at work (via DNS search suffixes, not private TLDs).
13.
▲
by
thedufer
1y ago
I think the author was pointing at the fact that "Venessa" looks like a typo.
14.
▲
by
thedufer
1y ago
> I'm curious though, what is your solution to this? Cookies work fine, and are the usual way auth is handled in browsers. > Secondly, not every client is a browser (my OpenAI / fine tune example is non-browser based). That&
15.
▲
by
thedufer
1y ago
I don't understand the advantages of recreating SSE yourself like this vs just using SSE. > SSE always breaks and requires client side retries to get it to work Yeah, but these are automatic (the browser handles it). SSE is really
16.
▲
by
thedufer
2y ago
> But, oh!, the poor ints. Empirically this is a rather low cost. IIRC, the extra ops add less than a cycle per arithmetic operation, due to amortizing them over multiple operations and clean pipelining (and also things like shifts just
17.
▲
by
thedufer
2y ago
> I don't get it. What is it reserved for then, if the int size is determined when the runtime is built? How can that possibly affect the runtime use of ints? Types are fully erased after compilation of an OCaml program. However, th
18.
▲
by
thedufer
2y ago
> which has a pub date from Oct 19, 2022 I think you're misinterpreting this. That's just the date the most recent version of the library was published. The library is something like 15 years old. > the standard integer data
19.
▲
by
thedufer
2y ago
18f built but did not then manage login.gov. It was handed off elsewhere. The implication of them managing it was that disbanding 18f left login.gov ownerless (or at least handed off to some group that knows nothing about it) which does not
20.
▲
by
thedufer
2y ago
I would assume they're pointing at the comment at the top of this thread ("They built / manage login.gov?") rather than the article itself.
21.
▲
by
thedufer
2y ago
> is pretty straightforward to accept without fear of charge-backs or fraud Well yeah, it's a great option for the seller . You get non-recourse cash before shipping the item. The real question is why people are willing to send it
22.
▲
by
thedufer
2y ago
> Now, why Junio thought deciseconds was a reasonable unit of time measurement for this is never discussed, so I don't really know why that is. xmobar uses deciseconds in a similar, albeit more problematic place - to declare how oft
23.
▲
by
thedufer
2y ago
Ah, we draw a distinction between checked-in generated code and JIT generated code, and the former does show up in code review (which is sometimes the point of checking it in - you can easily spot check some of it to make sure the generator
24.
▲
by
thedufer
2y ago
I have both and they certainly each have their place. The Steam Deck has a much wider variety of games and can handle heavier graphics loads, but it is too heavy to be all that comfortable for handheld use, and the Switch is in my mind the
25.
▲
by
thedufer
2y ago
Our code review process involves a reviewer explicitly taking ownership of the PR, and I think it's a reasonable expectation with the right practices around it. A good reviewer will request a PR containing 1000s of lines be broken up w
26.
▲
by
thedufer
2y ago
All of the months with numerical prefixes are wrong by the same offset, though. So as long as you remember that as well, it can be useful. Particularly since they're the last ones and thus take the longest to count to.
27.
▲
by
thedufer
2y ago
September is a funny choice to use as an example, because it is named after a number (sept-: prefix, 7). The wrong number, though.
28.
▲
by
thedufer
2y ago
In fact, it sounds like the 40% includes all exits, including those that returned only 1x. That would mean that the 60% is all 0s, and that the chart shows a negative total return in all rows, without even discounting for the holding perio
29.
▲
by
thedufer
3y ago
I didn't realize this was becoming more common. It seems far more uncomfortable for everyone involved, although based on the comments it does seem like some people appreciate a phone/Zoom call. I don't really understand why
30.
▲
by
thedufer
3y ago
Gap insurance covers a tightly-bounded amount of loss (it will never pay out more than the remainder of your loan), which is why it's so cheap. That's also why it's a great target for self-insurance - you know exactly how mu
More ›