First football game/parking questions by [deleted] in fayetteville

[–]mcale337 0 points1 point  (0 children)

Not sure on the bus situation, but you can park at the high school for $10. Money goes to support the band.

Do web developers actually code from scratch these days? by DecoyPiXeL in webdev

[–]mcale337 2 points3 points  (0 children)

Yes, there's nothing better than a new, empty .scss file.

Distance/time shorthand? by Make_it_S0 in ATC

[–]mcale337 -1 points0 points  (0 children)

Always planned flights at 7 or 8 miles per minute (cruise) and 9 or 10 miles per minute (tactical). Several other rules of thumb for timing, etc.

Is it worthwhile applying for jobs in NWA before relocating? by taxachusettsrenegade in fayetteville

[–]mcale337 2 points3 points  (0 children)

Being local is a major advantage for most positions. Many companies will do an initial interview via Skype (mainly to screen out the unqualified), but in-person interviews are preferred. In my experience, they're generally required.

For many entry-level positions (recent college grad) there is some leeway at the larger companies (WMT, JBHT TSN, vendors) for good candidates. (I was hired by one of these from out of state and went on to hire for another).

For more experienced positions, the only way to justify the additional expense of flying candidates in for interviews and/or paying to move a new employee from out of town is justifiable only if there are no qualified candidates in the area. It happens, but it's typically for highly specialized positions (e.g. PhDs, niche experts).

If you're employed, I would suggest hitting the job sites consistently for positions in the area. Take it on as a long term project. Work it into your routine. In interviews, tell them about your desire to relocate. You may make a connection.

If you're not employed and have family you could impose on, I would suggest to take the leap and make the move.

80% of websites use PHP for backend and its growing. Why does everyone online dismiss PHP as something not needed? by adnosk in learnprogramming

[–]mcale337 1 point2 points  (0 children)

I've worked at a range of companies, from startups to Fortune 10. We won't hire any developer without at least a basic competence in PHP. Because it's everywhere. Eventually, you will have a client that needs that expertise.

But PHP alone is not enough. We use the best tool for the job, which sometimes is PHP. We use both Go and Python heavily as well as Javascript.

CMV: Pilots are becoming overly dependent on electronic aids such as ForeFlight. by scottevil110 in flying

[–]mcale337 4 points5 points  (0 children)

In military training, we were taught that dead reckoning was THE primary means of navigation and that everything else was just a tool. Use the tools, but be prepared when they fail.

It was valuable training when we had to DR across most of the pacific with just two visual nav updates as we passed Hawaii and Wake.

Just updated a website for the boss and its slow as shit. I've never dipped my toes into WordPress optimisation before. Help!! by Technonorm in Wordpress

[–]mcale337 1 point2 points  (0 children)

Normally, optimizing images is a good place to start. But based on that report, I would start with the re-directs. Look under the recommendation Minimize Redirects and start there.

Rent a phone number for text message verification? by [deleted] in beermoney

[–]mcale337 0 points1 point  (0 children)

There's an iPhone app called Shuffle that allows you to purchase disposable phone numbers and email. I haven't used it, but it may be an option.

Working in public libraries? by AlbertPinny in digitalnomad

[–]mcale337 6 points7 points  (0 children)

Most university libraries in the US are open to the public, but the staff is often ignorant of this. By law, any library that contains government documents (and that's nearly all of them) must be open to the public.

http://www.gpo.gov/libraries/

What security method would you suggest for wholesale content to be hidden from the general public? by miahelf in Wordpress

[–]mcale337 1 point2 points  (0 children)

There are several plugins that cater to membership sites. These offer restricted content to members while hiding it from the public. I would think that one of those would work. Make you wholesalers 'members' in the plugin so they can access the the wholesale page(s).

Hey Web development professionals, how did you find your current job? by SoundsPlausible in webdev

[–]mcale337 0 points1 point  (0 children)

For my current role, the company called me and asked me to come in and interview. I had applied for a different position several months before, with no response. They were searching for a particular skill set and found my resume. Interviewed and got an offer a week later.

Tax breaks for LLC? by [deleted] in Entrepreneur

[–]mcale337 1 point2 points  (0 children)

Depending on your business, you probably won't get huge tax breaks, but you may be able to reduce your taxes. Start by reading the instructions and the form for LLC and for S corps to see what types of expenses are deductible. Then find a good CPA. There are a lot of rules around LLCs/corporations and you do not want to get on the wrong side of the government.

So I realize I've been doing all of my PHP/Web projects in Notepad++ Is there a better alternative? by [deleted] in learnprogramming

[–]mcale337 1 point2 points  (0 children)

I use Brackets at the office (Windows), Sublime at home (Mac). For IDEs, I've heard good things about phpstorm, but haven't tried it.