Viewing profile — graham_king_3
graham_king_3
HN member- Joined
- Sun, Apr 11, 2010, 5:58 AM UTC
- HN karma
- 64
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About graham_king_3
Recent public activity
-
comment
Comment #45020760
They released deepseek/deepseek-chat-v3.1 shortly after I did the evals, and that's what I now use 20+ times a day for all my questions. It replaces chat-v3 and r1, depending on wh…
-
comment
Comment #45020722
I'm the author of the post. Thanks for highlighting this. It's very confusing. I cannot use it directly in OpenAI's API, even today: > $ llm -m gpt-5-mini Hello > Error: Error code…
-
comment
Comment #38953354
Good point, thank you! I added `repr(C)`.
-
comment
Comment #33310133
You can and they do. The article says: There are four epoll-able ways for processes or threads to communicate: - UNIX socket pairs: man socketpair.
-
comment
Comment #33310060
Thanks for starting a very interesting thread. I re-wrote part of that section based on all the feedback.
-
comment
Comment #33310025
Fixed, thank you.
-
comment
Comment #6027341
That attitude to crypto is pervasive, annoying, and wrong. We don't tolerate the "you're too stupid to use that" attitude in any other part of software development, and we shouldn'…
-
comment
Comment #5487013
An excellent idea. Most of my Twitter consumption now happens from the news.me daily email. This sounds very similar. Has anyone used both? How do they compare?
-
comment
Comment #5208389
There might be better performing hosting providers, and there are definitely lower cost providers than Linode, but I don't love them like I love Linode. It's not entirely rational,…
-
comment
Comment #5055799
HN needs a "pin" feature, so this can be top all the time.
-
comment
Comment #5044059
That's amazing. So much easier to read. I too, now want the world to scroll this way. Hopefully this will trigger innovation in scrolling.
-
comment
Comment #4633850
On an unrelated note, that site uses SPDY (looks like it's on app engine or apps for your domain).
-
comment
Comment #4581498
You can already get a 7" android 4.0 tablet off aliexpress.com for $53, shipping included.
-
comment
Comment #4452182
Great idea. I have a little Python wrapper around that, which also copies the password to your buffer (so you never actually see it), and password generation. https://github.com/gr…
-
comment
Comment #4272044
Very nicely presented. My credit card page and code have been top search result for years - it's about time someone improved upon it! Thanks. http://www.darkcoding.net/credit-card-…
-
comment
Comment #4137544
People who know seem excited about this, so I spent two minutes following links. I still have no idea what ifttt is. This would help: - Change the tagline from "Put the Internet to…
-
comment
Comment #3977888
Brad Fitzpatrick, one of the core Go developers, used to work on Android. There are regular discussions on the golang-nuts mailing list about Go on Android: https://groups.google.c…
-
comment
Comment #3864456
I've been using Ginger for ~ 6 months (I work for Lincoln Loop), and it's appeal is difficult to describe. It doesn't really _do_ anything, there's no clever features, yet as a tea…
-
comment
Comment #3751285
Yes, thank you! Adding this line to the two-writes Python version (memg-slow.py on github) makes it about as fast as the single write version (memg.py on github): sock.setsockopt(s…
-
comment
Comment #3746960
I'm the author of the original post. The difference has nothing to do with epoll, these comments are correct. Thanks particularly to codeape for his pull request which made me real…
-
comment
Comment #2099161
> Is it possible that lab conditions affect the psychology of the animal? (i.e. who won't be depressed spending your life in a cage) Yes, although that view seems both controversia…
-
comment
Comment #1488812
Click-and-drag might be a challenge.
- story
-
comment
Comment #1256433
Flot. JS / Canvas library, supports excanvas for IE. Good looking, straightforward. http://code.google.com/p/flot/ I have been using it for a while in production, am happy with it.…