Planet Forklore

Aggregated blog posts from India's open source maintainers.

18 maintainers · 524 posts
Subscribe to RSS
Filter by author or tag

By Tag

Building the perfect audio visualization

I made this as my animated wallpaper recently (Click to play/pause): above video has a audio component, click at your own peril. What follows is the story and the tech behind making this. The Wallpaper I have a long history of using custom wallpapers. This was my wallpaper from …

Book Review (2016)

I tweeted this a while back about my reading progress in 2016, and thought I’d do a post about what I read. Made a graph of my @goodreads reading progress in 2016. I only picked up the pace sometime in May, but managed to read ~10k pages this year. January 13, 2017 Continuing wi…

Vulnerability Report: ACT Corp

ACT, for those who don’t know is one of India’s most popular broadband providers. This is a very brief and concise summary. ACT has a mobile application That allows you to login and check your plan details, data usage etc I’ve been wanting to build a command line application tha…

CCTC Challenge VM

This is specifically about the contest held in 2011, 6 years ago. I’ve written about my experience during the contest on this blog. More specifically, Round 2 of the contest was a pentesting scenario where we were only provided with a VM image and asked to test it and report any…

Behavioural types

Behavioural types such as session types, contracts and choreography describe the behaviour of a software entity as a sequence of operations on a resource such as a communication channel, web service session or a file descriptor. Behavioural types capture well-defined interaction…