Email delays and poker don't mix

Posted on Fri 17 December 2021 in tech • Tagged with poker, email

Diary of a delayed call

This is what it looks like when you are trying to play email poker but your messages are delayed by Christmas spammers!


Blocknative SDK - Complete Working Example

Posted on Wed 15 December 2021 in tech • Tagged with programming, javascript, blocknative, ethereum, blockchain

Complete working example, including Dockerfile and run script for Blocknative JavaScript SDK. Works!


Blocknative Python SDK - Complete Working Example

Posted on Sat 20 November 2021 in tech • Tagged with programming, python, blocknative, ethereum, blockchain

Complete working example, including Dockerfile and run script for Blocknative Python SDK. Works!


Simultaneous Estimation of Percentiles

Posted on Mon 15 November 2021 in tech • Tagged with programming, percentile, statistics, histogram

This bit of code has been fabulously useful. In particular when I have been focused on performance testing. This estimates the percentiles for a group of statistics.


Continue reading

Generate the digits of Pi

Posted on Sun 31 October 2021 in tech • Tagged with programming, pi, python

Generate Digits of Pi - I have always been obsessed by Pi

Happy Halloween!


Fast Doubling Fibonacci Primes in Go

Posted on Sun 31 October 2021 in tech • Tagged with programming, fibonacci, prime, go

Fibonaccis

I've updated my multi-precision Fibonacci C++ package in Go. I am currently in the process of learning Go and this is something I thought I could tackle. I was surprised at how easy it was to build this. I'm becoming a reluctant convert. The implemntation complexity is comparable to Python …


Continue reading