Viewing profile — mhink
mhink
HN member- Joined
- Thu, Aug 04, 2011, 8:53 PM UTC
- HN karma
- 1,162
- Public activity
- 325 items
- HN profile
- View on Hacker News ↗
About mhink
Recent public activity
-
comment
Comment #49171806
Oh man, that's a blast from the past, I think I had that book! Was that the one with an aluminum cover?
-
comment
Comment #48676191
I haven't read much of Shakespeare, but the lightbulb moment for me personally was the 1996 "Romeo + Juliet" movie with DiCaprio. The modern contextualization makes it so much easi…
-
comment
Comment #48111027
In fact, a combination of the two is likely to be even more effective. As another commenter mentioned, heuristic-based analysis can generate false positives, but that's less of a p…
-
comment
Comment #47796001
I was gonna post this! I actually kept it bookmarked front and center, and have checked in for awhile. It seems that the agent has been blocked this whole time, waiting for its cre…
-
comment
Comment #47317015
One nitpick I noticed: > String Slicing > You can extract a substring using bracket syntax with a range: s[start:end]. Both start and end are byte offsets. The slice includes start…
-
comment
Comment #47234971
And NTP, if I recall correctly.
-
comment
Comment #46908926
> basterized And yet, it's still somewhat better than the Hacker News comment using bastardized English words.
-
comment
Comment #46853032
> how do you safely let your company ship AI-generated code at scale without causing catastrophic failures? Nobody has solved this yet. Ultimately, it's the same way you ship human…
-
comment
Comment #46653556
To be fair, the phrase "begging the question" makes almost no sense from a modern English perspective- according to Wikipedia, it's already a bad translation of a Latin phrase that…
-
comment
Comment #46592934
Note: the Verge article links to this blog post, describing the situation in more detail: https://www.readmargins.com/p/doordash-and-pizza-arbitrage
-
comment
Comment #45994639
For what it's worth, the first two steps in your lookup would come naturally to a native speaker- it's a suffix formation similar to e.g. "cleanliness" and "friendliness". "Curmudg…
-
comment
Comment #45918009
TFA mentions that they added personality presets earlier this year, and just added a few more in this update: > Earlier this year, we added preset options to tailor the tone of how…
-
comment
Comment #45584731
An article posted elsewhere in the comments ( https://www.theargumentmag.com/p/illiteracy-is-a-policy-choi... ) has a take that might explain a distinction: > Billions of dollars a…
-
comment
Comment #45269285
He does mention at one point that sometime soon it won't be necessary: > Note: This step will become much easier and concise when the sibling-index() and sibling-count() functions …
-
comment
Comment #44986613
Not to dispute too strongly (since I haven't used this functionality myself), but Node.js does have support for true multithreading since v12: https://nodejs.org/dist/latest/docs/a…
-
comment
Comment #44918238
Even though LLMs (obviously (to me)) don't have feelings, anthropomorphization is a helluva drug, and I'd be worried about whether a system that can produce distress-like responses…
-
comment
Comment #44685025
> Interestingly, while the engine has the most moving parts in real life, in code, it's the simplest piece of the entire car simulation. Because at its core, the engine is just a t…
-
comment
Comment #44262079
Similar here. My last name is pretty unusual, but my first name is common, so I generally go by my last name with friends and colleagues. Oddly, I've gotten so used to this that it…
-
comment
Comment #44203396
I actually tried another method for doing this not too long ago (adding `kern.maxfiles` and `kern.maxfilesperproc` to `/etc/sysctl.conf` with higher limits than the default) and it…
-
comment
Comment #43987212
While I do have a lot of love for TVTropes, I think what they're talking about here is a little broader than most of the tropes we see there (although they do have an excellent art…
-
comment
Comment #43723194
> Second, the article suggests that the problem should be introduced to children by casting in in terms of several rules of exchange ("For Alice, the transition vector (−1, −1, 1, …
-
comment
Comment #43655989
Absolutely. I remember being about 14 or 15 years old, reading old .txt files about, like- how to build blue boxes and experiment with the phone system, C programming tutorials for…
-
comment
Comment #43294729
I'll grant that it definitely sounds ambiguous, but I actually think the phrasing "robotic private spacecraft" is more correct in the end. I think this is a fair analogy: suppose w…
-
comment
Comment #42847398
> The thing that I continue to find most confusing is that sometimes a square has a question mark instead of a number. From looking at boards after I lose there does not appear any…
-
comment
Comment #42580313
I really like alacritty + tmux, personally.