Live data from Hacker News

Viewing profile — jadell

jadell

HN member
Joined
Mon, Mar 19, 2012, 6:06 PM UTC
HN karma
887
Public activity
229 items

About jadell

No profile information was provided.

Recent public activity

  1. comment
    Comment #29131722

    For all intents and purposes, this isn't competitive data for them. There aren't really competitors in the space anyway, the barrier to entry is ridiculous. In fact, by law, operat…

  2. comment
    Comment #29131694

    Yes, we have. And no, they are not interested.

  3. comment
    Comment #29121099

    I run a large scraper farm against several large sites. They're not online shops, and we don't compete with them. But they do have hundreds of thousands of data points that we use …

  4. comment
    Comment #25752487

    Alternatively, in a tool that allows multiple channels, create a channel for the specific issue and invite the relevant people into it. The problem in the essay isn't chat rooms, i…

  5. comment
    Comment #25632880

    It's the gentrification cycle, and it's been going on for decades (perhaps centuries.) It's just now getting to smaller mid-sized cities in the US. - Some part of $City is a dirty,…

  6. comment
    Comment #25547964

    "Ardent detractors" aren't the people I'm talking about. I'm talking about bad faith actors who understand exactly what is harmful about their position and are choosing that positi…

  7. comment
    Comment #25540815

    This doesn't protect someone (or a whole society) from bad actors who know how to exploit the assumption of positive intent. This might work for arguing with Aunt Tillie at Thanksg…

  8. comment
    Comment #25540798

    Picking apart someone's belief through explaining their logical fallacies presupposes that they got to their belief through a logical process. "Reasoning will never make a Man corr…

  9. comment
    Comment #25497054

    I've had options at 3 companies that all went through some event. 1 - Company acquired after I left. I paid 3k for my shares when I left, made 3k net. Not bad. 2 - Company was self…

  10. comment
    Comment #25317983

    The House has shown the ability to pass it, which means that if the Dems can flip the Senate (using the GA election), then the House can pass it again next session and have it go t…

  11. comment
    Comment #25317940

    > The House represents the people. The Senate represents the state. That was the original thinking, but the 17th amendment turned the Senate into just another House of Representati…

  12. comment
    Comment #25317906

    To be fair, most minority and underserved communities back in the 80s and 90s wanted the Dems to take a tough on crime stance, which is why the Dems shifted that way. For example, …

  13. comment
    Comment #25317877

    That's not the modern Republican platform. Both major parties want stronger central government in some instances, and weaker in others. They just differ in which instances are whic…

  14. comment
    Comment #24877059

    In no way did I claim the massacre was an unfortunate oversight. In the case of the Interstate Highway System, it was legitimately the stated idea to go through Black neighborhoods…

  15. comment
    Comment #24876947

    I don't disagree with anything you said in your original comment. I was adding additional commentary that systemic racism isn't always overt acts of violent destruction. Many times…

  16. comment
    Comment #24876894

    "We need to build an interstate highway system, to modernize our logistical capacity and connect our commercial centers. But we need land in those cities, and all the prime real es…

  17. comment
    Comment #24724861

    Crazy how far into the plot they got before they were stopped. They tracked down her private homes, did surveillance and recon, acquired explosives and other equipment, and it all …

  18. comment
    Comment #24724826

    This was not a concocted plot by the FBI. These guys had a plan, did reconnaissance, acquired supplies. It's crazy how close they actually got before they were arrested, considerin…

  19. comment
    Comment #24508789

    Not to mention any medical devices you might have on or in you.

  20. comment
    Comment #24487440

    Does it not signal something, that in all of the publication's history, all the world events it has existed through, that now is the time they decide make an endorsement? Instead o…

  21. comment
    Comment #24300173

    We stop former felons from taking certain government jobs. There's no reason we can't do the same for current or former members of white supremacist organizations. You don't get to…

  22. comment
    Comment #24211474

    Using Proxy is key to a lot of bot detection avoidance. edit: Really like that repo! I use a lot of those techniques as well.

  23. comment
    Comment #24211456

    There are services that will solve captcha for you (including Google's) in "real-time", and with convenient APIs that allow for automation.

  24. comment
    Comment #24210444

    One day I will right an extensive post (or set of them) about using Puppeteer to bypass sites' anti-bot measures. It's a fascinating (and annoying) cat-and-mouse game. But at the e…

  25. comment
    Comment #24210370

    You don't need to poll the DOM yourself. Puppeteer's page.waitForSelector() does this for you. You can specify a timeout of how long to wait.