back
user profile
newusertoday
456karma·423submissions·May 9, 2017
recent activity (423 total)
comment
go for a walk in nature
comment
can it be used without creating account? also does your open source version has telemetry enabled?
comment
do you know if tailwind can be used in it?
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…
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.…
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?
comment
why is apache needed? flask can directly serve the requests right?
comment
by knowing thy self as sat-chit-ananda existence-conciousness-bliss
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…
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 ;)
comment
meditation for me is investigating nature of reality by observation.
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…
comment
when you want to take the payments until than operate without it.
Discalimer: IANAL
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…
comment
this quote is widely misinterpreted https://www.youtube.com/watch?v=s0SaqNeFf3Q
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…
comment
hugo
comment
is the position remote? have you tried who wants to be hired thread in hn?
comment
what are you using for sending emails? any recommendations if you have evaluated multiple platforms for email?
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…
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.
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…
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…
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 …
comment
how does it compares to haystack, waydev and pluralsight?
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 …
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…
comment
auto generating api for frontend and backend that uses sql query and metadata.
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"…
comment
api keys. You can use same system you are using for authenticating users with slight change.