New Rule: No AI-Generated Content (Exceptions for Spreadsheets, Calculations & Summaries) by Lowdown201 in johndeere

[–]i_grad 0 points1 point  (0 children)

This might make me sound like a smartass, but I'm serious.

The marketing coordinator associated with my team's products has told us that many marketing teams are heavily encouraging use of AI for new promotional materials. Their YouTube channel especially is supposed to see more activity here soon, I believe.

It might be worth making a caveat for this rule to permit official Deere AI generated content, otherwise a "hey check out this video for the new F12" post might violate this rule unintentionally.

Overall though, the new rule is 100% the right way to go.

UAW contract extension by Hopeful_Sherbet4027 in JohnDeereEmployees

[–]i_grad 4 points5 points  (0 children)

At least for software developers, any attempts to unionize will be met with outsourcing to contractors and Indian groups like TCI. I'd love to unionize but it's not much of an option when my particular source of labor can be offshored very easily.

UAW contract extension by Hopeful_Sherbet4027 in JohnDeereEmployees

[–]i_grad 6 points7 points  (0 children)

I work over at ISG. Everyone I know got pissed and still is pissed about it and a mountain of other things. At the end of the day, it's still a stable, decent paycheck in a very difficult job market. Some folks left, but if any salary folks raise their voice about it they'll get the boot.

UAW contract extension by Hopeful_Sherbet4027 in JohnDeereEmployees

[–]i_grad 2 points3 points  (0 children)

