[-] SteveTech@programming.dev 8 points 1 year ago

It's weird to do this daily, but it's possible that the UPS is doing a self test, which would drain the battery a little and the load is from charging it back up.

[-] SteveTech@programming.dev 8 points 2 years ago* (last edited 2 years ago)

It's part of GNU Gzip, and zcat is basically just a shell script that runs exec gzip -cd "$@" meaning you can actually just do cat /usr/bin/zcat to get the source.

[-] SteveTech@programming.dev 8 points 2 years ago

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.

[-] SteveTech@programming.dev 8 points 2 years ago

cant move services as every other service sucks

What are your requirements?

I use Tidal and I know High/Max quality works in the web UI, just needs widevine support.

[-] SteveTech@programming.dev 8 points 2 years ago

Looks like 2x 4 pin fan headers:

A diagram of the motherboard

But yeah I've got an AliExpress X99 board, which threw all sorts of hardware errors, had no fan speed control (100% all the time), no working hwmon sensors, and I ended up buying a used Supermicro board instead.

[-] SteveTech@programming.dev 8 points 2 years ago

My understanding after reading the article is: while roaming your phone sets up a VPN type thing with your phone provider, and routes calls and data through this tunnel, so now Europol has to deal with another country if they want to track you.

[-] SteveTech@programming.dev 8 points 2 years ago

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.

[-] SteveTech@programming.dev 8 points 2 years ago

On the ISO keyboards I've seen, the enter key has way more than double the surface area than ANSI, so it's definitely not 'just rotated 90 degrees'. Also these people probably grew up with ISO and struggle with ANSI, just like you probably grew up with ANSI and struggle with ISO.

[-] SteveTech@programming.dev 8 points 2 years ago

Is there something else I can try

I use virt-manager, since it uses KVM which should already be present in the kernel.

[-] SteveTech@programming.dev 8 points 2 years ago

Can also confirm I do not get ads/promotions from Google Wallet, and Google Pay isn't an app anymore, so maybe you should make sure you have a legit version. I only get the you just paid notifications, which I would want to get.

Can you show an example of the notifications you're getting?

[-] SteveTech@programming.dev 8 points 2 years ago

Also this is PCIe, not PCI. It's just got a few gaps because it's actually only x4, and the other pins are just there for stability.

[-] SteveTech@programming.dev 8 points 3 years ago* (last edited 3 years ago)

I'm pretty sure GitHub issues get looked at more by the devs, in this case one's already created: #857

Or actually two (maybe more): #838

view more: ‹ prev next ›

SteveTech

0 post score
0 comment score
joined 3 years ago