Viewing profile — hashamali
hashamali
HN member- Joined
- Mon, May 21, 2018, 4:24 PM UTC
- HN karma
- 355
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About hashamali
No profile information was provided.
Recent public activity
-
comment
Comment #43763750
Discord has a fairly successful subscription product that is generating tens of millions in revenue. They most certainly have made more than 0 dollars. Profitable? Less likely.
- story
-
comment
Comment #34548069
https://paymewith.xyz/ Made this to quickly share payment options across multiple apps such as Venmo, Cash, etc. No intention of monetizing, just a utility I wanted to exist.
- story
- story
- story
-
comment
Comment #31192660
This is beautifully written.
-
comment
Comment #30701824
This looks great and super approachable. WorkOS[0] seems to be tackling something similar but more enterprise focused. [0]: https://workos.com/
-
comment
Comment #30689028
I've found Google domains to be considerably more expensive than Namecheap. Anyone have a good reason to use it over other registrars?
-
comment
Comment #30444726
Thanks, looking forward to the benchmarks!
-
comment
Comment #30444580
Looks interesting. We've evaluating multiplayer server frameworks at the moment and have decided on Nakama ( https://github.com/heroiclabs/nakama ). Any thoughts on how Hathora com…
-
comment
Comment #30354756
A common scenario where this approach fails: applying physics in realtime cross platform games. The floating point math involved is pretty much impossible to guarantee same results…
- story
-
comment
Comment #29300256
Unrelated to the article itself, but the design of this page on mobile is a beautiful experience.
-
comment
Comment #28700100
Hey Spencer, congrats on going public! I’ve been a happy Amplitude customer at several companies now. If you were starting a company today, what would you do differently from how y…
-
comment
Comment #28031089
It's worth noting that their margins have improved significantly this year and will presumably continue to do so over the following years. For comparison, their loss in Q2 2021 was…
-
comment
Comment #27488485
Somewhat similar but much more focused on payments specifically.
-
comment
Comment #27486768
I made https://paymewith.xyz to share my social payments faster. Got tired of the “do you have Venmo/Square Cash/Paypal” dance.
-
comment
Comment #26041135
Quick question regarding frontend integration. I see that you can embed a widget that requires an API key and the currently authenticated user's email. Does this mean that if I'm a…
-
comment
Comment #25283289
I hated PHP for the longest time (worked extensively with PHP5 and various homebrewed frameworks in the early 2010s), but I gotta admit, it's come a long way with PHP7+ and great f…
-
comment
Comment #25140822
Are the docs custom or are you using a third party product? Doesn’t look like Swagger UI or Slate.
-
comment
Comment #25086572
OpenAPI is just the format for describing APIs for various use cases such as documentation, runtime validation, and yes, even code generation. Depending in the language you use, th…
-
comment
Comment #25086123
Surprised there is no mention of OpenAPI. A spec driven API development process solves most of the problems described without having to switch to schematized data serialization for…
-
comment
Comment #24630484
So impressed by Cloudflare’s rate of new and improved product launches.
-
comment
Comment #24562184
This looks awesome, I like that it doesn't require having to proxy to generate the spec. Does this rely on code introspection or somehow listens for traffic without proxying?