Author Archives: swinful

ThinkOrSwim: Line Tracks Current Price

Often I find it helpful to have a continuous current price line in my chart to easily follow the current price of a security within ThinkOrSwim. One of the ways to add this script is to create a custom Study … Continue reading

Posted in General-Tech | Leave a comment

PC Engines – The Best Economical Firewall Hardware: apu4d4 APU.4D4 4GB/120GB

Just received from Switzerland (PC Engines) a backup firewall ready to receive PfSense — apu4d4  APU.4D4 4GB/120GB SSD. This unit will provide high availability once coupled with the existing unit. Quick specs: CPU: AMD Embedded G series GX-412TC, 1 GHz … Continue reading

Posted in *Nix, General-Tech, Security | Leave a comment

Python-3.11: Where is pip?

Just spent the last five minutes trying to locate pip3 as if it was installed by default — after installing python3.11. Sure, pip3 was there for versions < 3.11, but not pip for 3.11. I continued with no avail trying … Continue reading

Posted in Programming, Python | Leave a comment

PKTD: Running Full Node on FreeBSD

For kicks, compiled and ran #pktd, the daemon that helps verify transactions within the #PKT network. Fairly straight forward. However, you may run into a build failure, for which a submitted a pull request that was recently merged, during your … Continue reading

Posted in General-Tech | Leave a comment

Cardano: [FBSD] Update FreeBSD Relays to v_6 (alonzo V2 (1.30.1))

September 11, 2021 brought the Alonzo hard fork allowing the implementation of smart contracts on Cardano mainnet in order to enable a host of new use cases for decentralized applications (DApps). Stake pools are encouraged to update all nodes to … Continue reading

Posted in General-Tech | Leave a comment

Cardano: Now fully decentralized (D=0)!

Today, March 31st 2021 marks the day, the Cardano network is now fully decentralized. As stated by the team at IOHK: Cardano is a proof-of-stake blockchain platform, founded on peer-reviewed research and delivered through evidence-based software development processes, by a … Continue reading

Posted in General-Tech | Leave a comment

Cryptocurrency: Cardano (ADA) — Setting up a PoS Node

Looks like I went down this rabbit hole that is Cardano, so much so that I am in the process of setting up a stake pool. A stake pool for the purpose of helping decentralize the blockchain network. As of … Continue reading

Posted in General-Tech | Leave a comment

[Google Cloud] IAM – Service Accounts

Google Cloud Service Accounts: Service accounts are accounts used for the sole purpose of running your application. Some may also refer to this as the application processing identifier. Google uses the term service account. To identify a service account an … Continue reading

Posted in Google | Leave a comment

[Swift] Extra argument ‘completion’ in call

In iOS 8 SDK Development, the use of a closure to act on a response from the user when we ask them to use their twitter account produces the following compilation error: The error is misleading because there is no … Continue reading

Posted in Programming, Swift | Leave a comment

[Swift] How to Pass By Reference via The Use of ‘inout’

  When defining a function the keyword ‘inout‘ is used in front of the variable name to denote an in-out parameter, which sets up the function as a kind of “pass-by-reference” function. Note, this is not real pass-by-reference as the variable … Continue reading

Posted in Devel | Leave a comment