Viewing profile — martinosis
martinosis
HN member- Joined
- Sat, Mar 18, 2023, 3:49 AM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About martinosis
No profile information was provided.
Recent public activity
-
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…
-
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…
- comment