Earlier quoted context omitted.
It’s not less illegal because anyone could do it. I have copyright to my comments, and many of them can be considered personal data, especially if they are connected to my username. My rights are not waived because I publish something publicly.
Puzzling comment. Perhaps you should read the Terms of Service. User Content Transmitted Through the Site: With respect to the content or other materials you upload through the Site or share with other users or recipients (collectively, “User Content”), you represent and warrant that you own all right, title and interest in and to such User Content, including, without limitation, all copyrights and rights of publicit…
Hacker News “Who is Hiring?” top-level comments over time
91–100 of 126 posts
Re: Hacker News “Who is Hiring?” top-level comments over time
#92A reminder that all Hacker News posts and comments are available on BigQuery and can be queried for free: https://console.cloud.google.com/marketplace/details/y-combi... (the `full` table is up-to-date; ignore the others) Here's a query for a rough reproduction of what's asked in the title: WITH whoishiring_threads AS ( SELECT id FROM `bigquery-public-data.hacker_news.full` WHERE `by` = "whoishiring" AND REGEXP_CONTA…
> all Hacker News posts and comments are available on BigQuery and can be queried for free Good thing there aren’t any laws that regulate copyright or privacy, so datasets like this can be published without asking users for consent.
Re: Hacker News “Who is Hiring?” top-level comments over time
#93Re: Hacker News “Who is Hiring?” top-level comments over time
#94Uh, so, HN predicted the pandemic? :) Curious what's going on there.
Re: Hacker News “Who is Hiring?” top-level comments over time
#95I started and abandoned a little side project a while ago where I wanted to see which employers tended to have the exact same (or fuzzy-the-same) "Who's Hiring" post month after month. Goal would be to find some signal about which posts were actually resulting in hiring (in other words, the company didn't come back with the same posting) and which ones were just trawling for the same job month after month without act…
So while your idea is nice it wouldn't work because not every company lhas the same recruitment process, frontend or backend (visible to the candidate vs workable for the recruitment teams)
Re: Hacker News “Who is Hiring?” top-level comments over time
#96Earlier quoted context omitted.
Puzzling comment. Perhaps you should read the Terms of Service. User Content Transmitted Through the Site: With respect to the content or other materials you upload through the Site or share with other users or recipients (collectively, “User Content”), you represent and warrant that you own all right, title and interest in and to such User Content, including, without limitation, all copyrights and rights of publicit…
There are so many problems with that with regard to GDPR. It’s not even linked from the signup page, so I’ve never even been informed about it. I’ve never been given the option to consent or reject consent to anything. You also can’t just say it’s “irrevocable” and pretend like GDPR doesn’t apply.
Re: Hacker News “Who is Hiring?” top-level comments over time
#97Uh, so, HN predicted the pandemic? :) Curious what's going on there.
Before anyone in the West was aware of the virus, much less taking it seriously, information was leaking out around the East. Given how much connection there is between Silicon Valley and China, it's possible some tech companies were hearing non-specific dangers from their partners in the East. Or it could be entirely coincidental. Probably will never know for sure.
Re: Hacker News “Who is Hiring?” top-level comments over time
#98Earlier quoted context omitted.
There's no way the connection just sits idle and the worker can't serve other requests for the full timeout, right? That just sounds... Wrong. And is not consistent with load testing I've done before with a nginx setup
Apache will spawn a process (at least with pfork) and the process will wait for a keep alive connection to send a new req. Everything old is new again. Gotta tune it out.
Re: Hacker News “Who is Hiring?” top-level comments over time
#99Re: Hacker News “Who is Hiring?” top-level comments over time
#100Earlier quoted context omitted.
> all Hacker News posts and comments are available on BigQuery and can be queried for free Good thing there aren’t any laws that regulate copyright or privacy, so datasets like this can be published without asking users for consent.
I hope the downvotes are for the sarcasm, not the point expressed. But considering other threads about this have been flagged[1] I guess this topic is taboo. 1: https://news.ycombinator.com/item?id=20052076
A common sense approach would be to say that if someone in Europe chooses to submit their details to an entity based outside of Europe then that's just their choice to waive their rights to their data.
Lawyers and legislators might make arguments and talk about analogous laws and situations but that simple doesn't convince a lot of people. Hence you will get downvotes for saying something so common is illegal.
(As a side-note it's interesting that you personally choose to submit your copyrighted comments to HN given your knowledge of how you're losing effective control of your information.)