Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
corysama
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
corysama
4d ago
That's not necessary. If a service has access to the raw audio of a show, it can fingerprint each second of that audio in a way that can be matched in a tiny amount of computation even for a recording in a noisy environment. That can&#
2.
▲
by
corysama
4d ago
I know a guy who made a Shazam-like phone app that can listen to a few seconds of noisy audio and make a fingerprint that can be used to quickly ID those specific few seconds out of a pre-fingerprinted archive of an enormous amount of audio
3.
▲
by
corysama
5d ago
Roughly how old was your nephew when he started using MakeCode?
4.
▲
by
corysama
5d ago
Logo was my introduction to programming. Working on a 1 MHz Commodore64, my masterpiece was a fireworks show that was animated by the fact that the individual drawing commands were so slow you could watch them play out. So, draw a curve fro
5.
▲
by
corysama
6d ago
BTW: https://github.com/ScryptHunter/ComfyUI-YuE2
6.
▲
by
corysama
6d ago
You just need to work your way down to a deeper layer in the https://en.wikipedia.org/wiki/Matrioshka_brain Not the deepest layer. Humans would fry instantly there. But, the warm glow of the third layer down upon the
7.
▲
by
corysama
7d ago
> Who is like, "damn I wish I had a tablet that I could fold up and still barely fit in my pocket"? Me. I get why people like small phones. But, I've have the iPhone Jumbo Huge edition for a long time now. I use my phone a
8.
▲
by
corysama
13d ago
My understanding of Hugging Face is limited to "File Host with Model Cards". Can someone with more understanding explain what the $12 billion value comes from?
9.
▲
by
corysama
20d ago
I distinctly remember as a child watching Garfield the cartoon cat walking on the sofa. I remember explaining to my mother how cool that was that I could actually see him as real as anything. I don't know when that ability faded. I thi
10.
▲
by
corysama
22d ago
So, I know https://cactuscompute.com/needle is designed only to enable tool calling on tiny devices. But, I wonder if anyone has used it as a CPU-side mediator between a tool and a GPU-side local LLM making semi-natural-lan
11.
▲
by
corysama
22d ago
It's an expression. "You're legs broke?" here means "What's stopping you from going to the library and reading a book?"
12.
▲
Optimizing meshoptimizer to process billions of triangles in minutes (2025)
(zeux.io)
64 points
by
corysama
26d ago
|
0 comments
13.
▲
by
corysama
28d ago
I forget the name of the document. But, the US military has a declaration that boils down to "When something goes wrong, blame cannot be shrugged off onto a machine. Somewhere in the chain of responsibility a human will be held account
14.
▲
What happens when a GPU reads memory
(blog.doubleword.ai)
1 points
by
corysama
29d ago
|
0 comments
15.
▲
by
corysama
1mo ago
I know there have been papers and research projects about GS without COLMAP and GS from videos. But, I don't have links handy. Best I can do is link you to https://x.com/RadianceFields and https://radiancefi
16.
▲
by
corysama
1mo ago
On a CPU, hyperthreads are mostly replicated register banks. This allows the CPU to hold the context for 2 threads simultaneously. And, lets parts of a CPU make progress on one thread while the other thread is stalled. CPUs also has a kind
17.
▲
by
corysama
1mo ago
When you dig through the CUDA developer docs instead of the promotional materials, you can develop a view of Nvidia GPUs as having 8-128 processing cores, each with 4 hyperthreads, running 32-lane SIMD for almost everything. Where a lane is
18.
▲
by
corysama
1mo ago
I can imagine abusing this to implement undo-redo for a game editor. Take snapshots. Record actions. Implement undo as: role back to a snapshot and re-run actions from the snapshot to the desired state.
19.
▲
by
corysama
2mo ago
That would be https://martinfowler.com/articles/mechanical-sympathy-princi...
20.
▲
by
corysama
2mo ago
Yep. It's my thesis that early GL APIs feel beginner-friendly because they are so hand-holdy, one-step-at-a-time. But, they end up more complicated when you get serious and they instill bad practices. Instead, the "modern" AP
21.
▲
by
corysama
2mo ago
I still think that OpenGL is a better place to start learning 3D because there is so much less bookkeeping to do regarding memory and concurrency vs. Vulkan. I'm working on a "Post-Modern OpenGL" tutorial that exclusively tea
22.
▲
by
corysama
2mo ago
Writing a Gameboy emulator is a great cure for that ;)
23.
▲
by
corysama
2mo ago
For the joy of building, I'd say LLMs are still great for questions, rapid-prototyping and code reviews. And, beyond that: Who cares what others do? Build what brings you joy. As @petecordell put it: "Telling a programmer there&#x
24.
▲
by
corysama
2mo ago
I'm the opposite. Between work and family, I don't get a lot of time to hole up in a cave with an IDE for fun. Prior to LLMs, it was a struggle to get much of anything done. So, I rarely tried. But, now I can get ideas fleshed out
25.
▲
by
corysama
2mo ago
Lua was specifically designed to be a configuration language https://www.lua.org/history.html Lots of people start out with a non-programmable config format. But, as their situation becomes more complicated, they end up sho
26.
▲
by
corysama
2mo ago
Classic SSAO is very similar to performing an "unsharp mask" based on the depth buffer. This has been proposed "a simple and efficient method to enhance the perceptual quality of images that contain depth information" in
27.
▲
by
corysama
2mo ago
Anyone know if there’s still a community around https://github.com/snabbco/snabb ? This seems like something they would appreciate. Besides that, first use case that comes to mind is that gamedev likes Lua but iOS does
28.
▲
by
corysama
2mo ago
This is a very important paragraph from quern's article > There are few to no side-effects to melatonin use in adults (there is uncertainty about the risks & benefits in children & adolescents28), and it is not addictive or
29.
▲
by
corysama
2mo ago
I’m not a scholar of the fall of SGI. But, I’m sure it has been documented in detail. AFAICT, SGI was a textbook Innovator’s Dilemma case with an expensive enterprise product that’s hard to give up in the face of cheap, low-margin competiti
30.
▲
by
corysama
2mo ago
His Behind the Scenes video for LOVE is one of my favorite developer vids ever. https://m.youtube.com/watch?v=f90R2taD1WQ
More ›