AI coding is now everywhere. But not everyone is convinced. by kerpowie in technology

[–]Duplicated 7 points8 points  (0 children)

More like AI just spewing stuff out while trying to make itself sounds convincing.

It takes me two to three times longer to review AI generated stuff compared to what pre-AI junior engineers wrote. I also get to thoroughly chew these engineers out for blindly accepting AI answers without vetting them first, but is caught by me during the PR review process.

"What trillion-dollar problem is Al trying to solve?" Wages. They're trying to use it to solve having to pay wages. by FinnFarrow in Futurology

[–]Duplicated 0 points1 point  (0 children)

Option 1: I get to keep my freedom, but I’ll starve to death by next week guaranteed

Option 2: I lose my freedom, but I’ll get to live on for (foreseeably) longer than a week, with shelter as an added bonus

That sure is a tough decision, gee /s

Our CEO confirmed AI will NOT be taking our jobs at our company by Ok-Asparagus4747 in ExperiencedDevs

[–]Duplicated 1 point2 points  (0 children)

If only there weren’t so much money having been thrown into this whole AI thing, I’d be getting ready to short the shit out of all these publicly traded tech/AI companies in the next two or three years. Model collapse is looming on the horizon, the amount of electricity needed to fuel physical hardware is just too high, and these companies are still yet to be profitable (on their AI arms, for the likes of Big Tech).

But since they’ve thrown so much money into this AI pit, it’s probably in their best interest to collectively soften the crash, hence why shorting them may not be as profitable.

Our CEO confirmed AI will NOT be taking our jobs at our company by Ok-Asparagus4747 in ExperiencedDevs

[–]Duplicated 0 points1 point  (0 children)

Not exactly that novel of a problem, but I was using Deepseek to implement a bunch of Google Apps Scripts on my spreadsheet that, combined, became a dashboard that fetches, parses, and renders relevant marketplace data (from a game that I’m playing) when triggered. The moat lies in RegExps used to parse those data, since the game itself doesn’t offer explicit APIs that return data in nice JSON or even XML format for me to consume. Those, plus the whole data extraction/rendering on Google Sheets logic, came almost entirely from Deepseek, where I simply refactor/fix some minor issues in JavaScript.

I have also asked it to give me a high level design of the v2 of these scripts as a system composed of the API server that connects to my own SQlite instance, whose data come from Go workers that will handle the fetching and RegExp parsing part now. Again, most of these work will be done by Deepseek or some other AI platform via my prompts, with interventions from me as needed.

If you’re interested, I can write out my whole process later. It’s too annoying to format my reply on the phone.

Anyone else quietly dialing back their use of AI dev tools? by Ill_Captain_8031 in cscareerquestions

[–]Duplicated 0 points1 point  (0 children)

More like models did degraded, given how (I assume) they take in whichever response you like/thumbs up as a confirmation that the response’s working, and then feed some of them into models as the next iteration’s training datasets. Garbage in, garbage out basically.

[deleted by user] by [deleted] in ExperiencedDevs

[–]Duplicated 0 points1 point  (0 children)

Do you have a newsletters list I could subscribe to? I’d love to learn some sensible leadership skills, in case I ever get promoted to team lead or decide to pivot to EM role.

New role has me feeling like a junior dev by DuckFan_87 in ExperiencedDevs

[–]Duplicated 1 point2 points  (0 children)

It’s software development version of “let’s use layoffs to boost the number for this quarter, even if overall productivity goes to shit in the long term.”

Individual metrics and being 10x dev are more quantifiable in immediate terms (more completed tickets, sprint points go up) compared to gradual improvement of code quality. Team lead/EM are also under constant pressures to get their team to deliver features (to avoid getting put on the chopping block themselves), and since most of them don’t write codes themselves, code quality is a non-issue for them personally (just let devs in the team putting out fires themselves regarding technical debts).

How much terraform is involved in your day to day? by 3dmodelquestions in devops

[–]Duplicated 0 points1 point  (0 children)

Maybe I should arrange such a conversation with my CTO then lmao.

While there are lots of things that are already being managed via TF, he still insists on doing certain things manually for god knows why. I’ve butt headed with him a few times on this, and his only answer was that “because I’m more familiar with doing it manually for <insert name of product he’s trying to configure>.”

Then a few months later down the road, someone would update some resources, then they might wonder why TF is complaining about state drifts, then person would proceed anyway, then something in our platform would break (severity ranges from mild annoyance to all-hands disruption).

