Viewing profile — jkaptur
jkaptur
HN member- Joined
- Sun, Dec 07, 2014, 7:43 PM UTC
- HN karma
- 2,469
- Public activity
- 505 items
- HN profile
- View on Hacker News ↗
About jkaptur
Recent public activity
-
comment
Comment #48923034
Putting cynicism aside (there's plenty of that here already): there is a theory that people invest in index funds because they don't want to pick individual stocks. They want expos…
-
comment
Comment #48907991
When you say you support "all Excel formulas", which version of Excel do you mean? I assume you don't support CALL and REGISTER... https://support.microsoft.com/en-us/excel/using-t…
-
comment
Comment #48818624
The other thing to keep in mind is that if you have a policy of considering 98% to be "close enough", then it only takes 35 of those decisions to remove over half the population. A…
-
comment
Comment #48128123
I’m not an expert here, but it sounds like you’re forcing a first-order logic problem into a propositional logic box. A “native” first-order logic solver like Z3 might be something…
-
comment
Comment #48038917
> I personally don’t know any colleagues who were good engineers just because they wrote code faster. However, the best engineers I know are usually among the quickest to open an e…
-
comment
Comment #47427836
It's interesting to contrast "Measure. Don't tune for speed until you've measured" with Jeff Dean's "Latency Numbers Every Programmer Should Know" [0]. Dean is saying (implicitly) …
-
comment
Comment #47103928
Canonical essay on this sort of technique: https://www.joelonsoftware.com/2005/05/11/making-wrong-code-...
-
comment
Comment #46915728
To be fair, many of those films do not portray human drivers in the best light.
-
comment
Comment #46652395
(I'm not an expert. I'd love to be corrected by someone who actually knows.) Floating-point arithmetic is not associative. (A+B)+C does not necessarily equal A+(B+C), but you can g…
-
comment
Comment #46625272
https://www.jkaptur.com - I have some plans to add more content, but who doesn't? :)
-
comment
Comment #46423243
There are two extremes here: first, the "architects" that this article rails against. Yes, it's frustrating when a highly-paid non-expert swoops in to offer unhelpful or impossible…
-
comment
Comment #46306679
Another point is that the world is always changing. If you work slowly, you are at much greater risk of having an end result that isn't useful anymore. (Like the author, of course,…
-
comment
Comment #46296084
I think that there are three relevant artifacts: the code, the specification, and the proof. I agree with the author that if you have the code (and, with an LLM, you do) and a spec…
-
comment
Comment #45795911
"Couples often flake together. This changes the probability distribution of attendees considerably" It's interesting to consider the full correlation matrix! Groups of friends may …
-
comment
Comment #45779434
I've heard this called "A Duck" https://blog.codinghorror.com/new-programming-jargon/#:~:tex...
-
comment
Comment #45060993
PowerPoint actually fine - bad communication possible in any medium - pptx in NASA even today! - issue is managers/SMEs communication differences - issues with technical papers - l…
-
comment
Comment #44839618
"... if all knowledge were stored in a structured way with rich semantic linking..." this sounds a lot like Google's "Knowledge Graph". https://developers.google.com/knowledge-grap…
-
comment
Comment #44653570
This essay would benefit from results from computational complexity. P vs NP, of course, but also the halting problem and Rice's theorem: non-trivial semantic properties of program…
-
comment
Comment #44246137
Google was founded in 1998 and you could buy ads on the search results page in 2000. https://googlepress.blogspot.com/2000/10/google-launches-sel...
-
comment
Comment #43862101
Beyond "very likely", it's right there in the paper: https://snap.stanford.edu/class/cs224w-readings/Brin98Anatom... "The research described here was conducted as part of the Stanf…
-
comment
Comment #43829274
Really? That’s very surprising. You can see what this says? https://docs.google.com/document/d/1uYM0vyZiDJbo-5mXmU_6Xtrz...
-
comment
Comment #43826037
> If you aren’t sure what your cofounders are doing, trust your git instinct. That's good advice to not lose your HEAD.
-
comment
Comment #43697852
Validation can serve the purpose of communicating that one person deeply understands the other's problem.
-
comment
Comment #43551000
Including https://xkcd.com/2128/
-
comment
Comment #43549622
I'm interested in learning more about the benefits of MECE - I've never heard that before. In particular, it seems radically different from Divio's system [0], which presents the s…