HackerTrans
TopNewTrendsCommentsPastAskShowJobs

r3n

no profile record

comments

r3n
·قبل 3 سنوات·discuss
Similar to author's experience, I find increasing friction to access social media (or anything I want to restrict) is a good way to stop me fall into consume mode mindlessly.

There was a period of time in my life that I spent lots of time checking Imgur for meme and cute animal pics daily. I can just type "im" in browser address and press "enter" to consume whenever I want.

I "fixed" this addiction by removing Imgur from browser history so it would not auto-complete Imgur's URL. Since then, whenever I have urges to consume, this friction stop me from doing so. It has worked very well over the past few years.
r3n
·قبل 3 سنوات·discuss
Based on what I see on the website, I think some (if not all) of them can be done via custom key/gesture settings that supported by your mouse manufacturers (e.g. Logitech Options).
r3n
·قبل 3 سنوات·discuss
Is there a guide to teach these reluctant sysadmins how to evaluate, plan, and choose between all these different methods ?

For me, I find the hardest part of securing systems are usually to decide what is good enough for the current situation.
r3n
·قبل 4 سنوات·discuss
With limited knowledge about the project and the team, here are my two cents: project management.

For example, ask your team to break down the tasks and provide a schedule for each task, and try to help them follow the schedule. If a task is taking way too long, ask them to break down it again. Remember to ask them to explain why they plan it like that.

Make sure you and your team have enough communication so you all know what need to do and what NOT to do. If your teammate is doing thing that is not in the scope, discuss with them and make the decision whether to support them or ask them to follow your request.

Rinse and repeat.
r3n
·قبل 5 سنوات·discuss
Dose anyone has good advices to change this kind of mindset ?

It is hard for me to not be judgmental about stuff I disagree, and I can tell this attitude is causing more trouble than I would like in many different area of my life.
r3n
·قبل 5 سنوات·discuss
I use both for almost 10 years, here are my experiences:

The main advantage of IntelliJ or any other IDE by JetBrains over Emacs, is that the out of box experience IDE provided, especially from a new programmer's perspective. All they need to do to click a button, check few checkbox, then IDE will resolve it for you and tell you what happened.

But to make Emacs do any complex behaviors, you usually have to write additional codes or configurations to glue different features together. Not to mention you need to read documents and debug it when there is an error. In JetBrains IDEs those are integrated already. A context-aware error detection and code inspection is available the second you open the IDE first time. That is something default Emacs can never do.

The main advantage on Emacs over IDEs, is that you can ask Emacs to do whatever you want as long as you know how to implement it. Practically speaking, you most likely will accumulate many little functions over time that is specific designed for your workflows. That kind of customizability is something IDEs cannot provide. I do not consider myself an Emacs power user, but I still benefit form it.

Emacs is also have better text editing features in general. You can use the same features no matter what text file you are editing. That's why people want to use Emacs for everything.

In short, they are different tools, use it where it is suitable for you.

For me, I whine about how bad the editor is when I use IDE, then I complain about how bad the integration my Emacs has between multiple tools (mainly my inability to make it work).

Hope this give you some ideas.
r3n
·قبل 5 سنوات·discuss
Thank you for sharing this.

I'm suffering from work burnout and are planning to quit my current job to pursue a more balanced, self-sustainable way working for myself. Seeing your post help me understand I'm not alone.