Tag: android
Tag: aoe
Posts
Age of Empire II AI Expert System: Part I
Trying basic scripts and getting familiar with documentation
Tag: aws
Tag: bbs
Posts
My Experience with BBS
Exploring what it feels like setting up a BBS in the 2020s. Technical challenges, functionalities and how similar it is to the actual BBS.
Tag: blog
Tag: c
Notepad
HowTo Examine & Modify Executables
A review of tools and techniques to examine and modify executables
Notepad
Wrapping C libraries in Python
A brief tutotial about wrapping C libraries in Python packages
Posts
Walking Down Memory Lane
Exploring system memory as seen by a running process, figuring out what can be accessed and what is restricted. Finding needles in memory haystack.
Posts
Latency numbers and how to find them
It is supposed to be something that every programmer should know. Whenever you are coding something you should be aware of these numbers.
Tag: circuitpython
Notepad
Simple Game on Circuit Playground Express
Setting up Circuit Playground Express with CircuitPython
Notepad
Setting up Circuit Playground Express
Setting up Circuit Playground Express with CircuitPython
Tag: code-comprehension
Posts
Every codebase is a novel and commits are fan fictions
Every codebase is a novel and commits are fan fictions
Tag: cpp
Tag: crypto
Tag: css
Tag: dao
Notepad
Creating My Own DAO: buildspace & thirdweb
Review of buildspace DAO project built with thirdweb
Tag: devops
Notepad
Testing application with docker-compose
Quick reference guide to deploy test builds using docker compose
Tag: dnd
Posts
Why is drag and drop so hard?
Exploring the state of event base Drag and Drop in HTML, and why it sucks!
Tag: docker
Notepad
Dockerize VueJS Spring boot project Scaffold
Follow up post to vuejs and spring project to show how to Dockerize it.
Tag: erlang
Notepad
Erlang Dev Environment Setup
A guide to setup Erlang development environment in windows and wsl.
Tag: fintech
Tag: flutter
Tag: fullstack
Posts
Glitch, Stackblitz and more ?
Trying out two of the best online IDE and PaaS for full stack development
Tag: gaming
Posts
Age of Empire II AI Expert System: Part I
Trying basic scripts and getting familiar with documentation
Tag: github-copilot
Tag: google
Notepad
Google Sheet && Google Finance
Using Google sheet and Google finance to keep tabs on them tickers
Tag: hardware
Tag: helm
Tag: html
Tag: http
Notepad
Expose localhost: The slowest way
Access a locally hosted resource anywhere in the world using onion
Tag: hugo
Notepad
Searching Static Site
Enabling content search in a statically generated site without a backend
Tag: internet
Posts
My Experience with BBS
Exploring what it feels like setting up a BBS in the 2020s. Technical challenges, functionalities and how similar it is to the actual BBS.
Posts
Revisiting the Birth of Internet
Announcing a series of articles, Targeted towards the generation that was born in the internet age and missed out on gems like BBS, Usenet, IRC, LAN parties etc.
Tag: investment
Posts
What is Investment ?
Understanding the value of money and how to maintain or increase it in this big blog of text.
Tag: java
Tag: javascript
Posts
JavaScript is the English of Programming Languages
Thinking about JavaScript and where it stands in terms of popularity.
Posts
Why is drag and drop so hard?
Exploring the state of event base Drag and Drop in HTML, and why it sucks!
Tag: js
Notepad
Image Processing in Browser
Image manipulation in Browser using WebAssembly imagemagick and ReactJS
Notepad
Searching Static Site
Enabling content search in a statically generated site without a backend
Tag: libcurses
Posts
Lifting the Curse
Originally released with BSD in the 80s the “cursor optimization” library was and is the default tool to make your CLI feel like GUI. Let’s see how far it can be pushed.
Tag: lisp
Posts
Lambda magic
An attempt to understand the surprising and most beautiful code ever written as claimed by many.
Tag: marketing
Tag: meta
Tag: network
Tag: nlp
Posts
How to Win an Argument
An analysis of public discussions to see what kind on interactions changes views, using nlp
Tag: node
Tag: openai
Tag: pixijs
Tag: privacy
Posts
This Page is Tracking You
An analysis of how current web technologies track client machines and the amount of information is leaked
Tag: processing
Tag: productivity
Tag: project
Notepad
Using Cookiecutter to Initialize Python Project
Using Cookiecutter to Initialize Python Project
Tag: projects
Posts
Application Development Stacks
Thinking beyond web and mobile development and generalising tech stacks.
Tag: pygame
Notepad
Visualising Artificial Ant Problem using pygame
Using pygame to visualise the ant simulator problem coded in python DEAP.
Tag: python
Notepad
Simple Game on Circuit Playground Express
Setting up Circuit Playground Express with CircuitPython
Notepad
Setting up Circuit Playground Express
Setting up Circuit Playground Express with CircuitPython
Notepad
Visualising Artificial Ant Problem using pygame
Using pygame to visualise the ant simulator problem coded in python DEAP.
Notepad
Using Cookiecutter to Initialize Python Project
Using Cookiecutter to Initialize Python Project
Posts
Machine Readable Internet
Looking beyond HTML and analysing the machine readability of content serving over URIs.
Notepad
Python Package Scaffolding with Web Interface
Scaffolding code for simple Python packages with inbuilt web interface and a sample application
Notepad
Wrapping C libraries in Python
A brief tutotial about wrapping C libraries in Python packages
Posts
Lifting the Curse
Originally released with BSD in the 80s the “cursor optimization” library was and is the default tool to make your CLI feel like GUI. Let’s see how far it can be pushed.
Tag: qemu
Notepad
Expose localhost: The slowest way
Access a locally hosted resource anywhere in the world using onion
Notepad
QEMU: The Quick EMUlator is really quick
setting up and qemu on windows 10 and running ubuntu
Tag: raspberrypi
Tag: react
Tag: reactjs
Notepad
Image Processing in Browser
Image manipulation in Browser using WebAssembly imagemagick and ReactJS
Tag: reverse-engineering
Notepad
HowTo Examine & Modify Executables
A review of tools and techniques to examine and modify executables
Tag: search
Notepad
Searching Static Site
Enabling content search in a statically generated site without a backend
Tag: security
Posts
Never Use Pattern Lock
This post is about the pattern screen lock and how easy it is to guess.
Tag: serverless
Tag: side-projects
Posts
Common Mistakes to Avoid When Starting a SideProject
A list of pitfalls to avoid while working on your side project
Tag: social
Tag: software-engineering
Posts
Common Mistakes to Avoid When Starting a SideProject
A list of pitfalls to avoid while working on your side project
Tag: spring
Notepad
Dockerize VueJS Spring boot project Scaffold
Follow up post to vuejs and spring project to show how to Dockerize it.
Tag: systems
Posts
Walking Down Memory Lane
Exploring system memory as seen by a running process, figuring out what can be accessed and what is restricted. Finding needles in memory haystack.
Posts
Latency numbers and how to find them
It is supposed to be something that every programmer should know. Whenever you are coding something you should be aware of these numbers.
Tag: tailwind
Tag: tor
Notepad
Expose localhost: The slowest way
Access a locally hosted resource anywhere in the world using onion
Tag: unix
Notepad
HowTo Examine & Modify Executables
A review of tools and techniques to examine and modify executables
Tag: vite
Tag: vpn
Tag: vuejs
Notepad
Dockerize VueJS Spring boot project Scaffold
Follow up post to vuejs and spring project to show how to Dockerize it.
Tag: wasm
Notepad
Image Processing in Browser
Image manipulation in Browser using WebAssembly imagemagick and ReactJS
Tag: web3
Notepad
Creating My Own DAO: buildspace & thirdweb
Review of buildspace DAO project built with thirdweb
Posts
Revisiting the Birth of Internet
Announcing a series of articles, Targeted towards the generation that was born in the internet age and missed out on gems like BBS, Usenet, IRC, LAN parties etc.
Posts
Fediverse and Web 3.0
Finding a common theme in multiple web3 definitions and exploring where fediverse fits