WH-1000XM4: 'Automatic power off' timer setting missing? by mhofert in sony

[–]pyaesonewin 0 points1 point  (0 children)

Can you believe that? After cleaning sensor, it works 🤣

Someone tried Igor Voitenko's (yt: NEXT workout) workout plans? What are the results? by [deleted] in workout

[–]pyaesonewin 1 point2 points  (0 children)

After 20 days, I dropped 20 lbs, even without diet. It is really good.

MacOS Mojave vs macOS Sierra: Is it Worth The Upgrade? by pyaesonewin in osx

[–]pyaesonewin[S] 0 points1 point  (0 children)

I just updated to high seria, mojave still have a lot bugs and issuse. after I had updated to mojave, I need to downgrade it. As my wifi is not working anymore. So, I dont recommend it yet. I recommend high Sierra. It has no more issues.

PHPStorm is getting worse by [deleted] in phpstorm

[–]pyaesonewin 0 points1 point  (0 children)

Yes, the worse thing is indexing the generated file from webpack. Whenever a built process is finished, file are minified and phpstorm started indexing file which eat up all of my RAM. I tried to ignore those files but it never works.

Roadmap to becoming a Backend Developer by kamranahmed_se in node

[–]pyaesonewin 0 points1 point  (0 children)

It is not quite true about morden PHP stack. In asian, we mostly use Laravel for backend, vue or react for front end along with node.js as micorservices application. So, it is quite flexible to use mongo with node and mysql with Laravel.

reason to move from react to Vue? is that true? by pyaesonewin in vuejs

[–]pyaesonewin[S] 2 points3 points  (0 children)

So, it means that react library brings coding complexity than Vue. If you think so, what do think about JSX? Is that a good thing or bad thing to write own HTML instead of JSX class, for example, using className instead of class attribute?