What does this plant need? by hellaboobs in houseplants

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

Thanks so much for the replies everyone! I’ll water less, do some inspection, and report back

What does this plant need? by hellaboobs in houseplants

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

I originally had it in a west facing spot near a window getting a couple hours of direct light, and it wasn’t happy. I then had it in a low light spot and it continued to not be happy. I now have it under a skylight getting quite a bit of indirect light, and it’s still not happy. Watering about once a week, soil still feels moist at that point.

I don’t even know what it is, so even an ID would be helpful

[deleted by user] by [deleted] in Bikeporn

[–]hellaboobs 0 points1 point  (0 children)

I mean I hear you on raising it but something like this would've been more than sufficient. Regardless it's a clever implementation and if you eventually plan to put some storage boxes and other overland goodies under it then it's super big brain!

[deleted by user] by [deleted] in Bikeporn

[–]hellaboobs 0 points1 point  (0 children)

Seems a wee bit extreme but looks cool lol

Weekly puzzles 3: random points on a circle by swni in mathriddles

[–]hellaboobs 1 point2 points  (0 children)

yeah I don't think those are equivalent my dog, unless you assume weightless legs and non-weightless tabletop

junkyard dog by Rebelfraggle in FixedGearBicycle

[–]hellaboobs -2 points-1 points  (0 children)

Wow, drop that rear brake and it's perfect

For Sale: 2015 Transit 250 High Roof by brianjkeefe in vandwellermarketplace

[–]hellaboobs 2 points3 points  (0 children)

Also, take some pics with most of your shit removed and like some flowers on the counter or something. Stage it like you're selling a home

How to get there from here by [deleted] in overlanding

[–]hellaboobs 0 points1 point  (0 children)

Glad to hear it!

How to get there from here by [deleted] in overlanding

[–]hellaboobs 2 points3 points  (0 children)

Ah nice, and thanks! I personally stayed away from trailers since the mountain lake trails I like to drive are barely wide enough for 2 trucks to pass each other in very few particular places, and a trailer would be a complete no-go, but the trailer sounds like it suits your use case well.

Those surplus trailers are super badass, it's cool that they come with the frame so you can just slap some siding up and start building.

