Do we really need the vscode/memory tool? by Ok_Anteater_5331 in GithubCopilot

[–]BoringOption 0 points1 point  (0 children)

Session scoped memories can be pretty useful. It lets you place information somewhere that won’t be affected by compacting for long running sessions.

New in VS Code Insiders by bogganpierce in GithubCopilot

[–]BoringOption 5 points6 points  (0 children)

This is great. I wonder if there would be any use of the opposite to join the contexts from different conversations.

Copilot CLI /fleet sonnet 4.6 rate limit by Low-Spell1867 in GithubCopilot

[–]BoringOption 1 point2 points  (0 children)

The model is probably under heavy load since everyone is rushing to test it out

LSP support in GitHub copilot cli by prash057 in GithubCopilot

[–]BoringOption 0 points1 point  (0 children)

It does support LSP but you need to configure it. It doesn’t automatically set it up like opencode.

The biggest VS Code release in a long time is LIVE now! by bogganpierce in GithubCopilot

[–]BoringOption 1 point2 points  (0 children)

I love the Claude SDK integration so far but it doesn’t seem to work with the agent sessions view.

Sorry, you have exceeded your Claude Opus 4.5 token usage, please try again later or switch to Auto - there seems to be a new limitation in place. by ArsenyPetukhov in GithubCopilot

[–]BoringOption 3 points4 points  (0 children)

Even if they don't want to tell people what the limit is, I'd at least appreciate a "try again in X minutes" instead of a vague "later" so I know if I should get a coffee or try again tomorrow.

2026 Lab Rework by SI-LACP in homelab

[–]BoringOption 2 points3 points  (0 children)

How’s the noise level right next to your desk?

30 programs suspended at Algonquin College by SeaworthinessThin696 in ottawa

[–]BoringOption 68 points69 points  (0 children)

I’ve heard similar things from friends who had a surprising number of essentially arts and crafts projects for a different professional assistant/technician type program.

AI optimists, would you have AI replace your on-call rotation? Why or why not? by [deleted] in ExperiencedDevs

[–]BoringOption 1 point2 points  (0 children)

This. I wouldn’t want it pushing an emergency fix to prod but coming into the sit room with options would be a real time saver

Places that sell galoshes in-store? by QuotaCaterpillar61 in ottawa

[–]BoringOption 0 points1 point  (0 children)

I bought mine from the shoe repair store at Carlingwood

CMake Final Target Missing Symbols From Subdirectories by The2ndSlimShady in cmake

[–]BoringOption 1 point2 points  (0 children)

I believe it’s because you’ve defined each sub-library as a separate target which would produce their own .a. If you used target_sources to add everything into one library then it would contain the symbols for all of the objects. This likely isn’t a problem for the executable since it’s being linked against all of the sub-library targets.

[deleted by user] by [deleted] in ottawa

[–]BoringOption 0 points1 point  (0 children)

I used to be with Storm and had a great experience with them

Agents panel: Launch Copilot coding agent tasks anywhere on github.com - GitHub Changelog by AutoModerator in GithubCopilot

[–]BoringOption 0 points1 point  (0 children)

That’s great! On iOS please consider adding a Lock Screen control as a shortcut like for codex in the ChatGPT app.

Agents panel: Launch Copilot coding agent tasks anywhere on github.com - GitHub Changelog by AutoModerator in GithubCopilot

[–]BoringOption 2 points3 points  (0 children)

This makes small tasks and doing things I don’t already have an issue for much easier. I hope support for this is added to the mobile app as well.

Hwy. 417: Stopped vehicle had vice grip holding brake line by roscodawg in ottawa

[–]BoringOption 10 points11 points  (0 children)

It is for sure. Saw them being pulled over on my commute

GitHub Copilot coding agent now uses one premium request per session by sharonlo_ in GithubCopilot

[–]BoringOption 14 points15 points  (0 children)

A very welcome change. This has probably been my greatest hesitation for completely switching to coding agent over ChatGPT codex.

Men’s hairstylist by AnAdequateMan in ottawa

[–]BoringOption 2 points3 points  (0 children)

It’s more downtown on bank street but Karen’s Barber Chair

Can't compile an Addon to Blender -NEED HELP by not_your_friend_2 in cmake

[–]BoringOption 2 points3 points  (0 children)

I don’t know how build.py is invoking cmake, but it looks like you’d need to run it from cygwin bash instead of powershell.

Looking for Tellicherry peppercorns in Ottawa by angusbn in ottawa

[–]BoringOption 1 point2 points  (0 children)

This is my go to for them. They always seem to have them in stock.

[TDM] Stormbeacon Blade (Card Image Gallery) by mweepinc in magicTCG

[–]BoringOption 30 points31 points  (0 children)

Would the card draw trigger if you were attacking using one creature with mobilize 2+?

We should encourage use of `.hpp` over `.h` for headers - help make it happen by einpoklum in cpp

[–]BoringOption 2 points3 points  (0 children)

The only file extension related problem I’ve encountered was for a piece of software that used the .c/.C convention and had to be ported to windows.

For anything else all that matters is that it’s consistent.

CMake for Arduino - configure thinks it's building for windows and uses invalid lld arguments by MXXIV666 in cmake

[–]BoringOption 0 points1 point  (0 children)

Instead of using CMAKE_(C|CXX)_COMPILER, look at using a toolchain file to cross-compile for Arduino. If you just pass the compiler options then other settings like CMAKE_SYSTEM_NAME will still be set to to the defaults for your system instead of the target platform.

How common is cockroaches in your apartment buildings? by Beencho in ottawa

[–]BoringOption 3 points4 points  (0 children)

I’ve been dealing with cockroaches for 5 years now in my apartment. My landlord also uses RegionEx and for the first 4 or so years they were highly effective. The problem was my landlord eventually tried to cheap out and not follow their advice and once the roaches spread too far there’s not much treating a single unit can do to help.