HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kirurik

no profile record

Submissions

Show HN: Osync – A Git and rsync tool for local syncing and backups

github.com
3 points·by kirurik·9 เดือนที่ผ่านมา·0 comments

Search and Replace in Vim

vimregex.com
1 points·by kirurik·9 เดือนที่ผ่านมา·5 comments

comments

kirurik
·6 เดือนที่ผ่านมา·discuss
You can run some models pretty decently using CPU inference only, things like Gemma 3 that are built for exactly that use case or some tiny speech to text models via llama.cpp that I have tested out (not so good). Although not the best for "heavy" tasks, if you just need a decent text generator that can produce more or less sensible, generic output you are good to go.
kirurik
·6 เดือนที่ผ่านมา·discuss
Thank you for replying to me and recommending a feature - that I didnt know about!
kirurik
·6 เดือนที่ผ่านมา·discuss
Saving this
kirurik
·9 เดือนที่ผ่านมา·discuss
I agree, I think there is such a thing as AI overuse, but I would rather someone uses AI to form their points more succinctly than for them to write something that I can't understand.
kirurik
·9 เดือนที่ผ่านมา·discuss
To be fair, you are assuming that the input wasn't garbage to begin with. Maybe you only notice it because it is obvious. Just like someone would only notice machine translation if it is obvious.
kirurik
·9 เดือนที่ผ่านมา·discuss
True, it is meaningless how good one is at vimgolf if it doesn't flow naturally
kirurik
·9 เดือนที่ผ่านมา·discuss
I did the neovim tutorial which I accessed via :Tutor, I see now that vimtutor has some divergences, I will do that tutorial also, to improve my muscle memory and knowledge.

Thanks for your other tips as well. I'll try and approach it that way, just doing it little by little, I don't always need VSCode and for simple edits its already way better than nano, although tbf I didn't take the time to learn all of nanos functionality.

It probably is best to take it slow and not cut corners. Play some vimgolf and take it slow, try to get the base stuff like regex search and replace down. Learning regex well can be applied to other things as well, so it is worth it to practice it in the context of vim.
kirurik
·9 เดือนที่ผ่านมา·discuss
I'm currently learning vim and usign neovim, coming from VScode, wondering how y'all learned it if you made a similar switch, how long it took to learn and your opinions on purely text based editors vs smth like VScode that has a ton of features and plugins.
kirurik
·10 เดือนที่ผ่านมา·discuss
It seems obvious, but I hadn't thought about it like that yet, I just assumed that the LLM was finetuned to be overly optimistic about any user input. Very elucidating.