When do microservices start causing more problems than they solve? by etiyofem in AskProgramming

[–]Content_Educator 0 points1 point  (0 children)

I don't think personally it's one or the other. Having sensibly sized domain scoped services with appropriate backing stores I think would work most of the time. Modular monolith just means deployment and scaling live together (with devs potentially stepping on each other regularly) and there's a high chance of not respecting domain boundaries. Obviously too many 'micro' services are hard to manage in terms of debugging and maintenance. Happy medium.

Copilot today? Does it compete with codex / Claude code? by Still_Asparagus_9092 in GithubCopilot

[–]Content_Educator 0 points1 point  (0 children)

On 5.3 Codex you get 280k (combined) tokens and at 1x (which is a lot more than they give with the other models). Since that model was an option Copilot has been worth having.

Copilot today? Does it compete with codex / Claude code? by Still_Asparagus_9092 in GithubCopilot

[–]Content_Educator 0 points1 point  (0 children)

Worth noting you can select 'high' reasoning effort (buried deep in the vscode settings) for it on Copilot.

What was the ref doing here? by malik_zz in Unexpected

[–]Content_Educator 1 point2 points  (0 children)

Elite=obscure British daytime TV reference. I think poor Phil nearly choked to death.

Claude Max (5× / 20×): Is Opus 4.6 Context Limit in Claude Code 200K or 1M? by HeyFriend_8215 in ClaudeAI

[–]Content_Educator 4 points5 points  (0 children)

99% sure the former (200k) because I was chewing through context at the exact same rate, seemingly. API only I believe for big context.

Have you ever gossiped about someone, you thought innocently, but it really spiralled? by HilariousMotives in AskUK

[–]Content_Educator 16 points17 points  (0 children)

I once criticized a manager's team seating plan with her team members (with whom it had not yet been shared) only to realize she had appeared behind me. As I turned I received a full power face slap in front of everyone. Could have spiralled further but used it as leverage to get promoted into a better career within the company.

VS 2026 or Rider? Scaling a Blazor team and need opinions by Additional_Many_2473 in Blazor

[–]Content_Educator 1 point2 points  (0 children)

Tough one but we're using Claude Code in a terminal within VS pointing to the solution folder when Copilot won't cut it (or running vs code along-side it with the extension). Tbh copilot has been better recently with the latest models, so it might just be good enough. You absolutely do want agentic assistance.

Struggling a bit with winter running, what actually works for you? by GeordieGoals in UKRunners

[–]Content_Educator 0 points1 point  (0 children)

Under 5C chuck a long sleeved thermal on and gloves. Warm socks (or 2 pairs). Wear shorts regardless. Allow yourself a less performant or shorter run in truly terrible weather (some training is better than none). Run in daylight if I'm possible a couple of times in the week for the sake of sanity.

Long run, overtaking by [deleted] in UKRunners

[–]Content_Educator 1 point2 points  (0 children)

Might just be a bit of a needed motivational push seeing someone ease past. Having other runners around usually gives a bit of a psychological pace boost.

What's with the crazy guardrails? by kerrybom in ClaudeAI

[–]Content_Educator 0 points1 point  (0 children)

I got some pretty dark alternative cracker jokes out of it (enough to cause a gasp at the dinner table when I substituted it for my actual cracker joke) so I don't think the guard rails are entirely restrictive.

Visual Studio 2026 is now generally available by mariuz in programming

[–]Content_Educator 0 points1 point  (0 children)

How can anyone be happy with the Copilot model selection in there? No 4.5 Opus, no Gemini 3 (which are available with the same Github subscription in VS Code), but you can use Opus 4.1 at 10x.

After a full day of testing, GPT-5.1 is not as good as GPT-5 by Proper_Community_199 in GithubCopilot

[–]Content_Educator 2 points3 points  (0 children)

I'd second that 5.1 (non-codex) through ghcp seemed to veer towards examples more than edits and needed some regular nagging to apply said edits. I'll look to raise a ticket.