

Itd be weird to be exempt
Its really sounding like the FCC banned all routers and companies can only comply by running their own they install software on manually XD


Itd be weird to be exempt
Its really sounding like the FCC banned all routers and companies can only comply by running their own they install software on manually XD


TIL! I assume theres gotta be at least some US manufacturing of routers… I hope… otherwise the US just banned using the internet in effect lol


No they mean routers.
And running your own router with its own OS is allowed.
Buying a prefab router from Shenzhen chock full of foreign malware is not.
Only locally produced malware is now allowed in prefab routers!
Folks definitely should be picking up learning how to setup their own router and wifi hubs, but they wont do it.


Cant go wrong with “Partner”
“Scuse me Partner, is this seat taken?” Still slaps if you say it confidently enough


I just fucking install my games like normal with wine if needed.
What is wrong with people that you can’t install something and add a .desktop entry on your system?


Yes. Theyre being reactionary.
Are these people even paying a single penny to the developer or are they just acting entitled?
Have they contributed at all to the project? Its foss, maybe they dhould open up their own PRs and fix it if they care so much.
Theyre welcome to fork it anytime they want and just not merge in any AI commits, if they can spot them, right?
But I bet you no one will actually do this, people will mald and act entitled and stamp their feet… and then keep using it anyways and never pay a cent to the dev.
Fuck em. The dev doesnt owe them shit.


If you really care, I feel like most folks would benefit from checking out
Installing games on linux, even with wine, isnt that hard.
And adding a .desktop entry isnt hard either.
Plasma Bigscreen then nicely gives you a controller friendly UI to pick games from.


You only skill atrophy if you go and perk off playing video games while the agents cook.
If you actually are productive and spend that freed up time working on tasks the agents cant do fast and easy, aka, the hard stuff, you instead will improve your skill even faster as now you are spending most of your time on the important tasks and not wasting 95% of your workday on easy boilerplate stuff anyone with 2 braincells can pump out.


Have you actually read the study? People keep citing this study without reading it.
To directly measure the real-world impact of AI tools on software development, we recruited 16 experienced developers from large open-source repositories (averaging 22k+ stars and 1M+ lines of code) that they’ve contributed to for multiple years. Developers provide lists of real issues (246 total) that would be valuable to the repository—bug fixes, features, and refactors that would normally be part of their regular work.
They grabbed like 8 devs who did not have pre-existing set up workflows for optimizing AI usage, and just throw them into it as a measure of “does it help”
Imagine if I grabbed 8 devs who had never used neovim before and threw them into it without any plugins installed or configuration and tried to use that as a metric for “is nvim good for productivity”
People need to stop quoting this fuckass study lol, its basically meaningless.
Im a developer using agentic workflows with over 17 years experience.
I am telling you right now, with the right setup, I weekly turn 20 hour jobs into 20 minute jobs.
Predominantly large “bulk” operations that are mostly just boilerplate code that is necessary, where the AI has an existing huge codebase to draw from as samples and I just give it instructions of “see what already exists? implement more of that following <spec>”
A great example is integration testing where like 99% of the code is just boilerplate.
Arrange the same setup every time. Arrange your request following an openapi spec file. Send the request. Assert on the response based on the openapi spec.
I had an agent pump out 120 integration tests based on a spec file yesterday and they were, for the most part, 100% correct, yesterday. In like an hour.
The same volume of work would’ve easily taken me way longer.


More like “why the fuck would I walk all the way across the city now that I own a car”
Once you find out how a bunch of boring bulk tasks can be automated away and 20 hours of work turns into 20 minutes, you really dont wanna go back to the old way.
If someone asks me to code in C# without my IDE in notepad, can I do it? Sure
But it fuckin sucks losing all your hotkeys and refactor quick actions and auto complete and lsp error checking…
Would you find it weird for someone to state they’d rather use an IDE than not when coding, because it saves so much time/effort?
At absolute worst, bare minimum, these tools function as incredibly fast fuzzy intent based searchers on documentation
Instead of spending 10 minutes on “where the hell is (documentation) Im trying to find” these tools can hunt them down for me in a matter of seconds.
That already makes them useful just for that, let alone all the other crazy shit they help with now.
People malding but its the truth.
You are living under a rock if you think any major software now doesnt have AI written pieces to it in some manner.
Its so common now its a waste of time to label it, you should just assume AI was involved at this point.


What the fuck are you talking about, thats not what the poster said, you’ve done weird contorting of what they said to arrive at the question you are asking now.
While some tests make sense, I would say about 99% of tests that I see developers write are indeed a waste of time, a shit tonne of devs effectively are writing code that boils down to
Assert.That(2, Is.EqualTo(1+1));
Because they mock the shit out of everything and have reduced their code to meaningless piles of fakes and mocks and arent actually testing what matters.
Do you do code reviews in meetings?
Honestly often… yes lol
Do you think testing and reviewing code was a waste of time before “AI”?
I would say a lot of it is, tbh, not all of it, but a huge amount of time is wasted on this process by humans for humans.
What the poster was getting at is a lot of these processes that USED to be INEFFICIENT now make MORE sense in the context of agents… you have vastly taken their point out of context.


Not really, for humans a lot of this stuff feels like busywork that sorta helps for certain scales of work, but often times managers went WAY too hard on it and you end up with a 2 dev team that spends like 60% of their time in meetings instead of… developing.
But this changes a lot with AI Agents, because these tools that help reign in developers REALLY help reign in agents, it feels… like a surprising good fit
And I think the big reason why is you wanna treat AI Agents as junior devs, capable, fast, but very prone to errors and getting sidetracked
So you put these sorts of steering and guard rails in and it REALLY goes far towards channelling their… enthusiasm in a meaningful direction.


I am vastly prefering copilot over claude, using sonnet 4.5~4.6 for most tasks and then pulling out opus as “the big guns” for tougher stuff sonnet cant handle easy
Copilot is only costing me ~$28 a month, which gets me 1500 premium requests per month
If you set up your flows well, 1 premium request is an entire session, so Im only paying like 2.4 cents for 20 minutes of work


Its serious and this is going to become more and more normal.
My entire workflow has become more and more Agile Sprint TDD (but with agents) as I improve.
Literally setting up agents to yell at each other genuinely improves their output. I have created and harnessed the power of a very toxic robot work environment. My “manager” agent swears and yells at my dev agent. My code review agent swears and tells the dev agent and calls their code garbage and shit.
And the crazy thing is its working, the optimal way to genuinely prompt engineer these stupid robots is by swearing at them.
Its weird but it overrides their “maybe the human is wrong/mistaken” stuff they’ll fall back to if they run into an issue, and instead they’ll go “no Im probably being fucking stupid” and keep trying.
I create “sprint” markdown files that the “tech lead” agent converts into technical requirements, then I review that, then the manager+dev+tester agents execute on it.
You do, truly, end up focusing more on higher level abstract orchestration now.
Opus 4.6 is genuinely pretty decent at programming now if you give it a good backbone to build off of.
This sort of stuff can carry you really far in terms of improving the agent’s efficacy.


I just use scalar api browser on my aspire stack.
That way devs dont have to install anything, running the aspire project just auto spins up scalar and they can use it.
Its like if swashbuckle and postman had a baby.
So… death camps.
Honestly I was expecting death camps sooner than 2026, but not surprised to see ut arrive nonetheless. Sigh.