Pretty sure they just type it in manually. See named tags in git.
Pretty sure they just type it in manually. See named tags in git.
I know some of these words
You absolutely can, but trademarks need to be domain-specific. And the social media platform and the window system don’t have much overlap in their respective domains.
Another window system couldn’t come along and call itself “X”, but a microwave manufacturer very well might be able to.
At they very least, I think short-distance flights need to be made way more expensive. Like a 70€ minimum ticket price on all flights.
There’s no way in hell we’re getting through the climate crisis when a German can pay 20€ for a flight to Mallorca and back, but pays 200€ for a train to the other side of the country.
I asked which ones. Denmark has a surplus, but that’s accidental and no one’s trying to keep it that way.
And if you’re about to give Qatar as an example, the point is moot.
Which countries are running on a profit, exactly?
The Russian “justice” system has a conviction rate of 99.3%. It’s safe to say they’re giving large swathes of completely innocent people the death penalty here - people who are someone’s father, child, or friend.
Is that the system you see as exemplary for the west? Are these the Russian family values I’m always hearing so much about?
Imagine getting hung up on something as trivial as a switch statement. Which is more poignant, I ask you?
switch(var){
case 1:
<code>;
break;
case 2:
<code>;
break;
case 3:
<code>;
break;
default:
<code>
}
or
if var == 1:
<code>
elif var == 2:
<code>
elif var== 3:
<code>
else:
<code>
The performance difference is absolutely negligible, but now you’ve introduced a bunch of unnecessary indentation (for no benefit) that’s gonna get hard to read should you even add a little bit of additional logic, and a footgun with all the break; s.
And then in JS the syntax for the case-blocks isn’t even consistent with the rest of the language.</code></code></code></code></code></code></code></code>
Happens. Then you come back to it after a few days and all the shitfuckery of last session becomes so damn obvious.
Absolutely wild take, the two are used in completely different contexts
Huh? The Python Stacktrace is great. What kinda fucked up library were you using that it prints the error code instead of raising an exception?!
Also don’t think outdated library docs are a fault of Python 😅 In much the opposite way, I’ve found Python’s standard library to be really great, reducing the number of random third party libraries needed. (Looking at you, JavaScript)
The system of integration for migrants failed in Sweden (as it was hardly even existent in the first place). That’s the systemic cause.
The acute symptom of this currently is gang violence. That said, the symptom is like a cancer that runs itself, the criminal systems underpinning gang violence are now established and you won’t get rid of them by being nice anymore.
So you have to fight both the symptoms and the causes… Which Sweden is beginning to do. Reinstating and hardening penalties for organized and violent crime to get rid of the acute symptoms, as well as stopping the inflow of non-European migrants to stop the cause.
The Swedish government didn’t say they’ll never take non-European migrants again, but it’s clear the whole system needs a huge overhaul.
Whataboutism be like
There is no migrant violence in Ba Sing Se
3 people in 12 hours in one city was their last record. Gang-related killings have been steadily rising for years and they’ve currently reached a boiling point where dozens of people die every month just in Stockholm.
idk, how do I contact “the community” when I have an issue in the first place? All I know of is StackOverflow, and they’re honestly toxic enough to make me never ask questions there in the first place.
Big thing about being based on Ubuntu is that the community support is the biggest. Any issue you find, you can google, and there’s a 99% chance there’ll be an answer for Ubuntu which can be applied as-is to Mint.
Ah yes, it’s far right populists that caused this and not the gangs who killed two people in shootings and another in an explosion in Stockholm just two days ago… lmao
And yeah, these are unintegrated migrants imported from 2015 onwards, who failed to integrate and now run massively violent, warring gangs that are currently responsible for an unprecedented amount of violent deaths in Sweden’s largest cities. Putting our heads in the sand regarding real issues for fear of being racist is what got us here in the first place.
Look at the data, and act, just as Sweden’s LEFT-WING government is CURRENTLY doing because the situation has now become untenable.
I’ve definitely had it hallucinate a feature sending me on a red herring hunt on several occasions now… Sometimes I wish I’d just used StackOverflow to begin with, but then with StackOverflow I sometimes wish I’d just read the documentation to begin with.
Alas, it won’t be a hit 100% of the time and will occasionally send you the long way round. Just like StackOverflow. But even despite this property, nobody would tell you to NEVER use StackOverflow because it SOMETIMES takes way too long to find the answer to a question easily glanced from the docs.