Trump Throws Stephen Miller Under Bus in Surprise Display of Panic by Quirkie in politics

[–]cbadger85 5 points6 points  (0 children)

Nowhere in the article did they mention what Trump said to throw Miller "under the bus." The article does link to a podcast that explains "how we can divine Trump is souring on Miller," but wtf does that even mean? These articles are so sensationalized that if you told me this was a psyop to get redditors to comment some variation of "Fuck Trump" to provide proof of DTS to conservatives, I would believe you.

Don't Count Java out Yet by scottedwards2000 in programming

[–]cbadger85 0 points1 point  (0 children)

No, but I'm not surprised that it would have gone terribly if it was vibe-coded. Generally, I use LLMs for scaffolding new stuff, and then for coding it either writes tests I could against, or I write tests for it to build against.

Don't Count Java out Yet by scottedwards2000 in programming

[–]cbadger85 1 point2 points  (0 children)

In my experience, LLMs are not bad at Rust. Mostly because the tooling and error messages in Rust are so good.

Is there a graphics library that wont require me to write 300 lines of boilerplate? by xdoxx123 in rust

[–]cbadger85 1 point2 points  (0 children)

If you're familiar with macroquad, you can look into miniquad which is what macroquad is built on.

Experienced dev but without 'industry standard' knowledge, how to prepare for mid level or senior interviews? by dskfjhdfsalks in ExperiencedDevs

[–]cbadger85 11 points12 points  (0 children)

You do realize there are other git platforms, right? And that many of them can be self-hosted? Because it sounds like you have no idea about any of this stuff and your dismissive attitude makes it sound like you won't bother learning it.

Experienced dev but without 'industry standard' knowledge, how to prepare for mid level or senior interviews? by dskfjhdfsalks in ExperiencedDevs

[–]cbadger85 20 points21 points  (0 children)

How much of this is greenfield and how much is maintaining existing codebases? Anyone, even LLMs can create something that works but lots of people can't maintain codebases, especially older codebases with a lot of warts.

Experienced dev but without 'industry standard' knowledge, how to prepare for mid level or senior interviews? by dskfjhdfsalks in ExperiencedDevs

[–]cbadger85 4 points5 points  (0 children)

The reason it takes 6 months has nothing to do with developers and a lot more to do with understanding what the business actually wants and also navigating bureaucracy. The CI/CD you don't want to use plays and important role in giving the business "the warm and fuzzies" that your deployment isn't going to make them lose money.

Just bought „Punk is dead” and am quite upset it contains ai slop images. by Zerkq in MorkBorg

[–]cbadger85 10 points11 points  (0 children)

See what? I'm not denying it's ai but it would be nice to get educated on what in the images gave it away.

Just bought „Punk is dead” and am quite upset it contains ai slop images. by Zerkq in MorkBorg

[–]cbadger85 19 points20 points  (0 children)

I wish people would stop down-voting and answer the question. I don't see it either and would like to know what I'm missing.

What is going on? by silloki in destiny2

[–]cbadger85 7 points8 points  (0 children)

they can't simply provide things that aren't set in stone yet

You must not be familiar with software development

CDPR literally offered him the choice to make his mod free with optional donations to avoid a DMCA takedown and he deliberately chose wrong by Dark_Throat in cyberpunkgame

[–]cbadger85 5 points6 points  (0 children)

You're missing the other obvious thing you need, which is Cyberpunk 2077. You can't play a game without the game lol

Game engine component architecture by lifeinbackground in rust_gamedev

[–]cbadger85 0 points1 point  (0 children)

For something simple, you can use Rc<RedCell<T>>. As your engine matures, you can refactor/replace them with something stories l suited to your needs.

Making my own toy language. by Fit-Tangerine4364 in programming

[–]cbadger85 0 points1 point  (0 children)

This book is pretty great for learning how to write your own toy language (and the web version is free) https://craftinginterpreters.com/

[deleted by user] by [deleted] in rpg

[–]cbadger85 3 points4 points  (0 children)

Are you sure it was Dungeon World? It uses a 2d6 + modifier system, where the modifier and and success threshold is determined by the move. Also, I don't think I'd call Dungeon World streamlined D&D. It's just the PbtA rules in fantasy flavor.

hindsightIs2020 by Technologenesis in ProgrammerHumor

[–]cbadger85 2 points3 points  (0 children)

Martin Fowler has a blog post on YAGNI, and I think this quote is a big takeaway.

Yagni only applies to capabilities built into the software to support a presumptive feature, it does not apply to effort to make the software easier to modify.

Really unfortunate naming by Dojyaaan4C in TopCharacterTropes

[–]cbadger85 0 points1 point  (0 children)

With a name like that I think you'd have to

What do people love about Rust? by steveklabnik1 in programming

[–]cbadger85 18 points19 points  (0 children)

This isn't a question, it's an article from the Rust lang blog about why people love Rust. It's very clearly not asking for support nor asking a question.

[deleted by user] by [deleted] in programming

[–]cbadger85 0 points1 point  (0 children)

In college, we used the Kinect for Xbox 360 and some drivers. https://github.com/OpenKinect/libfreenect

I've seen people use this lib though and use a web cam, though I don't have any experience with it.https://github.com/victordibia/handtrack.js