Print the Bitcoin price with the terminal on Linux.

Printing the current Bitcoin price is very easy with Linux. There are many ways to do this. One way is with curl. Just use this command to get Bitcoin information. [ jason@$deusexmachina.local ] [ Jobs 0. PWD: ~/Documents/Trip. -bash 3.2.57. ] [ 28-:$ ] -> curl -s usd.rate.sx _ _…

Read More

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] └─$…

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…

Read More