Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brandonasuncion
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
brandonasuncion
6mo ago
I got the same result. I usually use Monaspace by GitHub. Interestingly, they both use texture healing. https://github.com/githubnext/monaspace/blob/main/docs/Textu...
2.
▲
by
brandonasuncion
1y ago
If you look at it that way, I agree. But then the same thing is done for executing Go, which is listed with the other compiled languages.
3.
▲
by
brandonasuncion
1y ago
As a small note, Swift is a compiled language. It uses LLVM as a backend, same as Rust and Clang (C/C++/ObjC). It's currently listed under "Web & typed scripting".
4.
▲
by
brandonasuncion
1y ago
Claims of being "10x faster performance than existing solutions" using a HNSW written entirely in Python is enough to raise alarm bells, vibecoded or not.
5.
▲
by
brandonasuncion
1y ago
I was reading into it and came across your blog post. It's a good followup read. It has better avalanching compared to indexing by `(i * prime) % n`, but at the tradeoff of `n` being restricted to powers of 2.
6.
▲
by
brandonasuncion
1y ago
I use "random" in quotation marks because it communicates the topic effectively and is very straight to the point. Colloquially, when people say "random" in the context of algorithms, it's generally understood to me
7.
▲
by
brandonasuncion
1y ago
Reminds me of a really cool coding trick to get a "random" permutation of an array in O(1) time/memory. https://lemire.me/blog/2017/09/18/visiting-all-values-in-an-...
8.
▲
by
brandonasuncion
1y ago
And for times you need a fast heap-allocated type, Swift's Noncopyable types have been pretty great in my experience. Especially so for graph data structures, where previously retains/releases would be the biggest slowdown. Exampl
9.
▲
by
brandonasuncion
2y ago
I've tried different L-Theanine supplements, and there's definitely a difference in quality across companies... which could help explain the variance in experiences. Unfortunately, there isn't much regulation for supplements
10.
▲
by
brandonasuncion
2y ago
Honestly, I'm welcoming this move to Notion. It's much less cluttered than Medium.
11.
▲
by
brandonasuncion
3y ago
Hi there! I made the initial suggestion to look into Robin Hood hashing when it was first posted on Reddit. Glad to see it make its way into the repo!
12.
▲
by
brandonasuncion
3y ago
Is it possible to finetune an LLM on the factual content without altering its linguistic characteristics? With Stable Diffusion, you're able to use LoRAs to introduce specific characters, objects, concepts, etc. while maintaining the s
13.
▲
by
brandonasuncion
3y ago
Btw, the quantized models are on Huggingface, so step 1 and steps 3-6 can be avoided. (The link is 3/4ths into the llama.cpp README)
14.
▲
by
brandonasuncion
3y ago
Also, Android 1.0 Android 1.1 Android Cupcake Android Donut Android Eclair Android Froyo Android Gingerbread Android Honeycomb Android Ice Cream Sandwich Android Jelly Bean Android KitKat Android Lollipop Android
15.
▲
by
brandonasuncion
3y ago
I really like the font aesthetically, and I'd use it as a coding font. However, the brackets and parentheses look too similar at smaller sizes, and arrows (ie. -> and =>) don't quite line up properly.
16.
▲
by
brandonasuncion
3y ago
Just curious, but have you tried the `equatable()` modifier? It's doc description seems to be closer to what you need than the `id()` modifier. < https://developer.apple.com/documentation/swiftui/view/e