Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gamegoblin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gamegoblin
13d ago
Could you just have superhuman Go AI just how good humans are somewhat more objectively? Not without flaws of course, but probably interesting
2.
▲
by
gamegoblin
1mo ago
Their founder guy says[1] they found some other bugs while doing this that they will report soon, so if that is true, seems more plausibly like a pretty generic thing. Looking forward to seeing the other bugs they found. 1. https:/&#x
3.
▲
by
gamegoblin
4mo ago
It occasionally leads to kinda ambiguous headlines, e.g. "China opens world's longest undersea tunnel" vs "China opens longest undersea tunnel" It's a little unclear if it's the longest undersea tunnel in
4.
▲
by
gamegoblin
4mo ago
I learned a few years ago that HN also editorializes by dropping "world's" from titles Before: Teens break record for world's longest kickball game After: Teens break record for longest kickball game
5.
▲
by
gamegoblin
7mo ago
I use Codex CLI or Claude Code I don't even necessarily ask it to fix the bug — just identify the bug Like if I've made a change that is causing some unit test to fail, it can just run off and figure out where I made an off-by
6.
▲
by
gamegoblin
7mo ago
I routinely leave codex running for a few hours overnight to debug stuff If you have a deterministic unit test that can reproduce the bug through your app front door, but you have no idea how the bug is actually happening, having a coding a
7.
▲
by
gamegoblin
8mo ago
AI detectors in general are unreliable, but there are a few made by serious researchers that have only 1-in-10000 false positive rate, e.g. https://arxiv.org/pdf/2402.14873 Having worked in a bigcorp, I've read my
8.
▲
by
gamegoblin
8mo ago
While reading the text, my mental AI alarm bells were going off, sent it all to pangram.com and it flags both the layoff post and his campaign website text as being 100% AI generated
9.
▲
by
gamegoblin
10mo ago
Weird to me that nobody ever posts the actual alleged false positive text in these criticisms I've yet to see a single real Pangram false positive that was provably published when it says it was, yet plenty such comments claiming they
10.
▲
by
gamegoblin
10mo ago
I sent the text through an AI detector with 0.1% false positive rate and it was highly confident the Zig book introduction was fully AI-written
11.
▲
by
gamegoblin
10mo ago
The other pangram mention elsewhere in this comment section is also me -- I'm totally unaffiliated with them, just a fan of their tool I specify the accuracy and false positive rate because otherwise skeptics in comment sections might
12.
▲
by
gamegoblin
10mo ago
pangram.com, the most accurate and lowest false positive AI detector https://www.pangram.com/blog/third-party-pangram-evals
13.
▲
by
gamegoblin
10mo ago
Yes, it's a false claim
14.
▲
by
gamegoblin
10mo ago
It's AI-written FWIW though maybe AI is getting to the point it can do stuff like this somewhat decently
15.
▲
by
gamegoblin
10mo ago
Pangram[1] flags the introduction as totally AI-written, which I also suspected for the same reasons you did [1] one of the only AI detectors that actually works, 99.9% accuracy, 0.1% false positive
16.
▲
by
gamegoblin
10mo ago
I started with basic Newton-Raphson solver too but found cases where it diverges but Excel somehow doesn't, so concluded that Excel has some kind of extra logic to handle more cases, so I also bolted on more fallback logic.
17.
▲
by
gamegoblin
10mo ago
I work on an Excel-compatible spreadsheet startup (rowzero.com) and had to implement these. One tricky part is RATE involves zero-finding with an initial guess. The syntax is: RATE(nper, pmt, pv, [fv], [type], [guess]) Sometimes there are m
18.
▲
by
gamegoblin
1y ago
Searched around and found it. It was actually Ashton Kutcher's interview with Eric Schmidt. Kutcher mentions the establishing shots, and I'd forgotten also points out the utility for relatively short stunt sequences. > Why woul
19.
▲
by
gamegoblin
1y ago
I saw a famous actor-director (can't remember who, but an A-list guy) said it would be super valuable even if you only use it for establishing shots. Like you have an exterior shot of a cabin, the surrounding environment, etc — all gen
20.
▲
by
gamegoblin
1y ago
Where would you make make the cut that takes advantage of object store parallelism? That is, at what layer of the stack do you start migrating some stuff to the new strongly consistent system on the live service? You can't really do it
21.
▲
by
gamegoblin
1y ago
The part about S3 using lightweight formal methods in their ShardStore rust codebase is ongoing and operates on the system itself, not a model
22.
▲
by
gamegoblin
1y ago
Our startup, rowzero.io, easily handles tens of millions of rows and is a subset of Excel. Leave us feedback in the app if there are any missing features you need.
23.
▲
by
gamegoblin
2y ago
In general if you actually do the erasure coding math, almost all distributed storage systems that use erasure coding will have waaaaay more than 11 9s of theoretical durability S3's original implementation might have only had 11 9s,
24.
▲
by
gamegoblin
2y ago
Beta Technologies is already shuttling cargo between bases/depots for the US military with their eVTOL aircraft. Demonstrated range of over 300 nautical miles. Significantly higher reliability than helicopters previously used for the s
25.
▲
by
gamegoblin
2y ago
Played this back in the day It's neat how teens & amateurs will reinvent classic techniques — e.g. there was a technique in the community known as "dynamic clustering" which was really just K-nearest neighbor, but presuma
26.
▲
by
gamegoblin
2y ago
Industry standard word, e.g. "consumption pricing" etc But yeah if you're in the industry it's easy to forget how certain jargon sounds based on its dictionary definition
27.
▲
by
gamegoblin
2y ago
Author of the tweet here. A few notes: 1. No cherry picking 2. This was the original ChatGPT, i.e. the GPT3.5 model, pre-GPT4, pre-turbo, etc 3. This capability was present as early as GPT3, just the base model —- you'd prompt it like
28.
▲
by
gamegoblin
2y ago
We actually have two versions of this test. One does 100% totally random actions. The other tries to simulate an actual user (i.e. maintains the state of their cursor, which sheet they are looking at, etc), but still quite random. So the fo
29.
▲
by
gamegoblin
2y ago
A lot of companies view employees having CSVs and Excel files locally on their laptops to be a huge security risk — it just takes one employee getting their machine compromised to leak ~all the company's sensitive data. But you're
30.
▲
by
gamegoblin
2y ago
AWS uses Rust extensively
More ›