Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Tokyo is tiny by comparison (Score 1) 103

Cars wouldn't be much of a problem. Within hours of all cars breaking down there would be small businesses offering to transport goods from stores to your door with makeshift bicycle drawn carriages. The distances are also small enough that a lot of people could go get supplies on foot.

Highway trucks and freight trains on the other hand. Yeah, that would be bad. If someone hacked all highway trucks and freight train locomotives, starvation would set in within a couple of days, since there is no other way to effectively transport resources over long distances and stores only last a day or two at most. Ships rely on trains and trucks for the last 100-500 miles to the consumer.

Modern civilization is still very much in beta.

Comment Re:Flip the switch (Score 1) 247

Based on what we know about simulators, they are inherently slower and smaller in scope than the system they run on. You're never going to have a virtual machine that is more powerful than the metal that it runs on. Similarly, you're probably not going to have a simulated universe be more powerful than the universe that is hosting the simulated universe.

I don't think that is necessarily true. You just can't simulate something more powerful in real time. Maybe the simulation takes an day in the simulator's universe to "render" one second in our universe (or any other ratio, it's just an example). To the people in the simulation, everything seems "real-time" from their point of view. We have no way to know how long the hardware in the "real" universe takes to run our simulation.

I'm sure new CPU designs that are more powerful can still be simulated on older CPU designs. Again, the simulation may run a lot slower.

Yes, that would probably be the case, but the host universe would still be greater than the guest universe in some sense. The host universe would, over time, have a greater number of interactions between things than the simulation would have.

Comment Re:Flip the switch (Score 2) 247

Well, these sort of arguments depends on the assumption that we exist as so-called observer-moments and that your current experience is a randomly selected observer-moment out of all the observer-moments in all of time and space in all of the universes in the cosmos. This may be total BS, but several real philosophers seem to take it seriously.

Comment Re:Flip the switch (Score 4, Insightful) 247

If it is a simulation you could argue that it is almost certainly optimized for sentient beings.

Based on what we know about simulators, they are inherently slower and smaller in scope than the system they run on. You're never going to have a virtual machine that is more powerful than the metal that it runs on. Similarly, you're probably not going to have a simulated universe be more powerful than the universe that is hosting the simulated universe.

Think about it this way: if you're going to build models of 2x4 Lego bricks using 2x4 Lego bricks, the models will be much fewer in number than the actual Lego bricks. If you find yourself being a Lego brick, odds are you are an actual Lego brick and not a model Lego brick.

Also, tightly packed systems where the components of the systems are small and close to one another in space are faster than systems where the components are large and far from one another in space, because communication happens at the speed of light, which is constant (as far as we know).

On the other hand, if we build a model that focuses on modelling one particular thing and neglects a bunch of other stuff then the probabilities change. Perhaps we live in a simulator hosted by a much larger universe where there is virtually no life except for the being that built the simulator, whereas our simulation is optimized to be relatively packed with life.

Comment Re:This doesn't compute...or does it (Score 0) 113

The only real counter to something like that is to create a game that's complicated enough that reproducing the game mechanics that make it popular takes long enough that the clones don't come out in time to bite into the profit during the critical first week/month.

Or in other words: make a product with actual lasting value. Oh, the horror!

Comment Re:It's only ahead of Siding Spring by a month (Score 1) 67

Another way to look at it is that the close encounter between a comet and Mars is perhaps a once in a century opportunity to learn about how material from the comet interacts with Mars and its atmosphere, so the satellites in orbit around Mars should mainly be looking down at the effects on Mars.

Spacecraft-comet encounters can be had a lot more frequently than spacecraft-planet-comet encounters.

Comment Re:Exactly! (Score 5, Informative) 113

This really moves SpaceX up in my estimation as well. Until now, I pictured private space flight as focusing only on making profits, not sacrificing dollars in order to protect people around them. Maybe the privatization of space flight has a future after all!

Uhhh, yeah, let me know how well the PR monkey handles explaining to the general public that your loved ones aboard their dream vacation to space were blown up on purpose as a safety measure.

Good luck with that shit.

Manned capsules must have an emergency escape system.

Basically what would happen is explosive bolts would detach the capsule from the rocket and the capsule would fly away under its own power until it's far enough away from the rocket. Then the rocket would self destruct and the capsule would come down to a safe-ish landing either under parachutes or under its own power.

This is nothing new, NASA had this in the 1960's, the Russians evidently had it in the 1980's. Also the Kerbals, apparently.

Comment Re:kernel does crash on desktop (Score 2) 727

Swap is not optional if you're going to use leaky software (like for instance browse the web) on a linux machine for long periods of time without rebooting. Firefox or Chrome can easily grow to 4 or 8 gigs over time if you don't have a swap partition. If you have 16+ gigs of RAM on your machine you might not need swap at this time, but as web sites become ever more bloated you will need to upgrade to more RAM or get a swap partition or swap file.

Comment Re:kernel does crash on desktop (Score 1) 727

While Linux kernel is solid on servers for whatever reason on desktop it always was crashing and/or required occasional reboots. Flashdisks plugging/unplugging creates allocated un-unmountable devices. Desktop machines just randomly reboot. Screen occasionally goes black or garbage forever (it may be X bug). Keyboard becomes unresponsible. OOM problems where the system locks up or some fundamental process gets killed. etc.

Do you have a swap partition and is it reasonably large? A lot of strange stuff can happen if you decide you don't need a swap partition (think again), or if you use a really small swap partition, i.e. 2GB.

Comment Re:So? (Score 2) 96

Permissions on Android are a bit more rudimentary, so it would be simple to make a background process that just sits and quietly listens to the gyro. You would need to ask for the permission to keep the device awake in order to keep the CPU and sensor chip alive and (in order for it to be practical) the permission to start on boot.

Slashdot Top Deals

To write good code is a worthy challenge, and a source of civilized delight. -- stolen and paraphrased from William Safire

Working...