Live data from Hacker News

Viewing profile — olavfosse

olavfosse

HN member
Joined
Fri, Jul 30, 2021, 9:47 PM UTC
HN karma
55
Public activity
21 items

About olavfosse

https://olavfosse.no

Recent public activity

  1. comment
    Comment #44366056

    My Claude is happy to git restore and try a different approach when it walked itself into a corner ;)

  2. comment
    Comment #44228962

    Very cool! What's the story for chunking PDFs? We've been using Marker and handling markdown->chunks manually.

  3. comment
    Comment #43672799

    Does it work on other languages?

  4. story
  5. comment
    Comment #42842193

    Can you invite me too? :^) post@olavfosse.no

  6. comment
    Comment #41204951

    Emacs already let's you embed images in comments with iimage-mode

  7. 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

  8. comment
    Comment #40786571

    people are always hating on the cursors, i think they're fun

  9. comment
    Comment #40786570

    people are always hating on the cursors, i think it's fun

  10. comment
    Comment #40327018

    Thanks for making this! It's very useful for solving CTF challenges :^)

  11. comment
    Comment #39987048

    https://reference.wolfram.com/language/ref/SolarEclipse

  12. 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 …

  13. comment
    Comment #38542237

    https://biffweb.com/

  14. comment
    Comment #37725125

    Putting out fire with more fire works very well: https://en.m.wikipedia.org/wiki/Controlled_burn

  15. comment
    Comment #37631868

    Source? Anecdotally many people do. It's actually quite good imo considering the native GUI and features like hide-my-email.

  16. comment
    Comment #36988415

    unreadable on mobile is not sufficient

  17. comment
    Comment #36878822

    I'm very curious what your other components are and how you managed to fit 2 3090s in one PC.

  18. 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…

  19. 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? …

  20. comment
    Comment #36594061

    $ git commit --allow-empty -m ''

  21. 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…