Earlier quoted context omitted.
With all due respect You really don't understand the difference between a development server and your personal PC - How many years experience did you say you had?
Why the attitude? If it's a simple definition problem there's no need to get snippy, just address the issue and move on.
Ask HN: I'm starting a new job as a PHP developer tomorrow
71–80 of 96 posts
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#72Based on your post, my concern is that you will stick out as a "sore thumb" insisting on using Arch Linux in a Windows shop. Basically, you are signaling to your employer and coworkers that you will be difficult to work with. Please spend first 90 days building a good reputation and impression for yourself with your supervisor and coworkers and later use your reputation to drive any changes. By insisting on using Arc…
Not only that, being so adamant about using Arch Linux would make you look ignorant/partisan. Now don't get me wrong, I'm more likely that most to make a stink about not being able to use Linux on the job, but you can still get most of the important tools on a Windows box: Unix utilities (cygwin), nice tabbed terminal (Console2), GVim, Emacs, Perl, Python, Ruby, etc. One tool I lean on heavily is the Silver Searcher…
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#73Another thing you should consider is to stop apologizing for using PHP. That should only be coming from people with a fair bit of experience with it before they decide to hate it for themselves, and followers who express that opinion because they think it's cool.
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#74PHP isn't as bad as it used to be. Yes fundamental operator order is erratic and I'm forever googling basic functions, but the ecosystem has produced some good stuff over the past couple years. Read up on Composer and Packagist. It's basically NPM, Gems, or PyPi for PHP. There are now solid interoperable libraries for most common tasks. - https://getcomposer.org - https://packagist.org Laravel is a great framework, b…
I've been called a few times to troubleshoot slow PHP websites only to discover they were using Symfony and could not sustain 5req/sec on fairly beefy hardware. All kinds of PHP optimizations couldn't make it run much faster (which complicated the infrastructure a lot later on). The last time was 1 year ago so unless something impressive happened since then, I would suggest against it.
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#75Earlier quoted context omitted.
They are developing in PHP and don't develop on Linux?
Yes, they use Windows and Sublime Text to write PHP code.
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#76Based on your post, my concern is that you will stick out as a "sore thumb" insisting on using Arch Linux in a Windows shop. Basically, you are signaling to your employer and coworkers that you will be difficult to work with. Please spend first 90 days building a good reputation and impression for yourself with your supervisor and coworkers and later use your reputation to drive any changes. By insisting on using Arc…
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#77Sounds like your ability to adapt is extremely low. If you're truly stuck and there's no other jobs available immediately for you, then this is a great opportunity to work on that problem. Another thing you should consider is to stop apologizing for using PHP. That should only be coming from people with a fair bit of experience with it before they decide to hate it for themselves, and followers who express that opini…
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#78Quick rundown (in no particular order): * The language has comes leaps and bounds since you last used it * Install composer and learn how to use it (PHP package manager) * Read up on Laravel, IMHO it's the best PHP Framework out there right now. They guy behind it is a genius and has great vision for it. * You'll want to use nginx + php5-fpm (No more apache and php_mod) * Check our PHPStorm, if you are going to use a…
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#79Sounds like your ability to adapt is extremely low. If you're truly stuck and there's no other jobs available immediately for you, then this is a great opportunity to work on that problem. Another thing you should consider is to stop apologizing for using PHP. That should only be coming from people with a fair bit of experience with it before they decide to hate it for themselves, and followers who express that opini…
Why would you think that I have a problem to adapt just because I prefer to run Linux as my development environment?
Re: Ask HN: I'm starting a new job as a PHP developer tomorrow
#80Earlier quoted context omitted.
Why would you think that I have a problem to adapt just because I prefer to run Linux as my development environment?
You literally stated in your top post that "I'm a Linux person, I can't use anything else". That doesn't sound like someone who is adaptable.
I'm more familiar with Linux, so I'm faster with it. What's wrong about that?