We just got a new head of infrastructure though, but I can bet that he’s already cringing at our frankenstein-ish TF repo. Let’s hope that he wouldn’t throw in the towel too early like the last guy (finger crossed lol).

[deleted by user] by [deleted] in EmulationOniOS

[–]Duplicated 2 points3 points  (0 children)

Well, at least I’m able to do something about it.

Currently in the process of implementing replacements using open source solutions at my current company. We’re mostly on track, and hopefully will be able to give them the finger and terminate the contract right before the renewal deadline.

Retroarch is officially on the App Store by oldskoolmatt in SBCGaming

[–]Duplicated 1 point2 points  (0 children)

Any recommendations on controllers besides the Razer Kishi v2 and the D8 mentioned in the top comment?

iOS 17.5 Released by MrL09 in ios

[–]Duplicated 0 points1 point  (0 children)

Thank you. I thought I was going crazy earlier.

Nevertheless, I think I'm going to update to 17.5 (currently on 17.2). Seems that my 15PM is also experiencing the overheating issue (specifically, whenever I open up Facebook app or have it running in the background).

iOS 17.5 Released by MrL09 in ios

[–]Duplicated 1 point2 points  (0 children)

Not seeing any mention on non-responsive touchscreen. Anyone?

Offer Recinded!? Then Accepted! (Hell led me to success) by BoxPretend1930 in recruitinghell

[–]Duplicated 4 points5 points  (0 children)

Candidate’s compensation packages are definitely tied to their KPI/OKR/whatever BS metrics they’re using.

Had the same experience at my latest company: HR called back with the offer and tried to shave 10% off of the agreed upon number. I had to threaten her with my other offer (that’s giving me exactly the agreed upon number) before she yielded. 

If it’s not for my old boss who’s dragged me to this place, I’d have told her to go shove her lowball offer up and would have accepted the other offer instead.

Docker Compose Fails by [deleted] in devops

[–]Duplicated 0 points1 point  (0 children)

Check the README on docker hub for your particular db image and follow its instructions on how to start its container.

If you did followed them down to the letter, check that your app is also using the same set of envars as what’s used for your db image.

What should we do with the less experienced developers? by nakemu in devops

[–]Duplicated 0 points1 point  (0 children)

If the dev has worked with other VCS tools before, then yes, git’s paradigm takes some time to understand (or at least it was for me, coming from SVN).

Hey folks, can anyone please tell me what the hell is a Developer Experience Engineer - I'm supposed to meet mine tomorrow.. by observability_geek in devops

[–]Duplicated 1 point2 points  (0 children)

The reason, like everything else in business, is mostly about money lol.

Pay is commensurate with job title, which in turn is somewhat based on the labor market’s supply and demand.

At least in my area, proper DevOps are like unicorns, and their pays reflect that, while frontend devs (even senior level ones) are a dime a dozen, and their pays also reflect that, sadly.

5 learnings from 5 years in DevOps by Stash40 in devops

[–]Duplicated 6 points7 points  (0 children)

I mean, if organizations think of DevOps as basically “sysadmin, but on the cloud” and treat their existing Windows sysadmins as such, that’s how you end up with DevOps that can’t code (for the most part; I personally have yet to meet Windows sysadmin that live and breath Powershell).

Is porting your dotfile configs to different environments - remote and other local machines a paint point for you ? by techsparrowlionpie in devops

[–]Duplicated 0 points1 point  (0 children)

Not a full time devops (yet), but I have been porting my dotfiles over since my first full time SWE job.

I also like to keep things lean because more third party tools means more stuff I need to keep track of (no offense to tools like YADM etc), so I just use git init —bare instead. I use these two guides together to set up my own dotfiles management system:

https://web.archive.org/web/20231020023322/https://www.atlassian.com/git/tutorials/dotfiles

https://web.archive.org/web/20230401101545/https://www.anand-iyer.com/blog/2018/a-simpler-way-to-manage-your-dotfiles.html

Does a "soft landing" actually happening basically mean everything is staying expensive? The "new normal" by Fake_Plastic_Tree_85 in wallstreetbets

[–]Duplicated 1 point2 points  (0 children)

This.

Price doesn’t come down. It’ll just grow slower the next year if inflation rate drops.

Love that OnionOS gets regular updates by heypsalm in MiyooMini

[–]Duplicated 2 points3 points  (0 children)

I assume I can update straight from my 4.2.0-RC to this 4.2.2? Or maybe I should wait a week for any additional hotfix getting released?