- 0 Posts
- 53 Comments
vrighter@discuss.tchncs.deto Privacy@programming.dev•We need private AI before it's too late | Proton261·10 days agowe don’t need ai at all, imho
isn’t that exactly what i said? Betacam (studio) vs betamax (consumer)
betacam was better than vhs, and was used in the broadcasting industry. It was better than vhs.
Betamax, which is the one you’re talking about, is not the same format, and actually equal to or slightly inferior to vhs.
vrighter@discuss.tchncs.deto Programmer Humor@programming.dev•Vibe coding is great for MVP's3·20 days agothe most important thing then is to make a flashy website, and try to unleash that monstrosity unto the world
mandrake was my first. Good memories
vrighter@discuss.tchncs.deto furry_irl@pawb.social•Packing_irl (Art by ShepGoesBlep)English12·2 months agojust this weekend my wife and I wanted to have a barbecue. We packed everything, food drink, tools, barbecue set, charcoal, firestarter etc.
Everything except a lighter
so no. Before llms came around, lots of people were hobby programmers. We learned. Sorry to be blunt, but being a hobbyist is not an excuse. The best programmers I know are hobbyists
vrighter@discuss.tchncs.deto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower21·3 months agoi haven’t come across many. But i have written a lot.
by “completing it” do you mean having something that seems like it works? Or something that you know works? If it’s the former then you’ve just had the computer do the easy part (creating something) and skipped the actually hard part (making it robust).
Are errors handled properly, is all input being validated? If using https, are you actually verifying certificates? This sort of thing
vrighter@discuss.tchncs.deto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower31·3 months agocryptic != complex. Are they cryptic? yes. Are they complex? not really, if you can understand “one or more” or “zero or more” and some other really simple concepts like “one of these” or “not one of these” or “this is optional”. You could explain these to a child. It’s only because they look cryptic that people think they are complex. Unless you start using backreferences and advanced concepts like those (which are not usually needed in most cases) they are very simple. long != complex
vrighter@discuss.tchncs.deto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower51·3 months agoyes, “complex” regexes are quite simple too. Complex regexes are long, not difficult. They appear complex because you have to “inline” everything. They really are not that hard.
vrighter@discuss.tchncs.deto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower41·3 months agodoes the regex search for what you wanted to? Does it work in all cases? Can I be confident that it will find all instances i care about, or will I still have to comb the code manually?
vrighter@discuss.tchncs.deto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower51·3 months agotests can never prove correctness of code. All they can prove is “the thing hasn’t failed yet”. Proper reasoning is always needed if you want a guarantee.
If you had the llm write the regex for you, I can practically guarantee that you won’t think of, and write tests for, all the edge cases.
vrighter@discuss.tchncs.deto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower5·3 months agoyes they can. I regularly do. Regexes aren’t hard to write, their logic is quite simple. They’re hard to read, yes, but they are almost always one-offs (ex, substitutions in nvim).
vrighter@discuss.tchncs.deto Programming@programming.dev•AI coders think they’re 20% faster — but they’re actually 19% slower111·3 months ago1% slowdown is pretty bad. You’d still do better just not using it. 19% is huge!
yes, but that doesn’t help if the software refuses to run on modern java
vrighter@discuss.tchncs.deto Linux@programming.dev•How to use dd in Linux without destroying your disk3·3 months agowhen I need to type a dangerous command, i prepend it with #, so it’s just a comment.
Only when I’m really sure do i go back to the start of the line and remove the #
vrighter@discuss.tchncs.deto Linux@programming.dev•Ubuntu Joins the Movement: X11 Officially Being Phased Out31·3 months ago“i don’t care about that. Hhit was working and now it’s not” - the users
fuck that shit!