The text you linked mandates, as the first technical requirement, "An ADDW system shall determine when the driver’s visual attention is not directed towards the driving tasks and alert the driver through the vehicle…
Why would physical copies matter for this? All physical games have to be signed by Sony anyways so it's not like a third-party can produce them.
This is true but the buyout happened in 1985. Servco Pacific has been in charge for longer than Leo Fender and CBS, the two previous owners, put together.
They did upload the wrong model but as of the time of writing they have not fixed it. Right now, 12 hours after they took the old one down, there is simply no model present in their huggingface repo.
Fortunately for us all Dario literally asked for this sort of restriction on model usage so we can be certain Anthropic are not victims here.
Same for switch 1/2. it even has a browser built-in so you can log in to wifi captive portals but you can't access it through any normal means.
It is not a backdoor if I authorize some other app to use that data, it is a front door. Apple thinks users should not be able to make the decision about who can access their data. It is not more complicated that that.
Thanks for the correction, I had misunderstood that and thought it applied more broadly but it is indeed just "source code". Given that, I'm glad to see something that protects software more broadly.
Good, Bernstein v. United States already established that software is speech. Limitations on what software one is allowed to produce are very blatant prior restraint.
And occasionally un-releasing them like with WizardLM.
Forks are still alive on github, so it seems unlikely microsoft did this to suppress the code. Unless they are wildly incompetent, which I don't want to outright reject as a possibility.…
Yeah I've also found that models are good enough that the extra spend on premium models isn't always worth it, particularly for my small personal toy projects. A $20 claude sub goes a long way when you plan with Opus…
"One can point out that such electoral pitches are dishonest bullshit until one is blue in the face" This is what I intend to do. To just let lawmakers get away with passing bullshit because "of course they will" is a…
It is an admission from the writers that this law is unrelated to safety and people should very loudly and frequently point that out. If OSes that don't verify the age of their users are a genuinely unsafe for children,…
For immediate revenue yes, but if you want advertisers to keep coming back you need to give them a good conversion rate.
It is very fortunate for us that the authors were kind enough to demonstrate this has nothing to do with safety by adding this exemption.
"Renting attack capacity from [cloudflare]" is inaccurate as I understand things. That group hosts their site behind cloudflare but I have not seen anyone claim that cloudflare's infra is used for the attacks. This…
I need scissors, 61!
Could you cite the specific law that makes it illegal for someone to export their thoughts?
The checkboxes inform the model as well as the user, and you can observe this yourself. For example in a C++ project with MyClass defined in MyClass.cpp/h: I ask the model to rename MyClass to MyNewClass. It will…
If the LLMs run by these people are turning up real bugs then their confidence in touching kernel code seems pretty earned, imo.
I've been using qwen-code (the software, not to be confused with Qwen Code the service or Qwen Coder the model) which is a fork of gemini-cli and the tool use with Qwen models at least has been great.
My favorite as a kid was also in a Zelda game. In the original (and maybe also DX) release of Link's Awakening, the game uses a top-down view with the world split up into tiles. Walking of the left side of a screen…
128GB on a mac with unified memory. The model itself takes something like 110 of that and then I have ~16 left over to hold a reasonably sized context and 2 for the OS. I do have a dedicated machine for it though…
I've been largely using Qwen3.5-122b at 6 bit quant locally for some c++/go/python dev lately because it is quite capable as long as I can give it pretty specific asks within the codebase and it will produce code that…
The text you linked mandates, as the first technical requirement, "An ADDW system shall determine when the driver’s visual attention is not directed towards the driving tasks and alert the driver through the vehicle…
Why would physical copies matter for this? All physical games have to be signed by Sony anyways so it's not like a third-party can produce them.
This is true but the buyout happened in 1985. Servco Pacific has been in charge for longer than Leo Fender and CBS, the two previous owners, put together.
They did upload the wrong model but as of the time of writing they have not fixed it. Right now, 12 hours after they took the old one down, there is simply no model present in their huggingface repo.
Fortunately for us all Dario literally asked for this sort of restriction on model usage so we can be certain Anthropic are not victims here.
Same for switch 1/2. it even has a browser built-in so you can log in to wifi captive portals but you can't access it through any normal means.
It is not a backdoor if I authorize some other app to use that data, it is a front door. Apple thinks users should not be able to make the decision about who can access their data. It is not more complicated that that.
Thanks for the correction, I had misunderstood that and thought it applied more broadly but it is indeed just "source code". Given that, I'm glad to see something that protects software more broadly.
Good, Bernstein v. United States already established that software is speech. Limitations on what software one is allowed to produce are very blatant prior restraint.
And occasionally un-releasing them like with WizardLM.
Forks are still alive on github, so it seems unlikely microsoft did this to suppress the code. Unless they are wildly incompetent, which I don't want to outright reject as a possibility.…
Yeah I've also found that models are good enough that the extra spend on premium models isn't always worth it, particularly for my small personal toy projects. A $20 claude sub goes a long way when you plan with Opus…
"One can point out that such electoral pitches are dishonest bullshit until one is blue in the face" This is what I intend to do. To just let lawmakers get away with passing bullshit because "of course they will" is a…
It is an admission from the writers that this law is unrelated to safety and people should very loudly and frequently point that out. If OSes that don't verify the age of their users are a genuinely unsafe for children,…
For immediate revenue yes, but if you want advertisers to keep coming back you need to give them a good conversion rate.
It is very fortunate for us that the authors were kind enough to demonstrate this has nothing to do with safety by adding this exemption.
"Renting attack capacity from [cloudflare]" is inaccurate as I understand things. That group hosts their site behind cloudflare but I have not seen anyone claim that cloudflare's infra is used for the attacks. This…
I need scissors, 61!
Could you cite the specific law that makes it illegal for someone to export their thoughts?
The checkboxes inform the model as well as the user, and you can observe this yourself. For example in a C++ project with MyClass defined in MyClass.cpp/h: I ask the model to rename MyClass to MyNewClass. It will…
If the LLMs run by these people are turning up real bugs then their confidence in touching kernel code seems pretty earned, imo.
I've been using qwen-code (the software, not to be confused with Qwen Code the service or Qwen Coder the model) which is a fork of gemini-cli and the tool use with Qwen models at least has been great.
My favorite as a kid was also in a Zelda game. In the original (and maybe also DX) release of Link's Awakening, the game uses a top-down view with the world split up into tiles. Walking of the left side of a screen…
128GB on a mac with unified memory. The model itself takes something like 110 of that and then I have ~16 left over to hold a reasonably sized context and 2 for the OS. I do have a dedicated machine for it though…
I've been largely using Qwen3.5-122b at 6 bit quant locally for some c++/go/python dev lately because it is quite capable as long as I can give it pretty specific asks within the codebase and it will produce code that…