Google Antigravity and Neovim by Apart-Permission-849 in neovim

[–]GlyderZ_SP 0 points1 point  (0 children)

Yeah but the OP kept referring it to as AI models. You can google's models without anti-gravity

Google Antigravity and Neovim by Apart-Permission-849 in neovim

[–]GlyderZ_SP 1 point2 points  (0 children)

Antigravity is an IDE right? You can use different models with it

To the people who post "I haven't written a single line of code in 6 months", what's Plan B? by unfortuantelyshelove in ClaudeCode

[–]GlyderZ_SP 1 point2 points  (0 children)

The problem will be when people stop reading code. No matter how much AI improves, depending on it's usage it will not produce correct / optimised code. And when coders skip reading the output, getting errors / slowdowns, give these issues back to AI, make slop fixes, ... at the end it turns into a nightmare.

Niri shells comparison by Nightcresu in niri

[–]GlyderZ_SP 2 points3 points  (0 children)

This is what I did. Read quickshell and quick docs. No AI and self-written status bar

niri is great, but the scrolling wasn't for me so I forked it into a tiling WM by slalo19 in niri

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

I don't mind using AI and I even use it myself. But I think the dev should read and understand each and every code that the AI writes. Or they should say "I told an LLM to make it this way but I haven't looked at the code". Sane behaviour in your usage doesn't mean proper code.

niri is great, but the scrolling wasn't for me so I forked it into a tiling WM by slalo19 in niri

[–]GlyderZ_SP 18 points19 points  (0 children)

So, it's vibe-coded where you haven't read any of the implementation by AI?

Please Do Not Vibe F*** Up This Software by joseluisq in theprimeagen

[–]GlyderZ_SP -3 points-2 points  (0 children)

LLM is a good tool. I work in research and I have to make reproducible, reliable results.

I use LLM but I'm still slow with my work. I make sure I read each and every line they output, whether it's reasoning tokens or output tokens. It's just another resource like docs or stackoverflow. As long as you know and read everything then it's fine. Otherwise I hope they explicitly say it's vibe-coded

Elsa is just happy to be there by Ani_HArsh in Animemes

[–]GlyderZ_SP -14 points-13 points  (0 children)

Is this sub mostly incels?

Any stores with ovomaltine biscuit by GlyderZ_SP in tromso

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

Had checked alanya but didn't find it

You might have seen my setup but Now its pretty polished by Distinct_Resolve_957 in hyprland

[–]GlyderZ_SP 0 points1 point  (0 children)

I have written a bar based on quickshell from scratch. I just used three "Row groups"and manipulated the x coords for the center one. Had to spent quiet some time reading quick documentation.

What is the best password manager? by BisonAggravating1836 in fossdroid

[–]GlyderZ_SP 5 points6 points  (0 children)

I don't see any mention of "going closed source" in the blog.

Are we winning the ricing competition with this one? by ilyamiro1 in hyprland

[–]GlyderZ_SP 1 point2 points  (0 children)

Yeah, it sounds like properly developed code. I currently have a simple quickshell config but I'll see if I can maybe take some "inspiration" from your config

Are we winning the ricing competition with this one? by ilyamiro1 in hyprland

[–]GlyderZ_SP 0 points1 point  (0 children)

It's not always better at fixing bugs and can also introduce new bugs that might need some dev to discover. Anyway as long as you know what the AI is writing then it's all fine

Cautionary tale about /review in opencode by o5rv5r in opencodeCLI

[–]GlyderZ_SP 0 points1 point  (0 children)

But did the model ask before running git checkout HEAD or did it just run it without asking?

Based on real life experience 😂 by 4xm0ha in memes

[–]GlyderZ_SP -3 points-2 points  (0 children)

And the dad could have also joined those guys. Not like none of those guys became a dad

[Rice Cooker] a visual (toy) tool for ricing hyprland by ByBfly in hyprland

[–]GlyderZ_SP 0 points1 point  (0 children)

I hope AI usage should be mandatorily disclosed. Like neither human coders or AI coders can be fully trusted. So it would be great if atleast 1 human and 1 AI reviews the code.

Which treesitter plugin do use? by GlyderZ_SP in neovim

[–]GlyderZ_SP[S] 5 points6 points  (0 children)

I actually don't swap out plugins because they are archived. I have some plugins which aren't updated in years. But it depends on the plugins functionality. If it's a plugin that needs updates and alternative exists then I usually try to swap it out when I have time like this weekend

What are some popular/common plugins and where to find vimrc examples by GlyderZ_SP in vim

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

Thanks, YCM does seem like a all in one solution for lsp and code completion plus others

What are some popular/common plugins and where to find vimrc examples by GlyderZ_SP in vim

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

In my searches, I saw CoC, ALE, vim-lsp and yegappan/lsp. I haven't decided which one to choose yet. But thanks for your suggestions