Viewing profile — evntdrvn
evntdrvn
HN member- Joined
- Fri, Feb 01, 2013, 2:55 AM UTC
- HN karma
- 1,576
- Public activity
- 599 items
- HN profile
- View on Hacker News ↗
About evntdrvn
Available for consulting and contracting. Expertise in refactoring/replatforming large or complex legacy systems, migrating from in-house identity/auth systems to SaaS/self-hosted identity platforms, etc. I have extensive experience successfully managing/implementing complex 6-12 month projects on large business-critical production systems transparently without introducing downtime or customer impact.
Twitter: @evntdrvn Email: eric+hn AT evntdrvn.com Mastodon: @evntdrvn@hachyderm.io
[ my public key: https://keybase.io/erics; my proof: https://keybase.io/erics/sigs/TrWi8GM4oEOpxCK3ryal0MIVE9fFCSFHjdvKMwGWJ8I ]
Recent public activity
-
comment
Comment #49085270
I've always struggled a bit with the fact that "machines want SoA but readability/clarity/etc is easier with AoS". And wonder if it would be possible for a language to have the cod…
-
comment
Comment #48847442
I've basically abandoned GA's caching for most things because measurements ended up showing things were slower with caching than without :woozy:
-
comment
Comment #48583462
One thing that I learned when doing raw API LLM usage is how drastically the results can vary call per call with exactly the same input. I think that on average, people using agent…
-
comment
Comment #48415704
When do we get mssql_durable :)
-
comment
Comment #48371202
if it helps, I've found that using context (Claude.md etc) is way less effective for this type of pattern compared to using PreToolHook to capture "bad patterns" and either transpa…
- story
-
comment
Comment #47206394
You should totally submit that to HN as an article, if you haven't already.
-
comment
Comment #47206390
really nice, thanks
-
comment
Comment #47166439
They’re bound to http Referrer iirc
-
comment
Comment #46811502
Thank you!!! :)
-
comment
Comment #46780962
There was a really great article or blog post published in the last few months about the author's very personal experience whose gist was "People complain that I sound/write like a…
-
comment
Comment #46387318
Umm one of the authors, Andy Gocke, is the lead for the .NET runtime... https://github.com/agocke
-
comment
Comment #46258938
In case you’re interested in a potential successor: https://github.com/dotnet/designs/pull/147
-
comment
Comment #46053052
I think that the messaging around this is going to be pretty important in heading off gut-reaction "it's all or nothing locked in to their world" first takes. It's probably attract…
- comment
-
comment
Comment #45979390
Thanks for sharing that AWS doc
-
comment
Comment #45706291
An interesting thought experiment would be a language/toolchain that would be permissive when generating debug builds, but hard-required warn-free to generate an optimized executab…
-
comment
Comment #45390777
TIL thanks!
-
comment
Comment #45347209
Check out F# "units of measure" ;)
-
comment
Comment #44175080
hahaha :D
-
comment
Comment #44126967
maybe it's worth adding that info to the blog post :) thanks Jared and team, keep up the great work.
-
comment
Comment #43372616
it is documented as recommended here fwiw: https://docs.github.com/en/actions/security-for-github-actio...
-
comment
Comment #43205599
but this comment is gold :D > Sounds like deleting a VM in Azure is as tedious as trying to manage resources in a complex role-playing game—one wrong step, and you’re stuck dealing…
-
comment
Comment #43195689
you could call it a "Registry"... ;)
-
comment
Comment #43195674
I've worked on maintaining internal dev tooling for some small companies for a while now, and it's a real PITA to write a robust installation script for bootstrapping a new laptop …