Tagged: Internet

0

Drawings as Code – DOT and Graphviz

I like drawings to explain stuff. It’s probably the most straightforward way to document things. But the pain of traditional drawings is the inability to track changes to them. It’s easy to track changes to text or code by tracking them in a git. It’s not easy when it’s a binary blob which is what most images are. SVG format helps a lot. I use it as much as possible, but it’s still very verbose, and I think not easy to see the diff and understand what happened over time.

0

Linked List: Three Firefox Add-ons for Power Users

A browser is q sandboxed area where you can access, view, and manipulate the data. Somehow the ability to manipulate the data (website) locally; to suit users’ needs doesn’t get noticed much. This feature is a potent tool in the hands of capable users. The following addons will add to that users’ power.

0

Linked List : FOSS Tools to Query DNS

If you are a web developer, or if your work involves anything involving the Internet, you can’t escape DNS. DNS is Internet’s addressing system. When you change domain settings or when you want to debug connections. You often end up querying DNS. Here are my go-to tools that I use to query DNS.

0

Linked List: FOSS Download Managers for Everyday Use

When I am traveling, I avoid connecting to public wifi or guest wifi. So I am left with mobile Internet. I have 4G connections from all three providers (Airtel 4G, BSNL 4G, and Reliance Jio 4G). Even then, I don’t get enough bandwidth to download something large enough like the latest Ubuntu ISO during the day. The only option is download managers. So these are my choice.

0

Moving away from Feedburner

There was a small but dedicated set of users subscribed to this blog using FeedBurner feed. FeedBurner was working, but it’s virtually dead. So this week, I decided to move my feeds away from FeedBurner.

2

Tools for Effective Documentation

Over the years I have gathered a set of tools for effective documentation and communication. I use these tools to communicate on this blog, with my coworkers or anyone else that I want to share things with. Now that all of us are working remotely, they have become very important. I am listing my favorite ones here.