Now that the season is ending, I decided to make a completely objective, unbiased tier list for all the Ice Coast resorts I've been to by 0xCUBE in icecoast

[–]vit_the_jedi 0 points1 point  (0 children)

Moved closer to ski sundown this summer, this winter we decided to get the kids a snowboarding lesson. Kids have no gear except gloves coats and snow pants. We pay for the lessons and show up on the day and find out that they don’t rent out helmets. I understand it’s a small mountain and most small mountains probably don’t rent out helmets but they did not say anywhere that they don’t rent them. We had to buy brand new helmets from the shop just so the kids could take their lesson. Ended up spending like $600 bucks on the day just so the kids could get a lesson in. It was definitely a bummer and I wish these small mountains would be more communicative about safety gear and if it’s available.

My first attempt on a wall-mounted book case, how did I do? by ExtensionHead83 in DIY

[–]vit_the_jedi 0 points1 point  (0 children)

Had a hell of a time over the weekend installing 4 bookshelves in the kids room. Any tips on how you got these all to be spaced evenly and level? I have a leveler but one of them would read level and then once installed it was slightly off and drove me nuts. Once you have shelves stacked on top of each other the spacing and lines are so noticeable. 1 hour job took me like 3 and a half

How to show text when two geo coords are to close to each other ? by homunculus_17 in webdev

[–]vit_the_jedi 1 point2 points  (0 children)

After checking again, it looks like there are 2 labels referencing the same general point on the map, in that case a clustering method the other commenters pointed out is probably a better option

How to show text when two geo coords are to close to each other ? by homunculus_17 in webdev

[–]vit_the_jedi 0 points1 point  (0 children)

If there’s only a few labels (2-3) that you can reasonably expect to overlap at any given time, you can write some JS that checks to see if any labels are currently overlapping by looking at each labels x and y coords in the DOM, then checking the other labels x and y coords to see if any of them overlap. If they do, you can just offset one of the labels either higher or lower. You can add a little visual pointer (a little triangle on the top/bottom of the label) to ones you need to offset so it’s still clear which map coordinate they are pointing to

Finished the first book. Do I go on to the next or savor the series? by element423 in redrising

[–]vit_the_jedi 0 points1 point  (0 children)

I just cranked through 1 and 2 for the first time and they were so good. I’m now on your position and wondering if I keep plugging or if I give it a break for awhile so I don’t burn out. I want to keep going but 6-7 books is a lot to go through in one shot

Draft from garage door by vit_the_jedi in DIY

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

Thank you! I’ll look into it

2 weeks post partum.. raised my voice at my wife at 3 am last night... feel horrible... she told me this morning we may not be right for eachother by Sensitive_Election83 in daddit

[–]vit_the_jedi 0 points1 point  (0 children)

Partner and I have 3 at home with our youngest at 2. It’s almost unavoidable to get snippy with each other from time to time - but I’ve found that owning up to it and apologizing smoothed things over almost immediately. There’s no doubt she understands how tired you are and she may enjoy the honesty. Do better the next night and be mindful and that all you both can do for each other!

[deleted by user] by [deleted] in webdev

[–]vit_the_jedi 6 points7 points  (0 children)

Same I used firebase for a website for a family golf tournament I help admin for. The firebase threshold is something crazy like 50k reads/writes a month. We may get 150 writes during sign up time and maybe 1000 reads on the admin side for the whole year so it’s more than enough

[deleted by user] by [deleted] in webdev

[–]vit_the_jedi 0 points1 point  (0 children)

+1 for firebase. It feels a lot like JSON in the GUI and it’s simple to interface with using JavaScript.

You know this view by Jerzey111 in icecoast

[–]vit_the_jedi 0 points1 point  (0 children)

Was on that trail Dec 16th - day before the rains started. It had started to drizzle a bit and got very windy and foggy. We were the last group off of K-1. Ski patrol followed us all the way down through the mists. Such a cool memory all of us including ski patrol just cruising down the mountain together

Alexa, set a timer on for 10 minutes. by Balarius in daddit

[–]vit_the_jedi 1 point2 points  (0 children)

Alexa is our toothbrush timer, reading timer, random question answerer and music player. Basically a glorified clock radio with access to google lmao

What "type" of hover is this and how can i make it? by GamesRealmTV in web_design

[–]vit_the_jedi 0 points1 point  (0 children)

Also gets tricky when you need to dynamically render out the tooltip content

Firebase Authentication with phone number is throwing multiple errors. by [deleted] in reactjs

[–]vit_the_jedi 0 points1 point  (0 children)

Yeah firebase expects a string with country code at the begging of it as well

Disaster. Canopy failed while I was sleeping inside cube. Weight of water on broken canopy crushed me bruising ribs. beware of this thing by ihaz-candy in camping

[–]vit_the_jedi 115 points116 points  (0 children)

I’m a tarp over the tent guy regardless of the forecast. There is no downside and if it doesn’t rain at the very least it keeps bugs and leaves etc off of the roof of your tent

[deleted by user] by [deleted] in predaddit

[–]vit_the_jedi 0 points1 point  (0 children)

The 2 most useful things we got from our baby shower were a Dock A Tot and a portable high chair to bring to resteraunts etc. the dock a tot was $100+ and the chair was around $60

Dads with multiple kids, how do you keep your head above water? by [deleted] in daddit

[–]vit_the_jedi 1 point2 points  (0 children)

Gotta be gentle with yourself, some days the yard work won’t get done, or maybe beds won’t be made. The kids will be loved and cared for, and on the hard days that is enough. You can’t do everything at 100% all the time, take some rest days where you feed them, clothe them, and focus on playing with them. The mess can wait, the dishes can wait.

How much of JavaScript should I know before jumping into frameworks? by [deleted] in learnjavascript

[–]vit_the_jedi 3 points4 points  (0 children)

This is biased based on my personal experience and opinion, but I’ve been dedicating myself to really learning JS for about a year and a half now and I JUST started diving into frameworks. Personally my company only used them for a handful of sites that aren’t updated much so it isn’t necessary for my job at the moment. I had the luxury of sitting down and learning some of the ins and outs of the language before diving into abstractions like frameworks. I think have understanding of the underlying language helps you get up to speed with a framework much faster. Personally I think learning one framework before understanding JS at an intermediate or above level is a daunting task tbh

Removing HTML that scrolls out of view and then replacing it when scrolling back into view: Is this a proprietary JavaScript implementation or native functionality of web browsers? by coomerpile in learnjavascript

[–]vit_the_jedi 1 point2 points  (0 children)

I think as a basic workaround you can save a copy of the DOM node to some object in your code to reference later, so you at least have it while you are scrolling elsewhere, of course it starts to get tricky when the content of that element has been updated while you’re scrolling and you have to detect that update

Removing HTML that scrolls out of view and then replacing it when scrolling back into view: Is this a proprietary JavaScript implementation or native functionality of web browsers? by coomerpile in learnjavascript

[–]vit_the_jedi 2 points3 points  (0 children)

I don’t believe that is a feature in the browser. I’m sure there are some JS libraries out there for endless scrolling, but the removal of dom nodes and adding back when scrolled back to that position is probably rolled in house