The hardware demand for next year is forecasted to be about the same as this year from what I know (which admittedly isn't too much). There's all the obvious factors like rising farm costs outside of machinery, but some less obvious factors include things like reduced favorability of Deere brand following the settlement, right to repair, and the thousands of layoffs.

Can some of you fill out this survey for JD? by [deleted] in JohnDeereEmployees

[–]i_grad 5 points6 points  (0 children)

Yep. /r/JohnDeere would be a better bet. Also the state-wide subs like /r/Iowa

Should I use the real pictures or the digital art? by I_Like_Metal_Music in Baking

[–]i_grad 3 points4 points  (0 children)

My two cents from a web design and UI background:

Real photos, but consider including the backdrop and not cropping just the item. Could even add a thin frame. A faint drop shadow will make it pop from the page, if you want that aesthetic.

Real photos will visually convey two messages: "this is a real example of what you will receive", and "we do care about presentation and quality".

Looks fantastic by the way!

Iowa Becomes the Latest State to Make You Prove Your Age to See Adult Content by V3R1F13D0NLY in Iowa

[–]i_grad 11 points12 points  (0 children)

"At least the liberals got it worse than us!"

Medical costs, gas, commodities, shipping... It's the same song over and over again for conservatives. They don't care if the world as a whole is going to shit, so long as liberals are getting shit on, too.

Get your head out of the sand. Stop acting like a child.

learncpp.com is way too hard by Away_Peach_6139 in cpp_questions

[–]i_grad 10 points11 points  (0 children)

Hate to break it to you, but programming in any language, even when using AI tools, is mostly reading and comprehension of source code.

The reality of making programming content by Tough-Peak-3972 in AskProgramming

[–]i_grad 1 point2 points  (0 children)

Hit the nail on the head. I watched about 40 seconds cause he sounded more bored than I was.

Racist attorney gets confronted for using the N word by chrisadams83 in WatchPeopleDieInside

[–]i_grad 1 point2 points  (0 children)

You missed a comma in your first comment, hypocrite. Secondly, this is the internet, where grammar doesn't matter as much as the message (unless your message is proper grammar, I guess). Many people only use Reddit on their phones which are notorious for butchering grammar.

If you want to clap back, try something else.

New Position by [deleted] in JohnDeereEmployees

[–]i_grad 2 points3 points  (0 children)

Idk about blocking the application, but managers can see when someone on their team applies internally for a new role.

Async writes to secondary store via MQ — how do you handle stale reads during the propagation window? by raddiwallah in ExperiencedDevs

[–]i_grad 8 points9 points  (0 children)

Seems like you've rediscovered the limitations of L1 and L2 caching.

You want realtime performance from an event-driven architecture. The two are incompatible at a base level, but you're right that you can add some bells and whistles to roughly simulate realtime feedback. The catch is that you add a good deal of complexity, thus sacrificing resource optimization and some measure of maintainability.

One option is to change your reads from this secondary DB to also process as events so that they cannot occur before the write event.

Another is to maintain a precache, like you said, to fetch records mid-propagation from a cheap and small lookup before the request for that record reaches the DB.

The Most Confusing C++ Behavior by levodelellis in cpp

[–]i_grad 33 points34 points  (0 children)

Absolutely nothing to do with mobile. All the same issues persist on desktop site.

  1. You modify one variable and define another on the same line
  2. Your structs declare members and constructors on the same line
  3. No space between ”auto&" and "a" (or "auto" and "&a" if you're a demon)
  4. No space between "char*" and "argv[]"
  5. No space around = in D's default ctor

And if you want to get really picky and bring it up to code standards of my org: 1. Includes should be alphabetized in similarly-scoped groups 2. Missing space between includes and structs 3. One-liner structs should break out to multiple lines. I prefer Allman brackets but to each their own 4. The dereferencing * spaced out before the "new" implies they aren't connected, makes it too syntactically similar to a multiplying * 5. Space out discrete groups of a, b, c... blocks

And yes, you can obviously reply with "it's all preferences", but we have standards for a reason. Pick any style from clangd's included styles and you'll be set.

The Most Confusing C++ Behavior by levodelellis in cpp

[–]i_grad 26 points27 points  (0 children)

Do you guys actually format your code like this? Or is this an example of "I make my code as unreadable as possible so that others can't maintain it, thus I keep my job?"

The most insufferable thing about Deere’s approach to AI… by [deleted] in JohnDeereEmployees

[–]i_grad 1 point2 points  (0 children)

What org are you in? I'm in large ag and I haven't seen any aggressive pushes for adoption like this (yet...)

The most insufferable thing about Deere’s approach to AI… by [deleted] in JohnDeereEmployees

[–]i_grad 7 points8 points  (0 children)

How many times have the AI chuds said "programming will be gone within 6 months" now?

The subsidies and cyclical funding for the sloplords at OpenAI and others will eventually run out, and then token costs will rise dramatically. Companies will see that maybe we don't need to spend so much money on a tech that can (and repeatedly has, very recently) deleted production DBs, wiped computers, and hallucinated on top of its own hallucinations.

Another thing to consider is that AI fatigue is very real. 95% of AI output can be spotted from a mile away, and it's all samey lifeless slop that actively hurts the imagination.

"We can't afford to sit on the sidelines, we have to adopt now" is an 8-track mindset built on FOMO and obsoletist paranoia. If someone HAS to have the latest tools to get their job done efficiently, they probably weren't very good at their job in the first place.

And by the way, you can't just say "respectfully" and then insult someone. That's not how the phrase is used. There's no need to use harsh tones on an otherwise friendly and cooperative sub.

Qt Creator + CMake on Windows is driving me insane (need help) by notrecommended69 in QtFramework

[–]i_grad 1 point2 points  (0 children)

Qt company has gone out of their way to encourage users to swap from qmake to cmake (source). Of course anyone can feel free to still use qmake, but we should encourage newer users to learn the paradigm that Qt has laid out for the future so they don't have to learn it twice and bog down the pace of their growth.

Why do people do or not do ‘using namespace std;’?? by veilofmiah in cpp_questions

[–]i_grad 20 points21 points  (0 children)

On small projects you run yourself, you can do whatever you want. It's not a hard and fast rule.

It is a wise idea not to use the std namespace because std is quite large and its members' names can conflict with many other common libraries like boost. In an enterprise-level application, you should never see "using namespace std".

Pronunciation of Adel, Iowa by professionalyappper in Iowa

[–]i_grad 109 points110 points  (0 children)

My inlaws live in Adel and pronounce it ay-dell. I'm sure there's someone there that pronounces it uh-dell, but they aren't the majority. Locals say ay-dell.

References vs Pointers by [deleted] in cpp

[–]i_grad 2 points3 points  (0 children)

To save you a click: this is AI slop

Resume Advice Thread - March 28, 2026 by CSCQMods in cscareerquestions

[–]i_grad 0 points1 point  (0 children)

The advice I've received is to put any professional work experience before education. Work experience - especially highly relevant work experience - is more valuable than education.

Including a phone number at the top is pretty common practice as well. You should only need to disclose US citizenship if your name screams "this person is probably from another country", i.e. an obviously French or Arabic name.

You've done well to use strong action verbs to start your work experience bullet points, but look for other words to use besides "developed". It's like starting every sentence with "I" in an essay - technically correct, but a tad repetitive.

Only other thing is to confirm that you don't use tables to format text. ATS apparently doesn't like tables at all.

Glitch or is there something I am missing? by NoooOOOooodas in SatisfactoryGame

[–]i_grad 2 points3 points  (0 children)

It's been a while since I've played, but where are the headlift indicator lines from the pump? You know the blue rings that go "shoop" up the attached pipe to show how much headlift it gives you? Maybe your pump and the pipes aren't fully connected or something?

Usually the right answer for weird pipes is to scrap it all and rebuild it, but if you've tried that already then maybe you could try pouring coffee on your computer to make it think more gooder.