Nah, bootcamp assistant is Apple’s dual boot setup tool, it is a native install, but it has to be started from MacOS.
Nah, bootcamp assistant is Apple’s dual boot setup tool, it is a native install, but it has to be started from MacOS.
ghost
is just GitHub’s way of saying deleted user.
Not to defend them, but he did follow up with this:
This is referring to the technology we just released into BETA for premium subscribers, which delivers one of the lowest latencies for livestreaming (significantly better than YouTube’s latency).
This does not refer to encoding
https://xcancel.com/chrispavlovski/status/1856090182275215803
Although quality != latency, so idk.
Also if you tap on the ‘kebab’ menu and press View Source
, you can copy the message.
I’ve seen some that activate an insane number of breakpoints, so that the page freezes when the dev tools open. Although Firefox let’s you disable breaking on breakpoints all together, so it only really stops those that don’t know what they’re doing.
Satellite imagery seems cheaper than you might think though. I’ve had SkyFi in my favourites for a while after they sponsored a YouTube video, and they seem to start at $8 per km2 for a new photo or $2.50 for a previously taken one.
AFAIK fast startup only affects shutdown, clicking restart will always do a full reboot. Shift clicking shutdown will do a full shutdown like you said, but shift clicking restart will start recovery mode.
then there’s definitely the type of water ditching where the plane angles into the water at full speed, and I don’t think that’s gonna have 80%
Pretty sure last time that happened it was still ~30%, which seems pretty impressive considering the video: https://youtu.be/w1u0D0E-Bq0 (SFW but it is a plane crashing)
Source: https://en.m.wikipedia.org/wiki/Ethiopian_Airlines_Flight_961
I can’t wait for it to be added to activate-linux!
Debian testing has ‘updated’ to 5.6.1+really5.4.5-1
anyway, so as long as you’ve updated within the past few days it will have been downgraded to 5.4.5.
That’s not really your code, more so you haven’t setup a .gitignore to not commit not your code.
ZLUDA originally only supported on Intel since it was designed by an Intel employee, but AMD hired him to make it work for AMD instead. So in a way Intel is somewhat important here.
And I really should get used to how debian works with
su
.
I only know because installing sudo
is usually the very first thing I do whenever I have to install it haha.
I might be wrong, but I believe Debian ships without sudo
, only su
by default (or at least if you configure a root password in the setup).
I’ve run kill -9
and similar heaps before, but weirdly this comment reminded me of this: https://youtu.be/Fow7iUaKrq4
IEEE Spectrum says this:
Currently, he says, the new discs have a writing speed of about 100 milliseconds and an energy consumption of microjoules to millijoules.
Idk if that means the full 200TB in 100ms, or a bit per 100ms, but there is a number out there I suppose.
A lot of external status services just send a HTTP request to a certain url, if it succeeds then it’s up, if it errors or times out then it’s down. They also usually let you check if TCP ports do the usual handshake thing if you aren’t using HTTP.
The response time can also be used to check if a site is running slower than usual too, and if you have a use for it you can usually specify the required response code for success.
Although I wouldn’t be surprised if GitHub has some per-server analytics they can also use to estimate the load, but Instatus would work as described above.
Sometimes these sorts of things are referred to as health checks, if you’re looking for search terms. For example Docker can be set up to poll a container’s web server every few minutes, and mark it as unhealthy it if it stops replying using the HEALTHCHECK
instruction in the Dockerfile.
Nah, apparently it’s completely valid to end IPv6 addresses with a 0. And I haven’t done much research, but it seems IPv6 really doesn’t have network addresses the way IPv4 does.
Also you can ping them and they reply.
Some discord servers can require a verified phone number, not any I know of, but it can be enabled.
Running Windows is officially supported by Apple, yes most guides use bootcamp to set it up, but you should be able to create an install drive like a normal PC and boot from it by holding Option/Alt as you press the power button. Mac’s usually just use EFI like any modern PC under the hood.