Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
vibe coding is just no code and no code is just doing a website using microsoft frontpage.
-
retoor760013d@antigermgerm wow wow wow. Front page was an amazing time. What's the next great software you try to offend? Dreamweaver? Never!
Related Rants
I did see two posts about vibe coding.
While it's a bit hyped and not that convenient yet, I actually vibe coded two applications in Rust / C# using my own vibe coding tool. My vibe coding tool is very convenient since it's a terminal app you can talk to that will read, write and execute on winning systems (Linux). You don't have to copy or paste source code as with other vibe coders.
This project url, binaries and source: https://molodetz.nl/retoor/r. Use free version if you do not have openai key. If you do, use commercial version and configure OPENAI_API_KEY in your env.
It's written in C because I'm crazy.
Since it's written in C it's maybe not convenient as educational resource but it does contain all information you need to let AI control your pc / filesystem and instruction following.
There's also a python module of that software. You can do rpylib.chat("user", "prompt") with it and it'll be a session. I prompted yesterday 150(!!!!)mb with it by batching using python.
The r project supports context (instruction file) that makes it a real local agent. If you're creative, sky is the limit with this tool. I use it all the time. I copied to /usr/local/bin and if I need gpt, I just type r(f) in my terminal or directoy "r [the prompt no quotes needed]". Last example exits the application after result of prompt. If you say "Hey, grade the quality of my script.py from 1-10" it will do that. The options are endless. Ultimate automation tool.
rant
generation
r
vibe coding
c