back
user profile

newusertoday

456karma·423submissions·May 9, 2017
recent activity (423 total)
comment
go for a walk in nature
4y ago·view thread
comment
can it be used without creating account? also does your open source version has telemetry enabled?
4y ago·view thread
comment
do you know if tailwind can be used in it?
4y ago·view thread
comment
+1 take @ctvo's advice. Right now you have incomplete picture of the companies environment may be head and your boss are best buddies or may be company trusts your boss to get the work done and d…
4y ago·view thread
comment
you can use standard library unlike other langauages golang has built in support for db[1], timer to schedule tasks[2], emails[3], templates[4] etc. and your application would be fairly upgrade proof.…
4y ago·view thread
comment
This is great. Is there a separate list of components supported in sunmo? also can i bring my own component say from material-ui?
4y ago·view thread
comment
why is apache needed? flask can directly serve the requests right?
4y ago·view thread
comment
by knowing thy self as sat-chit-ananda existence-conciousness-bliss
4y ago·view thread
comment
I used to give them data, conversation was much easier, repeating my comment[1] I take data from previous feature requests that were completed and number of bugs reported/refactoring etc. to crea…
4y ago·view thread
comment
This is great, if it was available a year ago it would have saved me lot of time in creating my home-grown solution ;)
4y ago·view thread
comment
meditation for me is investigating nature of reality by observation.
4y ago·view thread
comment
may be you need to look at what buddhists are saying about no-self and hindus are saying about brahman and compare and contrast your experience with these texts. What you are describing looks complete…
4y ago·view thread
comment
when you want to take the payments until than operate without it. Discalimer: IANAL
4y ago·view thread
comment
I was considered 10x despite trying my best to explain that i am not. I discovered templating and i generated lot of code using templates this did increased productivity as lot of things that had to b…
4y ago·view thread
comment
this quote is widely misinterpreted https://www.youtube.com/watch?v=s0SaqNeFf3Q
4y ago·view thread
comment
i do that as well, i look at it as investment. Recently i wanted to add pub/sub in my app so i looked at multiple libs and i found most of the libs are doing it synchronously and leave async to u…
4y ago·view thread
comment
hugo
4y ago·view thread
comment
is the position remote? have you tried who wants to be hired thread in hn?
4y ago·view thread
comment
what are you using for sending emails? any recommendations if you have evaluated multiple platforms for email?
4y ago·view thread
comment
teach him to tinker existing sites in browser with javascript. Once he is able to see the changes he is making in realtime it will get him hooked, then you just need to point him to the right referenc…
4y ago·view thread
comment
digest field in http contains hash of the file and sha algo used to create hash. You can check this field to know if the file has changed or not and download it only when it is changed.
4y ago·view thread
comment
by changing your attitude towards life. Ruminating on past which cannot be changed is meaningless, if there is any lesson to be learnt from past learn it and move on. Similar thing applies to future a…
4y ago·view thread
comment
If i need something for my line of business that does not directly contributes to it than i develop it and release it in opensource with the hope that someone else would also use it and hopefully my m…
4y ago·view thread
comment
you can go quite far with golang without needing any other library/framework with just std library which means less dependencies and lesser things to worry about in case of maintaining your code …
4y ago·view thread
comment
how does it compares to haystack, waydev and pluralsight?
4y ago·view thread
comment
If you want to change the style of antd it becomes real mess unless you are already familiar with "less". I found it very hard to change styles of antd(it is my own shortcoming) but despite …
4y ago·view thread
comment
emacs. single org mode file in a github repository. Everything that needs to be done goes in todo list and moves to inprogress->done/postponed. All the notes related to a particular task go in…
4y ago·view thread
comment
auto generating api for frontend and backend that uses sql query and metadata.
4y ago·view thread
comment
I have a question for you. When you are in bad mood does it go away with distraction? i.e. say some loud boom happened and you are distracted to see what happened and forgot about "bad mood"…
4y ago·view thread
comment
api keys. You can use same system you are using for authenticating users with slight change.
4y ago·view thread