HackerTrans
TopNewTrendsCommentsPastAskShowJobs

evntdrvn

1,576 karmajoined 13 वर्ष पहले
Backend/Platform engineer in Minnesota with special interests in Identity/AuthX, Observability, and Messaging. Expertise in C# and F#, competent in Rust (and continually improving), interested in functional programming. M.Sc. and ten years experience in Control Systems Engineering, before transitioning to Software Engineering over a decade ago.

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: @[email protected]

[ my public key: https://keybase.io/erics; my proof: https://keybase.io/erics/sigs/TrWi8GM4oEOpxCK3ryal0MIVE9fFCSFHjdvKMwGWJ8I ]

Submissions

Claude Code with Bedrock broken again

github.com
6 points·by evntdrvn·2 माह पहले·1 comments

comments

evntdrvn
·4 दिन पहले·discuss
I've basically abandoned GA's caching for most things because measurements ended up showing things were slower with caching than without :woozy:
evntdrvn
·26 दिन पहले·discuss
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 agents underestimate the variation in results from a given turn command are, and so overindex on "X technique worked well" or "if I do Y then this will happen" or even "it did Z task well last time so it will this time too" or "{Model} is great at {thing}"
evntdrvn
·पिछला माह·discuss
When do we get mssql_durable :)
evntdrvn
·पिछला माह·discuss
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 transparently rewriting them to "do the right thing" if that is possible statically, or if not then rejecting the tool use with a message that tells the agent "how" to use the intended tooling itself.
evntdrvn
·4 माह पहले·discuss
You should totally submit that to HN as an article, if you haven't already.
evntdrvn
·4 माह पहले·discuss
really nice, thanks
evntdrvn
·5 माह पहले·discuss
They’re bound to http Referrer iirc
evntdrvn
·6 माह पहले·discuss
Thank you!!! :)
evntdrvn
·6 माह पहले·discuss
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 an LLM, but it's actually the inverse because I grew up in X where people are taught formal English to sound educated/western, and those areas are now heavily used for LLM training."

I wish I could find it again, if someone else knows the link please post it!
evntdrvn
·7 माह पहले·discuss
Umm one of the authors, Andy Gocke, is the lead for the .NET runtime... https://github.com/agocke
evntdrvn
·7 माह पहले·discuss
In case you’re interested in a potential successor: https://github.com/dotnet/designs/pull/147
evntdrvn
·8 माह पहले·discuss
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 attractive marketing for things to be aimed at "look how easy it easy to use our entire ecosystem", but there's a risk to that too.
evntdrvn
·8 माह पहले·discuss
Thanks for sharing that AWS doc
evntdrvn
·9 माह पहले·discuss
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 executable.
evntdrvn
·10 माह पहले·discuss
TIL thanks!
evntdrvn
·10 माह पहले·discuss
Check out F# "units of measure" ;)
evntdrvn
·3 वर्ष पहले·discuss
You might be interested to check out JSONC and JWCC/HuJSON

https://nigeltao.github.io/blog/2021/json-with-commas-commen... https://github.com/tailscale/hujson
evntdrvn
·3 वर्ष पहले·discuss
The way they're implemented, I've found them pretty intuitive.

Avionics manufacturers are generally pretty serious about Ux. Or at least the test pilots berate them into caring, when I was in Flight Test Engineering I remember a lot of "spicy" feedback about avionics usability issues getting sent back to the manufacturers lol