nishparadox
|
1 year ago
|
on: Ask HN: What nonfiction books do you keep rereading?
Every year, I come back to "On The Shortness of Life" by Seneca to ground myself to the fact that life keeps on happening and I have to remind myself that life is long enough if I think about it...
nishparadox
|
3 years ago
|
on: Ask HN: How do you sync your computer’s development configurations/environment?
I have a custom repo which my .config folder will have symlinks to. It gets synced to remote git (~GITHUB). For new devices, I use stow[0] to create symlinks...
[0] - http://www.gnu.org/software/stow/
nishparadox
|
3 years ago
|
on: The Good Ol' Days of QBasic Nibbles
This made me nostalgic. Back in the school days, I used to write all sorts of QBASIC programs: creating quizzes, basic animation, solving math equations, etc...
nishparadox
|
4 years ago
|
on: Ask HN: Those who quit their jobs without anything planned. How did it go?
Few years back I was a co-founder and director of tech and research. We were not doing well. I was personally struggling financially not just at startup level but also at my person/family level. For 8 months nobody (co-founders) took any salaries. Because of personal financial struggles, I was drowning in a mild debt (asking money from friends) to even sustain everyday life. After a year, due to some internal politics (which I absolutely hate on any organization and given my more "nice guy" personality, I couldn't bare), I decided to quit. I quit without any second thoughts. I remember giving resignation without anyone anticipating it.
I didn't have any plans. After quitting, I asked for some compensations which lasted me for only 2 months. It was hard for me and my family (you know how Asian parents are). Out of nowhere, I decided to pursue grad school. So started GRE+TOEFL. Gave it. That was 2 years back. I am still in "going to grad school" phase for my Master's. Let's see how it goes in next 2 months.
However, out of nowhere during the end of 2019 I was approached by a startup here which works in Document AI space. I am the only senior. I am juggling through research + engineering ML. But in some ways, I didn't anticipate that I would be enjoying so much here. But still, imposter syndrome hits hard often.
If I hadn't quit my initial startup plan, I don't know what might have happened to my research and career. I might have been more miserable.
:)
---
nishparadox
|
4 years ago
|
on: I closed a lot of browser tabs
This resonates with me. I also learnt the hard way to simply close all the tabs and then re-assess history if I
really want to access the tab. On that note: sometimes I also just use OneTab [0] if my tabs are important but are hogging the system's performance.
[0] - https://www.one-tab.com/
nishparadox
|
4 years ago
|
on: I Stopped Using Emojis
The title hits home, strongly... I have rarely used emojis (let alone I don't have any social media profile, plus only conversate through mails with few people). One thing I realized is the use of emojis from the other side evokes a sense of "I don't want to see emojis...". I don't know why, but I just feel that emojis kinda make me feel that the conversation isn't "deep"; it doesn't convey the actual emotions... In hindsight, I also feel a few-word replies are often disengaging. Probably it's just me. But it's been years I haven't used emojis. I don't even have the urge to use it or see it.
On the contrary, I do believe that using emojis in certain contexts are better. For instance, when you are euphoric and someone sends you a "happy-like" emoji, it makes you feel more "connected".
I guess, it's just me...
nishparadox
|
4 years ago
|
on: Binance crackdown: regulators tussle with ‘Wild West’ of crypto
It has its own hiccups. If this addon fails, I simply close the site and try to find alternative sources.
nishparadox
|
4 years ago
|
on: Binance crackdown: regulators tussle with ‘Wild West’ of crypto
nishparadox
|
4 years ago
|
on: Link rot and content drift are endemic to the web
I exactly had the same thought few weeks back on Twitter. Since I have ditched the whole 'social media bubble' for my mental health, it seems sometimes I wish there was some sort of HN-like aggregator for Tweets from my favorite topics and people.
nishparadox
|
4 years ago
|
on: Tabula – Extract tables from PDF files
nishparadox
|
4 years ago
|
on: Show HN: GitHub style split diffs in your terminal
nishparadox
|
4 years ago
|
on: How to navigate directories faster with Bash (2015)
One of my favorite custom bash function is to use up() function to abstract away all the cd ../../../ command.
Up 3 will put me 3 directories behind the current one.
nishparadox
|
4 years ago
|
on: Higher quality audio makes people sound smarter
I recently bought a new dynamic mic. And it has absolutely changed the way I do WFH. No more crappy noises. No more background sounds. In fact, I believe that having a good microphone is a good initiative to seriously start a better workflow for WFH.
nishparadox
|
5 years ago
|
on: Study finds walking improves creativity (2014)
As someone who tends to walk a lot (often, alone), most of the ideas I get (and solutions for problems) come up while walking. That's why I like to say "walking is thinking".
nishparadox
|
5 years ago
|
on: Morning Brew went from college newsletter to $75M in 5 years
Exactly. I started one newsletter a year back...I felt quite relieved writing in public [0], especially when I quit all other social media. So, I just write for my own knowledge reinforcement. There will be times when I had to force myself to write. Eventually, I took a break (and still on a long hiatus).
---
[0] - https://www.swyx.io/learn-in-public/
nishparadox
|
5 years ago
|
on: Manim – an animation engine for explanatory math videos
Grant has been one of the inspirations since my early BE days (that was years ago). I got so much inspired from manim that I tried to make my own animation tool, panim [0] where I implemented mathematical concepts I understood. Nowadays, whenever I am in a rut, I jump back to panim and try to jot down my ideas into code.
(Say, "panim" name might be a gimmick?)
---
[0] - https://github.com/NISH1001/panim
nishparadox
|
5 years ago
|
on: Fraidycat: Follow from afar
nishparadox
|
5 years ago
|
on: Show HN: I made a tool to convert images of tables to CSV
This is neat. Over Docsumo, I've had fun to build one of the pipelines [0] to extract tables from any kinds of documents.
Our older pipelines use image-processing-based approaches. However, they had too much assumptions in them (for instance, header texts, column types, etc).
Now, we've moved onto to ML-based approach to train generic models that can be applied to variety of documents for table structure recognition.
[0] - https://docsumo.com/free-tools/extract-tables-from-pdf-image...
nishparadox
|
5 years ago
|
on: Ask HN: How to write documentation for a medium size engineering org?
This same exact thought has been bugging me for a long time. Over our startup (~30ish people), we've experimented on writing on confluence, didn't work. We've tried setting up the knowledge repo [0], it didn't scale much (probably because of our infrastructure). Currently we're dumping everything to tara.ai.
What I have found is, it just hasn't worked so far in terms of discoverability and search. So far, GitLab wikis have been seamless. Archival is fine with them, but search and knowledge re-assessment has been not so easy. My ideal solution (of course, haven't done so far in our company) is to have Knowledge management system similar to Roam/Obsidian/Logseq/Athens/TiddlyWiki. But we haven't figured out any mechanisms to host Obsidian. I've been personally putting the knowledge to Roam/Obsidian graphs. Even if we figured out to host, probably team collaboration would be pain in the ass.
So far, we're dumping everything to tara.ai and GitLab wikis, hoping that someday we might be able to index these data and then combine everything for search.
This also has been a topic with few of my friends for a long time now. Knowledge management at startup/corporate level is fragmented it seems. If we had tools to self-host networked-thoughts, it'd be great.
[0] - https://github.com/airbnb/knowledge-repo
nishparadox
|
5 years ago
|
on: Launch HN: Athens Research (YC W21) – Open-Source Roam Research
Having tried running the whole stack on my local a few times in the past -- which didn't work well at that time -- I'm excited to use it now.
One question I have is: how much compatible will it be eventually with other tools like Roam/Obsidian/Logseq (when we want to import the graphs)?