Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

What are you vibecoding currently?

2»

Comments

  • @rcy026 said: I also use AI heavily for one time internal work. Move all data from this ipam to this new ipam, convert this config, get data from this api and convert it to this, etc etc. One job, run the code once, never use it again. It saves me enormous amounts of time and the risk of anyone being able to exploit it is very close to zero.

    1000% this. It's great for parsing configs and the like. I use it to generate sed commands that would otherwise be too regex-intense for me to reliably do on my own.

    Thanked by 2rcy026 SpeedBus
  • @forest said:

    @rcy026 said: I also use AI heavily for one time internal work. Move all data from this ipam to this new ipam, convert this config, get data from this api and convert it to this, etc etc. One job, run the code once, never use it again. It saves me enormous amounts of time and the risk of anyone being able to exploit it is very close to zero.

    1000% this. It's great for parsing configs and the like. I use it to generate sed commands that would otherwise be too regex-intense for me to reliably do on my own.

    Some of the grep|sed|awk one liners that I've had Claude generate are nothing short of epic. :lol:

    Thanked by 1SpeedBus
  • vibecoding a vibecoding tool that will vibecode a pure agentic workflow.

  • Vibe coding a FUD bot that posts about how bad AI is at coding.

    Thanked by 1stable_genius
  • A desktop plugin for cockpit on RHEL that works.

  • @dbadude said:
    vibecoding a vibecoding tool that will vibecode a pure agentic workflow.

    It's been done: https://steve-yegge.medium.com/welcome-to-gas-town-4f25ee16dd04

    Thanked by 1dbadude
  • "GPT-6-Astra, announce my IPv4 range" (it worked)

    Thanked by 1rpqu
  • Modern Jellyfin/Emby

    Alternative to KVS(Kernel Video Sharing)

    Open source

  • @OpaqueRegistrant said:

    @dbadude said:
    vibecoding a vibecoding tool that will vibecode a pure agentic workflow.

    It's been done: https://steve-yegge.medium.com/welcome-to-gas-town-4f25ee16dd04

    weird... what was he smoking for inventing this. Maybe inspired by children books

  • Since I saw that thread https://lowendtalk.com/discussion/221150/any-sdr-enthusiasts I decided to use AI the way I like it most...

    Me and my guy Claude we're making our own air traffic control surveillance chain at home for fun in the evening... in modern Ada (2022). Modern Ada is cool.

    Input is ADS-B, initially it will be from something like adsb.lol, but then if I don't get bored with that project it could come from a USB dongle thingy and an antenna glued to my window.

    Output is Asterix Category 062 over UDP multicast.

    In between there will be tracking, Kalman filter, track creation etc.

    Claude writes the spec files and the unit tests, I review them (for real, and I ask for changes cause I like my Ada to be a certain way). I write the code, the compiler and Claude review it.

    Ah and Claude will write a display thing as well so we can actually see something, since Cat 062 in Wireshark is not that fun.

    Is this vibe-coding? I'm not sure. It's fun anyway.

  • I'm vibe copying a vibe copier and I'm getting there real fast.

    The only part that's missing is some guy to do a vibe copier first so I can copy it from him, but work on my part is going real strong.

    Thanked by 1Hayzee
  • Im vibing some prosody xmpp server module, my target to make it kinda like BBM in his glorious time - Search user by this Pin, instead of jid.

    My user are need to be trained the diff between jid & email since both has similar format

    Thanked by 1rpqu
Sign In or Register to comment.