What I Read — coding in the open and telling stories
Yakala — capture everything
Years ago I had difficulty in taking notes and capturing information, and couldn’t find anything to fit my needs. I tried to create a cross-platform application to fill the gap: NotAra. I faced technological problems, life intervened, and the project just got stuck. Today, I am not even sure, whether I pushed all local changes to GitHub.
Get Fresh Pages with Messed Up Caches
While fixing Content-Security-Policy
header, I have messed up the caches. I have accidentally pushed a change to keep all pages in the cache indefinitely. Situation: browsers are now serving stale pages.
What I Read — on books, personalities and ideas
It is not that people do not read anymore, but the forms have changed into tweets, WhatsApp messages and blog posts. So what we read is more quickly forgotten. I am going to periodically document what I read and my short highlights. In another post we will be in search of better ways to capture information.
Demistifying Content Securiy Policy
After I have built the site, the next step was checking performance and security. The log, besides being my learning notebook, is also a test-bed for my experiments.
Developer and Power User Tools List
Inspired by Hanselman Ultimate Tool List, check out for even more awesome tools.
Windows #
- scoop — Package installer — WinGet is not ready for prime-time and Chocolatey while has a larger database, it is too slow and harder to automate.
scoop install
a package to install an application.update
s anduninstall
s are straightforward too. It has even a ‘Unix which’ alternative to find out path of an executablescoop which
.- scoop-completion — For CLI completion.
Using Minko
It seems my attempts on writing an UI library for my homebrew game is more time consuming than I deemed. Considering game will also be available for mobile platforms, I have chosen an enginethat can already be compiled to these platforms and solved the problems I am trying to solve (scripting, events). An that engine is Minko. Here is current state with Minko.
Information capture
Since I am preoccupied with other projects, and having hard time finding quality time to work on NotAra, I am going to keep it, as much as possible, simple. There is going to be two types of capture method: Highlighting and clipping. For now only PDF files can be shown. Using html rendering power of Qt, displaying formats such as html and epub is also planned.
Gimp to YAML: Texture coordinates
I wrote a small PythonFu to easily transfer textures using the layer data from multitextures prepared in the Gimp