HackerLangs
TopNewTrendsCommentsPastAskShowJobs

voxic11

3,150 karmajoined vor 13 Jahren

comments

voxic11
·vor 9 Stunden·discuss
Explain why negative leap seconds are worse? Intuitively it seems like normal leap seconds would cause way more issues, or at least not more.
voxic11
·vor 4 Tagen·discuss
They also sell homeopathic drugs at that same store. So that at least should tip you off that not everything for sale can be trusted to be effective.
voxic11
·vor 15 Tagen·discuss
fwiw he wasn't charged as an accessory in this case. He was charged with "corruptly concealing a document or record" and "conspiracy to conceal documents".

In fact federal law provides that accessorys can't be sentenced to more than 15 years if the principal crime is punishable by life imprisonment (like terrorism is).

> or if the principal is punishable by life imprisonment or death, the accessory shall be imprisoned not more than 15 years.

https://www.law.cornell.edu/uscode/text/18/3
voxic11
·vor 18 Tagen·discuss
Computer hardware prices tend to go down over time so in general this is a pretty bad strategy. Of course in rare times like these it can pay off.
voxic11
·vor 23 Tagen·discuss
OpenGL doesn't have any way to do this except sometimes via vendor specific extensions. Basically how OpenGL works is it creates the graphics context on whichever device the system hands it. So you can configure the GPU used by OpenGL on the system level but not at the application level.
voxic11
·vor 25 Tagen·discuss
I had a coworker who spent his career working for 2 years then taking 2 years off to live off the savings. Have you considered such a strategy? It seemed to be working out well enough for him.
voxic11
·letzten Monat·discuss
Or maybe its all about compute availability like they say. It could be that they plan to start training a new model on the 22ed, so the amount of compute available for inference will be greatly reduced.
voxic11
·letzten Monat·discuss
No it says sharing is required. If you don't change the setting on your account then you simply can't access Fable, its not like the setting is ignored. I just tried this on my account and it blocks API requests to Fable.
voxic11
·letzten Monat·discuss
Bedrock doesn't offer zero data retention for OpenAI's latest models either

> For OpenAI GPT-5.4 and GPT-5.5, classifier-flagged traffic will be retained for up to 30 days for automated offline abuse detection

https://docs.aws.amazon.com/bedrock/latest/userguide/abuse-d...
voxic11
·letzten Monat·discuss
They are encrypted to prevent others from training on the reasoning trace. But before anthropic started encrypting the reasoning traces they were signed. The signature was to prevent the user from being able to manipulate the reasoning part of the context because this reasoning part is considered "more trustworthy" by the model. So it would be bad if the user could manipulate the reasoning to convince the model to do something dangerous/against policy. Encryption keeps this property while also preventing the reasoning from being used for training.
voxic11
·letzten Monat·discuss
Whitespace immediately before or after the equals sign is completely ignored by the parser. Its the standard INI format.
voxic11
·letzten Monat·discuss
The state of incorporation doesn't often matter in interstate contracts. Usually they will include a choice of law and forum selection clause specifically to avoid this kind of thing.
voxic11
·letzten Monat·discuss
look into "sealed sender" schemes, they allow the recipient to verify the sender identity without allowing anyone else to verify the sender identity. So making use of such a scheme allows you to prevent governments or corporations from intercepting even the metadata of communications (and of course E2EE prevents intercepting the contents).
voxic11
·letzten Monat·discuss
The UI is in the default claude code style
voxic11
·vor 2 Monaten·discuss
at least enterprise is better https://us.githubstatus.com/posts/dashboard
voxic11
·vor 2 Monaten·discuss
They have the github enterprise domain separated out and its working fine right now https://us.githubstatus.com/posts/dashboard
voxic11
·vor 2 Monaten·discuss
He probably meant Corsair which is the DRAM brand selling CXMT produced chips.
voxic11
·vor 2 Monaten·discuss
What if a user puts an email from their attorney into chatgpt so they can ask questions about it to better understand it? Surely the email would still be covered but maybe the questions and answers wouldn't be?

Or what if your phone automatically generates a summary of your attorneys text message, would that be covered?
voxic11
·vor 2 Monaten·discuss
Maritime law alone isn't what justifies seizing of ships identified as stateless. Under maritime law ships properly registered to a state are only subject to that states laws when in international waters. But stateless ships can be subject to any states laws, however maritime law itself doesn't grant the right to seize even stateless ships. So the US seizing a stateless ship would have to justified under US law.
voxic11
·vor 2 Monaten·discuss
Basically stateless ships don't have any international legal protections in international waters (at least according to the US's interpretation of the law).

By the plain text of international law a state cannot commit piracy since piracy specifically only applies to private actors.

> Piracy consists of any of the following acts: (a) any illegal acts of violence or detention, or any act of depredation, committed for private ends by the crew or the passengers of a private ship or a private aircraft...

https://www.un.org/depts/los/piracy/piracy_legal_framework.h...