Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
srijanshetty
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
srijanshetty
4y ago
Front-end: - vercel.com - nginx load balanced next.js apps running on digital ocean Back-end: - fly.io - nginx load balanced python/node apps running on digital ocean
2.
▲
by
srijanshetty
4y ago
A bunch of them: grep/ag - text search instead of a big name startup. vim - for text editing. zsh/tmux - for terminal stuff. Google Keep (replace with text files) - for TODO and not some fancy task management software.
3.
▲
by
srijanshetty
4y ago
All credits to: https://news.ycombinator.com/user?id=Anoushk
4.
▲
Eventloop Sidecar in Python
(srijanshetty.in)
2 points
by
srijanshetty
6y ago
|
1 comments
5.
▲
by
srijanshetty
6y ago
Code on how to setup and properly clear an eventloop sidecar in python
6.
▲
Shell tricks for simple cluster management
(srijanshetty.in)
3 points
by
srijanshetty
6y ago
|
1 comments
7.
▲
by
srijanshetty
6y ago
Simple shell tricks to run commands on multiple hosts parallelly
8.
▲
Show HN: Snips – CLI snippet management with fuzzy search
(github.com)
1 points
by
srijanshetty
6y ago
|
0 comments
9.
▲
by
srijanshetty
7y ago
I loved the combined view of reminders and email that 'Inbox by Gmail' used to provide, in the lack of a more sophisticated solution by GMail, I just email reminders and Snooze them to the appropriate day. This little hack works r
10.
▲
by
srijanshetty
7y ago
Never split the difference by Chris Voss - so many practical tips to ensure that you get the better side of a bargain. Mythos by Stephen Fry - an irreverent take on Greek mythology which is fun and entertaining.
11.
▲
by
srijanshetty
7y ago
The extensions. I would love meetings to be time-boxed. A meeting more than 30 minutes serves no purpose.
12.
▲
by
srijanshetty
7y ago
I maintain a list of tools that I find really useful at https://srijanshetty.in/almanac.html . Some of them are: - tmux, zsh, vi - fzf - zathura PDF reader - fasd - use frecency to jump around in the terminal - vcsh and mr t
13.
▲
by
srijanshetty
7y ago
This is probably the most authoritative list I've seen: https://www.the-paper-trail.org/post/2014-08-09-distributed-...
14.
▲
by
srijanshetty
7y ago
The books that really shaped my understanding of CS are: - Theoretical CS: - Compilers: Principles, Techniques, and Tools (The Dragon Book) - Introduction to the Theory of Computation, Sipser - Programming: - Java Concurrency In
15.
▲
by
srijanshetty
7y ago
The interesting bit is that the original author's no longer feel that SICP is the right way to approach programming any more. In their words, we've moved to 'programming by poking' and hence the latest incarnation of the
16.
▲
by
srijanshetty
7y ago
I'm currently trying out https://covve.com . It has some of the features that I need like reminders, deduplication and CRM-esque features. I don't like the UI much but it's not that bad either.
17.
▲
by
srijanshetty
7y ago
I use Anki at the moment. Anki makes it easy to search, recall and recollect all the details. I've toyed with GitHub, Evernote and markdown files but the greatest issues with all these topics is lack of active recall and that fact that
18.
▲
by
srijanshetty
7y ago
For most CS related content I prefer reading up, but there are particular domains which can't be captured by reading for example - fitness, analysis of movies, learning to play an instrument.
19.
▲
by
srijanshetty
7y ago
I was wondering about your rationale for not using another app like Anki. I'm a big fan of email and loved the integration of reminders with email of the like provided by Inbox (and sadly missing from Gmail as of today). But I am also
20.
▲
by
srijanshetty
7y ago
I do the same but I also mix it up by running 10 miles every other day during which I reflect on the emptiness of the cosmos and our purpose as a tiny speck of imbued with consciousness but without an essence.
21.
▲
by
srijanshetty
7y ago
I completely agree, but we're constrained to two developers and won't hire anytime soon. So, monorep seems to be working great for us.
22.
▲
by
srijanshetty
7y ago
Office Space and to avoid the same we've been working out of cafes or piggybacking on the office space of other startups while we can (we hope to keep this culture going forward and encourage other early stage startups to work out of o
23.
▲
by
srijanshetty
7y ago
I use the Kinesis Freestyle 2 keyboard which is a split mechanical keyboard and it has helped me keep my back ache in check as well. Apart from the above, I ensure that I'm going to the gym/doing physical activities at least 4 day
24.
▲
by
srijanshetty
7y ago
IMHO, journaling is just a means for honest, regular self-reflection. Some people like talking to themselves, some people like writing their thoughts down. Do whatever calms you, I personally like to write things down as it helps me organiz
25.
▲
by
srijanshetty
7y ago
Almost everyone is on Java 8 now, and people are warming up to the new release cadence of bi-yearly releases of Java. Even with Java 8, you get streams, lambdas and powerful Collection classes. Personally, I've worked on sizable projec
26.
▲
by
srijanshetty
7y ago
I think developers all over are converging on the idea that we need type safety. Python has typing now, TS is JS with typing (pardon me for the oversimplification), and golang which is taking the world by a storm is a statically typed langu
27.
▲
by
srijanshetty
7y ago
One controversial opinion: monorep which is ideal for small teams iterating really fast. The other one was figuring out 12 factor app by serendipity as we were focussing on keeping our operations simple.
28.
▲
by
srijanshetty
7y ago
I was in college, and I must admit it was one of the most transformational experiences of my life. A lot of fuss nowadays is about how colleges aren't worth it, but I would have to respectfully disagree, college isn't just about a
29.
▲
by
srijanshetty
7y ago
The economy has a track record of being cyclical, so if you ask a question whether a recession is coming on any day the answer would be - 'Yes, eventually'. But recessions correct themselves and after every recession we've se
30.
▲
by
srijanshetty
7y ago
I'll confess that I haven't read "The problem with threads", my aha moment was the existence of 'happens-before' relationships and the Java Memory Model which for a good part of my life, I didn't know abou
More ›