Thank HN: From Google form to $1k in revenue in one month
81–90 of 255 posts
Re: Thank HN: From Google form to $1k in revenue in one month
#82Are you planning to open this up for areas outside the USA? (Australia here.)
Re: Thank HN: From Google form to $1k in revenue in one month
#83Just a idea which I am sure would be easy given what you currently have, femalegeekjobs.com
I don't think this should exist
I have a team of male devs, and for my last hire really wanted a female for a different perspective and help balance the team, however only received 1 not ideal female application.
At the end of the day, oldgeeks mean you are discriminating (filtering out the young), why should it not work on gender also? Its all just different levels of discrimination.
Re: Thank HN: From Google form to $1k in revenue in one month
#84Earlier quoted context omitted.
Nice catch, never thought about it. Is it more problematic with preffixes (vs. suffixes etc.) or should we generally avoid any random string? Appending a hash to the script is very convenient to force the download of the new version of an asset (but maybe we have better solutions now, haven't considered this issue in a while).
In your site's code, reference the asset in a path that includes the timestamp the asset file last changed. e.g. /js/1476929634/myscript.js instead of /js/myscript.js Then use your webserver to rewrite /js/ /myscript.js to /js/myscript.js
Re: Thank HN: From Google form to $1k in revenue in one month
#85I thought I was hot shit when I had 5 years under my belt, too, just like those whipper snappers. Took another 10 to recognize how full of shit that idea was.
I think there's a certain niche that wants to hire experienced, disciplined and reliable "old" geeks like you (or actual old guys like me...still grinding code at 50). Looks like you're going to own it. Well played.
Re: Thank HN: From Google form to $1k in revenue in one month
#86What is a "faux price tag"? :-) .. how does it work?
Re: Thank HN: From Google form to $1k in revenue in one month
#87Earlier quoted context omitted.
In your site's code, reference the asset in a path that includes the timestamp the asset file last changed. e.g. /js/1476929634/myscript.js instead of /js/myscript.js Then use your webserver to rewrite /js/ /myscript.js to /js/myscript.js
You can also do /js/myscript.js?v=1476929634 -- this generally works without any server-side changes. A CRC32 might work better, since controlling mtimes can be annoying.
Plus, once it's configured you never have to worry about it again.
Re: Thank HN: From Google form to $1k in revenue in one month
#88Earlier quoted context omitted.
"The Age Discrimination in Employment Act of 1967 (ADEA) protects certain applicants and employees 40 years of age and older from discrimination on the basis of age in hiring, promotion, discharge, compensation, or terms, conditions or privileges of employment." [0] OldGeekJobs.com works since it's the reverse of this... essentially discriminating against younger candidates. It's not legal to discriminate against 40+…
It reverses it by discriminating against the young, fighting ageism with ageism. I didn't realise age discrimination against those younger that 40 was legal in the US. There are other countries where a "jobs for the old" site would most likely be illegal.
Re: Thank HN: From Google form to $1k in revenue in one month
#89Re: Thank HN: From Google form to $1k in revenue in one month
#90I wish folks like Bray had championed this cause 20 years ago. It may not have done much, but... it feels a bit weird to hear old people complain about discriminatory impact. I can't say he was a contributing factor to the ongoing 'youth culture', but... it wasn't hard to see this coming. My situation may be somewhat unique, in that I've had grey hair since I was 18. Not a HUGE amount at 18, but... people noticed. By…