Viewing profile — proszkinasenne2
proszkinasenne2
HN member- Joined
- Mon, Oct 02, 2017, 10:48 AM UTC
- HN karma
- 474
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About proszkinasenne2
Recent public activity
-
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 …
-
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…
-
comment
Comment #44589508
"Was this helpful?" > "No" > "Why can't this bullshit can't be disabled globally?" > "Submit"
-
comment
Comment #40260533
Imperva with it's core product around blocking bots publishing statistics on how crowded platforms are with bots. ¯\_(ツ)_/¯
-
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…
-
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...
- story
-
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 …
- story
- story
-
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 …
-
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 …
- story
- comment
- comment
-
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…
-
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…
-
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…
-
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 …
-
comment
Comment #25702199
Agreed. I have changed the text, so that it is less confusing. Thank you for pointing this out!
-
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…
-
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…
-
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…
-
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 …
-
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; …