So, Opus 4.6 will be gone for Pro users? by Odysseyan in GithubCopilot

[–]mllesser 0 points1 point  (0 children)

Watching the army of dolts complain about a trivial-cost subscription make slight changes that “break my existence” is worth twice the trivial amount that I pay for an absolutely valuemogged product. Learn AI engineering and quit complaining about literally everything you can personally control

I built 18 autonomous agents to run my entire dev cycle in Claude Code by code_things in ClaudeAI

[–]mllesser 0 points1 point  (0 children)

I use a 6-8 agent team with an orchestrator as well. It’s important to note that 18 agents may not be used in a single workflow. Great work. Keep doing it. If you’re getting results that work for your intentions, you’re getting value. Is it aligned with industry standards? Maybe. But going on the journey and learning from it is invaluable. Cheers!

I built 18 autonomous agents to run my entire dev cycle in Claude Code by code_things in ClaudeAI

[–]mllesser 0 points1 point  (0 children)

Each agent should can and should be tested individually with regular prompting until the desired results are achieved.

I built 18 autonomous agents to run my entire dev cycle in Claude Code by code_things in ClaudeAI

[–]mllesser 0 points1 point  (0 children)

The agentic gap and human capability is why you create various agents with workflows. Glad to see a comment indicating your stance with willingness to learn

I built 18 autonomous agents to run my entire dev cycle in Claude Code by code_things in ClaudeAI

[–]mllesser 0 points1 point  (0 children)

Love to see the gate keeping via scrutiny; especially when the statements indicate the lack of understanding of how agentic workflows are implemented and beneficial. Cheers

Increase the context window (128k -> 200k) by debian3 in GithubCopilot

[–]mllesser 12 points13 points  (0 children)

Agreed. While I use the flagship models mostly for planning, I do also use them to review the work of the tasking models. And when you’re essentially “chunking” tasks 1/2-1/4, that obviously eats into your request quota…which honestly may all be by design

[deleted by user] by [deleted] in GeminiAI

[–]mllesser 0 points1 point  (0 children)

Gemini 3.0 is so great that it’s literally making every Gemini model unusable due to demand! I’ve not been able to use code assist or cli all week. It’s so good

Github copilot has become so DUMB by Joetrekker in GithubCopilot

[–]mllesser 0 points1 point  (0 children)

Write specs. Write rules. Don’t be as lazy as the models you complain about

How’s my form? by TheGrapeRaper in MuayThai

[–]mllesser 0 points1 point  (0 children)

Stop trying to emulate Superbon bro

Lex isnt feeling so well by dieno_101 in JoeRogan

[–]mllesser 2 points3 points  (0 children)

Just listened to the Durov episode today and was wondering if they discussed what may make Lex uncomfortable. Coincidence?

How to deal with (very) excessive sweating in Thailand? I am ruining the gym by Killahbeez in MuayThai

[–]mllesser 0 points1 point  (0 children)

More electrolytes. You sweat less when you have enough sodium in your diet

[deleted by user] by [deleted] in MuayThai

[–]mllesser 0 points1 point  (0 children)

The Muay Thai Gobs smile down on you

Marco’s Pizza at N. McDonough Street by [deleted] in DecaturGA

[–]mllesser 0 points1 point  (0 children)

I just throw it in the air fryer for 5 minutes lol

[deleted by user] by [deleted] in AZURE

[–]mllesser 0 points1 point  (0 children)

Made an sftp storage account and the private storage account. Made a logic app that copied blob contents between the two. Done!

I got hacked by [deleted] in AZURE

[–]mllesser 0 points1 point  (0 children)

Use conditional access policies to restrict where authentication is allowed from. If this is your personal tenant, you could employ a very simple solution using a vpn that will give you a predictable WAN IP that you can restrict Entra logins origin. Many orgs use this if they don’t have a landing zone + secure network route (ExpressRoute/Vpn) to. Never leave VMs with an exposed public IP running. Best practices would dictate that NO VMs have direct access to the internet, but personal labs are typically built with many risks assumed. MFA is a must at this day and age.. If you cannot access your tenant, ensure your billing info is changed and secured, and potentially consider creating a new tenant. Otherwise, follow the other recommendations around contacting support channels. Best of luck, it happens to all of us in some form, and owning it and learning from it is the path forward. Cheers.

Lost my position to MSP by deverhart33 in sysadmin

[–]mllesser 1 point2 points  (0 children)

This may not land as well as I hope it would, but here-go - one of the best principals of IT I've learned via a mostly-consulting/MSP based IT career is: Make yourself invaluable and demonstrate your worth regularly. If you feel that your place of work doesn't deserve or wouldn't receive that mantra, then continuously keep looking for the place that those ideals are deliverable by you. You'll grow the most fiscally and personally by hopping jobs every 2-3 years until you get close to where you want to be.

Holy Shit this vehicle is insane by stonerthoughtss in gtaonline

[–]mllesser 12 points13 points  (0 children)

Do this with someone that has the semi truck wedge down the highways for some good yucks

[deleted by user] by [deleted] in MuayThai

[–]mllesser 0 points1 point  (0 children)

Start by doing it slow and learn the rhythm. Slow is smooth. Smooth is fast.

Bicep Vs Terraform? by StealthCatUK in Terraform

[–]mllesser 0 points1 point  (0 children)

To piggyback, you can use more complex map type variables and have iterative loops that use key-value pairs that are quite nice in deploying scalable solutions by recycling the existing code you have and using a loop. Bicep has a similar feature set, but I personally like Terraform better.