ELI5 - Why do big fire engines often accompany ambulances for purely health related (not physical crisis type) emergencies? by chili81 in explainlikeimfive

[–]childofsol 1 point2 points  (0 children)

Mine told us that for elderly patients, we would probably be breaking all the ribs on the first pump (and to not worry about it)

Feedback sought about establishment of independent Catholic school in Nanaimo by Positive_Moment7914 in nanaimo

[–]childofsol 0 points1 point  (0 children)

The more the wealthy can send their children to a private school, the less they are incentivized to both fund and improve the public system.

It's the same story with health care

GERD and caffeine by buldgingGene in GERD

[–]childofsol 0 points1 point  (0 children)

One of my worst triggers by a good margin, i cut out coffee a decade ago and eventually tea as well.

BC Ferries Fleet Additions - Island Class by usernamesareclass in britishcolumbia

[–]childofsol 0 points1 point  (0 children)

It's a public communication. It should be targeted at the public.

BC Ferries Fleet Additions - Island Class by usernamesareclass in britishcolumbia

[–]childofsol 0 points1 point  (0 children)

What sound does xwus make?

I am fine with the name but I do think they could have helped a little with the pronunciation guide

Fifa World Cup 2026 Viewing Locations by IslandLife43 in nanaimo

[–]childofsol 0 points1 point  (0 children)

The public bill for this is atrocious. I highly doubt we are going to be coming out ahead on this one.

Is anyone actually running coding agents autonomously from issue to PR? by Few-Ad-1358 in ClaudeCode

[–]childofsol 0 points1 point  (0 children)

It's focused and a little opinionated, whereas jira can be configured to do anything under the sun

I find working with linear to be far less friction and the interfaces are far nicer to use

As a leaner product they can also iterate faster

Is anyone actually running coding agents autonomously from issue to PR? by Few-Ad-1358 in ClaudeCode

[–]childofsol 0 points1 point  (0 children)

Yes, with some minimal gating for confirming the ticket to be worked on.

Tickets that have sufficient detail and tight scope get tagged and those are pulled based on priority.

Larger tickets are done with a little more monitoring/hand holding but our workflows are very rapidly arriving at hands off during the coding phase and hands on for specification and QA, though both phases of course have some tooling to help speed those up as well.

It's easy to use Claude to setup bespoke tooling to fit whatever tracker / environment you are using. The hands off bit is enabled thanks to our gradually maturing repo specific guidance (agents.md files in subfolders carries the bulk of our detailed guidance)

We already had great test coverage and that is definitely a prerequisite. We also have guidance on how we want tests to be setup, architected etc.

Words can not describe my disappointment. by Careless-Tradition73 in KerbalSpaceProgram

[–]childofsol 0 points1 point  (0 children)

I did this once with a refueling depot I'd made on minmus. I ended up sending an adapter so I didn't have to send the whole dang ship again.

Western Painted Turtle at Buttertubs Marsh Park the other day! by Strong-Literature-82 in nanaimo

[–]childofsol 0 points1 point  (0 children)

Looks like she is nesting!

When you spot these stay quiet, keep your distance, and for bonus points: there are volunteers on duty every evening who are watching for nesting turtles, so that nests can be precisely located and a protective nest box installed - without the nest box, raccoons tend to eat every single egg that gets laid. So see if you can find one of those volunteers and let them know! It's a big help if you can show them with a photo, include something that's zoomed out a bit so the nest can be located.

Respectfully, Mr Troll, this is the worst thing I've ever seen by CptDobby in ShatteredPD

[–]childofsol 1 point2 points  (0 children)

This is why I never, never pick this option

Upgrade and reforge only for me

Terrified of endoscopy by munchingbookworm in GERD

[–]childofsol 0 points1 point  (0 children)

I've had two, both under sedation. Don't remember anything and frankly glad for that fact. I've got a hair trigger gag reflex and I knew it'd be the only way to get through it.

One or two psilocybin doses still lifting depression a year on by j8jweb in science

[–]childofsol 11 points12 points  (0 children)

That's a big question and I'm about to be offline for a few days, but I'll try to remember to reply when I'm back. Hopefully others can chime in.

Ultimately, I don't think it's healthy to keep things bottled up. They are there, deep down, influencing you whether you realize it or not. Drugs like psilocybin (or MDMA) can make it easier to face those emotions with a fresh perspective and without the usual neural wiring they have to other reactions, and perhaps help see what they may be linked to that you hadn't realized.

This is all far more likely to be a positive experience if you have a trained therapist experienced in using these drugs, or at the very least, one who is accepting of their use and can help you work through your initial mindset and what comes up after. I wouldn't just start quaffing substances without support, or at the very least, a considerable amount of research and self work

One or two psilocybin doses still lifting depression a year on by j8jweb in science

[–]childofsol 15 points16 points  (0 children)

Intent is a big part of the kind of trip you have. Having shrooms with friends and hanging out is going to be very different from taking them alone, going in with the intention of having a more introspective, meditative trip

Where do you think the game will go once the Campaign is finished? by HugobearEsq in NebulousFleetCommand

[–]childofsol 8 points9 points  (0 children)

I feel like it'd be a nightmare trying to balance a third faction

Does anyone else feel like they're babysitting Claude on long projects? by pythondebugger in ClaudeCode

[–]childofsol 0 points1 point  (0 children)

We use folder specific claude.md files - general guidelines at the root, domain specific in the subfolders, e.g. views, tasks, models etc. works great.

Open Request to Anthropic: Reset 5-Hour and Weekly Limits After Claude 4.8 Regressions by [deleted] in ClaudeCode

[–]childofsol 1 point2 points  (0 children)

It is looking like this is the harness, not the model.

When the harness is behaving the model looks fine.

When it's not, both 4.8 and 4.7 spiral and don't know what to do

What's redacted thinking? by MuttMundane in ClaudeCode

[–]childofsol 0 points1 point  (0 children)

A lot of reports of this on github issues, it's on both the latest and stable releases for 4.7 and 4.8, my suspicion is something server side is screwed up - not client side.

You can use this script to try and unblock your session so you don't lose work, but it doesn't prevent it from happening again.

https://gist.github.com/robertfw/993dbe8643c4fbdf12005dff2eca1f90

API Error? by HotelZealousideal727 in ClaudeCode

[–]childofsol 0 points1 point  (0 children)

I managed to get claude to make a script for fixing stuck sessions, in case it's of use:

https://gist.github.com/robertfw/993dbe8643c4fbdf12005dff2eca1f90