BSON is a great tool to serialize anything in Javascript. Including binary stuff. But why does it return a Binary when deserializing what was originally a UInt8Array. And what to do about it?
FYI, Rotki is a private portfolio tracker and accounting tool. Building Rotki from source using their official guide, I run into a few small issues and this is my write-up on how to solve them.
Surprising errors testing some crypto.subtle based functions with Jest: TextEncoder, TextEncoder, and subtle not defined?
Error messages are great, they help us find the cause of the problem. This one isn't. Not at all. If you're seening this one, check if you have an enum in your d.ts file...
Using only variables, clipping, and transformations. *and a little helper class. ;)
There are several CSS properties that break fixed positioning: transform, perspective, filter, and background-filter.
They are not the same and why it's important to know the difference. Spoiler alert: textContent FTW!
What to do when your laptop can't sleep? Is it teething perhaps? Bluetooth maybe?
When Kdenlive fails to render very long video projects...
There is a lot of great stuff out there. And some gems offer great photos and videos and are very flexible if and where you put the attribution so that it doesn't harm you layouts.
Shit happens... but for Linux users, there is a power tool straight from the US Air Force called 'foremost' to help you recover (aka undelete) your photos easily!
How to setup up your Linux server to forward incoming emails to you.
Want to port your running Meteor app from meteor.com to your own VPS? Follow these steps to copy over the MongoDB data.
Strangely, Meteor's 'Match.Optional' is failing on 'null' values... and how to fix that.
Many Mac fan boys and galls will chime in that OSX has amazing usability. Really? User experience yes, but here's my write-up about major usability flaws. Just food for thought.
Want to send an image by mail but it's sooo large? Let's write a small script that can scale down images right inside of the file manager.
Where is that neat hash function when you need it? Here.
How to 'unlock' a MongoDB instance that didn't stop properly before.
Switching from Bootstrap Typeahead to Twitter Typeahead.
Meteor basics: serving static files.