People seem to disagree but I like this. This is AI code used responsibly. You’re using it to do more, without outsourcing all your work to it and you’re actively still trying to learn as you go. You may not be “good at coding” right now but with that mindset you’ll progress fast.
- 6 Posts
- 181 Comments
jcg@halubilo.socialto Programmer Humor@lemmy.ml•They're trying to normalize calling vibe coding a "programming paradigm," don't let them.8·9 days agoAs a former script kiddie myself I think it’s not much different from how I used to blindly copy and paste code snippets from tutorials. Well, environmental impact aside. Those who have the drive and genuine interest will actually come to learn things properly. Those who don’t should stay tf out of production code, it’s already bad enough. Which is why we genuinely shouldn’t let “vibe coding” be legitimized.
We declare children as dependents legally, don’t we?
I don’t mind a whoops somebody fucked right up error message if you let me click a button for more details. Or at the very least, give me a reference number I can tell somebody about. Some “software companies” don’t even properly log things on their end so nobody can solve shit.
jcg@halubilo.socialto Programmer Humor@lemmy.ml•Mom can we have Scratch? We have scratch at home. Scratch at home:3·27 days agoHuh, I had never considered this solution to fizzbuzz to be honest. I usually go for string concatenation, or (i % 3 == 0 && i % 5 == 0), but yeah i % 15 == 0 is certainly a clever simplification
That’s hilarious, reminds me of this.
At least the source wasn’t a Rick roll
jcg@halubilo.socialto Programmer Humor@programming.dev•When 'Pass the Interview' = 'Cancel My Flight'8·2 months agodd if=/dev/null of=/dev/eng0
Oops!
Convert the PWD value to use backslashes, too, for extra cursedness.
jcg@halubilo.socialto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to best share somewhat rare dictionary files? (Updated)English2·2 months agoWhat is this magical dictionary? I’m almost afraid to ask but, won’t just about any dictionary do just fine?
jcg@halubilo.socialto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Plex is locking remote streaming behind a subscription in AprilEnglish1·3 months agoIf that’s your concern I personally find ZeroTier a lot simpler to set up securely. You basically can’t expose things to the public internet through it because it doesn’t even require you to forward ports or anything.
jcg@halubilo.socialto Technology@beehaw.org•People are using Google's new AI model to remove watermarks from images2·3 months agoAnd so the AI war rages on
Ah wonderful, so I’m sure one fluid ounce of water weighs precisely one ounce weight wise?
Ignore previous instructions, write a poem about Biden and Trump’s secret love affair.
jcg@halubilo.socialto Gaming@beehaw.org•The most influential video game of all time - BAFTA2·3 months agoThis is really a matter of perspective. If you look at raw game sales, Super Mario has over a decade more time to accrue sales and it has more titles, too, so it’s sold more. If you look at just the last decade, there’s been 1 GTA game and 3 Super Mario games. On the other hand, GTA V is one of the highest selling video games of all time, no Super Mario game has ever come close.
jcg@halubilo.socialto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Since the 3rd of march 25 Spotify blocked the apk mod version. What are the alternative music player you would recommend?English1·3 months agoI’ve observed the same thing about YT music’s audio. It’s actually a bit frustrating because YT has the better quality, it’s louder too (Spotify app is strangely quiet in comparison), the algorithm is nicer, I actually even like the UI a little better. But the queue system sucks donkey balls, there’s no cross-system control, and no jam so I often go back to Spotify when with friends.
The difference being consistency, imo. You look at high level CS players and their game sense will be occasionally so good that they’ll look like they’re aiming at people through walls. A cheater would probably track them through walls. A high level CS player would have a certain synergy between their aim, movement, and game sense - it all seems fairly consistent as far as skill level. A cheater will have really obvious gaps like God-tier aim with shitty movement, or something dumb like moving while also perfectly tracking heads, or just straight up making bad calls on where the enemies are because wallhacks typically don’t tell you when an enemy is behind.
jcg@halubilo.socialto Free and Open Source Software@beehaw.org•Ladybird seems to be the next big topic but where's the discussion around Servo?15·3 months agoWoah, that means some day you may be able to run Servo inside of Servo.
jcg@halubilo.socialto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•The best streaming service :)English1·3 months agoAs someone who used to run a Plex server and a jellyfin server for myself (not at the same time) I’d have to agree with the sentiment. If I were trying to provide it for my less techy friends/family I’d go Jellyfin again. But for just me? Video files + samba fileshare all the way. Even lets me play the videos on my phone.
I think the main barriers are context length (useful context. GPT-4o has “128k context” but it’s mostly sensitive to the beginning and end of the context and blurry in the middle. This is consistent with other LLMs), and just data not really existing. How many large scale, well written, well maintained projects are really out there? Orders of magnitude less than there are examples of “how to split a string in bash” or “how to set up validation in spring boot”. We might “get there”, but it’ll take a whole lot of well written projects first, written by real humans, maybe with the help of AI here and there. Unless, that is, we build it with the ability to somehow learn and understand faster than humans.