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.
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.
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.
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
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
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.