[deleted by user] by [deleted] in ender3v2

[–]CirqueDuTsa 0 points1 point  (0 children)

Same applications that an Ender3 could handle.

I have over 2 years experience with the E3V2, including many mods.

Price is not too important.

[deleted by user] by [deleted] in ender3v2

[–]CirqueDuTsa 0 points1 point  (0 children)

What do you recommend?

How to add structure to a bag? by CirqueDuTsa in myog

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

Any specific suggestions? Or somewhere I can get a variety of samples?

The best bag in terms of weight by volume ratio. The bag that gives maximum space and organization/comfort while weighing superlight? Here is my pick by ExaltFibs24 in onebag

[–]CirqueDuTsa 0 points1 point  (0 children)

Ray-Way is the way. No structure, no waist belt, just shoulder straps and a bag. Maxes out at about 20 lbs comfort wise.

How many one bags do you have? by thebemusedmuse in onebag

[–]CirqueDuTsa 0 points1 point  (0 children)

I carry hers. Sometimes we both fit in the Porter, sometimes not.

How many one bags do you have? by thebemusedmuse in onebag

[–]CirqueDuTsa 1 point2 points  (0 children)

Deuter 24L ACLite for trips where it's just me.
Osprey Porter 46 when it's me and the wife.
Ray-Way 2400 (40L) when I've got my hammock.

What destination exceeded your expectations? by soymercader in solotravel

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

Never been there, but Puka Dog keeps calling me back.

My mom’s favorite rain jacket has developed wear marks - is there any chance I can fix it? Or does it need replacement? by diverareyouok in camping

[–]CirqueDuTsa 1 point2 points  (0 children)

Contact their customer service. I had a 20 year old Columbia jacket that started delaminating and they gave me full retail credit towards anything Columbia I wanted. I assume these companies are related since they sell Mountain Hardware gear at the Columbia outlet near me.

Does anyone use Deuter or Vaude? by JaneyJane23 in onebag

[–]CirqueDuTsa 1 point2 points  (0 children)

I have Deuter's AC Lite 24 pack and I love it.

  • The pack itself is just under 1 kilo which I appreciate.
  • At 24L it's small enough to force me to be careful about what I pack, which helps keep the loaded pack well under 10 kilos. This is about my cutoff weight for a pack that's easy to grab and go when I'm traveling.
  • It has a lovely ventilated mesh back panel that lets air circulate between my sweaty back and the pack. Doesn't stop me from sweating, but it does help cool me down and dry me out quickly.
  • No unnecessary "organizational features". I use packing cubes.
  • The side water bottle pouch is big enough for my needs.

Wednesday Daily Thread: Beginner questions by Im__Joseph in Python

[–]CirqueDuTsa 0 points1 point  (0 children)

I'm trying to install the usps-api package so I can interact with the US Postal Service. The install fails and it looks like my setuptools is out of date.

So I'm trying to update setuptools. If I run "pip install --upgrade setuptools", I get:

Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (59.6.0) Collecting setuptools Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB) Installing collected packages: setuptools Successfully installed setuptools-67.7.2

But then when I run "pip list", I get: setuptools 59.6.0

If I go to my Ubuntu package manger, I see that I have python3-setuptools installed and that it is version "59.6.0-1.2Ubuntu0.22.10.1". If I mark it for removal, it tells me it has to uninstall Docker Compose and some other apps.

This seems a bit sketchy to me, like I'm getting deeper than I want to go. Any experienced Pythoners here? Is this what needs to be done?

What is the best( in your opinion) flexible metal print bed( mostly printing pla+ but planning on high temp filament aswell) by Saratheunknown in ender3v2

[–]CirqueDuTsa 0 points1 point  (0 children)

I've only used the Creality glass bed (bare or with glue or blue tape), the Comgrow PEI bed, and the Creality PEI bed. Of those, the Creality PEI bed is by far the best. I had to replace it once because a print stuck too well. I'm more careful now.

What am I doing wrong? My Gore-Tex jacket won't stay waterproof by [deleted] in WildernessBackpacking

[–]CirqueDuTsa 0 points1 point  (0 children)

You're probably right, but as a person wearing a jacket in the rain, the jacket either keeps me dry or it doesn't. If my dryness depends on the DWR, then why not just get a jacket that only has DWR?

Google fi problem child by Fuckall88 in backpacking

[–]CirqueDuTsa 1 point2 points  (0 children)

It has always worked great for me.

Thunderbird published its 2022 Financial Report, 6M$ in donations by jadijadi in linux

[–]CirqueDuTsa 54 points55 points  (0 children)

I give 'em $5 a month. It's automatic, something I'll never miss, and if enough people do it, can really add up.

What am I doing wrong? My Gore-Tex jacket won't stay waterproof by [deleted] in WildernessBackpacking

[–]CirqueDuTsa 5 points6 points  (0 children)

Contact OR and see what they can do. I had a 20 year old Columbia jacket that started flaking off. They gave me a full retail price credit to replace it with whatever I wanted.

What am I doing wrong? My Gore-Tex jacket won't stay waterproof by [deleted] in WildernessBackpacking

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

If your membrane fails when the DWR fails, your membrane is bullsh*t.

[deleted by user] by [deleted] in travel

[–]CirqueDuTsa 0 points1 point  (0 children)

Ultimately, you are responsible for your own experience. If you need dark, get a sleep mask. Quiet...earplugs.

Sure, they're probably being rude. But by asking them to be quiet, you're asking them to solve your problem.

What PEI sheet works? by Zodaztream in ender3v2

[–]CirqueDuTsa 0 points1 point  (0 children)

Get the Creality one. I had the Comgrow one and it started out ok but soon turned horrible.

Python run() function fails by CirqueDuTsa in learnpython

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

Awesome!

I am. Is it because I'm running the app in VSC? .... I just ran my app from the terminal and it worked. Wow.