A chat with crypto enthusiast Phillip Liñan
Phillip Liñan on the tip from his father that led him to Bitcoin in 2014, trading forex and crypto full time, and explaining it all to everyone else.
Phillip Liñan on the tip from his father that led him to Bitcoin in 2014, trading forex and crypto full time, and explaining it all to everyone else.
How a software engineer approaches crypto investing: Lorenzo Decaria on trading since 2011, custom TradingView indicators and building a mining rig.
First of a series of interviews with crypto investors: James McDowall on going from professional golf to wealth management and then to trading.
A quick way to sanity-check a crypto target: work out the market cap it implies, then hold that number against Bitcoin, Ethereum and the world's gold.
Reading 24h volume against market capitalisation to spot speculation: when the cap grows faster than the volume, the price is running ahead of the asset.
Part two of the Action Delegate pattern: dropping the untyped Any sender and carrying it in the DelegateAction payload instead, so no casting is needed.
An unconstrained Swift protocol makes the compiler treat every conforming value as a value type. Constraining it to classes is what changes that.
Delegation is simple and robust but costs a new protocol per context. The Action Delegate pattern keeps the robustness with far less boilerplate.
Mount a headless Linux box over ssh with OSXFuse and SshFS, then edit its Swift code in Xcode on your Mac and compile in a terminal on the machine.
Pin numbers, a breadboard LED on GPIO4, WiringPi to prove the pin responds, and then turning it on and off from Swift 3.0 on Ubuntu 16.04.