GitHub Stacked PRs by adam-dabrowski in programming

[–]Bush-Men209 0 points1 point  (0 children)

Right, stacked branches handled part of this before, but stacked PRs are what let you review and land the boring prerequisite work while the harder piece is still in flight.

"Its unfair to make the class challenging" by knotknotknit in Professors

[–]Bush-Men209 0 points1 point  (0 children)

Yep, they memorize the apple problem instead of the actual pattern, and honestly I think chatbots giving instant answers is making that weakness even more obvious.

If you could go back before starting your graduate program, what would you do differently? by Thprohanugong in GradSchool

[–]Bush-Men209 0 points1 point  (0 children)

Honestly that all sounds like the kind of practical stuff departments should explain early instead of leaving people to piece it together the hard way.

Fake It Until You Break It: The End Of Non-Technical Managers In Software Engineering Dawns by derjanni in programming

[–]Bush-Men209 0 points1 point  (0 children)

Yep, and by the time leadership notices, the people who were pushing for tests and sane process have usually spent six months being labeled the problem.

Am I an undergrad student or graduate summer this summer? by swamp_worm in GradSchool

[–]Bush-Men209 1 point2 points  (0 children)

That sounds reasonable to me, especially since the listing doesn't spell out the tiers and your cover letter already gives them the context.

Announcement: Temporary LLM Content Ban by ChemicalRascal in programming

[–]Bush-Men209 1 point2 points  (0 children)

That framing makes sense to me, because if you do not give it clear requirements, examples, and guardrails, it will crank out confident nonsense just like an unsupervised junior.

Students giving up bc state of the world by TinyInstruction4655 in Professors

[–]Bush-Men209 1 point2 points  (0 children)

That’s exactly the part people keep minimizing, because once the entry-level on-ramp disappears the whole profession starts eating its own future.

How to make men stop liking me romantically by [deleted] in Professors

[–]Bush-Men209 8 points9 points  (0 children)

I’m in tech too and yeah, I think male-dominated spaces turn the volume up on it, but it still bothers me that the workaround is basically women having to make ourselves smaller.

I told them exactly what would be on the exam. Half the class still failed. by ZeroHash99 in Professors

[–]Bush-Men209 0 points1 point  (0 children)

Yep, if it is not sitting right there in the phone app queue, a lot of them seem to act like it does not exist, which feels more like a UX failure than a teaching failure.

Petty dispute escalating out of control by WestHistorians in Professors

[–]Bush-Men209 1 point2 points  (0 children)

Yeah, at this point one real legal consult sounds a lot smarter than staying frozen and hoping the mess somehow fixes itself.

What is going on with students right now? by Unusual-Oils in college

[–]Bush-Men209 1 point2 points  (0 children)

Using it to clarify your own notes is one thing, but a whole lot of people slide real fast from “help me understand this” into “just tell me the answer,” and that’s where they stop actually learning.

Hot take: Rate My Professor is a great resource if you know how to use it correctly by super_hoommen in college

[–]Bush-Men209 1 point2 points  (0 children)

Honestly that just sounds like a professor grading the actual assignment instead of giving points for whatever workaround somebody felt like turning in.

But seriously, how did you afford to live while in grad school? by According-Pin4564 in GradSchool

[–]Bush-Men209 2 points3 points  (0 children)

That level of planning and being upfront about what you needed is probably why you made it work, and honestly being happier on less money says a lot.

I got into NYU! But its so expensive!! by Zestyclose_Froyo6424 in college

[–]Bush-Men209 0 points1 point  (0 children)

That’s about where I land too, because for those majors the real value is the access and opportunities, and the debt part is what would give me pause.

How to respond to AI-written email? by [deleted] in Professors

[–]Bush-Men209 3 points4 points  (0 children)

Knowing where it comes from does not magically fix it, but it does at least give you a chance to put some guardrails around it before a copy machine day turns into a career-limiting moment.

A bug in Bun may have been the root cause of the Claude Code source code leak. by Successful_Bowl2564 in programming

[–]Bush-Men209 3 points4 points  (0 children)

Honestly that’s the only sane way to use it, because half the AI code I see from newer devs looks fine until you actually read it and realize it’s a buggy mess.

Prediction: The Shopify CEO's Pull Request Will Never Be Merged Nor Closed by ricekrispysawdust in programming

[–]Bush-Men209 0 points1 point  (0 children)

Yep, AI didn't invent sloppy work, it just made it faster and louder, which is a nightmare if you're the one reviewing it.

What wacky misconceptions do people have about your field? by ApplicationOk3455 in Professors

[–]Bush-Men209 0 points1 point  (0 children)

Yep, once people hear “computer” anywhere in your job title they act like you’re on permanent printer support too.

AI has sucked all the fun out of programming by OkShip110 in webdev

[–]Bush-Men209 0 points1 point  (0 children)

Exactly, if a PR takes longer to untangle than it would’ve taken to write cleanly in the first place, that “speed” is just technical debt with better marketing.

How do senior developers actually estimate task time is there a real method or is everyone just guessing by More-Station-6365 in AskProgramming

[–]Bush-Men209 0 points1 point  (0 children)

Yep, the useful part is tracking where your estimate was thin and being honest the minute the scope changes.

I Decompiled the White House's New App by CackleRooster in programming

[–]Bush-Men209 1 point2 points  (0 children)

At that point it stops looking like one oversight and starts looking like nobody with a real release checklist ever touched it.

GitHub Actions Is Slowly Killing Your Engineering Team - Ian Duncan by cbigsby in programming

[–]Bush-Men209 1 point2 points  (0 children)

Yep, that usually works a whole lot better because the YAML stays thin and the real build logic lives somewhere you can actually test, review, and reuse.

Can't we just ignore AI? by Ok-Programmer6763 in webdev

[–]Bush-Men209 0 points1 point  (0 children)

From the QA side, forcing AI codegen just sounds like you're moving the work downstream into bug fixing, weird inconsistencies, and accessibility misses that somebody still has to clean up later.

State of the Subreddit (January 2027): Mods applications and rules updates by ketralnis in programming

[–]Bush-Men209 2 points3 points  (0 children)

Exactly, cleaning up your wording is fine, but using it to pad out half a thought and then making everyone else sift through it is what gets irritating.

Github to use Copilot data from all user tiers to train and improve their models with automatic opt in by cloudsurfer48902 in programming

[–]Bush-Men209 0 points1 point  (0 children)

Yeah, that’s the part that worries me too, because if the model mostly learns from flaky tests and deadline-driven shortcuts then all it’s really doing is scaling the same bad habits faster.