back
user profile
newusertoday
456karma·423submissions·May 9, 2017
recent activity (423 total)
comment
I take data from previous feature requests that were completed and number of bugs reported/refactoring etc. to create a rough cost estimate for maintenance in terms of man hours with the understa…
comment
watch this channel https://www.youtube.com/channel/UCczNzQ01CxIGD7hMyRqcW4g .
Go through the videos one day at a time.
I am recommending it because its message is very simple, yo…
comment
emacs
comment
what is the solution for people who want to use it for frontend only?just importing js libraries that will only need to work on browser so no access to system resources without nodejs or browser? any …
comment
if work life balance is important to you and you already have it at msft, why change? if money > work-life balance than go for it.
comment
1. what is your opinion on making the code open source?
2. Selling the company so someone else can take care of customers?
comment
I use usql, it uses different approach but i am able to use same psql commands to query multiple different db's that is postgres,sqlite, mysql etc. I only have one gripe with it and that is its d…
comment
How does transfer works in case application is sold to another company/developer? I guess process should be similar? anyone has any idea?
comment
yes that is also correct but the "you" is different in these two interpretations. When you understand it is getting "done through you" you also understand that there is no "yo…
comment
no you should just "stop doing" whatever you are doing and you are already perfect.
comment
wow this was exactly my experience few years ago. I was pissed off because there was lot of tribal information about products in older mails which was not documented anywhere and people working on pro…
comment
i upgraded tp 20.0.4LTS from 18.04LTS last weekend because its four years and i know what to expect in it(snapization) and i am ok with it. I have heard about wayland everywhere in 22LTS which looks l…
comment
I use golang(no framework just pure golang) and my server can serve upto 1500req/sec as tested using ab(apache benchmark tool) on dual core i3-7130u. For scaling it to 100000 req i can go with mo…
comment
collapsing hn comments after i read them. Closing tabs of my browser while drinking coffee.
comment
yes go is my preferred language for solo projects. Mostly because of tooling. I easily get binaries for all platforms, lot of errors are caught by its compiler. It packages everything in single binary…
comment
When i was recruiting i saw salaries of shanghai engineers at the same level were higher than in europe but lower than usa for same level. It was something like this USA > CHINA > ISRAEL > EU…
comment
I have not used it in production. It looks good to me wrt to code however i have not audited so can't say for sure. May be you can check in github discussions if anyone is using it in production
comment
india has 50% of its population that is dependent on agriculture, which due to elctoral democracy means they would vote out any govt. that doesn't looks out after their interests. There is no way…
comment
world is getting smaller and smaller for sanctions to work russia, iran are already under sanction, if china and india are sanctioned which comprise more than half of world population and sizable amou…
comment
Comparison with other libraries(gqlgen,graph-gophers) would be good. Documentation is more focused on how it is implemented rather than how to use it. Does it solves N+1 problem? or custom code needs …
comment
i have used this in one of my project https://github.com/dosco/graphjin . While not directly comparable to hasura it does the job and is lightweight…
comment
depending on the language you have chosen for your side project you might also be able to run postgresql in embedded mode here is the one for golang https://github.com/fergusstrange…
comment
there are three parts to your problem
1. recieving mail and processing it. Since you are planning to host it by yourself answer would depend on what are you using for hosting. Solution can be as simpl…
comment
if you use gmail you can write appscript to extract the otp(regex part), service that sent the otp and timestamp when you recieved the mail to your "server" via post request.(i am assuming y…
comment
one thing i am confused about is the seizure of wife's company. How is that possible? isn't the company an entity on its own? how can its assets be seiezed because of personal wrongdoings of…
comment
interesting, i used to use gtags for browsing c but js required additional dependencies so i abandoned it. If you are using etags for js/ts can you point me to your tag syntax file? i checked her…
comment
i have stopped using lsp with javascript as js lsp servers are memory/cpu hogs. I wish there was tag based system for js/ts
comment
partner with someone who likes marketing. Maybe start with collaborating on single project, see where it goes and if you like the experience continue with more.
comment
I found this to be good as well, maybe you can add it to your list https://github.com/ferama/rospo
comment
start using voice for typing, you can speak faster than you can type
https://github.com/ideasman42/nerd-dictation …