It annoys me that people keep saying “figuratively” is what they mean instead of “literally”. “Figuratively” may be the opposite, and technically correct, but the use of the word “literally” in this way is to strengthen a statement. A more appropriate correction would be “actually” or “seriously”, which holds the intended meaning. “Figuratively” is the last thing it should be replaced with.
Book burnings are bad when they are used to prevent the free sharing of information or ideas. It is a form of censorship. Burning the Quran is not censorship, because this is not an attempt to ban the Quran or prevent anyone from reading it. Its an entirely symbolic gesture. Its comparable to burning the American flag, which I’m guessing you’re not so against.
Well I guess I’m one of the 2 then
That sounds nice and all, but is useless as a definition. The way I see it used, wisdom is knowledge and intuition that is gained from experience, whereas intelligence is a property of a person that allows them to learn quickly.
Why would any milk fat be required for something to be defined as chocolate? Chocolate doesn’t have to contain any milk at all. The only thing my brief research turned up was this, stating that they could only contain up to 5% non cocoa vegetable fats.
Edit: This claims there is a minimum milk fat for milk chocolate, but no requirement for chocolate in general.
What the hell are you talking about? Nowhere in the Constitution is a response to disease even mentioned. It sure doesn’t mention anything about bombing cities. The Constitution has been interpreted very loosely to allow the government the powers it has now, but bombing US cities is beyond the scope of even that. The idea that they have a constitutional duty to do so is even more absurd.
The Constitution is an actual thing, you know. You could read it instead of just making stuff up.
If a person’s life is not their own to take then they have no autonomy at all
That’s just not right. Autonomy isn’t some absolute, all or nothing thing. If it was, then everybody would have “no autonomy at all”, because we’re not allowed to commit crimes.
Of the full range of possible actions, killing yourself is a relatively small portion of those. Considering that death eliminates all possible future actions, I’d argue that preventing a suicide (of a person that’s not dying anyway) actually preserves more autonomy than the alternative.
It’s easier than you think. You can just download an exe, point lutris/steam to it (ie, just paste the path into the gui), and run the game. I have yet to find a game that doesn’t work. Troubleshooting is rare, and in my experience only involves changing proton versions. I have never had to mess with drivers, aside from initial installation when I installed the OS.
What do you mean no alternative to VS? There are many IDEs on Linux. What does VS do that nothing else can?
Well letters don’t really have a single canonical shape. There are many acceptable ways of rendering each. While two letters might usually look the same, it is very possible that some shape could be acceptable for one but not the other. So, it makes sense to distinguish between them in binary representation. That allows the interpreting software to determine if it cares about the difference or not.
Also, the Unicode code tables do mention which characters look (nearly) identical, so it’s definitely possible to make a program interpret something like a Greek question mark the same as a semicolon. I guess it’s just that no one has bothered, since it’s such a rare edge case.
Every thing you code is binary. You may write ‘15’, but the code your computer runs will use ‘00001111’. The base-10 source code is only like that for human readability. All mathematical operations are done in binary, and all numbers are stored in binary. The only time they are not is the exact moment they are converted to text to display to the user.
I find that much harder to read than a for loop. You are making a helper function to only use it once, which is kind of confusing when it is totally unnecessary. Also, distinguishing between two groups only inside the setter line is weird. Applying the modification to one group, then the other, is more obvious. Considering the alternative isn’t really longer, and only using basic loop syntax, I would just use the loop. If you really want to add the “set dots visibility” explanation into it, just use a comment, that’s what they’re for.
I literally just now misunderstood your code and had to change my comment to correct for it.
Use:
items=[...]
for o in items:
...
This is the most direct way of doing what you want. The first option might allocate a new array each iteration, which is unnecessary. The match statement is both a pain in the ass to write and less direct, which at best compiles to the same thing and at worst has you doing a bunch of totally unneeded comparisons.
If this ‘i’ variable you used isn’t just an incrementing counter, use the last option. If it is though, it’s an extra counter you don’t actually need.
The performance difference here would be so small I doubt you could even observe it. So, you really shouldn’t worry about this particular pattern. Compiler optimizations are more likely to trigger on simple, direct code, so writing it as directly as possible is probably the fastest option anyway.
" dumb it down"? Isn’t the mobile app (s) displaying the same posts as the website(s)?
Tests would be a pretty bad idea. It is easy to imagine the ways that someone could use that to attack their political opponents. Similar things were used to disenfranchise voters in the past. Also, it is too easy to corrupt the legitimacy of such a test. All a person would need to do is get a heads up of how the test works and practice for it. Or, have the test designed to be too easy to pass. It’s easy to say “make it impartial, scientific, and dignified”, but that doesn’t mean it will be. I seriously doubt any governmental body ever has or will be that trustworthy. An actual age limit would be objective and clear though, making it much more practical.
You can’t set reminders if you never knew the interview existed. It’s still their fault, but it’s an easy mistake to make.
If you’re installing Ubuntu or Manjaro, it’s honestly easier than windows. The options make more sense, and you get much more useful info on your drives. With windows, I have to identify them by capacity, which has led to me installing on the wrong drive before. And live CD installs even allow you to look something up for help right there.
Arch is a totally different story though. No way I would have started using Linux if that was my introduction to it.
I think it’s the other way around. I often find only one source (if any) for configuring windows, and it’s some registry edit that hasn’t worked for years. On linux, there will be a dozen people providing multiple ways of getting it done, most of which work.
They’re probably picturing the typical American grocery store: giant warehouse-like building, massive parking lot, tons of people coming and going. It would be a bad idea to put one of those in the middle of a neighborhood.