Comment Klarna? (Score 1) 37
Klarna sounds like a crypto scam.
Klarna sounds like a crypto scam.
I'm British. My wife is American. That is how I know.
I'm American, do I need to get a British wife to also know? Honestly, it seems like an odd requirement for a particular piece of knowledge.
Yes. You do.
>we don't have any other means of recognising who is allowed to work and who is not.
Yes we do. It's called a share code. Get a visa and you no longer get a big sticker in your passport. You get status on a government computer. When someone asks you to prove that you are legit to work, you log in, get a share code and give to the person asking. They can log in, enter the share code and it will confirm or deny that you are legit to work based on you visa.
I'm British. My wife is American. That is how I know.
Downloading anything from Epic is the last thing I would do.
Yah, Hard to imagine why anyone would want to stick with an Intel Mac at this point.
The M4 lacks a some important security instructions that are in X86 chips. So I have to use my old Intel Mac to compile certain code. The M4 can't do it.
You are heading down the right path.
A book that made things more clear for me is "Non uniform random variate generation" by Luc Devroye (https://www.cs.fsu.edu/~mascagni/Devroye.pdf).
The generation of different distributions can be done algorithmically, but the algorithms get to the core of the processes making the noise. E.G. 1/f noise can be made from summing many exponential decaying functions. Electrons falling in holes in silicon - same thing. So we have 1/f noise in silicon. The type of process determines the type of noise whether quantum electron events or rain or insects chirping.
While noise does emerge from quantum things, it also can emerge from higher level processes.
Claims of perfect randomness from quantum physicists are always wrong.
1) The claims rely on some detector being 50/50 (they never are), always detecting individual events (they often see multiple or none) .
2) Randomness amplification is a subfield of entropy extraction and it cannot give you full entropy (aka perfect randomness).
Home assistant is your friend. There are multiple way of integrating control methods. Someone will write a home assistant integration for the Flipper one sooner or later.
If gov genuinely cared about kids, there are a lot of easy actions they could do before this.
Such as?
They could issue all children Social Security Numbers at birth.
How would a US social security number help a UK child bypass age verification checks?
Is it wrong to ask foreign visitors to follow US laws and come here legally? Is that evil or racist?
Not wrong. Naive. You can be right all day and not get the outcome you imagine being right will get you.
So can I come to the US illegally...?
50 million already have.
We need to be dismantling the illegals, not the cameras that are catching them.
And when you succeed, you will find the illegal immigrants were not the cause of society's problems.
Recent result from Penrose showed that a gravitational gradient also collapsed wave functions. So it's not just you. The universe is doing it too.
Yes. lf they need to do is hire a team of crack programmers and system architects and have them start work on replacing the systems. Keep them hired as a key department of the post office and they will maintain the system. If it's good they could even license it out to others.
I've seen this happen in other contexts. E.G. in a semiconductor firm, they designed their own tools. Then they made that a whole department and spun it out as one of the chip design tool vendors which is still around today.
If you just outsource it, you will get a product that serves the needs of the vendor, not the customer.
I've been using AI to write code recently. I figured I should give it a go.
Not reviewing and understanding and editing the output code is a recipe for disaster.
For example, in code for a cryptographic hash function there are padding rules to bring the data size to a multiple of the block size and add a length. So for example with SHA3, a minimum of 65 extra bits. If your data length mod the block size is 65 bits less than the block size, then add the pad bit, put the length at the end of the block and fill in between with zeroes.
If you are longer than that, then it all spills over into the next block and you add a block.
If your length exactly ends up fitting in the block size, then you add a whole extra block with just the padding bit and length and a bunch of zeroes.
The hash that claude spit out missed that last case, so creating a hard to find bug, where in one out of 512 bit sizes, the hash fails. If I had not spotted that by reviewing the code in detail, there would have been a catastrophic bug creating a security vulnerability and system failures in chips.
So read the code and fix it or be doomed.
The head of an AI company called "Amodel".
Outside of a dog, a book is man's best friend. Inside of a dog, it is too dark to read.