Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
olavfosse
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
olavfosse
1y ago
My Claude is happy to git restore and try a different approach when it walked itself into a corner ;)
2.
▲
by
olavfosse
1y ago
Very cool! What's the story for chunking PDFs? We've been using Marker and handling markdown->chunks manually.
3.
▲
by
olavfosse
1y ago
Does it work on other languages?
4.
▲
Datalevin Vector Indexing and Similarity Search
(github.com)
1 points
by
olavfosse
2y ago
|
0 comments
5.
▲
by
olavfosse
2y ago
Can you invite me too? :^) post@olavfosse.no
6.
▲
by
olavfosse
2y ago
Emacs already let's you embed images in comments with iimage-mode
7.
▲
by
olavfosse
2y ago
do people really consider this that much of a hassle takes 1 minute to do and no need to make/remember passwords with a password manager
8.
▲
by
olavfosse
2y ago
people are always hating on the cursors, i think they're fun
9.
▲
by
olavfosse
2y ago
people are always hating on the cursors, i think it's fun
10.
▲
by
olavfosse
2y ago
Thanks for making this! It's very useful for solving CTF challenges :^)
11.
▲
by
olavfosse
2y ago
https://reference.wolfram.com/language/ref/SolarEclipse
12.
▲
by
olavfosse
3y ago
> It would be nice if Biff weren't dependent on various ad-hoc scripts (some in bash, others in babashka), since it means newcomers to Biff (and especially newcomers to Clojure in general) have to install a variety of tools without
13.
▲
by
olavfosse
3y ago
https://biffweb.com/
14.
▲
by
olavfosse
3y ago
Putting out fire with more fire works very well: https://en.m.wikipedia.org/wiki/Controlled_burn
15.
▲
by
olavfosse
3y ago
Source? Anecdotally many people do. It's actually quite good imo considering the native GUI and features like hide-my-email.
16.
▲
by
olavfosse
3y ago
unreadable on mobile is not sufficient
17.
▲
by
olavfosse
3y ago
I'm very curious what your other components are and how you managed to fit 2 3090s in one PC.
18.
▲
by
olavfosse
3y ago
> As I and other have already said, it depends on the specific language. Some languages scope local variables at the function level (irrespective of {} or Begin End), and other languages scope local variables inside the containing {} or
19.
▲
by
olavfosse
3y ago
I understand telling people to "just google it" or "read the fine manual" on support forums where the same repetitive questions are asked a million times, but on hacker news? Why? What is wrong with asking a question tha
20.
▲
by
olavfosse
3y ago
$ git commit --allow-empty -m ''
21.
▲
by
olavfosse
3y ago
While it's correct that each Git commit is a snapshot of the worktree, and not a diff, Git uses copy-on-write / structural sharing, which means that generally speaking adding a commit to your repository is a very cheap operation s