Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_bittere
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Agents kept getting stuck searching for Solar icons; I built a CLI to solve this
(npmjs.com)
1 points
by
_bittere
6mo ago
|
1 comments
2.
▲
by
_bittere
6mo ago
The agents I used kept getting stuck trying to find the right Solar iocon to use. So I built search-solar: a dead simple CLI tool to search Solar icons based on categories and tags. search-solar also returns an import command for using with
3.
▲
Show HN: Hat v0.7.0 – Fast, local automatic file compression and conversion
(github.com)
4 points
by
_bittere
6mo ago
|
0 comments
4.
▲
But How Do LLMs Work? (Part 2: Speak My Language)
(bittere.substack.com)
1 points
by
_bittere
7mo ago
|
0 comments
5.
▲
by
_bittere
7mo ago
It's fascinating to see a project like Bun, already mature enough to run in production, and yet still improving everyday even if it's a 1.1x speedup. To me, that shows how committed the team is to deliver performance.
6.
▲
by
_bittere
8mo ago
Exams in a week! I found out that it's actually pretty easy to fill an entire 150 page notebook with rough work in <2 days.
7.
▲
Show HN: Hat v0.2.0 – An Automatic Image Compressor (support for more formats)
(github.com)
1 points
by
_bittere
9mo ago
|
0 comments
8.
▲
Show HN: Hat – An Automatic Image Compressor
(github.com)
1 points
by
_bittere
9mo ago
|
0 comments
9.
▲
(Accidentally) Training a Dog → Cat Autoencoder
(bittere.substack.com)
1 points
by
_bittere
9mo ago
|
0 comments
10.
▲
But How Do LLMs Work? (Part 1: The 3 Musketeers of Communication)
(bittere.substack.com)
1 points
by
_bittere
11mo ago
|
0 comments
11.
▲
Generation at the Speed of Thought: Speculative Decoding
(bittere.substack.com)
1 points
by
_bittere
11mo ago
|
0 comments
12.
▲
You Can't Play Rock Paper Scissors at Night
(bittere.substack.com)
3 points
by
_bittere
11mo ago
|
0 comments
13.
▲
Show HN: Poddown, a simple, granular podcast episode downloader
(github.com)
1 points
by
_bittere
11mo ago
|
0 comments
14.
▲
Show HN: QuickPaperScissors – A simple, quick rock-paper-scissors web app
(quickpaperscissors.vercel.app)
2 points
by
_bittere
11mo ago
|
0 comments
15.
▲
Turn Any LLM into a Powerful Assistant (All About Tools)
(bittere.substack.com)
1 points
by
_bittere
1y ago
|
0 comments
16.
▲
Thoughts on the Future of LLM Interactivity
(bittere.notion.site)
2 points
by
_bittere
1y ago
|
0 comments
17.
▲
by
_bittere
1y ago
Done, just added E2EE.
18.
▲
Show HN: (Updated) Seen, a simple note-taking app
(seenapp.vercel.app)
1 points
by
_bittere
1y ago
|
3 comments
19.
▲
Lisolve: Exploiting the Lichess Puzzle System
(lisolve.vercel.app)
1 points
by
_bittere
2y ago
|
1 comments
20.
▲
by
_bittere
2y ago
When you open Lichess to solve a puzzle: - The server sends all puzzle information, including the solution, to the client - The client is responsible for validating your moves - The client is also responsible for telling the server whether
21.
▲
Show HN: Poddown, a simple range-based podcast downloader
(poddown.vercel.app)
2 points
by
_bittere
2y ago
|
0 comments
22.
▲
by
_bittere
2y ago
Oh boy... I'll have to look into why that's happening.
23.
▲
by
_bittere
2y ago
Yeah, sure! So there's a few ways you can think about it. In a more general case where you can make no assumptions about what you're rendering, you first render whatever is on-screen (so that you can also calculate their heights a
24.
▲
by
_bittere
2y ago
Thanks for the feedback! Yes, that is true; the scrolling is a big issue right now. Working on it though. Thank you for checking out Seen!
25.
▲
by
_bittere
2y ago
Native HTML? As in actually rendering the 1M divs into the DOM?
26.
▲
by
_bittere
2y ago
You're right The speed is a major issue for everybody. I'll try my best to improve it. Thanks for checking Seen out btw!
27.
▲
by
_bittere
2y ago
No specific reason: it's a great hashing algorithm, and the first that came to mind. I'll look into other hash functions. Thanks for the suggestion! Yes, I believe the two are related (and related to the scroll event handler). I&#
28.
▲
by
_bittere
2y ago
Yup, that is true. And yes, it could really be much faster. This is an early preview though, and I'm working on it! Also, Seen does have search. The problem with making it work with Ctrl+F would be to render all 1M notes (or at least s
29.
▲
by
_bittere
2y ago
You're right, those are some trade-offs I've had to make. Not using Tanstack Virtual Table though, wrote a custom implementation with some help from our friend ChatGPT. I'll look into making it render faster!
30.
▲
by
_bittere
2y ago
While that is true, it's not guaranteed that all notes will be of the same height. Some notes might have more content, some might have less; which is why we need all the fancy JavaScript rendering.
More ›