In the above video from Prager University, we learn why are men so attracted by a woman's legs, but not vice-versa? In five minutes, Dennis Prager explains why the answers to these questions reveal so much about male and female nature.
Via Prager U
6:00 AM
Paul B
6:00 AM
Paul B
President Richard Nixon’s actions in 1971 to end dollar convertibility to gold and implement wage/price controls were intended to address the international dilemma of a looming gold run and the domestic problem of inflation. The new economic policy marked the beginning of the end of the Bretton Woods international monetary system and temporarily halted inflation.
The international monetary system after World War II was dubbed the Bretton Woods system after the meeting of forty-four countries in Bretton Woods, New Hampshire, in 1944. The countries agreed to keep their currencies fixed (but adjustable in exceptional situations) to the dollar, and the dollar was fixed to gold. Since 1958, when the Bretton Woods system became operational, countries settled their international balances in dollars, and US dollars were convertible to gold at a fixed exchange rate of $35 an ounce. The United States had the responsibility of keeping the dollar price of gold fixed and had to adjust the supply of dollars to maintain confidence in future gold convertibility.Here is Nixon giving his famous speech on the decision:
6:10 PM
Paul B
4:46 PM
Paul B
7:00 AM
Paul B
Is your organization still using the SSL/early TLS protocols? Do you work with online and e-commerce partners or customers who haven’t yet started the migration away from SSL/early TLS to a more secure encryption protocol? Read on for key questions and answers that can help with saying goodbye to SSL/early TLS and reducing the risk of being breached.
What happens on 30 June 2018?
30 June 2018 is the deadline for disabling SSL/early TLS and implementing a more secure encryption protocol – TLS 1.1 or higher (TLS v1.2 is strongly encouraged) in order to meet the PCI Data Security Standard (PCI DSS) for safeguarding payment data.Awesome! Well, it really isn't that difficult to disable TLS 1.0 in IIS and Apache. I'll start with IIS first!
SSLEngine onSave the config, then restart Apache:
SSLCipherSuite AES256+EECDH:AES256+EDH
SSLProtocol All -SSLv2 -SSLv3 -TLSv1
SSLHonorCipherOrder On
sudo service apache2 restartBang! Done! Now you aren't serving anything without encrypting it with either TLS 1.1 or TLS 1.2!
12:24 AM
Paul B
What is going on with #ETH, its going up like crazy!— Rza [LTC][VTC] (@azerX) January 2, 2018
Way to go #ethereum 🚀🚀🚀 pic.twitter.com/1IUG4fiZUq
#Ethereum proof of stake testnet just released. This is a big deal. Earth is going to have a new decentralized Internet very soon.— Crypt0 (@muslenerd) January 2, 2018
Ethereum developers have launched an alpha test network (testnet) for Casper, paving the way for the cryptocurrency to eventually transition to a proof-of-stake (PoS) consensus algorithm.
Like bitcoin, ethereum currently operates on a proof-of-work (PoW) consensus algorithm, meaning that the network is secured and new currency units are issued through “mining,” whereby participants solve cryptographic puzzles to validate transactions and create new blocks.
However, PoW has attracted criticism over the years, both for its tendency to centralize mining hardware into a few pools and for the amount of electricity it consumes.Whatever the reason, Ethereum is up baby! Check out these charts via coinmarketcap.com:
7:00 AM
Paul B
Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security.Some people warn that there are flaws in the Tor network though where activity can still be monitored, and sometimes if you are not careful, traced back to you. How To Geek writes:
...when you use Tor, your Internet traffic is routed through Tor’s network and goes through several randomly selected relays before exiting the Tor network. Tor is designed so that it is theoretically impossible to know which computer actually requested the traffic. Your computer may have initiated the connection or it may just be acting as a relay, relaying that encrypted traffic to another Tor node.
However, most Tor traffic must eventually emerge from the Tor network. For example, let’s say you are connecting to Google through Tor – your traffic is passed through several Tor relays, but it must eventually emerge from the Tor network and connect to Google’s servers. The last Tor node, where your traffic leaves the Tor network and enters the open Internet, can be monitored. This node where traffic exits the Tor network is known as an “exit node” or “exit relay.”So what alternatives do you have? Well, you could spend some money and use a private VPN service, or you can check on I2P (Invisible Internet Project)!
I2P is an anonymous network, exposing a simple layer that applications can use to anonymously and securely send messages to each other. The network itself is strictly message based (a la IP), but there is a library available to allow reliable streaming communication on top of it (a la TCP). All communication is end to end encrypted (in total there are four layers of encryption used when sending a message), and even the end points ("destinations") are cryptographic identifiers (essentially a pair of public keys).So what's the difference between Tor and I2P? Well Ed Holden from IVPN wrote up a pretty lengthy article explaining the differences, but in conclusion he said:
We see that both Tor and I2P provide cryptographically sound methods to anonymously access information and comunicate online. Tor provides one with better anonymous access to the open internet and I2P provides one with a more robust and reliable “network within the network,” a true darknet, if you will. Of course, when implementing either of these two tools, one must always be aware that one’s ISP can see that he or she is using Tor or I2P (though they cannot determine the content of the traffic itself). In order to hide this knowledge from one’s ISP, one should make use of a high-quality VPN service to act as an entry point to either one’s anonymous network of choice or to the internet at large.In the end, it all comes down to preference and making sure you are securing your computers at the highest possible level. Make sure you are not accidentally leaking info, and it really doesn't matter which one you use to surf the internet anonymously.