[-] boothin@artemis.camp 71 points 11 months ago

Dude in the back is working on dessert with that CAKE

[-] boothin@artemis.camp 25 points 11 months ago

Yes, there are differences between those things.

Poaching is cooking in hot liquid, but the liquid is not boiling or even simmering, so it is a lower temp than both.

Saute generally means you're using a small amount of oil/fat and stirring/tossing the food to spread the oil/fat around on everything while cooking everything. Pan frying generally means you're cooking a larger piece of something and not tossing it around.

[-] boothin@artemis.camp 1 points 1 year ago

I don't think any of the coke creation flavors have been available in the 12oz cans, at least I've never seen any. Only 20oz bottles and the mini cans

[-] boothin@artemis.camp 6 points 1 year ago

Reactions take a resource like an action, bonus action, etc do. You can see the resources that each reaction you have takes from your character window, there is a reaction button at the top somewhere. The purple star is the reaction resource and you should find that sentinel takes one of those, therefore you can only use it once per turn.

[-] boothin@artemis.camp 3 points 1 year ago

My steam account was also created in November, so I'm going to say that is correct as CS was the reason I made mine too

[-] boothin@artemis.camp 108 points 1 year ago

Your Firefox should be doing this automatically when it detects the system needs more memory. You shouldn't need to do it manually in almost any case

[-] boothin@artemis.camp 8 points 1 year ago

That's not really relevant to the question being asked and the answer you're replying to though. OP said straws should just stop existing because it's only a convenience, and this counterpoint was that there are people who NEED straws, not as convenience but as necessity.

[-] boothin@artemis.camp 1 points 1 year ago

No the person you replied to but I have the one from https://whambam3d.com/collections/fbs-for-resin and love it

[-] boothin@artemis.camp 8 points 1 year ago

Octoprint can only connect to 1 printer at a time, so if you want to use 2 printers at the same time you need 2 separate instances of octoprint. I use portainer so passing through a device is just a matter of finding the device path on the host machine and plugging its path into the portainer config under the runtime & resources tab. In a docker compose you'd use the devices key, for example

devices:

  • /dev/ttyUSB1:/dev/ttyUSB1

You will likely need to create a separate alias for the host USB path though because devices can be found in a different order every reboot so the path will change. The USB device alias will be based on the device vendor and product id so it will be persistent. https://michaelgreenhill.net/persistent-addressing-for-usb-devices-in-linux/ is one site that explains the issue and how to deal with it

[-] boothin@artemis.camp 17 points 1 year ago

Luckily the S in USB stands for serial, so I have 3 printers connected to my server via USB and each one has its own octoprint docker container

boothin

joined 1 year ago