mohitmun | 5 years ago | on: How we raised $3M for an open source project
mohitmun's comments
mohitmun | 7 years ago | on: Show HN: IP-Api.io – Geolocation by IP
mohitmun | 7 years ago | on: Kademlia: A Peer-To-peer Information System Based on the XOR Metric (2002) [pdf]
mohitmun | 7 years ago | on: Kademlia: A Peer-To-peer Information System Based on the XOR Metric (2002) [pdf]
mohitmun | 7 years ago | on: Ask HN: Who is hiring? (December 2018)
mohitmun | 7 years ago | on: Ask HN: Best Command-Line Applications?
mohitmun | 7 years ago | on: Turn Vim into Excel: Tips for Editing Tabular Data (2013)
mohitmun | 7 years ago | on: Ask HN: What are you favorite tiny tools?
Now I can copy any images from browsers/screenshot into any location in terminal I want
mohitmun | 7 years ago | on: Oboe: A C++ library for low latency audio in Android
mohitmun | 7 years ago | on: Ask HN: How did you get introduced to HN?
mohitmun | 7 years ago | on: Ask HN: How old are you (optional) and what was the last thing that you learned?
mohitmun | 7 years ago | on: Ask HN: What are you working on this weekend?
1. https://github.com/mohitmun/howienduphere/
Problem: When browsing internet, I often come across really great blog/project/website etc. Its always good go back to origin of where I found it(let it be HN/reddit thread or some obscure blog). Most of the time I don't remember original source where did I find it mostly because its either in my pocket list or lost in dozens of tabs. this chrome extension will keep of all links i visited and their referrer(full urls not domain).
2. https://github.com/mohitmun/punter
Problem: Being rails developer, I love ORM(debatable). its very useful to quickly inspect data or run some manipulation. recently I was manipulating some CSV files, as well as sqlite db. I hate writing raw SQL for simple queries. so wanted to create a command-line tool where i can run simple queries (table.count, table.where(id > 3)) and get results. this should also work with CSV or any other db
mohitmun | 7 years ago | on: Rockstar: A programming language where programs are also song lyrics
mohitmun | 7 years ago | on: Ask HN: Do you use windows for development?
mohitmun | 7 years ago | on: Ask HN: What are the things keep in mind while giving/preparing for a tech talk?
mohitmun | 7 years ago | on: Ask HN: What is one Vim trick most people don't know?
mohitmun | 7 years ago | on: Twitter urges users to change passwords after computer 'glitch'
mohitmun | 7 years ago | on: Ask HN: How do you get your daily HN brief?
I'm using this amazing https://hnrss.org feed for applets.
mohitmun | 8 years ago | on: Post-Mortem and Security Advisory: Data Exposure After travis-ci.com Outage
mohitmun | 8 years ago | on: Scrcpy – An app to display and control Android devices
Run adb tcpip 5555 and connect it using adb connect command