Viewing profile — vaishnavsm
vaishnavsm
HN member- Joined
- Fri, Jun 11, 2021, 1:43 AM UTC
- HN karma
- 297
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About vaishnavsm
Recent public activity
-
comment
Comment #49179702
I feel like there's a fundamental shift in the user interface that's causing this. People are starting to expect an "agentic interface" - that they are able to give kinda vague inp…
-
comment
Comment #48820391
If you're willing to take the pain of setting up an actual authz model, I've found OpenFGA^ to be really nice. We used it to set up some pretty complex authz involving cross-agent/…
-
comment
Comment #48820348
I really want to love KeyCloak. I've had really bad experiences with weird uptime bugs and crash loops that kept me from giving it an honest retry over the last couple years. It al…
-
comment
Comment #48820288
Keycloak and Better Auth aren't as fundamentally different as you may think! Better auth supports authn/z, being an identity _source_, being an identity provider, being an OIDC/SSO…
- story
-
comment
Comment #47958067
ECS really isn't scalable. imo a multi-account EKS cluster is a bare minimum. It's what I use for my todo list app, and it works great!
-
comment
Comment #46562244
This seems to be focused on Python, but for all the TS devs out there, what you'll see will be implicit `any` errors. Quick word of warning on having LLMs fix those - they love to …
-
comment
Comment #42216499
There's an easy shortcut in the second level past the climb on the pink pipe and before you climb the ramp where you can jump to the semi-circle on the lower platform on the other …
-
comment
Comment #41921304
Looks like the scheduled maintenance led to unexpected downtime?
- story
-
comment
Comment #40239459
OpenBao[0] is a fork of Vault under the Linux Foundation [0] https://openbao.org/
-
comment
Comment #39649085
> merge conflicts: This section in particular piques my interest. I never found this confusing, since the change in HEAD is just representative of the order of operations (in rebas…
-
comment
Comment #39081852
Hey folks! I wrote this based on an office discussion on TLS, and because resources I found on TLS were all pretty surface level. This is the first time I've tried to write a techn…
- story
-
comment
Comment #36212870
It would be really interesting to see whether this holds in Middle Eastern countries or other places where the work week starts on a Sunday.
-
comment
Comment #35622902
Just searched for Docker Swarm, and got [0] one "People also ask" card, one section for images, some related searched, and a button that says "More Results" that doesn't work. More…
-
comment
Comment #35201547
Oh wow, we're building something very similar to this. We were literally just filling up the YC form for S23 too haha. I may be a bit biased, but I think this is an excellent idea,…
-
comment
Comment #33468979
Congrats and good luck on the launch! Ok so in general I'd chalk this up to being disinterested, but I think this is relevant for a product meant for people with ADHD: After a coup…
-
comment
Comment #32277910
There goes my morning of work /s
-
comment
Comment #32034938
To be fair, it'll probably be a lot easier to replace the battery on that dell (and the system76, I imagine?) than on the Macbook. That evens things out even if the battery doesn't…
-
comment
Comment #31894737
Correct me if I'm wrong, but shouldn't the criterion be that the probability of death is the same between 80-90, 90-100, and so on (for example) to say that humans stop aging after…
-
comment
Comment #31827797
Agreed! I'm pretty sure they're just using O(x) to mean on the order of x, since big O of any constant is the same (unless that's their point??? :O)
-
comment
Comment #31827750
I think Sun Microsystems IPOd
-
comment
Comment #31092086
A similar idea was put forth on the math stack exchange [1], which I found through this 3blue1brown video [2]. Worth a read/watch! [1] https://math.stackexchange.com/questions/3004…
-
comment
Comment #31066108
Doesn't ON UPDATE only work for foreign keys? As far as I know, it's used to update the foreign key itself, and not values based on relationships.