Easiest way to improve your swimming using video GoPro or (smartphone) of yourself

Easiest way to improve your swimming using  video GoPro or (smartphone) of yourself
One of the best ideas I had when I began my swim training and improving my freestyle, was recording video of my swims during my pool sessions. This was an indispensable training tool, since it allowed me to see from a third person view what I was doing, it is the fastest way to improve ...

Social Security is a generational Ponzi scheme and the marks are Gen Z and millennial’s 1

Social Security is a generational Ponzi scheme and the marks are Gen Z and  millennial's
So here we are in 2020 , and Millennial’s and GenZ will begin or makeup the vast portion of the workforce for the coming decades. They dutifully contribute to Social Security supporting the army of retired Boomers and Gen X. Problem is , they likely won’t be see much if any of that money themselves. ...

saving ContentEditable HTML using PHP simple example 7

saving ContentEditable HTML using PHP simple example
HTML supports (in most browsers) the contentEditable attribute which allows you to dynamically change a web page(s) content by simply editing the page, think of it like a WYSIWYG editor , but built-in to the browser. The purpose of this post is to show you how you can use this to create a simple, but ...

Review Ford Fusion ( Mondeo) Android Car Radio infotainment with Navigation 27

Review Ford Fusion ( Mondeo)  Android Car Radio infotainment with Navigation
2014 Ford Fusion car Android radio upgrade…   Having purchased my 2014 Ford Fusion , I quickly realized that the crappy stock Ford Sync (powered by Microsoft== “Microcrap“) was not going to cut it. The stock radio Ford Sync leaves a lot to be desired, overzealous use of buttons, dated voice recognition via Sync, dated ...

Staten Island Triathlon/Duoathlon 2019 1

Staten Island Triathlon/Duoathlon 2019
Here’s  my Staten Island Triathlon 2019 video recap. A group of friends and I took part in the 11th annual race, held at Midland Beach in Staten Island NY,. This is a local tri/duoathlon , it’s a near perfect beginners race, because of the closed road to traffic, shallow bay swim and flat run course. ...

2019 Wyckoff Triathlon video recap

2019 Wyckoff Triathlon video recap
Here’s  my Wyckoff/Franklin lakes Triathlon 2019 video recap. Rather than a race report blog here’s another video recap.  In brief, bike course was short 1 mile this year (At the turn around) , my performance was slower, as usual I’m disappointed with my performance on the run.  Check out the video below to see how ...

web page hot reload in plain JavaScript + Apache & PHP 4

web page hot reload in plain JavaScript + Apache & PHP
Hot re-loading, that is automatically updating the web page, when its content changes on the server, into the browser is a convenient developer aid for modern tooling like, webpack, AngularJS, ReactJS, VueJS etc.  I created   super simple  way  by just adding one JavaScript include at the bottom of your file and it works with a ...

Javascript Server Sent Events SSE easy tutorial demo of (EventSource) 4

Javascript Server  Sent Events SSE easy tutorial demo of (EventSource)
This  easy to follow tutorial will show you how to stream server data  (sometimes called SSE’s, Server Sent Events) , in real-time to your browser. Using  Javascript’s EventSource API  interface we can seamlessly update and display on a web page real-time  server-sent data  all without the complexities of setting up a web socket server. Why ...

my Retirement calculator (javascript) – can you retire now? 2

my Retirement calculator (javascript) - can you retire now?
I decided to create a modern, easy to use and practical on-line retirement calculator, and I open-sourced it too!  There are ton’s of these available all over the internet, but none really quite had enough details or the specific details I wanted to make them useful.  So I approached this  retirement calculator from the FIRE ...