HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gamegoblin

no profile record

comments

gamegoblin
·2 माह पहले·discuss
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 the world, or just in China
gamegoblin
·2 माह पहले·discuss
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
gamegoblin
·5 माह पहले·discuss
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-one error or whatever in my change.
gamegoblin
·5 माह पहले·discuss
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 agent just grind through the slog of sticking debug prints everywhere, testing hypotheses, etc — it's an ideal usecase
gamegoblin
·5 माह पहले·discuss
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 fair share of management-speak, and none of it sounds quite as empty as the allegedly AI text.

The AI sounds like someone conjuring a parody emulation of management speak instead of actual management speak.

More broadly — and I feel this way about AI code at well as AI prose — I find that part of my brain is always trying to reverse engineer what kind of person wrote this, what was their mental state when writing it?

And when reading AI code or AI prose, this part of my brain short circuits a little. Because there is no cohesive human mind behind the text.

It's kind of like how you subconsciously learn to detect emotion in tiny facial movements, you also subconsciously learn to reverse engineer someone's mind state from their writing.

Reading AI writing feels like watching an alien in skinsuit try to emulate human face emotional cues — it's just not quite right in a hard-to-describe-but-easy-to-detect way.
gamegoblin
·6 माह पहले·discuss
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
gamegoblin
·8 माह पहले·discuss
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 exist
gamegoblin
·8 माह पहले·discuss
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
gamegoblin
·8 माह पहले·discuss
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 otherwise think it's one of the plethora of other AI detection tools that don't really work
gamegoblin
·8 माह पहले·discuss
pangram.com, the most accurate and lowest false positive AI detector

https://www.pangram.com/blog/third-party-pangram-evals
gamegoblin
·8 माह पहले·discuss
Yes, it's a false claim
gamegoblin
·8 माह पहले·discuss
It's AI-written FWIW

though maybe AI is getting to the point it can do stuff like this somewhat decently
gamegoblin
·8 माह पहले·discuss
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
gamegoblin
·8 माह पहले·discuss
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.
gamegoblin
·8 माह पहले·discuss
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 multiple zeros. When doing parity testing with Excel and Google Sheets, I found many cases where Sheets and Excel find different zeros, so their internal solver algorithm must be different in some cases.

My initial solution tended to match Sheets when they differed, so I assume I and the Google engineers both came up with similar simple implementations. Who knows what the Excel algorithm is doing.

Of course, almost all these edge cases are for extremely weird unrealistic inputs.
gamegoblin
·10 माह पहले·discuss
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 would you go out and shoot an establishing shot of a house in a television show when you could just create the establishing shot for $100? To go out and shoot it would cost you thousands of dollars.

> Action scenes of me jumping off of this building, you don’t have to have a stunt person go do it, you could just go do it [with AI].
gamegoblin
·10 माह पहले·discuss
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 generated. Then you jump inside which can be shot on a traditional set in a studio.

Getting that establishing shot in real life might cost $30K to find a location, get the crew there, etc. Huge boon to indie films on a budget, but being able to endlessly tweak the shot is valuable even for productions that could afford to do it IRL.
gamegoblin
·4 वर्ष पहले·discuss
Also, GIG Car Share will mail users an RFID card free of charge to solve this problem: https://gigcarshare.com/gig-card/
gamegoblin
·4 वर्ष पहले·discuss
"Stable Diffusion" is a particular brand from the company Stability AI that is famously open sourcing all of their models.
gamegoblin
·4 वर्ष पहले·discuss
Emad (founder of Stability AI) has said they already have video model training underway, as well as text and audio. Exciting times.