HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dimeatree

no profile record

comments

dimeatree
·3 tahun yang lalu·discuss
Yeah I understood that better, thanks.
dimeatree
·3 tahun yang lalu·discuss
State management seems a bit counter intuitive at a glance.

I found this statement to be confusing; https://vanjs.org/tutorial#state-val-is-immutable While you can update State objects by setting the val property, you should never mutate the underlying object of val itself.

Then beneath is an example of the following;

   const text = van.state("VanJS")
   ...
   input({type: "text", value: text, oninput: e => text.val = e.target.value})

Which looks like a mutation - after reading a bit more around it is clearer that .val has a setter; but at a glance it just isn't obvious what is happening which I feel isn't intuitive.
dimeatree
·3 tahun yang lalu·discuss
It does a good job to give some analysis on malicious code snippets
dimeatree
·4 tahun yang lalu·discuss
I just wanted to comment on the website, I really love this UI
dimeatree
·4 tahun yang lalu·discuss
The burnout game is hard, you absolutely should tell your work about it. If they can't support you, you then need to decide what works best for you. But remember, you can always make money - health is fleeting.
dimeatree
·5 tahun yang lalu·discuss
Yes, I am in the same boat here. It feels like there is always a new iOS or Android version being released which always manages to break a feature on my app and sheds months off of my life.
dimeatree
·5 tahun yang lalu·discuss
If you want to live a healthier health style, you will naturally gravitate to it. Start off by trying to get your 10k steps in a day. After you have begun to shift your mindset you will start to find yourself naturally wanting to get into it.

I got into powerlifting over 2 years ago and I have not looked back since. I got myself a PT/Strength coach, and to meet my goals I had to expand my knowledge to fill my daily needs, fix my sleep habits and manage my stress.

Don't focus too hard on the exercise / food, you need to change your whole mindset. It's a journey!
dimeatree
·5 tahun yang lalu·discuss
My solution to burn out was to go down to part-time; I have been incredibly fortunate that my work place supported my decision to go down to 4 days a week, with the option to do 3 days for 3-6 months and keep my full pay - I was not expecting this.
dimeatree
·5 tahun yang lalu·discuss
What a horrific article. This is showing me that I am naive in a lot of ways - how much suffering is our society built on?
dimeatree
·5 tahun yang lalu·discuss
> I want to know why these folks won't LEAVE shitty redneck states and head to places with more opportunity.

Sometimes you just don't know any better, or you're stuck for what ever other reason. I am 100% certain if it was easier to walk away from situations, anyone really would.

Regardless, congratulations on being sober for 22 years.
dimeatree
·5 tahun yang lalu·discuss
This article is way too focused on him being a drug-dealer.
dimeatree
·5 tahun yang lalu·discuss
What if the US Army...
dimeatree
·5 tahun yang lalu·discuss
I made the mistake of reading the comments before the article, and was stuck with the thought process of "but it's insecure"

Then I remembered my experience of working with an SQL-like based API, that was a pleasant surprise and joy to work with.

I do not see why we can't use it from a client-side perspective, and safely re-cast it server-side.
dimeatree
·5 tahun yang lalu·discuss
Good on them. I wish I could use K8 as effectively as the author, it is an incredibly overwhelming list and an impressive range of knowledge.

In my situation I am finding the lack of consistent environment a reoccuring issue, the developer environment does not match production. However I kept it simple with Google App Engine Standard and Flex environments, I found the deployment process simple and was enough for me (at the time) - however I am finding we are going to step into dockerland; however I feel like it is very over my head!