Actually, yes. Light travels about 30cm in a nanosecond, around the size of a cucumber.
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.
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.
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
In the first couple panels I can’t stop seeing her mouth like a mustache
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
You linked a webpage as an embedded image. If you meant to make a link, use:
If you meant to embed:
You formatted your links as images. Markdown uses ![…](…) for images, […](…) for links.
Factorio has a mod manager built in. It can browse, download, install mods all right there. It even syncs mods to save files and checks for updates. Factorio mods have better support than most games do. I really wish some other developers would put that kind of effort into mods. Just think of what, say, Minecraft could be if it had that.
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.
I’ve been playing on minimum graphics, and it looks much better than any previous Bethesda game. The performance isn’t too great, and the TAA is a bit blurry, but it’s tolerable.
“hmm… a well thought out, reasoned response. But I disagree! How should I express my opinion effectively, to both this person and others who wander by?”
What a shittake
“Ah, yes. My masterpiece. Everyone must see this.”
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.