HN user

guptarohit

364 karma

I like to code

https://mastodon.social/@guptarohit

https://twitter.com/_guptarohit

https://github.com/guptarohit

Posts90
Comments34
View on HN
github.com 1y ago

List of Tech Migrations

guptarohit
2pts0
rednafi.com 1y ago

Make simple HTTP requests using the /dev/TCP file descriptor

guptarohit
1pts0
theapplewiki.com 2y ago

The Apple Wiki

guptarohit
1pts1
www.youtube.com 2y ago

Game Development in Eight Bits [video]

guptarohit
2pts0
www.youtube.com 2y ago

Backstory of the Fruit Ninja game [video]

guptarohit
1pts0
www.thomas-krenn.com 3y ago

Linux Storage Stack Diagram

guptarohit
8pts0
github.com 3y ago

Show HN: made cli utility in rust to play music mixes from terminal

guptarohit
1pts1
www.youtube.com 3y ago

Entropy: A little understood concept in physics [video]

guptarohit
231pts163
www.windytan.com 3y ago

Speech to Birdsong Conversion

guptarohit
3pts0
www.youtube.com 3y ago

Fifteen Sorting Algorithms in 6 Minutes

guptarohit
3pts0
neal.fun 3y ago

Size of Space

guptarohit
2pts0
raw.githubusercontent.com 4y ago

Linux File System

guptarohit
3pts0
raw.githubusercontent.com 4y ago

Git in one image

guptarohit
173pts65
github.com 4y ago

Fig adds autocomplete to your terminal

guptarohit
5pts0
www.smashingmagazine.com 4y ago

HTTP/3 From A To Z: Core Concepts (Part 1)

guptarohit
2pts0
inventwithpython.com 4y ago

Beyond the Basic Stuff with Python [book]

guptarohit
2pts0
www.spinellis.gr 4y ago

FreeBSD Unix Architecture [Image]

guptarohit
3pts0
upload.wikimedia.org 5y ago

Linux Distributions Timeline (1992-2020)

guptarohit
8pts0
github.com 5y ago

Orbit: Time series forecasting Python package by Uber

guptarohit
3pts0
pmihaylov.com 5y ago

How to Setup Vim for Go Development

guptarohit
3pts0
thevaluable.dev 5y ago

The Expert Blind Spot in Software Development

guptarohit
3pts0
docs.quantifiedcode.com 6y ago

Python Anti-Patterns

guptarohit
1pts0
cloud.google.com 6y ago

Kubernetes Comic

guptarohit
5pts0
github.com 6y ago

List of Shodan Search Queries

guptarohit
2pts0
github.com 6y ago

Specific ways to write better Python (2017)

guptarohit
154pts37
github.com 6y ago

Contextualizing Python's Asyncio

guptarohit
1pts0
shawnbiddle.com 6y ago

Cheatsheet for Bash

guptarohit
7pts0
www.youtube.com 6y ago

Best Vim Intro

guptarohit
26pts6
lemire.me 6y ago

Predictions from 2020 to 2100

guptarohit
2pts0
notes.shichao.io 6y ago

Shichao's Notes on Golang

guptarohit
2pts0
Use a work journal 2 years ago

I been doing the same from a year, dumping all my thoughts in obsidian notes especially on the Friday evening, this really helped me resuming when back to the work.

Welcome to the club!

The day I knew about it and till know I don’t think I ever clicked in search bar to search.

This shortcut is very helpful!

In similar context, Ctrl+w for closing tab.

I enjoy listening to mixes from musicforprogramming.net while coding.

During my search for tool to stream it directly from the terminal, I came across a JavaScript project that, unfortunately, was not functional.

So, I wrote this cli utility in rust that allows playing directly from terminal.

This is pretty new, I welcome your feedback and suggestions! Please let me know what features you'd like to see added.

This is one of the great writeup!

In case you want to listen it instead of reading it like me, you can do so by following command, it creates a audio file (named greatwork) which you can play:

wget -qO- http://paulgraham.com/greatwork.html | sed -e '/<script/,/<\/script>/d' -e 's/<[^>]*>//g; s/\&nbsp\;/ /g; s/\&amp\;/\&/g; s/\&lt\;/</g; s/\&gt\;/>/g' | say --progress -o greatwork

please note, this is tested on macOS only.

Postman used to be a go-to tool for testing APIs, now I use anything else (curl, httpie, etc) but postman. Too much is some time too less.

Bullshit Jobs 8 years ago

I believe all this is part of evolution.. thing to come after the current(human).

Hi, thanks for pointing this, I understand this now:). Thinking about renaming the repository, 'utfgraph' sounds good? or please suggest any other more appropriate(good) name, thanks:)