

Unless you’re talking about the exit code of a computer program. Then coming up zero is a good thing.


Unless you’re talking about the exit code of a computer program. Then coming up zero is a good thing.


What this means is that the White House still overestimates how much the military is in their pocket
When their enemy is civilians, they only need a few willing soldiers. China ordered several army units to use deadly force against protesters in Tiananmen Square. Several generals denied the order. Whole squads threw their wepons into the river and deserted. The Square was still covered in the blood of thousands. A few loyal soliders in tanks is all that’s needed. The generals and soldiers who denied the order were court maritaled.


Absolutely no one should respect a billionaire who fucks over others to slightly see her numbers go up. She didn’t need that money from cheating, but she did it anyways and fucked over everyone else.
To add some concrete numbers. Martha Stewart’s net worth is about $400,000,000 and the insider trading was to avoid losing $40,000 in stock value. In other words, she fucked people over to avoid losing 0.01% of her wealth.


because apparently the constitution is detailed enough to specify things like that.
It’s impossible for laws to include every single possible detail. Lawyers and judges exist to apply generic laws to specific cases. In this case, a lawyer argued that removing bike lanes creates a saftey issue and since the constitution says the government must protect “life and security of the person”, removing bike lanes goes against the constitution. The judge agreed with the argument.


the rules are clearly presented
I use Voyager. Community rules are hidden unless you specifically go to that community page, open the menu, and select “sidebar”. It’s incredibly easy to miss.
If a community only wants some people posting then a quick fix is to not allow just anyone to post to it.
Ancient Roman satirical poet Juvenal wrote that all people care about are “bread and circuses” over 2,000 years ago and it still applies.


I think it mostly comes down to baby duck syndrome. People don’t like using a package manager for programs on their desktop but are fine using an app store on their phone (which might literally be running linux). People simply expect a desktop computer to work a specific way and when things are in different spots and called different things they get upset. I think it’s changing as more companies bake Linux into their product.
Steam Decks running Linux changes people’s impression of it. If a mainstream company sold desktop computers that came with Linux preinstalled I’m sure its use would skyrocket. It’s not that it’s impossible for the average user to understand, It’s that it’s not the default option.


you could face roughly $100 in fines
hands court clerk $10 bill with an extra 0 drawn on it


Michael Cera. He does a good job, but the whole time you’re waiting for him to do his “awkward teenager” character.


The sidebar also says “this is an inclusive community” followed by a rule that excludes 50% of the planet.


The UK has multiple political parties and free democratic elections. Just because the current government passed a law you don’t agree with doesn’t mean the country is authoritarian.


Your account is on lemmy.world. You can see the other instances that lemmy.world federates with and which ones it blocks by going to https://lemmy.world/instances. You will be able to see any content posted to lemmy.world as well as any instances in the “linked instances” list. You won’t be able to see content from the “blocked instances” list. Most instances get blocked for being the source of spam or trolls.
You’d only need to make an account on another instance if you want to participate in communities that are on instances that lemmy.world blocks.
It was sarcasm. I really dislike that the only thing young men will protest about is saving video games.
What do those have to do with my video games?? I just wanna grill game!
“Why should you go to jail for a crime someone else noticed?”
Please don’t judge my sleep schedule, Nagatoro-san!


Plot twist: he has a foot fetish.


They’re both “linters”. They analyze your code without executing it, known as “static analysis”, and highlight logical and stylistic errors.
Pylint will give you warnings if you try to feed a variable that holds an integer into a function that works on strings or if you deviate from python’s suggested style guide. Python doesn’t check data types until you actually run your code, so errors with data types won’t be caught until your program crashes. Using pylint allows you to get warnings before actually executing your code. Note that Python allows for type hinting which allows you to tell linters what data types variables and functions are allowed to be. Python itself ignores type hints when executing code.
Black automatically formats your code to adhere to Python’s suggested style guide. Unlike something like Pylint, it cannot be configured to ignore certain style rules. All projects using Black will have the same style. Python gives a lot of leeway in how you can format valid code, but it’s difficult for programmers to read code in dozens of different styles. Most languages have come up with their own style guide. For example, your first line does not match the suggested style. All imports should be on their own line. If you don’t want to remeber all the rules yourself, you can use Black to format your code in a way everyone is agreeable with.
What about goats in circular pens? A goat is tied to the fence of a circular pen. How long does the rope need to be so that the goat can reach exactly half of the pen’s area? What sounds like a high school math problem was eventually solved in 2020 via complex analysis.
Here’s the answer: