jardaroh | 7 years ago | on: Best Software for Making Music?
jardaroh's comments
jardaroh | 7 years ago | on: What tech stack to use?
jardaroh | 7 years ago | on: What tech stack to use?
I normally do this by making a node module in a parent directory of the application projects like so:
parentDir/ node_modules/ @applicationLibrary components/ mixins/ services/ applicationProjects/ ios/ android/ electron/ web/ server/
jardaroh | 7 years ago | on: Self-taught developers, do you explicitly state 'self-taught' on your resume?
Hope that helps.
jardaroh | 7 years ago | on: Poll: What is your primary operating system?
jardaroh | 7 years ago | on: Media Manipulation, Strategic Amplification, and Responsible Journalism
jardaroh | 7 years ago | on: Ask HN: What’s wrong with my CV?
If I were to look at your CV as a potential employer, my largest concern would be your short tenures at your jobs. If those jobs were short contracts you should take care to mention that.
jardaroh | 7 years ago | on: The Fundamental Errors of Jordan Peterson
Is Peterson perfect? Heck no, but he is nothing like the vice article describes him.
jardaroh | 8 years ago | on: Ask HN: What's the simplest way to build and maintain CRUD api?
jardaroh | 8 years ago | on: Ask HN: What's the simplest way to build and maintain CRUD api?
jardaroh | 8 years ago | on: Damore's Logical Fallacy
"Liberals are enraged because he argued that, somehow, women have biological differences that may on average make them less suited to careers in tech"
He said nothing about women being less suited, he said women hold different interests, in general. I may not be interested in everything I do, even though I am very good at some of it and just as suited to do it as somebody else.
jardaroh | 8 years ago | on: What scientists think about the biological claims made by a Google employee?
jardaroh | 8 years ago | on: What scientists think about the biological claims made by a Google employee?
jardaroh | 9 years ago | on: Google boss apology as more firms suspend ads over hate videos
jardaroh | 9 years ago | on: Reason why dating apps like tinder sucks?
Dating services are also, kind of, designed for failure. If a dating service is 100% effective, every user signing up would find someone, then stop using the service. Of course, we know that never happens, and that people leave each other again, but it also means that the user base of such services are fickle as the use of them are temporary and fleeting. This means a service has to have a really big user base to stay relevant. Users will flock to the service with the greatest promise of success.
Lastly, dating services have a terrible reputation these days. Too much fraud and games have been committed both by the services themselves or by it's users against other users through the use of the services. Trust in online services in general is at an all time low but even more so for dating services.
Hope that explains a few things?
jardaroh | 9 years ago | on: Ask HN: Learn another programming language
Sometimes I end up rewriting/refactoring from one language into another. This is great approach to learning a new language. However, consider that languages has different idioms, make sure you try to learn the best approaches in your selected language and refactor for those idioms. For example, it is generally a bad idea to write python like you would write C, etc.
If you do not have a project that would be interesting to refactor, take any other idea you have laying around do write that in your selected new language.
In the end, it is better to learn by doing.
jardaroh | 9 years ago | on: Recommendations for a CMS for self-hosted portfolio site?
Templating is very simple, if you have looked at twig for php it should look very familiar.
Also, with the power of python and Django, your imagination really is the only limit to how you expand upon the site.
Best of luck!
jardaroh | 9 years ago | on: Useful programming language for a designer to learn?
For anyone learning programming I would always suggest Python as the best starting language as it is expressive and easy to read. However, if you already deal a great deal with HTML/CSS then Javascript is the best fit. Check which tech stack the engineers are using.
For example, if they use Django, then pretty much all that would be needed to learn, most likely, is the Django framework's templating language. If they use Django REST Framework and an angular frontend, then Angular would be the best to learn (javascript).
Good luck!
jardaroh | 10 years ago | on: Git Whore – Find the ones doing less everyday ..do not trust the blabber
"do not bring it up in front of your team or they might end up committing meaningless stuff just to avoid being whore ;)"
I think this project is a stupid idea, if nothing else it will incur the wrath of the SJW and his reputation might be forever marred whatever the intent behind the project might be.
jardaroh | 10 years ago | on: Pypi down
And good luck!