

That is correct. But the headline also says “more than”, making it even more useless.


That is correct. But the headline also says “more than”, making it even more useless.


bad behaviour, such as having unpaid debts, doing undeclared work or links to extremist organisations.
Is such a bad summary, and all of the people prasing this law in this comment section as well, fail to mention a very important other “bad behaviour” which is suppose to be included in this law: Being a fucking VICTIM of a crime. They have been saying this since day one. Victims of crimes needs to be deported.
Their resoning is that someone being victim of a crime is probably living in a social situation which the far-right government deem inappropriate. Like “undeclared work”; is your boss not paying their taxes for your work? You need to go.
This law is there because it is the first step in creating an apartheid. If you have a single parent born in a foreign country – the far right is even talking about their worry about “third generation” immigrants – they should not be considered Swedish. Punishments for them they say must be different, you must always be threatened with deportation. You should not have access to public services and so on.
This law is a fucking god-send for neo-nazis. Can you imagine? Immigrants who are victims of crime gets deported. Assault them, rape them, and they will be deported if they say anything. But the neo-nazi can go home and have dinner with their family. This is probably what the current government wants as one minister has an active club neo-nazi son! He is not being deported because he is in an extremist organization! Oh, wait, sorry it is just “kids with an interest in fitness”, as several government party reps have been saying about actual neo-nazis.


I feel like making ’90s-style t-shirts with ‘fix this code’ on the front and ‘this shirt is a munition’ on the back.”
This must be a reference to something specific… Anyone knows?


If they solve it, the can’t fear monger. To solve it would involve solutions they’d call “woke”. The gangs recruiting the kids is where they get their own drugs. The gangs launder their money by buying all the public property they are selling, but that is also where them themself get their dirt cheap previouly publically owned properties. So no. They need them, want them, and have too much shared economic interest with them.


Not really that simple. Is EM curving space time? Yes. But it does it in a very different way. EM is a force which couples to charges, magnetism, transferred by light. Gravity is a completely different beast. Super weak, but couples to everything. Mass? Yeah. Massless particles (light)? Yeah. The interraction strength itself is not an indication on how it affects the curvature of space (well, EM as a gauge theory is a curvature of a mathematical space, but gravity is one of physical space).
As far as I know, none of the observed black holes (like in LIGO) have ever observed something that would be a charged black hole, but there is the theoretical formulation of one called a Reissner Nordström black hole. In that formulation you can see how adding charge and mass acts differently. For one thing, EM charge can be negative and positive, but either sign affects the spacetime the same, in a very simple way: the square of the charge appears in the expression. But mass only appears linear. Just as an example of how they play a very different role when it comes to curvature.
I thought they were called Gunners, or is that a reference to the tean itself only?
Who goes through the effort of changing the font in LaTeX to comic sans?


Huh, that version is not on the album in their store


Exactly. Showed presentations for my students on it.


I used a laptop with no screen and no harddrive for a while, mainly for presentations during teaching. The laptop plus a usb with linux and the pdf on it, hook it up to the projector. Worked fine. I think I also stripped if from most of the ram.
Julia and Mathematica


Setup your ssh config to use a proxy command which uses netcat to knock on the ports. Ansible will work with that.


Is there also a comparison of SLAs offered for these services? Features, sure, but availability is also important.


I suppose it is a very effective approach to attack a lot of IT infrastructure. Like how much CI and build systems rely on you being able to pull an ubuntu image and run some apt on it. You halt build systems, cloud deployment, and probably much more.
Sorry for derailing… But what was the workaround? Was the issue they used Play Integrity API and you managed to circumvent it?
The Cable column in the first table, is that the maximum length for them… at that speed? Or what does it mean?

The closest thing I’ve seen is this account from Donald Knuth (its a pdf, no surprise its latex)
https://www-cs-faculty.stanford.edu/~knuth/papers/claude-cycles.pdf
The described output actually appears to be a genuine solution (for a subset).


Famous string theorist
On your disk drive, where you store files, files are organized by the filesystem. The filsystem consists of, among other things, directories and files. Directories can contain contain other directories as well as files.
The
pwdcommand tells you where in the filesystem you are now – in which directory. The commandlslists the contents of that directory, that is, which other directories and files are in there. The list thatlsshows is not a list directly stored somewhere, but generated when you run the command. The command basically asks the filesystem something like “what is the content of the filesystem at this directory”, and it gets a reply, then it formats it into a nice list to present to you, the user.