Categories
Blockchain Code

how to create a vanity Solana wallet

Solana lets you create wallets with custom first or last characters. For instance, maybe you want your wallet to start with mint or bank or fud. You can do this via the Solana CLI (Command Line Interface). If you just want the code, it’s: And then decode the result in python with: A little more […]

Categories
Code

How to display number of list subscribers from MailChimp in PHP with API 3.0

Today I was trying to show the total number of list subscribers for a Mailchimp list I maintain. I found some more complex solutions using API wrappers (like drewm’s wrapper on Github) but they were more complex than I needed, and still didn’t fully solve the issue – just presented the tools.  So a friend […]

Categories
Code

How to solve ERR_TOO_MANY_REDIRECTS with WooCommerce, WordPress, and Chrome

A quick note for anyone experiencing this ERR_TOO_MANY_REDIRECTS issue I spent half the day trying to fix today, since I found no blogs on it. Apparently, Chrome was the only browser throwing this issue. I had a client’s e-commerce site (WordPress and WooCommerce) which suddenly started throwing Too Many Redirects errors today. Safari, Firefox, and IE all worked […]