This article lists all the artworks referenced in the book "Pictorial Composition by Henri Rankin Poore"
This article lists all the artworks referenced in the book "Pictorial Composition by Henri Rankin Poore"
This article presents an early preview of a Pixel Bitmap font for Devanagari that I've designed. It's still work in progress.
I'm starting a new series of posts about container and VM specific API's and tools in the Linux operating system. These posts reflect some of the work I'm doing systematically exploring the containerization and virtualization options natively available in the Linux kernel. I will also explore some APIs and tools built on top of these functionalities.
In the first post here we look at creating a simple namespace and then using that namespace to modify some resource in that namespace.
Namespaces are one of the fundamental concepts available in new Linux kernels which support isolation of resources. A …
The tenth weekly release PicoTurtle v0.2.0-alpha.4 of PicoTurtle is out.
This release features a couple of important editor features:
Ctrl+]
and Ctr+[
respectively. One can also indent and de-indent using Tab
and Shift-Tab
.Ctrl+/
.Here's a screenshot of the application on my macbook air...
The windows installer can be downloaded here -> PicoTurtle v0.2.0-alpha.4 for Win/64-bit. Linux and Macos installers are still work in progress. Macos is turning out to especially difficult with my current CMake/vcpkg based …
The first source-only release Clibdocker v0.1.0-alpha.0 of Clibdocker is out.
CLibdocker is a C library implementation of the Docker Engine API.
The documentation is available online at Clibdocker docs. For further details check the project page Clibdocker.
The first source-only release Zclk v0.1.0-alpha.0 of Zclk is out. It is a C library which can be used to create CLI programs written in both C and Lua. It supports commands, sub-commands, arguments, options and typed values.
Commands and sub-commands can be implemented both in Lua and C. Allowing a mix of implementations.
The documentation is available online at ZClk docs. For further details check the project page Zclk.
The second alpha release coll v0.1.0-alpha.1 of coll is out. This release contains build and documentation related changes. The docs are now hosted online at Coll Docs.
For further details check the project page at coll.
I was carrying my sketchbook everywhere during this vacation. One day at the breakfast buffet, in between courses 😀 - I drew a couple of interesting sketches.
I got a yummy croissant from the bakery section and when I sat down to eat it the croissant seemed really dejected that its short life was coming to an end. So I drew it. Aaaand then I still ate it 😜.
Arranging a fruit bowl is an art! I drew this neat and majestic looking fruit bowl. Unfortunately I didn’t have time to …
A new release PicoTurtle v0.2.0-alpha.3 of PicoTurtle is out. This is the ninth weekly release.
The releases features updated documentation for two new commands circle
and arc
. It also fixes a major bug in the editor tabs. For details of all changes please check the release notes.
The windows installer can be downloaded here -> PicoTurtle v0.2.0-alpha.3 for Win/64-bit