HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jwitthuhn

930 karmajoined 6 वर्ष पहले

comments

jwitthuhn
·6 दिन पहले·discuss
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 human–machine interface."

Can you describe how you believe the driver's visual attention can be tracked by anything other than a camera pointed at the driver's face?

If no such other system exists, how is this doing anything other than mandating cameras pointed at the driver?
jwitthuhn
·12 दिन पहले·discuss
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.
jwitthuhn
·19 दिन पहले·discuss
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.
jwitthuhn
·29 दिन पहले·discuss
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.
jwitthuhn
·पिछला माह·discuss
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.
jwitthuhn
·पिछला माह·discuss
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.
jwitthuhn
·पिछला माह·discuss
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.
jwitthuhn
·पिछला माह·discuss
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.
jwitthuhn
·पिछला माह·discuss
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.
jwitthuhn
·पिछला माह·discuss
And occasionally un-releasing them like with WizardLM.
jwitthuhn
·2 माह पहले·discuss
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.

https://github.com/xiaoji235/bitlocker-bypass-tool-for-winre

Unfortunately I don't think there is any way to see a list of all the forks now that the main repo is dead, but you can search the phrase "A huge thanks to MORSE, MSTIC and Microsoft GHOST for making this public disclosure possible" to find more copies.
jwitthuhn
·2 माह पहले·discuss
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 and execute with Sonnet.
jwitthuhn
·2 माह पहले·discuss
"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 defeatist attitude that I don't advocate.

That is why it is so important to be loud about this incredibly obvious disingenuous behavior. Make sure everyone knows the people advocating this do not care one bit about children's safety.
jwitthuhn
·2 माह पहले·discuss
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, why should they be allowed just because they are open source? That doesn't seem to mitigate dangers associated with age in any away I can identify.
jwitthuhn
·2 माह पहले·discuss
For immediate revenue yes, but if you want advertisers to keep coming back you need to give them a good conversion rate.
jwitthuhn
·2 माह पहले·discuss
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.
jwitthuhn
·2 माह पहले·discuss
"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 whole article seems conflate hosting an informational site run by the attackers and hosting the attack itself.
jwitthuhn
·2 माह पहले·discuss
I need scissors, 61!
jwitthuhn
·3 माह पहले·discuss
Could you cite the specific law that makes it illegal for someone to export their thoughts?
jwitthuhn
·3 माह पहले·discuss
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 generate a checklist like:

- Rename references in all source files

- Rename source/header files

- Update build files to point at new source files

Then it will do those things in that order.

Now you can re-run it but inject the start of the model's response with the order changed in that list. It will follow the new order. The list plainly provides real information that influences future predictions and isn't just a facade for the user.