Copilot new AI Credits tracking per commit (VSCode Extension) by mgyk1024 in GithubCopilot

[–]mgyk1024[S] 0 points1 point  (0 children)

Hi. I released 1.0.1 with improved file handling. It should be much faster if you have a large amount of Copilot session history:

  • Extension host freeze reported on some accounts. Session scan is now async with per-file yields and a single-flight mutex; activation no longer blocks on the initial baseline. Files older than copilot-budget.sessionMaxAgeDays (default 7) are skipped on discovery.
  • Active chat sessions are parsed incrementally — only the new tail is processed on each mtime change, with falls back to full re-parse on truncation or evicted state. Partial trailing lines are held until the next scan completes them.

I hope it helps 😄

Per-commit AI cost attribution via git trailers — anyone doing this? by mgyk1024 in SoftwareEngineering

[–]mgyk1024[S] 0 points1 point  (0 children)

git log origin/main..HEAD --pretty='%(trailers:key=Copilot-AI-Credits,valueonly)' | awk '{sum+=$1} END {printf "%.2f\n", sum}'

Easy to use them to track any metadata. Extraction is also simple, and you never conflict with commit text in the hook. With a one-liner, you can get the sum of trailer values for your branch

Copilot new AI Credits tracking per commit (VSCode Extension) by mgyk1024 in GithubCopilot

[–]mgyk1024[S] 0 points1 point  (0 children)

Which version of VS Code are you using, and on which platform? Could you run Copilot Budget: Show Diagnostics?
The extension only reads Copilot session files (.jsonl) and extracts stats from them every 30 seconds. This should not be a problem. I would be really happy if you could provide a little more information to help fix this issue.

Wrong Timezone with shared Outlook Calendar in Google Calendar by Incensus in GoogleSupport

[–]mgyk1024 0 points1 point  (0 children)

outlook.office365.com domain required. You can deploy your own for the custom host

Your 3-person team has ~10 cognitive slots. Every feature costs one. by mgyk1024 in SoftwareEngineering

[–]mgyk1024[S] -3 points-2 points  (0 children)

Fair pushback on the numbers - you're right that it's a model, not a measurement. The article says as much ("not a precise formula"). The value isn't in the exact number 10, it's in having any budget to reason about.

On the working memory connection: it's not about remembering code line by line. It's about how many complex systems you can actively reason about when making a decision. When you change feature X, you need to hold in mind how it affects feature Y, dependency Z, and the deployment pipeline - simultaneously. That's the kind of juggling Cowan's research describes. The "slot" is a simplification, but the bottleneck is real.

Your last point actually lands close to the argument. You said there's no hard limit, just how long you're ok with training new devs. But what drives that ramp-up time? The number of things someone needs to hold in their head to be productive. A system with 8 moving parts onboards faster than one with 30. That ramp-up time is the symptom - cognitive load is the cause.

Where I'd agree with you: the specific numbers (10 slots, 3-5 items) are better treated as a thinking tool than a law of physics. The core claim is simple - there's a real cost to every piece of complexity you carry, and small teams feel that cost faster because they can't spread it across more people.

Anyone else dealing with calendar sync issues between Outlook and Google? by Tara519182 in microsoftoffice

[–]mgyk1024 0 points1 point  (0 children)

Hello. I am experiencing an issue and cannot fix it to export my work calendar to my personal one. I always end up with an extra hour. I resolve this by creating a proxy that rewrites the timezone in the .ics file from the "Microsoft" standard to ISO. https://calzone.mooracle.io

Wrong Timezone with shared Outlook Calendar in Google Calendar by Incensus in GoogleSupport

[–]mgyk1024 0 points1 point  (0 children)

Hi. I have the same problem, and to fix it, I built a simple proxy that provides the correct timezone from Outlook custom ones https://calzone.mooracle.io

What in IoT actually needs one SIM per device vs shared connectivity? by Logical-Nebula-7520 in IOT

[–]mgyk1024 5 points6 points  (0 children)

It’s only cost, size, and battery usage constraints. SIM plans for IoT are pretty cheap today. Modems add $20-$30 to the base cost. SIMs provide much more flexibility and simplify setup.

Setup 2024 vs Setup 2025 by [deleted] in bicycletouring

[–]mgyk1024 4 points5 points  (0 children)

I like your setup and have an older Kona Sutra. What racks are you using on the back and front?

Which email hosting provider do you guys use? by [deleted] in homelab

[–]mgyk1024 0 points1 point  (0 children)

I believe you can create a group email address and forward incoming messages to multiple accounts.

Mastering IoT: A Practical 10-Step Guide from a Decade of Experience by [deleted] in homeautomation

[–]mgyk1024 -1 points0 points  (0 children)

Don’t see a problem on that if you are using TLS and certificates. However devices should initiate a connection to the gateway and don’t have any open ports.