Start asking questions in Stack Overflow. I wish I started doing this years ago. I used to be just a non participating reader for a long time. Once I got the taste of it, I ask questions frequently now. If you are stuck with an issue for over 2 hrs, ask in SO. There are so many knowledgeable people who will guide you to in the right path and save you hours/days! The best part is you'll get a response when you are bac…
Well, I don't have similar experiences with SO. Sometimes I feel that easy questions are being answered very quickly by many people because everyone wants to get reputation points quickly, but difficult questions are often left unanswered forever as they require a lot of effort and don't bring as much reputation to the answerer (as their potential audience is not so wide).
Ask HN: What are the cool life hacks for Developer?
61–70 of 70 posts
Re: Ask HN: What are the cool life hacks for Developer?
#62Being a developer is a certified superpower, so it's fair to expect that some of the life hacks unlocked by being a developer are on a life changing scale. Here's my recommendation: Build a machine that prints money. Find a problem that regular business computer users are solving with some combination of raw effort and a spreadsheet to keep track. Write an app that accomplishes the same thing, but better, and in a mo…
Especially because what most businesses actually do on a daily basis, and what annoying problems they have, is totally invisible to me.
Re: Ask HN: What are the cool life hacks for Developer?
#63Nobody mentions 'meet women' [1]. Maybe too simple but from my perspective an important part in this equation. Meeting women is a bit like doing sales. it's more of an outgoing activity and being extrovert. So rather the contrary of coding. This is refreshing, gives me balance and a nice change to my day to day life as a coder. [1] For the sake of verbal simplicity, I use the term 'women' for people of the opposite g…
Re: Ask HN: What are the cool life hacks for Developer?
#64Nobody mentions 'meet women' [1]. Maybe too simple but from my perspective an important part in this equation. Meeting women is a bit like doing sales. it's more of an outgoing activity and being extrovert. So rather the contrary of coding. This is refreshing, gives me balance and a nice change to my day to day life as a coder. [1] For the sake of verbal simplicity, I use the term 'women' for people of the opposite g…
More to the point (at least in my case) is to ensure that your priorities remain ordered correctly. Basically, ensure that you spend sufficient time with family, friends or others, and make time for hobbies that don't involve code. Time management is important in this regard... committed to providing 8 hours a day? Stick strictly to that. Your own personal project? Define a time restriction on the hours spent on that project, and keep strictly to it. You soon realize how much time those distractions during the day take up. By reducing those, your productivity increases. But importantly, relationships become stronger and those hobbies help expand your mind. Both are extremely beneficial to you and your growth as a developer...
Re: Ask HN: What are the cool life hacks for Developer?
#65Automate your job. I'm steadily building tools that make my job easier and thus me more efficient. I have a nice django app scaffolding generator that makes writing code quicker. I just need to add the model fields and the logic to the views. Everything else is mostly generated. In fact, I'm moving towards automating a lot of the code I write. Less strain on my hands.
Would you mind sharing the github repo?
Re: Ask HN: What are the cool life hacks for Developer?
#66Use a clipboard manager. I wish I'd started this a lot earlier in life. The amount of times you need the second last thing you copied is surprising. I went through a few before I settled on Ditto, which works over remote desktop too.
ArsClip[1] for Windows is a fantastic free tool to track clipboard history. [1] http://www.joejoesoft.com/vcms/97/
Re: Ask HN: What are the cool life hacks for Developer?
#67Use Workflowy to manage everything in your life that needs to be in a list ( https://workflowy.com/ ) If you are on Chrome, use Tabs Outliner to manage your tabs ( https://chrome.google.com/webstore/detail/tabs-outliner/eggk... )
Re: Ask HN: What are the cool life hacks for Developer?
#68AutoHotKey: if you're on windows like me (and starting to feel in the minority on here), this is a must. I've been evangelising AHK for the last 7 years at least, to anyone who will listen. It has saved me days of my life in accumulated time. Here are a few samples of things from my main script which I use daily CTRL+@ - paste my email address. saves buckets of time logging into things, signing up to things etc ]t -…
Re: Ask HN: What are the cool life hacks for Developer?
#69Earlier quoted context omitted.
Would you mind sharing the github repo?
I'm in the process of automating some tools. They should be out soon. I'll make sure to do a Show HN post for people like you who are interested. :)
Re: Ask HN: What are the cool life hacks for Developer?
#70Earlier quoted context omitted.
Well, I don't have similar experiences with SO. Sometimes I feel that easy questions are being answered very quickly by many people because everyone wants to get reputation points quickly, but difficult questions are often left unanswered forever as they require a lot of effort and don't bring as much reputation to the answerer (as their potential audience is not so wide).
That's what the bounties are for.