A very nice one-liner to return the Bitcoin price in USD.

This is a nice one-liner, it will return the current Bitcoin price in USD. ┌──(john㉿DESKTOP-PF01IEE)-[/mnt/c/Users/Intel i5] └─$ curl -s usd.rate.sx/btc?T | grep avg: | awk ‘{ print $2}’┌──(john㉿DESKTOP-PF01IEE)-[/mnt/c/Users/Intel i5] └─$ curl -s usd.rate.sx/btc?T | grep avg: | awk ‘{ print $2}’ This is the script in action. ┌──(john㉿DESKTOP-PF01IEE)-[/mnt/c/Users/Intel i5] └─$ curl -s usd.rate.sx/btc?T | grep … Read more

New Macintosh PC is very controversial. Top spec is 35,000 dollars?

The new Macintosh machine is a very controversial beast. This is a very high specced machine for movie makers and other content creators. The GPUs use proprietary pci connectors to power them directly from the motherboard. This is actually a very good idea. I wish they could invent room temperature superconductors, then the machine could … Read more