Journal

Complete index

The archive

Every field note, experiment, postmortem, and system design in one place.

AI Phone System
AI & Machine LearningFeb 11, 20255 min

AI Phone System

In today’s fast-paced world, seamless communication is more crucial than ever. Whether it’s connecting with customers or managing internal calls, the ability to integrate multiple communication channels into one…

Read article
AI Interview Assistant
AI & Machine LearningAug 10, 202410 min

AI Interview Assistant

In a world where technology streamlines processes, the human touch remains essential, especially in interviews. You might wonder how an AI Interview Assistant can balance these two seemingly opposing elements. This…

Read article
How To Use Gpt2 In Python — editorial illustration
AI & Machine LearningJun 11, 20236 min

How To Use Gpt2 In Python

Are you interested in generating natural language text with the help of artificial intelligence? Look no further than GPT-2, a powerful language model developed by OpenAI. With its ability to generate coherent and…

Read article
GPT-2 Output Detector
AI & Machine LearningJan 9, 20232 min

GPT-2 Output Detector

What Is GPT GPT stands for "Generative Pre-trained Transformer." It is a type of language model developed by OpenAI that is trained to generate human-like text. The model is pre-trained on a large dataset & can then…

Read article
NGINX Config Generator — editorial illustration
Web Servers & DevOpsJan 23, 20201 min

NGINX Config Generator

I found this gold mine today and I tell you this is the best site for generating accurate Nginx configuration with all the necessary configuration. I am assuming you're running Ubuntu or any other Nix flavor and have…

Read article
Why Bunny CDN
Cloud & InfrastructureNov 6, 20191 min

Why Bunny CDN

I've used many CDN to name a few Cloud Front from Amazon Max CDN - Now called Stackpath Incapsula now called Imperva I mean what is up with name changing these days :) I am very much impressed with Bunny CDN - Here…

Read article
Nginx Deny From IP — editorial illustration
Web Servers & DevOpsJul 12, 20151 min

Nginx Deny From IP

Nginx is a very unique Web Server, today I will show how to deny IP using Nginx, Please note you must have this module installed in your Nginx web server , If you don't have it installed - Simply download my…

Read article
DRBD+Heartbeat+Mysql — editorial illustration
Cloud & InfrastructureJun 4, 20136 min

DRBD+Heartbeat+Mysql

MySQL high availability cluster with DRBD+Heartbeat+MySQL - You can also download the cleaner version of this document by clicking here - Download here 1) Set up hostnames and network On all Nodes. Please copy this…

Read article
Yslow Score Tweak — editorial illustration
Web Servers & DevOpsApr 13, 20131 min

Yslow Score Tweak

Yslow Score Little trick - to increase your YSLOW Score Open your .htaccess file and add the following <code>Header set X-CDN "WCWS Internet Inc" Header set X-Powered-By "TDINX" Header unset Pragma</code> To do the…

Read article
Squid as Reverse Proxy — editorial illustration
Web Servers & DevOpsApr 12, 20134 min

Squid as Reverse Proxy

Squid Reverse Proxy 1.Installing the squid proxy in the server # yum install squid 2.All the configuration should are done at squid.conf file which is located at /etc/squid/squid.conf Changes : At acl Declaration :…

Read article
Nginx + Varnish — editorial illustration
Web Servers & DevOpsApr 11, 20132 min

Nginx + Varnish

Install Varnish & Configure to work with NGINX Configure the VCL VCL is the Varnish Configuration Language. The VCL file holds most of the config. sudo vi /etc/varnish/default.vcl Tell Varnish to communicate with the…

Read article