Viewing profile — xh-dude
xh-dude
HN member- Joined
- Wed, Dec 18, 2019, 8:07 AM UTC
- HN karma
- 107
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About xh-dude
No profile information was provided.
Recent public activity
-
comment
Comment #46481044
All of the justification in this moment reads to me like: Trump is giving different segments of his coalition reasons to get off the fence and on his side. It’s something different…
-
comment
Comment #46480986
I don’t think anyone in int’l law is mistaken about the constraint that enforcement is so thoroughly contingent. The argument is just that the stability elicited from int’l law amo…
-
comment
Comment #46480767
One can look at the shadow of drug boat strikes and reasonably conjecture that there are some undisclosed collaborative relationships.
-
comment
Comment #44998211
Pretty much. It’s a counting semaphore underneath.
-
comment
Comment #44076295
Sort of in the middle, id games always felt tight. The engines were immersive not only because of graphics, but basic i/o was excellent.
-
comment
Comment #43957969
Go particularly is a sort of fixed ceiling project. Ian recently had a really pleasant error handling proposal that nonetheless wasn’t going to change the core philosophy of error …
-
comment
Comment #43589413
Petulantly, I’d observe Trump hates or doesn’t believe in knowledge economies. He’s delivering pain to a lot of people in my circles. For all that, a strategic goal of ensuring tra…
-
comment
Comment #42505106
There’s also a regression-to-the-mean problem, the systems really shouldn’t optimize just for the easier cases. I wonder if that’s a direct tradeoff, I think maybe it is with the k…
-
comment
Comment #42499882
The author makes a great case for machine-interpretable standards but there is an enormous amount of work out there devoted to this, it’s been a topic of interest for decades. Ther…
-
comment
Comment #41141074
Thanks for helping the OEIS site stay alive. I was absolutely delighted by it the first time I visited it, decades ago. Equally delighted when I visited recently and saw some “Russ…
-
comment
Comment #41062324
They discuss dogfooding “Sensor Content”, which isn’t “Rapid Response Content”. Overall the way this is written up suggests some cultural problems.
-
comment
Comment #40872157
I don’t see where he’s saying we can’t have automated moderation, though. Rather, just that there’s no 1A rights assumed for BigCorps’ systems, and that there’s a danger to individ…
-
comment
Comment #40869374
I’m confused. ISTM Wu arguing that companies’ right to moderate shouldn’t be constrained by a reading the 1st Amendment too broadly. Am I getting Wu wrong or do you think the 1st s…
-
comment
Comment #38464866
Julia has good ideas, interesting trade-offs here as well. ISTM the deep problem is that there’s so much room for optimization under composition of operations or with invariants no…
-
comment
Comment #37990728
I think you’re right about the class of device. MS can’t just treat ARM-based products the way it does now and make a leap in terms of end-user experience - wondering if this chang…
-
comment
Comment #37679229
The logic for inferring types plays out better for the first. Go limits the depth of searching for type inferences, to keep compilation fast/small/simple. It’s always possible to b…
-
comment
Comment #37440143
I still like channels because they may be a net reduction in the number of concurrency primitives in use, which complicates quantification in the paper - their taxonomy is great, t…
-
comment
Comment #37218774
Oracle
-
comment
Comment #36659378
https://pkg.go.dev/golang.org/x/exp/apidiff might be of interest
-
comment
Comment #36426257
There’s been an emphasis in slog on Handler composition over directly implementing a ton of features. Personally I love it - there are things I’ve needed, that slog can do, that fe…
-
comment
Comment #36425169
Generally it is optimized out. The fine details resemble the analysis of correctness - all the evidence shows people expect per-iteration semantics with considerable frequency, and…
- comment
-
comment
Comment #36159750
Wikipedia suggests Modern begins in the 1860s; the parent post is absolutely correct that it’s more the patronage rather than the artists or styles that drive classification in thi…
-
comment
Comment #36107376
Names would be named if that were really the problem. I don’t think it is. The common thread between this and the Foundation trademark drama is that the Project sucks at coordinati…
-
comment
Comment #36051115
FWIW: slog has been pretty stable for a month or two, and should be officially standard library in go1.21 There was a last round of changes mostly revisiting use of contexts a few …