Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kig
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kig
4mo ago
For fun, here's a copy-paste-into-devtools version: (async()=>{const r=await fetch(`data:text/plain;base64,H4sIAAAAAAAAE61UYW/TMBD9K5m1D7a4mbWwCiUKaGMFpA4xbQw+TNPkOZfGzLUj+7IQTfnvKGlXjQESSHzznd+9d753soqd00nZOE3Gu6Tm4t4iJZg
2.
▲
by
kig
4mo ago
Thanks for trying it, sounds like a bug I've been running into for a couple days where the wasm stream decoder does a bad memory access. I made some buffer lifetime fixes, next up a more complete stress test and fuzzing to see if I can
3.
▲
by
kig
4mo ago
Depends on the zoom. With this setup you can transfer about 0.1 B/s per pixel of 60 FPS video. So a 65" screen and 1080p camera at 10 meters away would max out at 2 kB/s with the normal lens (26mm equiv) or 45 kB/s with
4.
▲
by
kig
4mo ago
The handshake details are passed alongside the data so that if a direct connection is successful, the network races the optical transfer.
5.
▲
by
kig
4mo ago
This is cool and minimalistic! I've been noodling on https://qr-send.com which is a slightly more polished version of the "erasure fountain codes + stream of QRs"-idea, inspired by divan's Txqr posts but usin
6.
▲
by
kig
7mo ago
If you want to mess with this at home, I've been vibe coding https://github.com/kig/formalanswer to plug theorem provers into an LLM call loop. It's pretty early dev but it does have a logic rap battle mode.
7.
▲
by
kig
8mo ago
"We leverage APIs like CUDA streams to avoid blocking the GPU while the host processes requests.", so I'm guessing it would let the other GPU threads go about their lives while that one waits for the ACK from the CPU. I once
8.
▲
On Early Detection of Hallucinations in Factual Question Answering
(arxiv.org)
2 points
by
kig
3y ago
|
2 comments
9.
▲
by
kig
3y ago
The researchers found that certain artifacts associated with LLM model generations could potentially indicate whether or not a model is hallucinating. Their results showed that the distributions of these artifacts were different between hal
10.
▲
by
kig
3y ago
Of course I managed to add a "crash every 6 hours" bug today, after a few days of 16+ hour uninterrupted runs :D
11.
▲
Show HN: ArXiv AI Papers Radio
(twitch.tv)
4 points
by
kig
3y ago
|
1 comments
12.
▲
by
kig
3y ago
Around 37 trillion cells, of which 25 trillion are red blood cells. Plus a 100 trillion gut bacteria. The brain is about 0.1 trillion cells, of which 0.02 trillion cells are the cerebral cortex, which is occasionally consulted by the rest o
13.
▲
by
kig
4y ago
1. Your existence is proof that you're made of real matter in the ultimate reality. If you weren't, you wouldn't exist. Just like our simulations are made of real matter in our reality -- whether that's a bunch of electr
14.
▲
by
kig
4y ago
Hi! This is a fun little library I wrote a few years back to make a minimal PostgreSQL client. It's around 400 lines of commented code ( https://github.com/kig/quickgres/blob/master/index.js ), so
15.
▲
Show HN: Quickgres.js, 430 LoC pipelined PostgreSQL client library
(github.com)
6 points
by
kig
4y ago
|
1 comments
16.
▲
by
kig
6y ago
Artist here, thanks for the kind comment! I still like it too, can't believe it's been 20 years already.
17.
▲
by
kig
9y ago
The money that goes to the state in taxes is spent by the state on services provided by the citizens of the state. The alternative is the money going to a tax haven bank account of a multinational. Pat yourself on the back knowing that your
18.
▲
by
kig
9y ago
The biggest difference is that FLIF is an image encoder, SPIF/Multires is a container format. So you can cram lossy 20x compression ratio JPEGs into Multires, optimized for each resolution. Or you could put a simplified SVG for low-res
19.
▲
by
kig
9y ago
Hi, author here. Wow, this was a while ago, I'd forgotten I wrote that. There's a version of this using a directory of images and loads in a bigger picture if you zoom in: http://fhtr.org/multires/ (Note that
20.
▲
by
kig
9y ago
And who could forget the most successful visual programming tool of them all: Photoshop. A relatively simple visual programming language for putting together programs that generate images of various kinds. Most of the things you do are achi
21.
▲
by
kig
10y ago
It's more like you moved to London, got a new lucrative job, and paid zero taxes by squirreling all your income away into a tax haven. And then you want to send that money to your US bank account without paying taxes to anyone. As a re
22.
▲
by
kig
11y ago
The ANGLE shader compiler used in most WebGL implementations already does enforce that loops terminate. The problem is that GPUs don't / didn't have HW interrupts to allow switching between tasks. It's not easily solvabl
23.
▲
by
kig
11y ago
Ok, I'll bite. I found these fascinating. You could live in every one of them, it feels like I'm transported to different times and places, wondering what these people are up to, what's going on, enjoying the sunshine /
24.
▲
by
kig
12y ago
Nokia was really good at competing in big markets. Back when everyone was using their various pre-Android stacks with similar levels of software prowess, Nokia was the biggest phone maker. Because they were competing in the biggest market a
25.
▲
by
kig
13y ago
I can imagine the Elop-to-all-employees memo as MS CEO: Windows 8 is a disaster. Windows 9 is not ready yet and won't be ready for years. We're on a burning oil platform in the middle of the night. The only way to survive is to ju
26.
▲
by
kig
14y ago
Good catch, you can break it by translating JS like this to Finnish: var muu = 0; -> muu muu = 0; and compile back to JS -> var var = 0; I'll need to extend the compiler to escape reserved words in the target language.
27.
▲
by
kig
14y ago
I did a quick Finnish translation as a lark, then found the BabylScript project and added their translations to the page. The main difference between the approaches is that BabylScript does things in a more Right Way (they do punctuation, n