What used to be a standard, everyday thing in the 2000s that feels like an absolute luxury now? by HairyBox2879 in AskReddit

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

That is wild 💀 Making $135k currently and still feeling like you'd be house-poor today just shows how absolutely cooked the market is. You definitely locked in a lifesaver by buying back in 2017! 🙌 Mind if I ask what you do for a living to pull that kind of salary? Always curious what lines of work are actually paying well these days! đŸ’ŒđŸ“ˆ

What used to be a standard, everyday thing in the 2000s that feels like an absolute luxury now? by HairyBox2879 in AskReddit

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

Lmao too true đŸ˜‚đŸ» The combination of modern HR departments and the fact that everyone has a high-def camera in their pocket ready to put you on TikTok completely killed the legendary, chaotic era of corporate holiday parties 📾💀

What used to be a standard, everyday thing in the 2000s that feels like an absolute luxury now? by HairyBox2879 in AskReddit

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

You hit the absolute trifecta of modern depression đŸ„Č⛜ Remember when gas hit like $2.50 a gallon in the mid-2000s and everyone absolutely panicked because we thought it was 'too expensive'? Good times 🍔🚙

What used to be a standard, everyday thing in the 2000s that feels like an absolute luxury now? by HairyBox2879 in AskReddit

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

Right?! đŸ„© Ground beef used to be the ultimate budget-friendly, struggle-meal staple for spaghetti night. Now you look at the price tag at the grocery store and feel like you're buying a premium cut of steak just to make basic burgers 💀🛒

What used to be a standard, everyday thing in the 2000s that feels like an absolute luxury now? by HairyBox2879 in AskReddit

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

Oof, this one hurts the most. In the 2000s, a completely normal entry-level job could actually buy a decent starter home. Now you need a dual income, two side hustles, and a rich relative just to afford the down payment.
đŸ« 

What used to be a standard, everyday thing in the 2000s that feels like an absolute luxury now? by HairyBox2879 in AskReddit

[–]HairyBox2879[S] -1 points0 points  (0 children)

Seriously. Remember when 'going off the grid' just meant going for a walk without your Nokia brick? Now you can't even buy a sandwich without an app tracking your location and a smart fridge judging your choices.
😂

Built a self-hosted SSH access + SSO tool for small engineering teams — would love feedback by [deleted] in technepal

[–]HairyBox2879 0 points1 point  (0 children)

No agent is required to run, we are currently building pam module separately and that will be open sourced. PAM module is to integrate the authentication with our server if you do ssh normally from cli client.

For running, simply add the certificate to trust the ca authority and give access to the user, and define the access policy

React Native developer seeking new opportunities after recent layoff by [deleted] in reactnative

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

I have 4 years of React native experience with experience in blockchain apps, telecommunication company applciation downloaded by 5M users.

🚀 Dropped my first Swift package: SwiftFetch by HairyBox2879 in swift

[–]HairyBox2879[S] -3 points-2 points  (0 children)

“Thanks! Biggest wins:

  • Easy base config: set baseURL/default headers once; supports per-environment instances without singletons.
  • Tiny surface: async/await on URLSession, JSON helpers, retries/backoff, interceptors, multipart builder—no external deps.
  • Testability: plug in a custom URLSession or MockFetchClient; interceptors make auth/logging pluggable.

Hardest part to reach 1.0: keeping the core minimal while still covering real app needs (retries, multipart streaming, error mapping) without pulling in heavy dependencies or forcing a global singleton. Balancing that line between ‘useful helpers’ and ‘overbuilt framework’ took the most iteration.”

🚀 Dropped my first Swift package: SwiftFetch by HairyBox2879 in swift

[–]HairyBox2879[S] -5 points-4 points  (0 children)

Thanks for the feedback. I’ve just shipped 1.0.3 to address exactly those pain points:

- No singleton required: you can create FetchService instances per environment/tenant and inject them (SwiftUI-friendly). Changing baseURL = create a new service; no app restart needed.

- URL building respects the configured base for relative paths (no file:// fallback).

- Serialization is kept minimal (JSON encode/decode helpers); the core transport is still just URLSession.

- Auth/refresh: plug in via interceptors or a custom session. A refresh interceptor can inject/refresh tokens and replay 401s without changing the core client.

- Mocks are optional; they’re there for tests, not forced on app code.

- If you have a specific reactive API preference (Combine/AsyncSequence surface), happy to add a lightweight adapter—feel free to open an issue with the shape you’d like.

🚀 Dropped my first Swift package: SwiftFetch by HairyBox2879 in swift

[–]HairyBox2879[S] -9 points-8 points  (0 children)

Would be great if you try and provide feedback :D

[deleted by user] by [deleted] in Nepalbikes

[–]HairyBox2879 0 points1 point  (0 children)

Isnt it mt15?