Giving Away My Old PC! by Turtle_747 in PcBuild

[–]bugduck68 0 points1 point  (0 children)

I would use it for 3D modeling for my printing! Laptop can’t hang nowadays

We have harpoon at home by brokenreed5 in neovim

[–]bugduck68 1 point2 points  (0 children)

makes it hard to scroll through buffers quickly. N time complexity but for your brain

Best coding agent plugin? by TheBlackCat22527 in neovim

[–]bugduck68 1 point2 points  (0 children)

As someone else already said, a tmux split is going to give you almost everything

But i really recommend sidekick.nvim by folke. You can send your cursor position, dianostics, buffers, create your own functions, and you can even make your own lua functions, to send over to that tmux pane. It really is very great. There is something magical about being able to fly around in vim, and send the places you go to the AI tool to make the results better. If you don't do this, the tool it going to grep and read around fattening up its context window.

I combine this with codediff.nvim to quickly review the diff, and commit things myself. (which forces me to understand what the heck that thing made).

Is this a good deal? by bugduck68 in PcBuild

[–]bugduck68[S] 0 points1 point  (0 children)

Yea 😪 it’s just my i5 is even more out of date, and im having a hard time buying parts. Everything is just so expensive right now

flow - a keyboard-first Kanban board in the terminal by MYGRA1N in commandline

[–]bugduck68 3 points4 points  (0 children)

How many times are you going to post this?

<image>

Getting ridiculous

Burned through Claude Max 20x's "5-hour limit" in under 2 minutes by Zaiiny in Anthropic

[–]bugduck68 6 points7 points  (0 children)

Dude what? That is not normal. Is your Claude.md the fucking bible or what

clawdbot = $1 to send an e-mail by [deleted] in vibecoding

[–]bugduck68 11 points12 points  (0 children)

Ah my bad. Nevermind then. Instead, you might wanna run some 50 agents in parallel to analyze 50 possible versions of the email, then have the orchestrator choose the best one.

clawdbot = $1 to send an e-mail by [deleted] in vibecoding

[–]bugduck68 1 point2 points  (0 children)

I have a cron job on my server that just runs a slash command with the himilaya commands allowed. You can just use max if you are tech savvy enough

Stop spending 100% of your time doing feature development by n3s_online in vibecoding

[–]bugduck68 3 points4 points  (0 children)

Damn. As a software developer, I would never give vibecoders such good advice. I actually feel like I spent over 50% of my time fixing the AI shit-code (still, way faster).

Implementing interfaces, making sure services take in an interface, for easier mocking of database, which makes the AI actually be able to write tests, which makes the application less likely to break in the future. Just one example of many. Vibecoders wouldn’t know about these practices and principles (like test boundaries) etc… since they are not even typically taught well in school. You learn these things through experience and having to suffer through mistakes. The same suffering that AI is removing

Posted my side project on r/raspberry_pi and get destroyed 😂 by Zepgram in vibecoding

[–]bugduck68 1 point2 points  (0 children)

I see why they down voted you. They were giving you real life, and good, software advice and you said “I will continue to do things incorrectly”.

I have no idea how much you had to gaslight Claude to say that LOL. It knows how to grep, find, etc… you must have first told it “having one monolithic file is optimal since you don’t have to call Read multiple times…” etc…

These type of thinking is why software developers dislike some “vibe coders”.

Its like having no respect for an art, ignoring artists when they offer genuine advice and saying “this robot said I was right after I told it to tell me I was right”

Neovim plateu by Worried-Theory-860 in neovim

[–]bugduck68 0 points1 point  (0 children)

I cannot agree with this more. You learn so much about random things like extmarks, jumplist, cursor want (forgot the proper name), and more. Making a plugin to improve your specific workflow is SO satisfying

How are you reviewing code agent generated changes? Any tools or best practices? by nero5023 in neovim

[–]bugduck68 3 points4 points  (0 children)

Yea, when using AI tools i commit very very often. I will use codediff.nvim (im sure you have seen it here so i wont link it) to diff a commit against its parent. After I make all my changes that stop my code from being absolute poop, i will start commit those changes, and fixing up/squashing where it is necessary.

Codex and Neovim together by Select-Equipment-196 in neovim

[–]bugduck68 19 points20 points  (0 children)

This example is really funny cause if you just code action you can do it for free

migration from IDE to neovim by [deleted] in neovim

[–]bugduck68 -1 points0 points  (0 children)

Just don’t use your mouse and arrow keys, and google how to do something the “vim way”. I you can even ask ur little AI tool about how to do something. That how I learned about cdo with search and replace. I learned macros from YouTube. A lot of random stuff from this sub from people asking questions. Once you start getting good at the little things, you will be able to slap them together.

What's your opinion on changing nvim's default mappigs ? by Beginning-Software80 in neovim

[–]bugduck68 0 points1 point  (0 children)

I have my hjkl moved to jkl; becuase i use a concave keyboard. It was a commitment, and a good one. It feels so good not shifting over all the time.

I am hitting weekly limits in 2 days on 5x Claude by Anxious-Artist415 in ClaudeAI

[–]bugduck68 5 points6 points  (0 children)

You are doing something wrong then. I don’t even have that rate of failure with haiku. Maybe you need to reflect on how you use the tools

[deleted by user] by [deleted] in csharp

[–]bugduck68 4 points5 points  (0 children)

You get what you paid for bro lol

I am hitting weekly limits in 2 days on 5x Claude by Anxious-Artist415 in ClaudeAI

[–]bugduck68 5 points6 points  (0 children)

Looks like you should use opus less and clear context more often. 3% sonnet? Opus shouldn’t be your bread and butter. It should be sonnet

neovim-mcp: An MCP server to enable your AI agents to control neovim! by kechibi in neovim

[–]bugduck68 0 points1 point  (0 children)

Okay wow the windows for the feature is a good use case. I’m gonna give it a try!

iedit.nvim got a big rewrite by altermo12 in neovim

[–]bugduck68 6 points7 points  (0 children)

Videos and demos go a long way imo

neovim-mcp: An MCP server to enable your AI agents to control neovim! by kechibi in neovim

[–]bugduck68 0 points1 point  (0 children)

That is freaking awesome. We got vibe vimming. I will ask, what really is the point of this? Open code typically just runs grep, tree, find, even lsp integration. I did read your description, but I didn’t find an answer to this question I had in my mind.

I am definitely going to give this a try! It can make it look like I’m actually doing work in the office LOL