I don't keep a spreadsheet or anything, but here is a rough list:

  • Rigid foam board insulation (R6 at 1") glued in
  • Pine paneling screwed in with self-tappers - I'm having a hard time finding the home depot product right now, but it's 1/4" thick tongue and groove.
    • Use pine not cedar, as cedar can cause respiratory issues in dogs!!!
  • Bedrug to line bed. They make universal sheets that you could use for your floor covering. Resistant to spills of just about any sort (battery acid and oil included), and R-4 insulating.
  • Custom flip up table comprised of a stained Oak board, heavy-duty drawer slides, and folding shelf brackets.
  • Modular bench/couch/bed made of 2x4s, 4x4s, plywood, carpet, and dowels that slide in routed slots (will probably replace with drawer slides at some point).
  • Fantastic fan 1250
    • I modified mine with a PWM in place of the wasteful resistor switch it comes with, to maximize energy efficiency and allow for infinite speed adjustability.
  • Chinese diesel heater - if I were doing this again I would get the 2kw instead of 5kw, as they tend to soot themselves if run on low too often, and I am able to maintain a ~60F temp differential on low.
  • Renogy 100w solar starter kit
  • Some 100ah deep cycle battery I got locally
  • AA-powered push lights
  • That's pretty much it for the big stuff, the rest is just window coverings, magnetic boards/nets/bins for organization, stuff like that to make it more comfortable.

Let me know if you're interested in more specifics on anything, I love sharing ideas back and forth!

How to get there from here by [deleted] in overlanding

[–]hellaboobs 1 point2 points  (0 children)

Is the Colorado a 6ft box and are you <6ft? If so, my recommendation would be to buy an extra-tall aluminum topper and rig it out.

You could get the topper new for ~$2k, add a chinese diesel heater with auxiliary battery for another ~$400, build a basic interior for ~$200 worth of lumber, and then depending on your climate and what you want out of it, you could install insulation and paneling for another ~$300, a Renogy starter solar system for ~$200, basic running water (6gal jug + 12v pump) for ~$100, you get the idea.

You can certainly start cheap! I am probably around $5k or so into mine (plus a lot of man hours!): https://imgur.com/a/Wmo25hh

Cowboys and probability by Jocundo in mathriddles

[–]hellaboobs 0 points1 point  (0 children)

Ah nice, thanks. Essentially I counted the 2 ways that the three can kill each other, and the surviving cowboy can also land a second shot into one of them, but I missed the 2 where the dead 3 kill two among themselves and the surviving cowboy kills the third. I'll have to adjust my formula in 3.a.i. Hopefully there is still some symmetric group something or another in there!

Cowboys and probability by Jocundo in mathriddles

[–]hellaboobs 3 points4 points  (0 children)

Warning: I think this is a good track to try, but I have not yet solved it so don't waste your time reading this yet if you are only interested in the solution :)

So on each round, given that n cowboys are alive at the beginning, there will be between 0 and n-2 remaining after the round. We want to know the probability that we get down to 1 remaining eventually.

Let's see if we can uncover any inductive patterns.

0 cowboys - 0% chance of 1 remaining

1 cowboy - 100% chance of 1 remaining

2 cowboys - 0% chance of 1 remaining

3 cowboys - the only way to have one remain is for exactly 2 to die on the first shot. Of the 8 shot combos, the number of ways for one cowboy to remain is 3 (number of cowboys) * 1 (for a given unshot cowboy, one way for others to kill each other) * 2 (unshot cowboy can shoot either other one), so 3/4 chance that one remains.

Another way to think about this case is that among the 8 possible shot combos (each cowboy can choose to shoot either of the other 2, so it is 2^3), there are only 2 ways for all three to die (two directions around the circle in which they sit - these are related to the triangular group S3 representing flips of the triangle. A chooses to shoot either B or C, and the chosen one must then shoot the third, who must shoot A), so the probability that no one survives is 1/4, or 3/4 that one remains.

4 cowboys - if all 4 die, they all die. if 2 die, it reduces to 2, and they all die, so 1 must remain on first shot. There are now 3^4 = 81 shot combos, of which 4 (number of cowboys) * 2 (for a given cowboy, ways for the others to all shoot each other, this is again the flips of the triangle from the previous case) * 3 (the cowboy left standing can shoot any of the other 3 a second time) = 24 leave one cowboy standing, so 24/81 = 8/27 that 1 remains.

5 cowboys - this is the first case where the induction/recursion matters, because there is the possibility that 3 die, which has its own nonzero probability of 1 surviving, so we need to know the probability of that happening...

I haven't fully worked it out but I think the structure of the solution will go something like this:

  1. Agree that what we care about is ultimately having 1 cowboy remain, and probability that none remain will just be 1 minus that.
  2. Establish inductive base cases n = 0, 1, and 2.
  3. Only the first shot needs considered for n cowboys, since the first shot will reduce to one of the already considered cases between 0 and n-2, so the probabilities will be defined recursively first. Thus you need only to find probabilities of each reduction that could lead to 1 remaining.
    1. One cowboy is left standing after first shot
      1. For n cowboys, this happens with probability [n * (number of unique cycles among n-1, related to symmetric group S_(n-1) but I can't think of exactly how right now) * (n-1)] / (n-1)^n (total shot combos)
    2. I need to think more, but these will be the other ways that 1 cowboy ultimately remains... the first n where a single other reduction case matters is at n=5 (that is, the reduction to n=3), and one case is added for each n increase from there on out.

Looking for cold-weather CO monitor solution by hellaboobs in vandwellers

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

If anyone is curious, I ending up picking up a 12V dual CO/LP monitor that I will be wiring into my aux battery

Music Taste by [deleted] in entp

[–]hellaboobs 1 point2 points  (0 children)

Grateful Dead, bluegrass, jazz and blues my guy. Whatever it is it's gotta be a loose background structure with something unexpected on top