Actually, yes. Light travels about 30cm in a nanosecond, around the size of a cucumber.
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.
For a while I just couldn’t play souls-likes. The enemy attacks were blatantly undodgeable. Like, even if you move at the maximum possible speed, in any direction, at the very start of an animation, you can’t get out of the way. Then I realized you’re not really supposed to get out of the way, you’re supposed to abuse the immunity frames from the roll to “dodge” straight through the attacks. Basically the opposite of what I had been doing.
It’s not made from milk though, right? It wouldn’t be vegan if it has any animal products. And if it isn’t made from milk, it’s just not cheese, even if the microorganisms are the same.
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.
I doubt you want to. Its probably at least a terabyte.
That’s still best achieved with SBMM (just a less strict version). With random matchmaking, you are only equally likely to see better/worse players if you are in the 50th percentile.
Also, each player is independently selected (when random). This means there will probably be a mix of high skilled and noob players in every game. You would not see a team of mostly noobs or mostly pros. For a player in the 50th percentile, with a team of 6, the chance of being better than every player on the other team team is only 1.5%. For the 25th percentile, it is 0.02%. So a very significant number of players would (almost) never experience an “insane spee on noobs”. However, the chance of having at least one player in the 75th percentile on the opposing team is 82%. So they would frequently encounter situations in which they feel hopelessly outmatched.
The only way to solve this is to use matchmaking that attempts to take skill into account.
The Chinese room argument doesn’t have anything to do with usefulness. Its about whether or not a computer that passes the turing test is conscious. Besides, the argument is a ridiculous one to begin with. It assumes that if a subcomponent of a system (ie the human) lacks “understanding”, then the system itself (the human + the room + the program) lacks understanding.
Well I guess I’m one of the 2 then
Optimism and Centrism? You know everyone is going to hate you for this…
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.
I love that they keep saying stuff like “introducing Ubuntu to the Christian community”, as if they couldn’t already use it.
I know it’s repetitive, but (some) people still don’t seem to hear it. Everyone complains about windows doing a million annoying things, but so few actually consider an alternative. Some people need to be reminded that they don’t need to wait for Microsoft to fix their problems. Admittedly, I doubt very many of those are in this community, or on this platform though.
When you hit the windows key (aka meta-key or super-key) it brings up the app launcher. You get a dock at the bottom with pinned or running apps (like a taskbar), and all of your open windows are presented in a sort of mini-version that lets you switch between them or move them between workspaces. There is a search bar that you can immediately type into to open any app with a .desktop file. There is also a button to bring up the app grid which shows your apps kind of like a mobile device’s home screen.
Not having a dock is one of my favorite things about gnome. I actually use an extension to hide the top bar too. There’s just something so satisfying about having 100% usable space on screen. I get all the info back in the win-key overlay, so I don’t really need that stuff on screen at all times.
Does this not work?
I think you can do the same in the post
That solution isn’t really a solution.
The minimum cost to live in each jurisdiction
There is no clear objective way to measure that. The absolute minimum to stay alive would technically be just enough for the single cheapest available food, and just enough water to avoid death (maybe not even that, if it’s legal to just drink out of a river). I’m sure that’s not what you meant. But anything beyond that has to consider the incredibly subjective quality of life question. So what you propose is really just a goal, not an actionable policy.
If you can impose a fine you are a jurisdiction and it is your responsibility to implement
That’s a way bigger headache than I think you realize. At any location in the country, you could be fined by the federal gov, state gov, other states if you do business there, multiple levels of local gov (county, city, etc.), even your HOA might be able to fine you. But that all depends on thousands of existing laws and precedents.
Y2K specifically makes no sense though. Any reasonable way of storing a year would use a binary integer of some length (especially when you want to use as little memory as possible). The same goes for manipulations; they are faster, more memory efficient, and easier to implement in binary. With an 8-bit signed integer counting from 1900, the concerning overflows would occur in 2028, not 2000. A base 10 representation would require at least 8 bits to store a two digit number anyway. There is no advantage to a base 10 representation, and there never has been. For Y2K to have been anything more significant than a text formatting issue, a whole lot of programmers would have had to go out of their way to be really, really bad at their jobs. Also, usage of dates beyond 2000 would have increased gradually for decades leading up to it, so the idea it would be any sort of sudden catastrophe is absurd.