Earlier quoted context omitted.
I can't comment on Facebook but at Google I see plenty of people in their mid 30s and beyond. I joined in my early 40s. Yeah, we hire a lot of new grads / younger folks (I interview a lot of new grads) but I haven't noticed any overt ageism in the groups I've been in. Plus, the people making the hire decision don't see the candidate anyways. You should/would most likely get called out by the hiring groups if you adde…
Well, that's a huge company with many different types of engineers, and in business a long time (relatively). I would say the ageism is more likely at small startups that happen to have mostly young (in their 20s) engineers.
Thank HN: From Google form to $1k in revenue in one month
151–160 of 255 posts
Re: Thank HN: From Google form to $1k in revenue in one month
#152spent an hour putting up a Google form and static site on a cheap Digital Ocean instance. Now I feel like the Old Geek (I'm 32): What's the deal with Digital Ocean? If the website is static and receives content by manual copy-pasting from a Google sheet (as outlined in the article), why bother with Droplets and Storage and all the other configuration? Why is good old web hosting (the kind where you just upload your h…
Good old web hosting is not good at all. Please please never ever use shared web hosting for anything. As soon as your site gets a little bit popular you're almost guaranteed it's gonna get hacked.
Re: Thank HN: From Google form to $1k in revenue in one month
#153Earlier quoted context omitted.
I don't think this should exist
I have to ask why? 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.
Aren't some of those levels enforced legally?
Re: Thank HN: From Google form to $1k in revenue in one month
#154Earlier quoted context omitted.
So? You're getting together to build things for money, not pounding back beers on the front porch and ranting about politics.
I think what the poster meant is that the twenty-somethings will just want to hack things up on the quick in Python or Rust while the old guy says whoa, let's sit down and write a specification first, and think about how we could architect this thing, and let's make OS packages out of all the components.
Re: Thank HN: From Google form to $1k in revenue in one month
#155Re: Thank HN: From Google form to $1k in revenue in one month
#156Can you do another good deed and require your posters to include salary range in their job ads? It's the norm in the UK and we successfully forced this in Poland (though posters almost NEVER post salaries here). How? The companies need IT staff so much that almost all IT job boards (at least the most popular ones - like FB groups or https://nofluffjobs.com ) started requiring the salary range. I think your idea is pr…
If I ever found myself back on the job market (unlikely, so perhaps I'll change my tune if it happened) I wouldn't ever apply for a job that didn't post a salary.
As the previous poster pointed out - in the UK the vast majority of jobs are posted with a salary. All the way up to C-level positions. I don't know about you, but the main reason I work is to get paid! So if a company isn't upfront about this primary benefit, I'm not going to engage with them.
Re: Thank HN: From Google form to $1k in revenue in one month
#157Earlier quoted context omitted.
Digital Ocean is just a simple VPS provider - I wouldn't even call it cloud. The usual cPanel PHP 5.4 shared hosting is consistently unreliable, insecure and a generally overall bad idea. Who would you actually even trust to run it?
Eh, DO is cloud. The instances are virtual and can be resized dynamically.
Re: Thank HN: From Google form to $1k in revenue in one month
#158Great, I love that this worked out! What's the purpose of backfilling jobs from StackOverflow -- is it just to make the site look less like a ghost town? Aren't those not necessarily old-geek friendly jobs?
Re: Thank HN: From Google form to $1k in revenue in one month
#159I 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…
Re: Thank HN: From Google form to $1k in revenue in one month
#160Congrats! Small note, none of the listings appear when using uBlock Origin [ https://chrome.google.com/webstore/detail/ublock-origin/cjpa... ], a popular ad blocker. It seems related to your /js/ads-controller.js file (it gets blocked because of the "/js/ads-" portion in the path). I would suggest fixing that (and preferably minimizing your JS into one bundle).
Ad blockers truly are the new virus scanners. They monitor everything that goes into and out of your computer and randomly break stuff just for kicks. And if that happens, it's somehow the fault of the software provider and not the ad blocker vendor. You can't test against ad blockers (or virus scanners) because the lists keep changing, so you end up applying ridiculous alchemy like not calling your API endpoints "/a…