Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
graham_king_3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
graham_king_3
1y ago
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 whether you enable reasoning or not.
2.
▲
by
graham_king_3
1y ago
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: 400 - {'error': {'mess
3.
▲
by
graham_king_3
3y ago
Good point, thank you! I added `repr(C)`.
4.
▲
by
graham_king_3
4y ago
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.
5.
▲
by
graham_king_3
4y ago
Thanks for starting a very interesting thread. I re-wrote part of that section based on all the feedback.
6.
▲
by
graham_king_3
4y ago
Fixed, thank you.
7.
▲
by
graham_king_3
13y ago
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't tolerate it in cryptography. Ever
8.
▲
by
graham_king_3
13y ago
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?
9.
▲
by
graham_king_3
14y ago
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, but if you ask around, I'd wager most people who use Linode
10.
▲
by
graham_king_3
14y ago
HN needs a "pin" feature, so this can be top all the time.
11.
▲
by
graham_king_3
14y ago
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.
12.
▲
by
graham_king_3
14y ago
On an unrelated note, that site uses SPDY (looks like it's on app engine or apps for your domain).
13.
▲
by
graham_king_3
14y ago
You can already get a 7" android 4.0 tablet off aliexpress.com for $53, shipping included.
14.
▲
by
graham_king_3
14y ago
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/grahamking/kip
15.
▲
by
graham_king_3
14y ago
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-numbers/ http://www.darkcoding.net/credit-card-generator/
16.
▲
by
graham_king_3
14y ago
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 work for you" to something more descriptive. - Have a promi
17.
▲
by
graham_king_3
14y ago
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.com/group/golang-nuts/search?q=android I certainly hope for
18.
▲
by
graham_king_3
14y ago
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 team we've been having these intelligent thoughtful discussions
19.
▲
by
graham_king_3
14y ago
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(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) It's an interactio
20.
▲
by
graham_king_3
14y ago
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 realise this. Sorry everyone. I will fix the post. Reducing the
21.
▲
by
graham_king_3
16y ago
> 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 controversial, and very poorly funded. The landmark experiment here
22.
▲
by
graham_king_3
16y ago
Click-and-drag might be a challenge.
23.
▲
Are we still doing OOP?
(hackinghat.com)
23 points
by
graham_king_3
16y ago
|
34 comments
24.
▲
by
graham_king_3
16y ago
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.