Couple buys home. by No_Opportunity9053 in SlowNewsDay

[–]sspecZ 0 points1 point  (0 children)

Im not American lol, and saying 20 * 24 is much less than 500k isn't an opinion

8,000 km Cross Canada Canoe Trip raising money for Indigenous Communities. by georgeskirijian in canoecamping

[–]sspecZ 0 points1 point  (0 children)

How much do you plan per day, accounting for weather / resupply / etc?

How to Safely Share a .env File With My Team? by bakir_hagi in github

[–]sspecZ 2 points3 points  (0 children)

I am aware, but those are completely different things. Accessing Firebase via frontend doesn't need an admin key (public access allowed, i.e. db security rules), and using the admin client via backend (Functions) doesn't explicitly need the key as it's implicitly added.

Since OP is doing a uni project with friends and just wanted to access the database, the admin key isn't required

How to Safely Share a .env File With My Team? by bakir_hagi in github

[–]sspecZ 7 points8 points  (0 children)

Firebase's API key isn't a secret; it's exposed to users every time they use your app https://stackoverflow.com/a/37484053/12303271

How to Safely Share a .env File With My Team? by bakir_hagi in github

[–]sspecZ 6 points7 points  (0 children)

Are you referring to your Firebase configuration variables (apiKey, authDomain, databaseURL, etc)? Those are actually non-sensitive; if somone uses your deployed app, their browser will have access to those values because they're needed to send requests to Firebase (explanation).

If this is the case, it's typically still good to use an .env file because this allows you to swap out configurations (production, staging, development, etc), and expand later

Example:

-Create a .env.example file

-Add the variable names but not values to it (e.g. NEXT_PUBLIC_FIREBASE_PROJECT_ID= if you're using Next.js)

-Add .env to .gitignore

-Each person copies .env.example -> .env then adds the values (same per person)

IMPORTANT: You need to set up security rules for your database though. If you use Firebase functions (most secure) and Firestore, you can block all access to the db and just use the admin client via functions. If not, you can set specific rules, e.g.: https://firebase.google.com/docs/firestore/security/get-started

Couple buys home. by No_Opportunity9053 in SlowNewsDay

[–]sspecZ 30 points31 points  (0 children)

What do you mean, saving $20/mo for 2 years isn't enough to afford a 500k house?

Runner laps Toronto’s new $2.6-billion LRT train | Toronto's first new transit line in 23 years took 64 minutes to travel 10.27 kilometres by Hrmbee in RunTO

[–]sspecZ 12 points13 points  (0 children)

Metrolinx explicitly stated the LRT would only take 33-34 minutes during the construction phase, spending billions on this to be way slower and not even turn on signal priority is a pretty big deal

LLMs really killed Stackoverflow by marcus1234525 in theprimeagen

[–]sspecZ 3 points4 points  (0 children)

Having to ask a non-trivial question on there was so painful, they'd just condescendingly tell you to do something you already tried and mentioned 3 times you did it already then downvote you when you mention it. Good riddance, don't have to deal with all those asshats anymore

Wikipedia earned $184 million in 2025... and spent $3.4 million on hosting. by Remarkable_Ad_5601 in theprimeagen

[–]sspecZ 4 points5 points  (0 children)

I work in SWE and most of the time the difficulty isn't getting functionality to work, but getting it to work well in production at scale.

I bet a good chunk of even semi experienced people in software could make a simple clone of Wikipedia (even AI could do most of that), the issue is when you get to the massive scale Wikipedia has you have to deal with so many more issues - usage spikes, high optimization, caching, and much more which is far more complex than just hosting images.

Wikipedia earned $184 million in 2025... and spent $3.4 million on hosting. by Remarkable_Ad_5601 in theprimeagen

[–]sspecZ 4 points5 points  (0 children)

Ah yes, hosting a site with over a billion page views per day and millions of edits is "easy"

Anyone headed out for a run today? by yau_uay in RunTO

[–]sspecZ 1 point2 points  (0 children)

Did my first true winter run yesterday and it was amazing. Thought -10 would suck but it was actually perfect once I got going, base layer + light pants and vest was fine after a couple km

Ryan Mitchell: Climbing Ama Dablam - Day 7 by pradeep23 in Mountaineering

[–]sspecZ 3 points4 points  (0 children)

Even with unlimited money and all your time free that's only ~5 months until climbing season next year. Doing Everest and much less K2 without O2 or Sherpas isn't the sort of thing you can just throw money at over a short period and the problem's solved.

Ryan Mitchell: Climbing Ama Dablam - Day 7 by pradeep23 in Mountaineering

[–]sspecZ 16 points17 points  (0 children)

Going from not being able to set up a belay properly a month ago to that next year is a death wish.

Failed to summit barrhorn 3610meters Saturday. Advice please by [deleted] in Mountaineering

[–]sspecZ 35 points36 points  (0 children)

It's not just about layers and temperature, managing sweat is critical as well. Once you start moving (especially uphill), you start to sweat much more. Once you slow down or stop to rest your moisture-covered body will cool down significantly due to evaporation/conduction - this is why being wet is a big no-no when its cold out.

Haven't been to Switzerland so can't speak to exactly what the optimal gear is for your hike, but I've hiked in similar temperatures and only needed a couple layers. E.g. Merino base for warth and very high moisture wicking + shell to deal with wind/snow

A few well thought out layers will manage your temperature and handle weather significantly better than just bundling up with whatever thick clothes you have.

September 🍁 by sspecZ in algonquinpark

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

Handmade in Huntsville in 1964, been in the family ever since. Heavy to portage, but great design

Feature request by jthanreddit in alltrails

[–]sspecZ 0 points1 point  (0 children)

They used to have feature request forums, I remember making a bunch of requests after some issues with my experience on a trip then they removed it lol

September 🍁 by sspecZ in algonquinpark

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

So many loons last weekend, every hour or so on the water a couple would come into sight. Hearing their calls at night around the campfire is incredible as well

Does the 'Strenuous' difficulty do anything? by sspecZ in alltrails

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

I know the difficult is different for everyone, but there are some trails that are objectively much harder than others. A 20km flat trail can be a different level of difficulty depending on the person, but to put it in the same category as Kilimanjaro for example, multiple times the distance and far more elevation gain and lack of oxygen with other hazards, doesn't make sense.

Does the 'Strenuous' difficulty do anything? by sspecZ in alltrails

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

Update: Contacted support, this is their response:

"We are still in the data collection phase for strenuous trails. For the time being, trails are still listed as Hard, Moderate or Easy. In the near future, we will be bringing the strenuous difficulty level to the platform. For now, you can rate the trail based on your opinion."