Nothing useful for me. Given the choice I will usually pick the flatpak.
Nothing useful for me. Given the choice I will usually pick the flatpak.
Unpopular opinion: snap is not so bad and genuinely useful for many things
I would rather have a snap than building from source or use some tar.gz archive with a sketchy install script
75 million people decided they wanted this, a bit less than that decided they didn’t, and the remainder decided they did not care enough about their country to give their opinion either way
Taking wagers on how long it will last before Trump’s FTC revokes it
(Bets are only accepted in the form of biscuits 🍪)
In most cases, destroying evidence will result in an adverse inference being drawn against the accused. It means that the court will assume that the evidence was incriminating which is why you destroyed it.
I don’t think anyone has been able to recreate his experiment. He’s accused of manipulating it to fit his narrative. He denies these accusations, of course.
Did he do anything besides the Stanford Prison Experiment that I just don’t know of? Because if that’s all, I’d be more inclined to say that he’s just stubbornly wrong rather than evil. But maybe you know something I don’t
I remember some popular YouTuber ran an experiment trying to re-create the conclusions that Zimbardo had come to. The results contradicted his conclusions and they confronted him. He continued to defend his experiment. He seemed like a rather stubborn man.
The police can engage in rubber-hose cryptanalysis. In many countries, it’s legal to keep a suspect in prison indefinitely until they comply with a warrant requiring them to divulge encryption keys. And that’s not to mention the countries where they’ll do more than keep you in a decently-clean cell with three meals a day to, ahem, encourage you to divulge the password.
Law enforcement shouldn’t be able to get into someone’s mobile phone without a warrant anyway. All this change does is frustrate attempts by police to evade going through the proper legal procedures and abridging the rights of the accused.
This is a proceeding in federal court, but the president’s pardon power doesn’t extend to civil cases anyway. Or at least until the Supreme Court rules that it does.
Did any distro give concrete reasons for why they have actively chosen not to package it, or perhaps they just haven’t given it much thought yet?
This is not what I would consider a “political reason”. A political reason would be something like refusing to package it because of what political party Howard supports.
There is plenty of software you’ll find in these repositories that aren’t under the GPL. CMake uses BSD, the Apache web server uses the eponymous Apache license, LibreOffice and Firefox use MPL, Godot and Bitcoin Core use the MIT license, and I’m sure there are plenty of other software licenses that I haven’t thought of yet.
If the set of all strings of composite length is a regular language, you can use that to prove the set of all strings of prime length are also a regular language.
But it’s also easy to prove that the set of language of strings of prime length is not regular, and thus the language of strings of composite length also can’t be regular.
You got downvoted here but you’re absolutely right. It’s easy to prove that the set of strings with prime length is not a regular language using the pumping lemma for regular languages. And in typical StackExchange fashion, someone’s already done it.
Here’s their proof.
Claim 1: The language consisting of the character 1
repeated a prime number of times is not regular.
A further argument to justify your claim—
Claim 2: If the language described in Claim 1 is not regular, then the language consisting of the character 1
repeated a composite number of times is not regular.
Proof: Suppose the language described in Claim 2 is regular if the language described in Claim 1 is not. Then there must exist a finite-state automaton A that recognises it. If we create a new finite-state automaton B which (1) checks whether the string has length 1 and rejects it, and (2) then passes the string to automaton A and rejects when automaton A accepts and accepts when automaton A rejects, then we can see that automaton B accepts the set of all strings of non-composite length that are not of length 1, i.e. the set of all strings of prime length. But since the language consisting of all strings of prime length is non-regular, there cannot exist such an automaton. Therefore, the assumption that the language described in Claim 2 being regular is false.
Average Matt Parker code
“at least 2 characters repeated [at least] twice” implies the string’s length is divisible by a number greater than 1.
Yeah but it’s just so tempting… It validates so many inputs so easily…
They said—
A line with exactly 0 or 1 characters, or a line with a sequence of 1 or 3 or more characters, repeated at least twice
Note—
…or a line with a sequence of 1 or 3 or more characters, repeated at least twice
It should be—
…or a line with a sequence of 2 or more characters, repeated at least twice
The regex in the post will match “abab”. Their original description (line 2 of this comment) will not match “abab”.
I never presented this as a dichotomy. You know, people prefer things in a certain order, right? I prefer Flatpaks and native packages over snaps and I prefer snaps to building from source.