an image of a forest and water

colson (20)

Dead Crypto Wallet

One of my greatest annoyances with crypto is the learning tax. Not losses on dumb trades - but the overall losses when you want to try new features or services, or try your hand at running an node. I have a wallet that is, essentially,…

Continue reading...

Lucky Framework Notes - Part2

These are notes - so they might be partly or fully incorrect. This is just me jotting down things to wrap my head around it...  Models Models describe what your object is. Operations Operations are objects that provide an interface on how your applications interact…

Continue reading...

Windows 11 Impressions

Overall.... as a child of the 90's, when MS hegemony was given, Windows 11 is a happy surprise. That isn't to say Windows 10 was bad. Windows 10 was reaching for new heights. Windows 11 is pushing even further. The UI changes are nice, modern…

Continue reading...

Notes on Lucky Framework - Part 1

As with my prior post on the Amber framework, Lucky runs into the same issue of Webpack bombing when using later versions of Node (v17.0.1+). When trying to run ./script/setup, you get ERR_OSSL_EVP_UNSUPPORTED. To fix this, in your webpack.mix.js file, in the .webpackConfig() method add…

Continue reading...

Notes on Amber - Part 1

I've been trying to push the limits for versioning in terms of using the Amber framework with Crystal 1.2.0. I may be a glutton for Dependency Hell punishment but I'm inching my way forward with a test project. I've gotten a skeleton up by generating…

Continue reading...