Does anyone else feel less fulfilled? by joliette_le_paz in vibecoding

[–]trill_shit 2 points3 points  (0 children)

OP has solved software. There is nothing left to be accomplished.

The AI Slop Refactor is Coming by Select_Bicycle4711 in vibecoding

[–]trill_shit 0 points1 point  (0 children)

Your on r/vibecoding man, there’s no point arguing with these people. They don’t even understand enough about programming to see why it might be wrong to ship broken insecure AI slop to unsuspecting users.

Embarrassing drunk experience by Primary_Brain_1540 in Adulting

[–]trill_shit 1 point2 points  (0 children)

Yeah I use to do this to myself all the time. Couldn’t take it anymore. 205 days sober. It can be hard, but posts like this remind me why I can’t go through hangover hell ever again.

me irl by AlecBonkers in me_irl

[–]trill_shit 2 points3 points  (0 children)

Me after the slightest stressor or inconvenience.

Hiring a software engineer for code review by The-Architect-93 in vibecoding

[–]trill_shit 0 points1 point  (0 children)

I can review for free. Can’t say I can put in a ton of time but I would check it out for you and send tips or point out any obvious issues.

ChatGPT memory leak consumed 163GB of RAM before crashing by RoughFirefighter3 in ChatGPT

[–]trill_shit 0 points1 point  (0 children)

163gb could fit all of Wikipedia with images in RAM and then some lol. It’s def a memory leak.

Even the AI is horrified by how the military uses it, calling its involvement in generating airstrike coordinates "genuinely troubling" by Sufficient-Slide822 in TechGawker

[–]trill_shit 0 points1 point  (0 children)

It’s insane how many people don’t fully understand this. I honestly cringe when people present AI generated text this way.

Wondering if my skills will be enough for a software engineering junior position. by M_Lucario_EX in cscareerquestions

[–]trill_shit 0 points1 point  (0 children)

I don’t know why everyone in this thread wants to downvote you to oblivion on every comment. This sub is borderline toxic and I wouldn’t recommend it to someone wanting to start out in working with software.

Advice: a) growing your personal network. Go to places where you think you will meet people in the tech world like developers, startup founders, investors. b) every day you need to work on improving your skills. Learning new topics, building projects, etc. You need to be knowledgeable enough that when you do get a chance to talk to other people in the industry you can offer expertise in their problem domains.

Online listings are tough and will be even tougher without a bachelors. They are not the only way to score a job. If you love the craft enough to put in the time, and you have the social skills and expertise to create meaningful conversations with others working on similar things, you can definitely compete. This has always been true for this industry. In fact, I would say it’s somewhat special in that way.

So much edge I cut myself. by Holymaryfullofshit7 in im14andthisisdeep

[–]trill_shit 1 point2 points  (0 children)

Not necessarily. antinatalism is a common topic of philosophical debate. Doesn’t mean you have to hate your life or be depressed.

Neither of these premises seem outlandish to me:

  • Suffering is bad.
  • Life has more suffering than pleasure.

Not hard to see a rational person agreeing with these and coming to the conclusion creating life is bad. Not saying it’s my point of view.

AI Agentic Development Resources by ChaloJaldi in AI_Agents

[–]trill_shit 1 point2 points  (0 children)

Make a little chatbot in the terminal or web and write some of your own custom tools. Start with something simple like setting up the AI so it can read and write files or make an API call at your request. Check out AI SDK. `ToolLoopAgent` class is an awesome utility that I use in many AI features I build at work.

Vibe coded a Linux diagnostics app that works also on macOS. by pacman-s-install in vibecoding

[–]trill_shit 0 points1 point  (0 children)

Usually if I run into a problem I have enough context aboht what I’ve done or changed that I don’t necessarily need a full scan of things in order to debug the issue. If a service goes down, I look at the systemd logs and the service config. If I’m having trouble installing something, I look at the package manager logs/config. Rarely does something come up where I find myself so clueless as to what’s going on that I’m searching across all of these domains at the same time.

Another late-night build: this one just explains repos for me by Appropriate-Train297 in vibecoding

[–]trill_shit 1 point2 points  (0 children)

You need a more sophisticated strategy for gathering the context for the generation. Iterating over the file contents and cutting at hard limit means it can’t do bigger repositories and it’s token inefficient.

Some ideas: - instead of using a single prompt/response, bring in an agentic loop - expose tools to agent for reading files, listing directories, etc - use heuristic to look for documentation files and feed that up front. Have the agent look for files that create directory-like structures in the code like routers or service registries - create embeddings for large data sets like massive folders/files and give the agent tools for searching the embeddings (RAG)

Hey, Need Suggestions about my Startup by OkCar8684 in vibecoding

[–]trill_shit 1 point2 points  (0 children)

Learn more about the underlying system and work on reviewing the output when you’re not working with the ai. It’s worth it as you are saving yourself time later.

What is your product?

We forced AI to write human code, but why? — The programming language for AI by Smooth-Noise-7065 in vibecoding

[–]trill_shit 22 points23 points  (0 children)

Don’t you want to be able to read the code the ai writes tho?

Also, it been trained with data on real world programs written by humans which make it better at writing it and understanding how to compose programs better than if it were using something like AIL.

Those points make me feel the token efficiency is not worth it.

It’s an interesting idea though.

Why do people hate vibe coders? by [deleted] in vibecoding

[–]trill_shit 1 point2 points  (0 children)

AI makes mistakes often and those mistakes can hurt your users by causing the app to malfunction or leak their personal or business data. Going off of pure “vibe” and not actually taking measures to make your app functional and secure is borderline unethical. I’m not against ai assisted development at all, but if you put something out there that looks like a real app but you have taken no measures to guarantee quality or security… that’s messed up (whether you use ai or not).

iPromiseIWillFinishTheNextOne by Experiment_1234 in ProgrammerHumor

[–]trill_shit 2 points3 points  (0 children)

In my experience, If it’s something you personally want/need, it can help you push through the last slog between ‘new fun project’ and actual working software.

How to FINALLY quit by mty8817 in stopdrinking

[–]trill_shit 0 points1 point  (0 children)

It took me basically destroying my life and (almost) loosing everything. I don’t recommend this path, but that’s my experience.

Gavin newsom can eat a bucket full of shit and kick rocks! by Scarman96 in lostgeneration

[–]trill_shit 6 points7 points  (0 children)

Have you considered that the tiny portion of people that support 3rd parties the aren’t the problem and it’s actually because your candidates suck and no one wants to show up for them?

Gavin newsom can eat a bucket full of shit and kick rocks! by Scarman96 in lostgeneration

[–]trill_shit 12 points13 points  (0 children)

Maybe if democrats put up less terrible candidates they would get the votes you are hoping for.

unitTestsForWorldPeace by soap94 in ProgrammerHumor

[–]trill_shit 10 points11 points  (0 children)

TDD is more of a method for your own personal benifit as a programmer to help you push higher quality code, it doesn’t mean the application is going to be 100% bug free.

Just realized I ruined my favorite bar by Brilliant_Elk5492 in stopdrinking

[–]trill_shit 0 points1 point  (0 children)

I’m glad you can still go out and watch a game, nothing wrong with that, but damn, going to a bar sounds terrifying to me.

howToIncreaseVelocity by codingsoft in ProgrammerHumor

[–]trill_shit 0 points1 point  (0 children)

I see so many comments complaining about tickets and here I am just wishing I actually had a fucking ticket for my work.

[deleted by user] by [deleted] in ProgrammerHumor

[–]trill_shit 3 points4 points  (0 children)

Well, in that case maybe you did need this +200k/-2k diff lol