Viewing profile — bentrevor
bentrevor
HN member- Joined
- Sun, Dec 01, 2013, 11:04 PM UTC
- HN karma
- 8
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About bentrevor
No profile information was provided.
Recent public activity
-
comment
Comment #23188022
reminds me of this screenshot I took when Google had their own neural-net-recognizing-drawings: https://imgur.com/a/PqLpTJy
-
comment
Comment #17948082
There is also https://text.npr.org/ , which was discussed here about a year ago: https://news.ycombinator.com/item?id=15342758 I thought there was a comment in there listing some o…
-
comment
Comment #16075807
It's not quite on-topic, but I was a little surprised that the article didn't mention that Christopher Lee recorded two metal albums about King Charlemagne: https://en.wikipedia.or…
-
comment
Comment #11133564
I usually use iTerm2, but I tried to switch to Terminal the other day because I noticed how much more responsive it is. There were a couple small things that kept me with iTerm2: -…
-
comment
Comment #10682892
I also hate the grey-on-grey, so I made a chrome extension to change it to black-on-white: https://github.com/bentrevor/emblacken . I found a gist with the js and de-obfuscated abo…
-
comment
Comment #10284833
A DIY kit would be great - I would pay for just the parts and instructions.
-
comment
Comment #10206754
Does double jeopardy apply here? As in, can another state sue for the same thing?
-
comment
Comment #10116417
You can use `osascript` to show a popup. Depending on which shell you're using, it would look something like this: for i in {1..4}; do sleep $(expr 60 \* 30) osascript -e 'tell app…
-
comment
Comment #9947424
An awk implementation: https://github.com/ecmendenhall/fmj
-
comment
Comment #9808697
See also: http://www.csnchicago.com/bulls/bulls-draft-pick-bobby-porti...
-
comment
Comment #9385386
I was in San Fransisco this past January, and I was actually stopped by an officer for crossing when the hand was blinking, even though I made it to the other side in time. I think…
-
comment
Comment #8808521
For a second, I was disappointed that chessgames.com didn't have any of the TCEC games to step through. But the article links to the TCEC site, and it has its own interface with mu…
-
comment
Comment #8765712
When I saw this article, I thought "I bet burntsushi wrote it". I've been learning a lot from reading your Go code lately.