Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hikarudo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
hikarudo
7d ago
Very cool! How does the direct TCP mode work?
2.
▲
by
hikarudo
22d ago
Why? The inference server isn't a harness, it's tokens in, tokens out. That's different from a harness.
3.
▲
by
hikarudo
2mo ago
Sounds super interesting! What's your approach?
4.
▲
by
hikarudo
3mo ago
Fun fact: one of Yann LeCun's first 'deep learning' projects was on OCR for postal codes (MNIST).
5.
▲
by
hikarudo
4mo ago
In Japan, I learned to drink water upside down to stop hiccups. Works for me, whereas drinking normally doesn't.
6.
▲
by
hikarudo
4mo ago
Thanks for the correction. You're absolutely right.
7.
▲
by
hikarudo
4mo ago
It's not a market failure, it's just supply and demand. There are many computer components competing for the same resources (fabs, wafers). Demand for GPUs, RAM etc. has increased a lot due to AI, but supply is still the same due
8.
▲
by
hikarudo
5mo ago
WhatsApp is end-to-end encrypted. No one at Meta can read your messages.
9.
▲
by
hikarudo
6mo ago
> Once you reach this stage, the only escape is to first cover everything with tests and then meticulously fix bugs The exact same approach is recommended in the book "Working effectively with legacy code" by Michael Feathers,
10.
▲
by
hikarudo
6mo ago
Also checkout Deepmind's "The Gemma 4 Good Hackathon" on kaggle: https://www.kaggle.com/competitions/gemma-4-good-hackathon
11.
▲
by
hikarudo
6mo ago
One trick I use all the time: You're typing a long command, then before running it you remember you have to do some stuff first. Instead of Ctrl-C to cancel it, you push it to history in a disabled form. Prepend the line with # to comm
12.
▲
by
hikarudo
7mo ago
Why 25%, shouldn't it be 12.5%? 8 ECC bits for every 64 bits.
13.
▲
by
hikarudo
11mo ago
A gentleman's gentleman!
14.
▲
by
hikarudo
1y ago
Here's a great talk by John Hughes, one of the authors of QuickCheck, with real-life examples: https://www.youtube.com/watch?v=zi0rHwfiX1Q
15.
▲
by
hikarudo
1y ago
I used a similar setup for a while: Obsidian for taking notes in markdown, and vscode for coding. Eventually I moved to using vscode for both. My gigantic notes.md file is always open in tab 1, so I can go to it immediately with Ctrl + 1. F
16.
▲
by
hikarudo
1y ago
Also see "I Pencil" by Leonard Read (1958).
17.
▲
by
hikarudo
2y ago
> we've had that idea since at least Hofstadter and his sentient ant nests. A similar idea is present in Herbert Simon's 'The sciences of the artificial', where he describes a sentient city.
18.
▲
by
hikarudo
2y ago
Sincere question: what's wrong with Python f-strings?
19.
▲
by
hikarudo
2y ago
Computer vision. C++ and Python.
20.
▲
by
hikarudo
3y ago
That was Blaise Pascal.
21.
▲
by
hikarudo
3y ago
"Sparks of Artificial General Intelligence: Early experiments with GPT-4" https://arxiv.org/abs/2303.12712
22.
▲
by
hikarudo
4y ago
What an awesome story! Thanks for sharing.
23.
▲
by
hikarudo
4y ago
You can split it up into several files, then concatenate the arrays at runtime.
24.
▲
by
hikarudo
4y ago
Spot on. You've described Peter Naur's "Programming as Theory Building" paper exactly.
25.
▲
by
hikarudo
4y ago
import -window root `date -Is`.png
26.
▲
by
hikarudo
4y ago
Greg Egan's "Permutation City" kind of fits those requirements.
27.
▲
by
hikarudo
4y ago
"A car is a wheel, and is a wheel, and is a wheel, and is a wheel".
28.
▲
by
hikarudo
4y ago
conscious vs unconscious memorization
29.
▲
by
hikarudo
5y ago
The opencv_contrib repo does have a module, called "reg", for direct alignment.
30.
▲
by
hikarudo
5y ago
Here's a very good visual explanation of double descent: https://mlu-explain.github.io/double-descent/
More ›