image/svg+xml

Gaurav Koley code, research, writing, poems

What an agent-native browser should own

If an agent can act inside a browser, who should remember what it is allowed to do?

Why computer use alone is not enough

Once models learned to read screenshots and move a pointer, browser agents started to feel almost obvious. A person can use a website by looking at it and cl...

I am building a browser for agents

For most of its existence, the browser has made a simple assumption: there is a person sitting in front of it.

Setup Development Environment on Windows with WSL 2

I had been living the “Windows free” life for almost 10 years even since I switched over to first Linux Mint, then Ubuntu and lately Pop!_OS. Over these year...

339 bytes of responsive CSS

7 CSS declarations and a/an (optional) font import is all it takes to change a drab basic website to a minimalistic easy to read piece of beauty. @import ur...

Backup and restore Postgresql database running on docker

I use docker a lot, so much so that I even run PostgreSQL and MySQL on docker rather than having them installed locally. This makes much more sense when you ...

Vue components in Multi-Page Apps

Over the past year, I have been working on Gratiato, a social networking site for students, teachers and researchers to share papers, find relevant research ...

Why GitHub will still be at the top

This post has been crossposted from the Zense Blog. Microsoft recently announced that it is buying GitHub for $7.5 billion dollars, and predictably, there’s...

Install and Setup Rundeck on Ubuntu

Requirements: Ubuntu, Java 1. Install Java: sudo apt install openjdk-8-jdk 2. Download the latest run deck debian packages from this link http://rundeck....

Root user in Docker Container

I have been playing around with Docker for a while. I use Docker for all of my Rails development and deployment tasks. So, every once in a while I encounter ...