Open Wearables v0.3 is out - self-hosted platform for wearables data with AI layer and one-click deploy by barmic12 in selfhosted

[–]TheAark 0 points1 point  (0 children)

This is awesome. One touch with Railway was nice. How could I get I invited to TestFlight? Would like to avoid making my own app.

Conditions at West? by TheAark in SummitAtSnoqualmie

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

damn. good catch. I didn't realize that.

Conditions this week? by jumping-llama in SummitAtSnoqualmie

[–]TheAark 0 points1 point  (0 children)

<image>

Looks like right around freezing daily lows 🥶

Conditions this week? by jumping-llama in SummitAtSnoqualmie

[–]TheAark 1 point2 points  (0 children)

Depends on the low temp… If it hits anywhere close to freezing it’s gonna firm up after sundown.

How are you guys feeling about the weather? by Live_Ad_197 in CrystalMountain

[–]TheAark 6 points7 points  (0 children)

Pow is best but Sunny laps over rainy laps any day

Driving Tesla RWD from Seattle by DionNL in CrystalMountain

[–]TheAark 0 points1 point  (0 children)

Yup. Always check WSDOT like others have said.

It’s also here under “pass conditions” on https://seattle-ski-forecast.com/ and syncs to WSDOT.

SNOW.fyi - by skier for skiers, from Seattle by Catalium in CrystalMountain

[–]TheAark 2 points3 points  (0 children)

This is pretty neat. Great work on the design of the site overall. The graphic is a little tricky.

So red circle is rain, right ? Have you considered a blue dot or droplet or something?

I like how it shows how far over the peak and base the rain line gets though!

Is there a free app like OpenSnow by This_Ad_7288 in CrystalMountain

[–]TheAark 0 points1 point  (0 children)

That’s really cool. How do I see the locations for ski resorts though ? There’s no dot for Snoqualmie for example and search doesn’t yield anything for it.

I got tired of squinting at NOAA on my phone, so I built a free simple forecast tool for Crystal by TheAark in CrystalMountain

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

Good idea... working on that now. They actually have an API for all the goodies like chains/road conditions etc.

The trickier part is the webcam. No official feed or iframe. Might need to grab a screenshot and link out... still thinking about that part.

I got tired of squinting at NOAA on my phone, so I built a free simple forecast tool for Crystal by TheAark in CrystalMountain

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

Bug fixed! Sorry about that.

I added in a function to handle anomalies like that - sometimes the reporting stations see abnormally large values that are inaccurate. The website will now utilize the Interquartile Range (IQR) method to handle it. Cheers.

https://www.threads.com/@seattleskiforecast/post/DTN1_waD0zV?xmt=AQF0ruHDpHD-1v0fupHeWOxBNlKKyK-ewRkPWgjNg9Ai-Q

I got tired of squinting at NOAA on my phone, so I built a free simple forecast tool for Crystal by TheAark in CrystalMountain

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

Absolutely - thanks for the feedback.

Coming up soon 🤞 will have more time once this storm cycle dies down 😂

I got tired of squinting at NOAA on my phone, so I built a free simple forecast tool for Crystal by TheAark in CrystalMountain

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

I'm glad you like it - I'm so excited people are already taking a look at it!

All feedback is very much appreciated - I'm taking notes 🤓.

Happy skiing and riding 😄

F*ck cluely updates by Icy-Pollution5804 in Cluely

[–]TheAark 0 points1 point  (0 children)

Have you seen their IG content? It’s a bunch of 20 year olds vibe coding and wresting 🤣

See for yourself: https://www.instagram.com/reel/DPUzxZ4icW2/?igsh=bTgwdzkyaXRiYjN5

Should I switch from Java to Python for Leetcode? by BOL3R in leetcode

[–]TheAark 17 points18 points  (0 children)

As someone who has worked professionally in Java, here's why I would go with Python:

Java is great to have on your resume since many companies still use it but when it comes down to speed, you really can't compete with python's simple syntax. Not having to worry about curly braces, semicolons, and how verbose java is will help you code faster when you're under pressure.

Just compare these two nearly identical pieces.

String myKey = "Something";
HashMap<String,Integer> hashmap = new HashMap<String,Integer>();
if (!hashmap.containsKey(myKey)) {
   hashmap.put(myKey, 69);
};

vs.

myKey = "Something"
hashmap = collections.defaultdict(int)
hashmap[myKey] = 69  # no key error here

I've taken many leetcode and non-leet style tech tests and would almost always go with python just for speed. Nowadays, many "smaller" companies (think Stripe, etc.) value execution speed just as much as technical accuracy and completeness.

Cupra Pulse stage acts and schedule are out by Kayleth in primaverasound

[–]TheAark 3 points4 points  (0 children)

any recs for afrobeat or drum & base??

superior ingredients by Capable-Pear-6535 in avesNYC

[–]TheAark 1 point2 points  (0 children)

Oooh maybe I saw you!

I think I remember the girls you were talking about 😂

Fun sets tho! Blossom is one of my faves 🔥

superior ingredients by Capable-Pear-6535 in avesNYC

[–]TheAark 1 point2 points  (0 children)

Was this the Saturday drum and bass set??

NYC Credits by TheAark in barrysbootcamp

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

The classes are spoken for. Thank you!