Skip to content

Instantly share code, notes, and snippets.

View vu3rdd's full-sized avatar

Ramakrishnan Muthukrishnan vu3rdd

View GitHub Profile
@vu3rdd
vu3rdd / url-chatgpt.md
Last active December 5, 2022 05:59
What happens when you type a url into the browser and press enter (chatGPT version)

What happens when I type a URL into the browser?

When you type a URL into your browser, your computer sends a request to the server associated with that URL. The server then responds by sending the web page back to your browser, which displays it for you to view. The exact process can vary depending on the type of browser you are using and the specific details of the request, but that is the general idea. Is there anything specific you would like to know?

tell me in more detail

When you type a URL into your browser and hit enter, your computer sends a request to the server associated with that URL using the internet protocol (IP) address associated with the domain name. The server, which is a powerful computer that stores and manages the website's content and files, receives the request and uses it to determine which web page to send back to your browser.

Once the server has found the requested web page, it sends it back to your browser over the internet. Your browser then receives the response and b

mQINBEr2+wwBEAC4ccFU5Zfbwk674AD3YF89MzcZWMIdRW0whgpx4xXB5mBMn/p2zhmCEIIcByTV
8iQz9ZUl27j6ccCSIyzGhErkaAWUVKyd+qHZmGrzqVCsTz5qecoI0MLj7p4X+iewqpcDpyk3L4CR
6/NN70lQLZ/IK9O/3JNViuN6UeWUlt1nr6EcnflsuhlbpmtcowfEWgxTpMt5tc8JifzRMs1P0hwi
Ux4Wgq86hfUdRwDBiTMHj17Ql2ydH4JPd8SScFKIAhhTHJiFQLF6kd+zSBs4JSUN8J86Majz9TpP
+3by9CoKn3zh3Orxu3SmmSyvRFJFkkdS5ohHo+6kqonc9akjQ1/O+nexTnpG8KCS+m67/VFPox70
TL5OeaOkC9CKUOCslJoP6/FybhsM5Cl8CrN5oZd6QuEG2uGUtsMfcmQEN1Jh2wmy8JuPhaDqiwsm
ApgTHXPT+te+ItLNrnpkdR5loJXrRiUw5YC2aIKdpYL9+9UJPNMQSsml6YnM3sPUwSdoZ7Syb+VK
CYriYfrNwkX0pXGAigAhpEioIOwBmosmIAUmP8D6LpkBIRAwEKAdtxlQ9HEPvfnftnrtKwcP70il
OnSRAlzStEvERfZMEyt/7A8MpsfmBRJYODTXljZPPRx9/OibcXlercuaI2OeLAbmwaZzxqnj9iJL
eEHJq5L3ebfBkQARAQABtDFSYW1ha3Jpc2huYW4gTXV0aHVrcmlzaG5hbiA8cmtyaXNobmFuQGRl
@vu3rdd
vu3rdd / mobius.sh
Last active March 4, 2021 06:52
Quick and dirty bash script to create a pdf with mobius double sided printing
#!/bin/bash
# https://byorgey.wordpress.com/how-to-print-things/#m%C3%B6bius-double-sided
# https://mathlesstraveled.com/2016/01/08/a-new-way-to-read-and-print-double-sided-paper/
# https://shreevatsa.net/mobius-print/
if [ $# -eq 0 ]; then
echo $#
echo "usage: $0 pdf_file"
exit
@vu3rdd
vu3rdd / dbg.h
Last active January 23, 2019 02:16
A simple C debug macro (needs a version of gcc compiler which supports the C11 standard)
/* Copyright 2019 Ramakrishnan Muthukrishnan
*
* To the extent possible under law, the author(s) have dedicated
* all copyright and related and neighboring rights to this software
* to the public domain worldwide. This software is distributed without
* any warranty.
*
* You should have received a copy of the CC0 Public Domain Dedication
* along with this software.
* If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
@vu3rdd
vu3rdd / stdout_v2
Created December 28, 2017 09:02
hpsdr log 2nd attempt
~/src/openhpsdr/iw0hdv-ghpsdr3-alex/trunk/src/server$ ./hpsdr-server --samplerate 96000 --fpga Ozy_Janus_V28.rbf
************** receivers=1 sample_rate=96000 playback_sleep=3090
Listening for TCP connections on port 11000
loading ozy firmware from memory
ozy_upload_firmware: Processed 742 lines.
loading ozy fpga: Ozy_Janus_V28.rbf
143802 bytes transferred.
Ozy FX2 version: 20090524
ozy_prime: configure=6
sent to Ozy:(0)
@vu3rdd
vu3rdd / stdout.txt
Created December 28, 2017 06:09
hpsdr-server log
​~/src/openhpsdr/iw0hdv-ghpsdr3-alex/trunk/src/server$ ./hpsdr-server --samplerate 96000 --fpga Ozy_Janus_V28.rbf
************** receivers=1 sample_rate=96000 playback_sleep=3090
Listening for TCP connections on port 11000
loading ozy firmware from memory
ozy_upload_firmware: Processed 742 lines.
loading ozy fpga: Ozy_Janus_V28.rbf
143802 bytes transferred.
Ozy FX2 version: 20090524
ozy_prime: configure=6
sent to Ozy:(0)

Keybase proof

I hereby claim:

  • I am vu3rdd on github.
  • I am vu3rdd (https://keybase.io/vu3rdd) on keybase.
  • I have a public key ASChuTgPepflIkjAdPLUxVPDqOnZBAGxIdcTGAXjsdWMcwo

To claim this, I am signing this object:

@vu3rdd
vu3rdd / xmonad-refs.md
Last active December 21, 2015 16:55
xmonad links
@vu3rdd
vu3rdd / reading.md
Created November 26, 2015 06:49
book-reading-plan
  1. PFPL 2/e
  2. Pearls of Functional Algorithm Design
  3. Purely Functional Data Structures
  4. Elements of Programming