Viewing profile — olavfosse
olavfosse
HN member- Joined
- Fri, Jul 30, 2021, 9:47 PM UTC
- HN karma
- 55
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About olavfosse
Recent public activity
-
comment
Comment #44366056
My Claude is happy to git restore and try a different approach when it walked itself into a corner ;)
-
comment
Comment #44228962
Very cool! What's the story for chunking PDFs? We've been using Marker and handling markdown->chunks manually.
-
comment
Comment #43672799
Does it work on other languages?
- story
-
comment
Comment #42842193
Can you invite me too? :^) post@olavfosse.no
-
comment
Comment #41204951
Emacs already let's you embed images in comments with iimage-mode
-
comment
Comment #40955674
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
-
comment
Comment #40786571
people are always hating on the cursors, i think they're fun
-
comment
Comment #40786570
people are always hating on the cursors, i think it's fun
-
comment
Comment #40327018
Thanks for making this! It's very useful for solving CTF challenges :^)
-
comment
Comment #39987048
https://reference.wolfram.com/language/ref/SolarEclipse
-
comment
Comment #38556500
> 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 …
-
comment
Comment #38542237
https://biffweb.com/
-
comment
Comment #37725125
Putting out fire with more fire works very well: https://en.m.wikipedia.org/wiki/Controlled_burn
-
comment
Comment #37631868
Source? Anecdotally many people do. It's actually quite good imo considering the native GUI and features like hide-my-email.
-
comment
Comment #36988415
unreadable on mobile is not sufficient
-
comment
Comment #36878822
I'm very curious what your other components are and how you managed to fit 2 3090s in one PC.
-
comment
Comment #36659425
> 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 lan…
-
comment
Comment #36616133
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? …
-
comment
Comment #36594061
$ git commit --allow-empty -m ''
-
comment
Comment #36566239
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 com…