Live data from Hacker News

Viewing profile — martinosis

martinosis

HN member
Joined
Sat, Mar 18, 2023, 3:49 AM UTC
HN karma
2
Public activity
3 items

About martinosis

No profile information was provided.

Recent public activity

  1. comment
    Comment #46735322

    This is exactly where LLMS shines, but when you get to a larger project,for me everything falls apart since most of the time the application gets way to complex because the LLM try…

  2. comment
    Comment #35205966

    I navigate across my favorites directories at light speed, using this simple alias which uses fzf. alias f='files=$(cat ~/.fzfdirs | fzf) && cd "${files}"' I type f and it fuzzy fi…

  3. comment