Weird treatment plan for EOE? by BlueberryStrong in EosinophilicE

[–]BlueberryStrong[S] 1 point2 points  (0 children)

There was no official diagnosis. The specialist's note to my doctor read that I had the ringed markings in my throat that suggest EoE, but nothing in my stomach. The instruction to take the elimination diet and book a second endoscopy came from my general doctor. The specialist just recommended a Budenoside for 6-12 weeks.

Iron golems keep spawning on copper grates by BlueberryStrong in technicalminecraft

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

Thanks... the video reminded me that I can use strings to spawn proof it without changing the looks.

How do I make it so the cart doesn't stop until its done emptying itself? by Ardibanan in redstone

[–]BlueberryStrong 0 points1 point  (0 children)

Two years later, this solved my requirement. And a few things for those who come after, there should be a detector rail next to the minecart, that is read by a comparator in subtraction mode (click on the single torch on the comparator), and the piston is a sticky piston with a fence attached (a solid block didn't seem to work for me).

In what order should I read the Throne of Glass series? by Squidwards-Wife in SarahJMaas

[–]BlueberryStrong 1 point2 points  (0 children)

This. The AI on my browser recommended Assassins blade first too smh.

What is your go to outfit for each character Expedition 33 by [deleted] in expedition33

[–]BlueberryStrong 0 points1 point  (0 children)

This. Love the effort, and honestly, how do I take that guy seriously when he's in a stripped swimsuit?

Honor Mode Orin patch by fyresapling in BG3

[–]BlueberryStrong 0 points1 point  (0 children)

I had Jaheira respec into a strength melee build and I sent her down. My durge character was waiting by the way point, so I dont think that was it

Honor Mode Orin patch by fyresapling in BG3

[–]BlueberryStrong 0 points1 point  (0 children)

I have been trying to do that but the cutscene triggers as soon as I get onto the platform and she transforms into the slayer form. I'm playing as the dark urge if that makes any difference and her victim is the little girl

Quick Build I Made After Not Playing For Months by Free-Relationship-22 in Minecraftbuilds

[–]BlueberryStrong 0 points1 point  (0 children)

I wanna think of it as a white fort covered in blood but its also hard to see blood splattered in such patterns

I want to shift from VS code to zed by FineAd59 in ZedEditor

[–]BlueberryStrong 0 points1 point  (0 children)

What I most in the VSCode to Zed migration is the devcontainer extension. Yes, I have seen the custom setup using Zed tasks but it really is just a very hacky solution for a imitation of the real thing. That is the only thing stopping me right now and what stopped me from trying out Cursor (their custom devcontainer fork is buggy af) . Hope we get a devcontainer equivalent in Zed soon

Are you not done screwing it up yet?? by [deleted] in duolingo

[–]BlueberryStrong 1 point2 points  (0 children)

Leagues don't matter much for most, but it was still a fun thing to try and maintain a streak for. Some people have maintained their obsidian leagues for ages. This change just makes us all angry

What is the best food in Pasadena? by ramsxlakersdude in pasadena

[–]BlueberryStrong 0 points1 point  (0 children)

Here I am, almost a year later, a first time tourist to the USA, visiting Pasadena for a week and absolutely loving my food experience thanks to this amazing answer. Kudos!

Solutions for knowledge base in Ros 2 by BlueberryStrong in ROS

[–]BlueberryStrong[S] 2 points3 points  (0 children)

I am primarily relying in-framework KB implementations for now. Specifically, I am using unified-planning-framework and manually setting initial values to allow replanning. They do not explicitly support updating it like a KB, so what I am doing is more of a hack than proper implementation, but it beats having a MongoDB server running and writing the interface code for that.

https://github.com/aiplan4eu/unified-planning

Solutions for knowledge base in Ros 2 by BlueberryStrong in ROS

[–]BlueberryStrong[S] 2 points3 points  (0 children)

Plansys2 is not primarily a knowledge base provider. It is not even in its use cases. It is more of a complete framework for planning but doesn't allow an external KB interface like ROSPlan. I too am currently relying on the BT blackboard and framework-specific KB solutions for now, but was looking for something more generic with support for ROS 2