Absolutely. It’s amazing how many articles showcasing vibe coding is just people reinventing things like a password generator.
- 0 Posts
- 231 Comments
zbyte64@awful.systemsto
Technology@lemmy.world•Dad stuck in support nightmare after teen lied about age on Discord- Ars TechnicaEnglish
1·3 days agoThat’s the point. We should not make our children feel bad for not knowing better when we ourselves aren’t doing any better. Show some fucking empathy instead of saying you’re shit out of luck.
zbyte64@awful.systemsto
Technology@lemmy.world•Dad stuck in support nightmare after teen lied about age on Discord- Ars TechnicaEnglish
12·3 days agoI do get therapy, thanks for the concern random stranger. I hope the same is true for you and that you understand that just because bad things happened to you doesn’t mean we should give such things a free pass and make ourselves emotionally unavailable to empathize with our children.
zbyte64@awful.systemsto
Technology@lemmy.world•Dad stuck in support nightmare after teen lied about age on Discord- Ars TechnicaEnglish
41·3 days agoAmazing parenting to let them hurt themselves and their friends because you couldn’t educate them well enough to avoid a scam.
Edit: I am not saying the parent should have educated the child better, I am just saying when you go down this path of “well you should have known better” then the responsibility is on the parents to teach the kids better.
zbyte64@awful.systemsto
Technology@lemmy.world•Dad stuck in support nightmare after teen lied about age on Discord- Ars TechnicaEnglish
23·3 days agoExhibit A for why everyone needs therapy. I guess it’s little consolation that people reap what they sow.
zbyte64@awful.systemsto
Technology@lemmy.world•Dad stuck in support nightmare after teen lied about age on Discord- Ars TechnicaEnglish
36·3 days agoYou know what’s also a learning experience? Getting mugged. I hope you learn compassion before you learn that lesson.
If it gets it wrong the first time I rarely reprompt. I know I can get it to fix it, but it’s usually faster for me to do it because I already figured out where and what to do the fix. Low key think it’s just a ploy to get us to burn more tokens. Sure correcting it means it writes a few lines to the memory file, but it’s only a matter of time before it trips over that context as well.
I have similar problems whenever I send it to investigate a bug and the local runtime is inside a container. It cannot reliably translate paths without the help of an IDE. Hell, it even occasionally mangles API paths if I have it prefixed elsewhere in the codebase (despite having Claude.md etc, your context needs to be pure for it to be reliable). Having it fix a Dockerfile is comically bad.
Any luck with integrating platform.io? Have a esp32 project but VSCode can’t provide type hinting with it’s main c++ extension that is used by platform.io.
Everything listed should be done before ever getting into code along with business and product partners.
Ehh, it really depends on where the risk is and the problem is LLMs can’t evaluate for that unless you feed it everything. Some projects need code experiments before you settle on an architecture, but that’s only if you’re a pioneer (which frankly is where the money is at).
zbyte64@awful.systemsto
Programming@programming.dev•I just tried vibe coding with Claude
14·4 days agoIn my experience there are three ways to be successful with this tool:
- write something that already exists so it doesn’t need to think
- do all the thinking for it upfront (hello waterfall development)
- work in very small iterations that doesn’t require any leaps of logic. Don’t reprompt when it gets something wrong, instead reshape the code so it can only get it right
The issue with debugging is that it doesn’t actually think. LLMs pattern match to a chain of thought based on signals, not reasoning. For it to debug you need good signals in your code that explicitly tell what it is doing and the LLMs do not write code with that level of observability by default.
Edit: one of my workflows that I had success with is as follows:
- write a gherkin feature file describing desired functionality, maybe have the LLM create multiple scenarios after I defined one to copy from
- tell the LLM to write tests using those feature files, does an okay job but needs help making tests run in parallel.
- if the feature is simple, ask the LLM to make a plan and review it
- if the feature is complex then stub out the implementation in code and add TODOs, then direct the LLM to plan. Giving explicit goals in the code itself reduces token consumption and yield better plans
zbyte64@awful.systemsto
Technology@lemmy.world•Apple rolls out mandatory UK age verification with iOS 26.4, requiring users to provide a credit card or ID, a first in Europe, after UK government pressureEnglish
3·21 days agoPerson unaffected by past bad decisions doesn’t see how that’s a problem.
zbyte64@awful.systemsto
Technology@lemmy.world•Someone Forked Systemd to Strip Out Its Age Verification SupportEnglish
1·21 days agoThis is why we should lock down the OS to prevent people from creating databases of people. There are so many applications out there asking for people’s DOB and that’s because we let people just install whatever app they want. There’s absolutely no positive use case for that.
zbyte64@awful.systemsto
Technology@lemmy.world•PwC will say goodbye to staff who aren't convinced about AIEnglish
13·28 days agoYes, so you should ask for a big discount.
zbyte64@awful.systemsto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
0·29 days agoIt’s an analogy that illustrates that you are doing his PR work in order to serve an unrelated cause. Is that clear enough to understand or do you want to send people with butterfly nets after me?
zbyte64@awful.systemsto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
0·29 days agoYou have two masters and one is problematic. It’s nice that your master said kind things about the other, but you still have two masters.
Edit: I don’t follow the guy, I only know that this is a good thing only IF y’all convince others PewDiePie is a good guy actually.
zbyte64@awful.systemsto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
0·29 days agoI think you make a better point than I did. I am responding to someone looking at a racist act and insisting it wasn’t racist but stupid.
zbyte64@awful.systemsto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
0·29 days agoHe’s too dumb to be intentionally racist but he’s a great spoke person for your cause. 🙄
Two things can be true. Still shouldn’t hold a teenager wholly responsible for being scammed.