← Home ← Back to /g/

Thread 106276922

14 posts 2 images /g/
Anonymous No.106276922 >>106276970 >>106276998 >>106277318 >>106277713 >>106280113
I am learning go and stuff since i needed to learn a language for the backend of my website thingy, but people are mostly just talking about vibe coding lately, am i really just wastin time learning 2 code?
Anonymous No.106276970 >>106276993
>>106276922 (OP)
>vibe coding the backend
go ahead anon. please send the link right here after kekw.
Anonymous No.106276993 >>106277006
>>106276970
i dont really wanna vibecode because i like normal coding, and i don't really want to vibe code the frontend especially because i dont like JS
i think i need to learn version control as well or something (people are talkin about ai replacing that too)
i wouldn't send the website anyway anon since i don't think ni/g//g/ers would like it much
Anonymous No.106276998 >>106277289
>>106276922 (OP)
I like your worm. Very wholesome.
Anonymous No.106277006 >>106277289
>>106276993
AI isn't replacing shit. It is an evolution of the big data grift. There will be short term dev pain because of AI as it's the hot new shit. Give it a couple of years then there will be more devs than ever hired to fix the fucking mess AI has caused. Also you should code because you like to write code. Fuck what others think.
Anonymous No.106277289
>>106276998
thanks, shes crawling to page 10
>>106277006
i hope you're right anon, who knows im not very knowledgeable of technology news
Anonymous No.106277318 >>106278074
>>106276922 (OP)
Knowing how to code improves the vibe coding experience a ton
Anonymous No.106277320 >>106278074
i am the creator of https://bury.pink and my main site (custom altchan) is written in go

my tip is yes learn go and yes use AI. dual-wield
Anonymous No.106277713 >>106278074
>>106276922 (OP)
If you don't know how to code then you won't make much use of AI. It's wrong often and needs a lot of help, so you'll get filtered after making a few todo apps if you don't know what you're doing.
Anonymous No.106278074 >>106280141
>>106277713
>>106277320
>>106277318
is it just supposed to be a more advanced form of the autocomplete thing that helps you code faster?
Anonymous No.106278177 >>106278216
Why are zoomers too stupid to just benefit from something instead of making a cult out of it?
>Oh my god, I'm actually a docs guy, I won't watch tutorials
>Oh my god, I'm actually more of a 'sense' type, so I watch tutorials instead of reading docs
>Oh my god, I'm actually a vibe coder myself, I won't write my own code
>Oh my god, I'm actually a manual coder, I won't copy paste code
Anonymous No.106278216
>>106278177
no one's talkin like that anon, i have real reasons for not usin javascript
Anonymous No.106280113
>>106276922 (OP)
Vibe code a prototype
Review the code
Rebuild and refactor using in-line AI auto complete

You still need to learn to code to do the last step, but you can make completely functional and moderately secure projects with just AI agents as long as you have a general idea of what to look for. "Run some performance analysis, and take notes on anything that could be improved" "review the code to make sure user input is sanitized"
Anonymous No.106280141
>>106278074
No, install Gemini CLI or Claude Code
They get command line access so they can run any command, make and edit files, etc
They can build an entire project from scratch if you tell them to or you can make them install dependencies etc.
I also use it to organize and rename my files.