Everything about Earth is still the same, skies, oceans, etc. Only difference is that it’s crowded in by other bodies now.
Is pretty clearly saying the skies and oceans would be the same after the Earth’s been swapped with part of the Sun.
Everything about Earth is still the same, skies, oceans, etc. Only difference is that it’s crowded in by other bodies now.
Is pretty clearly saying the skies and oceans would be the same after the Earth’s been swapped with part of the Sun.
That wasn’t a point I made. You said the Earth’s skies and oceans would be the same after the hypothetical Earth swaps places with an Earth-sized lump of the Sun event, and I pointed out that they’d be destroyed within seconds. That was kind of separate to the original poorly-thought-through suggestion you made about planet location swaps, and was a second poorly-thought-through claim.
Your original idea only holds if it’s still valid to claim Mars still has oceans, even though they’re all gone. When things stop existing, it changes their properties.
I personally don’t think they can be counted as skies and oceans etc. anymore when they’re being mixed in with multi-thousand-degree hydrogen/helium plasma. On a cosmological timescale, the Earth is converted to just more plasma in an instant. The reality on the ground of the body is that the ground’s gone and everything living there is gone and so’s the mantle under the ground. Things are defined partially by their interactions with their surroundings and the state they’re currently in, not how they used to be. Theia is not a planet, even if the theory where it once was turns out to be right. It stopped being a planet when it collided with the Earth, disintegrated, and re-accreted into parts of the Earth and the Moon.
I don’t think that can work. If you pick a random Earth-sized lump of the Sun as a potential planet, and swap its place with Earth, Earth would quickly get mixed in with the rest of the Sun and stop being a distinct entity, so be very silly to still call a planet, and without the Sun’s huge gravity to keep it held together, the lump of Sun would spread out into a gas cloud and then just become part of the interplanetary dust. Location makes some difference to whether or not something’s a planet.
Towards the back of the machine normally counts as up for upwards-facing sockets, unless it’s a case with feet on the side, in which case it’ll be away from those feet so the sockets would be the right way up if it were sideways and on the alternative feet.
Also, the overwhelming majority of USB plugs have the logo on the side away from the plastic bit, and sockets have their plastic bits towards the top of the device. You want the plastic bits on opposite sides (as physical objects don’t like to overlap), so that means that if you can feel the logo with your thumb, that side goes up when you plug it in, and you don’t even have to look.
First, someone has to email licensing@xkcd.com to tell Randal Munroe that there’s a potential licence violation so he can file a suit.
xkcd comics are available under a CC-By-NC 2.5 licence, so you’ve successfully pirated by not including attribution (as long as people can’t tell at a glance that it’s xkcd from the art style or comment thread you posted it to), but to seal the deal, it’d be a crime to sell it.
A Spud apologist! Sabotage by a scarecrow was beyond Bob’s control, and the cause of most problems.
Arch is at least more likely to update to a fixed version sooner, and someone getting something with pacman is going to be used to the idea of it breaking because of using bleeding edge dependencies. The difference with the Flatpak is that most users believe that they’re getting something straight from the developers, so they’re not going to report problems to the right people if Fedora puts a different source of Flatpaks in the lists and overrides working packages with ones so broken as to be useless.
People fall off rooftops fitting solar panels, burn to death repairing wind turbines that they can’t climb down fast enough to escape, and dams burst and wash away towns. Renewable energy is much less killy than fossil fuels, but per megawatt hour, it’s comparable to nuclear, despite a few large incidents killing quite a lot of people each. At the moment, over their history, hydro is four times deadlier than nuclear, wind’s a little worse than nuclear, and solar’s a little better. Fission power is actually really safe.
The article’s talking about fusion power, though. Fission reactions are dangerous because if you’ve got enough fuel to get a reaction at all, you’ve got enough fuel to get a bigger reaction than you want, so you have to control it carefully to avoid making it too hot, which would cause the steam in the reactor to burst out and carry chunks of partially-used fuel with it, which are very deadly. That problem doesn’t exist with fusion. It’s so hard to make the reaction happen in the first place that any problem just makes the reaction stop immediately. If you somehow blew a hole in the side of the reactor, you’d just get some very hot hydrogen and very hot helium, which would be harmless in a few minutes once they’d cooled down. It’s impossible for fusion power, once it’s working, not to be the safest way to generate energy in history because it inherently avoids the big problems with what is already one of the safest ways.
PowerShell has a system to sign scripts, and with its default configuration, will refuse to execute scripts, and with the more sensible configuration you should switch to if you actually use PowerShell, refuses to execute unsigned scripts from the Internet.
I suspect that most of the scripts you’re referring to just set -ExecutionPolicy Bypass
to disable signature checking and run any script, though.
That’s misleading in the other direction, though, as PhysX is really two things, a regular boring CPU-side physics library (just like Havok, Jolt and Bullet), and the GPU-accelerated physics library which only does a few things, but does them faster. Most things that use PhysX just use the CPU-side part and won’t notice or care if the GPU changes. A few things use the GPU-accelerated part, but the overwhelming majority of those use it for optional extra features that only work on Nvidia cards, and instead of running the same effects on the CPU if there’s no Nvidia card available, they just skip them, so it’s not the end of the world to leave them disabled on the 5000-series.
A billion dollars worth of bitcoin isn’t that much of the total amount of bitcoin any more, so any impact on the price would be because of people reacting emotionally to the news, not because they’re was suddenly a flood of extra bitcoin in circulation.
If you write cross-platform software, the easiest solution is usually to pretend everything’s Unix. You’ll hit some problems (e.g. assuming all filesystem APIs always use UTF-8 will bite you on Windows, which switched to UCS2 before UTF-8 or UTF-16 were invented, so now uses UTF-16 for Unicode-aware functions as that’s the one that’s ABI compatible with UCS2, and passing UTF-8 to the eight-bit-char functions requires you to opt into that mode explicitly), but mostly everything will just work. There’s no XDG_CONFIG
telling you to put these files anywhere in particular, as Windows is Windows, so most things use ~
as a fallback, which Windows knows to treat as USERPROFILE%
.
Illegal numbers are so illegal that you just linked a Wikipedia article containing a bunch of them, i.e. not very illegal. For an AI company already skirting copyright law, they’re not a concern at all.
It’s pretty plausible that Epstein would be suicidal after being locked up and would have killed himself if left unattended in his own jail cell with some rope, especially as giving him some rope would signal that he wasn’t going to get saved. The more sensible conspiracy theory is that he was taken off suicide watch intentionally to give him the opportunity.
You can jam the Windows UI by spawning loads of processes with equivalent or higher priority to explorer.exe
, which runs the desktop as they’ll compete for CPU time. The same will happen if you do the equivalent under Linux. However if you have one process that does lots of small allocations, under Windows, once the memory and page file are exhausted, eventually an allocation will fail, and if the application’s not set up to handle that, it’ll die and you’ll have free memory again. Doing the same under every desktop Linux distro I’ve tried (which have mostly been Ubuntu-based, so others may handle it better) will just freeze the whole machine. I don’t know the details, but I’d guess it’s that the process gets suspended until its request can be fulfilled, so as long as there’s memory, it gets it eventually, but it never gets told to stop or murdered, so there’s no memory for things like the desktop environment to use.
Clearing the orbit of other material, and in the process, accumulating it and incorporating it into a protoplanet is the process that turns a protoplanet into a planet. While that’s happening, it’s getting bigger and rounder and is constantly surrounded by impact debris that’s in the process of forming moons and rings or is in a decaying orbit. All of these are processes local to the protoplanet that don’t happen anymore once it’s become a planet.