mohitmun

↗ HN profile [ 88.8 ms ] full profile
Karma
123
Created
July 28, 2014 (11y ago)
Submissions
0
  1. Hello folks, Inspired from latest Meet HN threads, creating a thread for Mumbai meetup Which location would you prefer? Join here: https://t.me/+-_09pBeqWskzYmFl

  2. An Ode to Code Golf (rauchg.com)
  3. similar to postman but from command line. like we have tig, lazygit for git. htop for ps command.

  4. for me it was tmux, zsh aliases, and learning advance command line tools

  5. I'm supporting George Nachman and 3Blue1brown. Who are you supporting? Also which other patreons should we support?

  6. I came across Perkeep[1] project today. I know some other self-hosted solutions like Rocket chat[2](Slack alternative), Redmine[3](Project management) etc. Curious what other self-hosted are there and which one you are…

  7. For example Bigtable, GFS etc.

  8. Is it still part of your development workflow?

  9. Undop (web.archive.org)
  10. Recently I read two articles, https://www.gwern.net/Complement and https://www.joelonsoftware.com/2002/06/12/strategy-letter-v/ and Learned the idea of "COMMODITIZE YOUR COMPLEMENT". This was really fascinating and a…

  11. Something similar to https://github.com/jlevy/the-art-of-command-line but real code which I can learn from Edit: Recently I found https://vimgolf.com , anything similar for command line?

  12. Stevey's Blog Rants: June 2008 (steve-yegge.blogspot.com)
  13. I was watching one of Blitzscaling episode[1], where Reed Hastings talks about building Netflix. To quote one of the question: Q: Do you have a culture check in the hiring process? A: It’s not a checklist. It’s easy for…

  14. I was reading Redis Menifesto(http://oldblog.antirez.com/post/redis-manifesto.html). couldn't understand what does point 1 mean. can you give me simple example explaining it? Redis Manifesto: 1 - A DSL for Abstract Data…

  15. Recently I started reading about erlang[1][2], And I started feeling why its not widely popular as python or go. Though I have very little knowledge about functional language and tradeoffs when it comes to using them.…