Viewing profile — 333c
333c
HN member- Joined
- Tue, Jul 11, 2017, 2:10 AM UTC
- HN karma
- 846
- Public activity
- 330 items
- HN profile
- View on Hacker News ↗
About 333c
No profile information was provided.
Recent public activity
-
comment
Comment #48914257
I feel the same. So so so many "regular expression denial-of-service" issues at my last job that just didn't seem serious or often reachable.
-
comment
Comment #48237185
I was replying to a comment quoting an official rule saying "no piece can be moved if that exposes or leaves its own king in check." I was pointing out that that specific rule (rea…
-
comment
Comment #48236550
Did you mean putting your opponent in check? In chess, you are not allowed to put yourself in check.
-
comment
Comment #48235247
That's a consequence of not being allowed to put yourself in check (by any means).
-
comment
Comment #47191317
Will we?
-
comment
Comment #46629332
Sometimes HN admins revive quality posts that didn't get much traction when they were first posted. When this happens, the timestamps are updated to make the post look new. I can't…
-
comment
Comment #46598346
The comment you're replying to already mentions this.
-
comment
Comment #46563832
Works best when your meetings are 40 minutes long
-
comment
Comment #46538433
More info on Wikipedia: https://en.wikipedia.org/wiki/Texas_Interconnection > The Texas Interconnection is maintained as a separate grid for political, rather than technical reason…
-
comment
Comment #46514686
Related: https://news.ycombinator.com/item?id=46461563
-
comment
Comment #46374063
steganography — stenography is courtroom transcription
-
comment
Comment #46179911
The AI narration was off-putting, but the video footage was cool.
-
comment
Comment #46012729
The dependency has just come out of the oven, so it's too hot and must cool down ;)
-
comment
Comment #45715817
I would say that's the job of a CTO
-
comment
Comment #45599293
The MacBook Pro has had a 120 Hz screen for nearly half a decade. And of course, external displays can support whatever resolution/refresh rate, regardless of the OS driving them.
-
comment
Comment #45417200
Actually this Reddit post predates that "original source" by several hours: https://old.reddit.com/r/apple/comments/1ntc1gt/the_fcc_has_...
-
comment
Comment #44695434
Not connector related, but I can't tell you how many people use time zones like PST year-round. The ST stands for "standard time," meaning not Daylight Saving Time. Right now, PDT …
-
comment
Comment #44561222
Does narcissist rhyme with arsonist? ("Narsonist")
-
comment
Comment #43916212
I believe that's the point being made by the comment you're replying to
-
comment
Comment #43851059
I think a negative video is a requirement that you upload one before you may continue
-
comment
Comment #42782619
> There are no bans on books discussing such matters. contradicts > Public schools may ban books
-
comment
Comment #42593933
I think your explanation of async, while true, doesn't get at what's special about async. The explanation seems true of (non-parallel) concurrency as well (for example, thread sche…
-
comment
Comment #42126627
I used this feature in the New York subway last week. I didn't know it was new. It's a cool idea, but it didn't work for me. The app said that the train was several stops behind it…
-
comment
Comment #41889718
In Ruby, the `if [condition]` modifier at the end of a line is used for more cases than just assignment. For example, `return if s.blank?` and `raise "invalid" if input.length > 10…
-
comment
Comment #41888248
Yeah, it would be confusing. In Ruby, this would leave spam unmodified.