HackerTrans
TopNewTrendsCommentsPastAskShowJobs

HumanOstrich

709 karmajoined hace 3 años

comments

HumanOstrich
·hace 12 días·discuss
Are you high?
HumanOstrich
·hace 12 días·discuss
This is rather incoherent.
HumanOstrich
·hace 12 días·discuss
Order of magnitude more complexity.
HumanOstrich
·hace 16 días·discuss
> OAuth is pretty simple, just read the spec.

You picked probably the only semi-straightforward thing about part of one of the OAuth specs, then hand-waved away the other 95% of the necessary related specs, knowledge, and experience for getting an implementation working robustly and securely for a non-trivial use case.
HumanOstrich
·el mes pasado·discuss
Great if you have fiber and live down the road from the datacenter.
HumanOstrich
·el mes pasado·discuss
We aren't talking about insect identification models from 2019.
HumanOstrich
·el mes pasado·discuss
> I don't think I average even 2 captchas a day being terminally online, so 10 across every soul in the world sounds way too much for me. (we're ignoring bots it's meant to deter?)

You're mixing up checks, fingerprinting, and PoW with a captcha being triggered because those didn't pass. The less abnormal your setup is, the fewer captchas you'll get.

I agree with the rest of what you said.

Also I think you mean "scraper" and not "scrapper".
HumanOstrich
·el mes pasado·discuss
N=1 P=0.5
HumanOstrich
·el mes pasado·discuss
Replacing parts of PE firms with AI is so far from being a useful suggestion here.
HumanOstrich
·el mes pasado·discuss
I don't think gaming on Linux is comparable here.
HumanOstrich
·hace 2 meses·discuss
Libraries that automatically throw errors for status codes in the 400 and 500 ranges are pretty obnoxious (looking at you, axios). It adds unnecessary overhead, complexity, and bad ergonomics by hijacking control flow from the app.

Responses with status codes in the 400 range are client errors, so the client shouldn't retry the same request. So a 404 is appropriate despite how annoying a library might be at handling it. Depending on which language/ecosystem you are using, there are likely more sane alternatives.
HumanOstrich
·hace 2 meses·discuss
Yep, the Anthropic acquisition, this petulant Rust rewrite, and bun's increasingly buggy releases (slop) have caused me to migrate my projects (personal and work) to nodejs+pnpm.

The risks of using bun are no longer just those concerns around a newer tech and "drop-in" replacement for nodejs. Now you have to marry Anthropic, Rust, and a founder with conflicting priorities.
HumanOstrich
·hace 2 meses·discuss
Hey Grok is pretty good for meme videos and pics. For anything serious, not so much.
HumanOstrich
·hace 2 meses·discuss
That is.. inaccurate.
HumanOstrich
·hace 2 meses·discuss
> This also makes it the only open American frontier-level model right now.

I'm not going to keep arguing with you. If you want to keep arguing, go to https://gemini.google.com/. Gemini knows what a frontier model is and it knows that Gemini Nano is fundamentally different from the other Gemini models. For one, it uses the Gemma architecture. And the next version of Gemini Nano is built directly on Gemma 4.

As for your original claim that I quoted, there are other "open American frontier-level models" by your definition. Like Gemma 4.
HumanOstrich
·hace 2 meses·discuss
Thanks. Looks like the current Gemini Nano is actually a separate model with the Gemma 3n architecture that has been distilled from Gemini 2.5 Flash[1].

Also, the next version of Gemini Nano will be based directly on Gemma 4 (so not distilled, not Gemini at all except for the name)[2].

So no, it's not a frontier model. Those don't run on your phone or in your browser.

[1]: https://developer.android.com/blog/posts/ml-kit-s-prompt-api...

[2]: https://android-developers.googleblog.com/2026/04/AI-Core-De...
HumanOstrich
·hace 2 meses·discuss
Sources for your claim that the model being downloaded to Android/Chrome is Gemini instead of Gemma. Other than downloading the bin file myself and analyzing it lol.
HumanOstrich
·hace 2 meses·discuss
Can you provide any sources for that? I'd like to learn more about this open frontier model.
HumanOstrich
·hace 2 meses·discuss
Great!
HumanOstrich
·hace 2 meses·discuss
Using that logic, Node.js is just a wrapper over V8.