Live data from Hacker News

Viewing profile — proszkinasenne2

proszkinasenne2

HN member
Joined
Mon, Oct 02, 2017, 10:48 AM UTC
HN karma
474
Public activity
35 items

About proszkinasenne2

niespodd@protonmail.ch

Recent public activity

  1. comment
    Comment #45290898

    Based on the current state of affairs [1] you may get more structure around tasks in the app (or django packages running tasks) which is probably a nice thing. Other than that you …

  2. comment
    Comment #45290835

    Seems like... not really. > Django’s new Tasks framework makes it easy to define and enqueue such work. It does not provide a worker mechanism to run Tasks. The actual execution mu…

  3. comment
    Comment #44589508

    "Was this helpful?" > "No" > "Why can't this bullshit can't be disabled globally?" > "Submit"

  4. comment
    Comment #40260533

    Imperva with it's core product around blocking bots publishing statistics on how crowded platforms are with bots. ¯\_(ツ)_/¯

  5. comment
    Comment #33329737

    In Chrome/Chromium there is a WebRTC Network Limiter [1] extension that let you set "Use only my default public IP address" policy and render the method I presented ineffective. [1…

  6. comment
    Comment #33328078

    It's both security and privacy issue. Whonix wiki explains the latter in more detail https://www.whonix.org/wiki/Data_Collection_Techniques#:~:te...

  7. story
  8. comment
    Comment #29610363

    Sure, it can be! Also, as some people have already pointed out, this is often a gray area where people go beyond violating ToS. Some good examples are privacy violations (scraping …

  9. story
  10. story
  11. comment
    Comment #26412561

    - Trust Token API to verify whether you are a bot or not - Federated Learning of Cohorts (FLoC) https://www.google.com/amp/s/blog.google/products/ads-commer... As well as there is …

  12. comment
    Comment #26137046

    Anything based on Chromium is vulnerable to all specialised fingerprinting techniques such as this one https://niespodd.github.io/persistent-tracking-shader-cache/ and many others …

  13. story
  14. comment
  15. comment
  16. story
    Show HN: Secure cloud phone on your phone to protect your data

    A remote cloud-based secure phone that doesn't leak your private data because it's not running in your phone. Hi everyone! As a side project I have created something that I would l…

  17. comment
    Comment #25838828

    I thought about it too but when you consider cost of running headless Puppeteer (lets say on AWS) and the cost of a good proxy that is charged per GB its often as expensive (if not…

  18. comment
    Comment #25838767

    That's true when it's a one-time job: pull the data and disappear. I also see how this is the case for most freelancers on Fiverr or Freelancer. This is the tool they know, so they…

  19. story
    Ask HN: Why do people use Puppeteer for webscraping instead of SaaS services?

    Hi HN As in the title, I am wondering what are the reasons anyone would use Puppeteer/Selenium/other-browser-emu for web scraping if there are already tens if not hundreds of SaaS …

  20. comment
    Comment #25702199

    Agreed. I have changed the text, so that it is less confusing. Thank you for pointing this out!

  21. comment
    Comment #25701396

    @jjgreen I am genuinely interested what are the existing solutions and how people deal with the problem. This is why it's "Ask HN". If there is none and someone would be interested…

  22. story
    Show HN: Cloakbits - Headless web scraping with bypass for anti-bot WAFs

    There is a growing number of companies offering anti-bot protection SaaS to protect websites from scraping by automated bots based on Puppeteer/Selenium. Most of them rely on brows…

  23. comment
    Comment #22349706

    @qiyuxuan96 Hi there. I am developing a cross-browser extension development/deployment SaaS. Would you be interested in hearing more? We make life easier with things like: - versio…

  24. story
    Ask HN: What do you use to facilitate creating browser extensions?

    Hi, I'm building a web extension for social media automation and I try to find tools/platforms to get my product quicker to marketplaces like Chrome, Firefox, Safari, IE extension …

  25. comment
    Comment #20200604

    Is there a good short answer for why uBlock is using constructs like this: if ( self.browser instanceof Object ) { self.chrome = self.browser; } else { self.browser = self.chrome; …