Bart de Boer

Results 8 comments of Bart de Boer

Mouse wheel. It's a fly-wheel mouse (Logitech Laser mouse with a free-spinning wheel).

3 years ago. :) Unfortunately I don't remember the website. Basically some websites would simply scroll too fast making it nearly impossible to scroll to a certain part of the...

Another example: https://www.hostinger.com/tutorials/how-to-rename-a-git-branch/

In my case this was caused by some SVG files which were encoded in UCS-2 Little Endian (UTF-16). Converting to UTF-8 solved the issue.

A real world problem might be someone expecting the signature to work like `exec.Command`. I was now needing to look into the source and dependencies to find out what package...

Unfortunately I don't have an example program right now. All I know is that `exec.Command` is widely used (also by script itself) and has served me well with complex commands....

Yes, it's in a similar direction as having a trusted UTXO snapshots which are shared throughout the network. Though I would propose to add such snapshots to the blockchain (needing...

I mean the solution should allow for forgetting older blocks without compromising integrity. It would be up to the user how far back they'd care to validate the chain. I'm...