Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
evntdrvn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
evntdrvn
2mo ago
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 code representation be AoS but the imp
2.
▲
by
evntdrvn
2mo ago
I've basically abandoned GA's caching for most things because measurements ended up showing things were slower with caching than without :woozy:
3.
▲
by
evntdrvn
3mo ago
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 c
4.
▲
by
evntdrvn
3mo ago
When do we get mssql_durable :)
5.
▲
by
evntdrvn
4mo ago
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 t
6.
▲
Claude Code with Bedrock broken again
(github.com)
6 points
by
evntdrvn
4mo ago
|
1 comments
7.
▲
by
evntdrvn
7mo ago
You should totally submit that to HN as an article, if you haven't already.
8.
▲
by
evntdrvn
7mo ago
really nice, thanks
9.
▲
by
evntdrvn
7mo ago
They’re bound to http Referrer iirc
10.
▲
by
evntdrvn
8mo ago
Thank you!!! :)
11.
▲
by
evntdrvn
8mo ago
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 bec
12.
▲
by
evntdrvn
9mo ago
Umm one of the authors, Andy Gocke, is the lead for the .NET runtime... https://github.com/agocke
13.
▲
by
evntdrvn
9mo ago
In case you’re interested in a potential successor: https://github.com/dotnet/designs/pull/147
14.
▲
by
evntdrvn
10mo ago
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
15.
▲
by
evntdrvn
10mo ago
Thanks for sharing that AWS doc
16.
▲
by
evntdrvn
11mo ago
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.
17.
▲
by
evntdrvn
1y ago
TIL thanks!
18.
▲
by
evntdrvn
1y ago
Check out F# "units of measure" ;)
19.
▲
by
evntdrvn
1y ago
hahaha :D
20.
▲
by
evntdrvn
1y ago
maybe it's worth adding that info to the blog post :) thanks Jared and team, keep up the great work.
21.
▲
by
evntdrvn
2y ago
it is documented as recommended here fwiw: https://docs.github.com/en/actions/security-for-github-actio...
22.
▲
by
evntdrvn
2y ago
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 with frustrating dependencies! If you’re tired of that k
23.
▲
by
evntdrvn
2y ago
you could call it a "Registry"... ;)
24.
▲
by
evntdrvn
2y ago
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 running an arbitrary shell on linux or macOS into
25.
▲
by
evntdrvn
2y ago
I worked at Seagate in the early 2010s, and they made pretty intensive use of Lotus Notes across the company—-it was pretty dang cool to see how sophisticated/useful the internal applications were that non-“developers” created!
26.
▲
by
evntdrvn
2y ago
What if you have a microservice system with a repo-per-service setup, where to add functionality to a FE site you would have to edit code in three or four specific repos (FE site repo + backend service repo + API-client npm package repo +
27.
▲
by
evntdrvn
2y ago
how about just having rustup bundle zig as part of its tooling… It would make getting Rust going on Windows ten times easier, among a bunch of other benefits.
28.
▲
by
evntdrvn
2y ago
I have ADHD as well, and Due has been an absolute lifesaver and core of my life management for years now.
29.
▲
by
evntdrvn
2y ago
Another LLVM-to-.NET project: https://ericsink.com/tocs/rust.html
30.
▲
by
evntdrvn
2y ago
patches welcome :p
More ›