Viewing profile — huzaif
huzaif
HN member- Joined
- Sat, Jan 12, 2019, 11:32 PM UTC
- HN karma
- 71
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About huzaif
No profile information was provided.
Recent public activity
-
comment
Comment #33808176
I am guilty of that as well. I somehow value my time more than the money. I think that I have some kind of stake/interest in things I dedicated my time to. Though I am always thank…
-
comment
Comment #33725352
If you would like to put that advice to practice, this book will help. (The Art of impossible) https://www.amazon.com/Art-Impossible-Peak-Performance-Prime... It guides you through…
-
comment
Comment #30950941
What works for me is "accepting myself". Accepting myself meant accepting the universe. Even the parts I hated. The suffering. I didn't have to love it all, I just had to accept th…
-
comment
Comment #28854299
During a global chip shortage?
-
comment
Comment #26681046
They are: https://github.com/tailscale/tailscale A fair bit of the client code is also on the repo. Things like role based access control that require a backing store on tailscale …
-
comment
Comment #26224992
Good stuff. Thanks for sharing.
-
comment
Comment #26025216
Wow! This product is making my day. Great job. I am still hacking around on it. I would like to sign-up as a team, though I only have need for 3 seats.
-
comment
Comment #26025100
I too "cultivate my own garden". Like the "Turk" in Vaoltaire's Candide, working on my product (garden) insulates me from the wants and worries projected by todays internet. Here i…
-
comment
Comment #25051816
Publish your apps without .net core (--no-self-contained) and install/manage runtimes as you usually would. If you have thousand apps, you probably also have a CI/CD system and you…
-
comment
Comment #25051518
You are trying to something slightly complex. I don't see how one could make it any easier from a language design perspective and staying idiomatic to the language. Go: Goroutines …
-
comment
Comment #24252148
Solo Founder. I have done Meditation, gratitude journals and focused transitions. It all helps. However, for me the activity that helps the most is hard workouts early in the morni…
-
comment
Comment #23834344
That sizable minority are the only ones who have anything to lose from the looting and property destruction. Those that are impacted by racism and police violence, people without h…
-
comment
Comment #23630906
Thanks for all the hints. So it seems it's the device itself and not the update.
-
comment
Comment #23629754
I like that the updates are offered. I wonder how usable these older devices are after updates. I have an iPhone 8 which hasn't been usable since the last update. Most functions wo…
-
comment
Comment #22917842
This is a good walk through for the Dell XPS 15 9650: https://www.youtube.com/watch?v=h22MJD8C1r8
-
comment
Comment #22597788
WinUI 3 supports .NET 5 : https://youtu.be/tasbSc3771A?t=186
-
comment
Comment #22386983
I get your concern of government bungling the financial aspects. However, are we all OK with 68K people dying every year due to lack of coverage? Do we have evidence that medicare …
-
comment
Comment #22313977
Why push the website usage as a middleman? Why not just say "If you are able to read this email, you can't ever sue us." /s
-
comment
Comment #22249415
Yes, it does read like that. In the context of a start-up, cost is a big factor and then perhaps (hopefully) handling growth. You could start small and refactor apps/infrastructure…
-
comment
Comment #22249107
We can now achieve pretty high scalability from day 1 with a tiny bit of "engineering cost" up front. Serverless on AWS is pretty cheap and can scale quickly. App load: |User| |Clo…
-
comment
Comment #22133301
I am hoping to get some guidance on this side project. I have made a ton of mistakes along the way so I am hoping I can reduce them as I go forward. The product is an IT ticketing …
- story
-
comment
Comment #22130798
Majority of our issues with Azure revolve around some of their services, which are still slow to evolve, due to their pre-cloud underpinnings. An example of such service is their A…
-
comment
Comment #22120503
"I am calling from Microsoft" calls were bad enough. Now they will know some details to a past case and sound slightly more legit.
-
comment
Comment #21721851
I will try to attempt to address some of your concerns... "First they focused on making .NET Core all about ASP.NET with a clear focus on MVC and making everything super granular. …