Elektrine lite

← Feed

@tim@union.place

Post #3682033

2026-07-08 21:58 UTC

@mrfoostang I'm vibe-coding something right now that I would love to at some point possibly release but I honestly don't yet know how I would put it into a shape I'd be comfortable releasing it, as it's been developed almost entirely without line-by-line code review, and I've long been taught that unreviewed code is baaaaaad (and I agree, generally! But the world is changing very quickly in this area).

Replies (1)

  • @mrfoostang@foostang.xyz 2026-07-08 22:24

    @tim@union.place That's kinda where I find it's useful. "Yeah, I can write this script or read this api doc but it's going to take me all day and you already know where to put the semicolons and you read faster than me, so take a shot at it." As a sysadmin I'm primarily writing glue code which can be complex but generally not so complex I can't eyeball it and pick out the problems. Writing a whole app would be scary for me. I also find it very useful to write configuration files, Ansible playbooks, and other infra supports like that which aren't executable code (but can still make a mess if not reviewed). I literally treat it like a junior team member,, although I tell at it more than I would a human 😃

    Open ##3682032