The AI Enhancements section was interesting. I've been wondering about the best practices for agents interacting with long-running dev servers, and Astro 7's approach (run in background and have a logs command) seems…
Is the phone's camera more privacy-preserving than the glasses's camera?
Of these models, only Kimi had anything on me and it was pretty inaccurate. When Fable was accessible, I asked it about myself and it had some accurate information about me. It's neat. It feels a tiny bit like I got to…
Is there any interpretation where Amazon is involved but for a reason besides trying to screw over Anthropic? I don't see why Amazon would act against Anthropic when they have a deal to offer Anthropic models on AWS.
You can be in the weights if you make those things true.
LLMs remind me of being a kid again being in wonder of all the possible things that could be done with a computer that haven't been figured out yet. The internet was relatively new and everyone had their own ideas of…
I didn't realize. People are going to save a ton of money when they realize they can switch their ChatGPT subscriptions out for a pack of tamagotchis.
If we already were at the point that AI could self-direct effectively, then the world would already be very different (eg AI-driven technological progress and unemployment) in a way that we might have wished we prepared…
They believe they're going to eventually develop AI that's capable of recursive self improvement into world-redefining super-intelligence. I wouldn't expect someone in that position to risk giving away their lead. I…
This isn't that surprising after it was reported on that he had notes about claiming to "come out as a Republican and against the woke agenda" as a PR plan to defend himself.…
We could rename "cooldown" to "pre-release period".
Gmail stopped using email contents for ad targeting in 2017.
GPT-4 was announced in March 2023 and wasn't made available to all developers until July 2023.
Are there standards for a video to declare a default subtitle track to use?
No, the reference to May 19 in the article is about a previous supply chain attack against AntV (https://www.stepsecurity.io/blog/shai-hulud-here-we-go-again...). I think there may be some copy-paste mistakes where they…
The security companies looking for and reporting the issues aren't going to use the cooldown too.
Even for English speakers, the subtitle experience with pirated movies is often lacking. Movies with non-English-speaking characters are often meant to have subtitles for their dialog and not for English speakers by…
It's worth pointing out that the article explicitly calls out your first mixed technique: > Finally, one should never mix the encode and decode steps of the two quantizers. That’s just broken code. It’s an easy mistake…
OpenImageIO uses the standard division by 255 technique: https://openimageio.readthedocs.io/en/latest/imageoutput.htm...
But there is a second level of people reviewing packages on npm. They're the ones that report issues like the github issue this HN thread is linked to, and they very frequently get malicious npm packages taken down…
I was thinking this through more and realized that a callback directly in a thread local variable isn't quite enough: You need to keep a stack in the thread local variable. Every try-handle block pushes a callback in…
That's what I was thinking. You could get almost all of this pretty directly in Javascript by putting a callback function in an AsyncLocalStorage instance or, in other languages, in a thread local variable.
People in the WebAssembly standards group are recently considering relaxing the limitation that the main thread can't use atomic.wait: https://github.com/WebAssembly/threads/issues/177#issuecomme...
> Spaces takes this shape. (Disclosure: I work on it.) Issued names live in a binary Merkle trie. The root of that trie is committed to Bitcoin’s chain Who can update and publish the merkle trie onto the blockchain? Is…
Your deno.json/package.json should generally pin things to their major version (eg. "^3.1.4"). Your application's lockfile (deno.lock/package-lock.json) which is generated by default pins your dependencies and your…
The AI Enhancements section was interesting. I've been wondering about the best practices for agents interacting with long-running dev servers, and Astro 7's approach (run in background and have a logs command) seems…
Is the phone's camera more privacy-preserving than the glasses's camera?
Of these models, only Kimi had anything on me and it was pretty inaccurate. When Fable was accessible, I asked it about myself and it had some accurate information about me. It's neat. It feels a tiny bit like I got to…
Is there any interpretation where Amazon is involved but for a reason besides trying to screw over Anthropic? I don't see why Amazon would act against Anthropic when they have a deal to offer Anthropic models on AWS.
You can be in the weights if you make those things true.
LLMs remind me of being a kid again being in wonder of all the possible things that could be done with a computer that haven't been figured out yet. The internet was relatively new and everyone had their own ideas of…
I didn't realize. People are going to save a ton of money when they realize they can switch their ChatGPT subscriptions out for a pack of tamagotchis.
If we already were at the point that AI could self-direct effectively, then the world would already be very different (eg AI-driven technological progress and unemployment) in a way that we might have wished we prepared…
They believe they're going to eventually develop AI that's capable of recursive self improvement into world-redefining super-intelligence. I wouldn't expect someone in that position to risk giving away their lead. I…
This isn't that surprising after it was reported on that he had notes about claiming to "come out as a Republican and against the woke agenda" as a PR plan to defend himself.…
We could rename "cooldown" to "pre-release period".
Gmail stopped using email contents for ad targeting in 2017.
GPT-4 was announced in March 2023 and wasn't made available to all developers until July 2023.
Are there standards for a video to declare a default subtitle track to use?
No, the reference to May 19 in the article is about a previous supply chain attack against AntV (https://www.stepsecurity.io/blog/shai-hulud-here-we-go-again...). I think there may be some copy-paste mistakes where they…
The security companies looking for and reporting the issues aren't going to use the cooldown too.
Even for English speakers, the subtitle experience with pirated movies is often lacking. Movies with non-English-speaking characters are often meant to have subtitles for their dialog and not for English speakers by…
It's worth pointing out that the article explicitly calls out your first mixed technique: > Finally, one should never mix the encode and decode steps of the two quantizers. That’s just broken code. It’s an easy mistake…
OpenImageIO uses the standard division by 255 technique: https://openimageio.readthedocs.io/en/latest/imageoutput.htm...
But there is a second level of people reviewing packages on npm. They're the ones that report issues like the github issue this HN thread is linked to, and they very frequently get malicious npm packages taken down…
I was thinking this through more and realized that a callback directly in a thread local variable isn't quite enough: You need to keep a stack in the thread local variable. Every try-handle block pushes a callback in…
That's what I was thinking. You could get almost all of this pretty directly in Javascript by putting a callback function in an AsyncLocalStorage instance or, in other languages, in a thread local variable.
People in the WebAssembly standards group are recently considering relaxing the limitation that the main thread can't use atomic.wait: https://github.com/WebAssembly/threads/issues/177#issuecomme...
> Spaces takes this shape. (Disclosure: I work on it.) Issued names live in a binary Merkle trie. The root of that trie is committed to Bitcoin’s chain Who can update and publish the merkle trie onto the blockchain? Is…
Your deno.json/package.json should generally pin things to their major version (eg. "^3.1.4"). Your application's lockfile (deno.lock/package-lock.json) which is generated by default pins your dependencies and your…