proszkinasenne2 | 5 months ago | on: Django 6.0 alpha 1 released
proszkinasenne2's comments
proszkinasenne2 | 5 months ago | on: Django 6.0 alpha 1 released
> 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 must be handled by infrastructure outside Django, such as a separate process or service.
You'll likely still need an actual backend, task runner, cache implementation with a backend etc.
proszkinasenne2 | 8 months ago | on: Watch videos in your preferred language
proszkinasenne2 | 1 year ago | on: Humans now share the web equally with bots
proszkinasenne2 | 3 years ago | on: Chromium based browsers leak user local IP via WebRTC foundation attribute
[1] https://chrome.google.com/webstore/detail/webrtc-network-lim...
proszkinasenne2 | 3 years ago | on: Chromium based browsers leak user local IP via WebRTC foundation attribute
proszkinasenne2 | 4 years ago | on: Ask HN: Can web scraping be the basis of a viable business model?
Recently, there is a boom of "anti-bot" services. These are essentially SaaS businesses that "protect" websites from being scraped by automated software. As you onboard the first customer who wants to extract data from a bot-protected website, you are going to run into an unlimited waterfall of stupid troubles. Your bots will be blocked, will consume excessive amount of data, kill your CPU/GPU performance.
I have shared some highlights on how to bypass these recently on HN [1], but it is sadly only the tip of the iceberg. On the other hand, since the post has been featured on HN I have been reached by more than 50 companies and individuals whose business operating model is based solely on data extraction/automated scraping. These are (in my opinion) successful companies, and two out of these are part of YC.
proszkinasenne2 | 5 years ago | on: Ask HN: How will Google track users once 3rd party cookies are blocked?
https://www.google.com/amp/s/blog.google/products/ads-commer...
As well as there is plenty of techniques allowing device fingerprinting that Google (might) use.
proszkinasenne2 | 5 years ago | on: Bromite: A Privacy-Enhanced Chromium Fork for Android
Some parts of Chromium seem to be intentionally exposing fingerprinting surfaces and, because its changing quickly with new features and addons, keeping up with patches like Bromite does is incredibly challenging task
proszkinasenne2 | 5 years ago | on: Ask HN: Why do people use Puppeteer for webscraping instead of SaaS services?
proszkinasenne2 | 5 years ago | on: Ask HN: Why do people use Puppeteer for webscraping instead of SaaS services?
proszkinasenne2 | 5 years ago | on: Show HN: Cloakbits - Headless web scraping with bypass for anti-bot WAFs
proszkinasenne2 | 5 years ago | on: Show HN: Cloakbits - Headless web scraping with bypass for anti-bot WAFs
proszkinasenne2 | 6 years ago | on: Launch HN: Motion (YC W20) – defense against online distractions and addictions
We make life easier with things like: - versioning, - packaging extensions for different extension galleries, - collecting payments, - gathering analytics (extension views, installations etc.).
Ping me at [email protected] if interested.
proszkinasenne2 | 6 years ago | on: uBlock Origin 1.20
if ( self.browser instanceof Object ) { self.chrome = self.browser; } else { self.browser = self.chrome; }
Instead of using a polyfill like that one https://github.com/mozilla/webextension-polyfill?
proszkinasenne2 | 6 years ago | on: Ask HN: A tool/SaaS to manage employee access/accounts in one place
Rippling [1] calls it "provisioning/de-provisioning" and that's exactly what I am looking for (maybe with periodical checks to make sure we remove contractors permissions once their job is done) with the exception that I don't want to set up a new HR system just to get this feature.
[1] - https://www.rippling.com/provisioning-de-provisioning/
proszkinasenne2 | 6 years ago | on: Ask HN: A tool/SaaS to manage employee access/accounts in one place
proszkinasenne2 | 6 years ago | on: Ask HN: A tool/SaaS to manage employee access/accounts in one place
Github is in charge of a tech team lead, Slack is someone else. Once an employee leaves, I want to make sure access is limited accordingly. Sending a bunch of emails and coordinating, then double-checking is the worst nightmare. If the # of services you use is 5 it's all good. If you use >5 you have to check each individually every employee sign-off.
We once had an ex-employee receiving Github updates two years after he left us.
proszkinasenne2 | 7 years ago | on: Show HN: Quickly find quality remote developers from Eastern Europe
The idea is great and I myself have seen too many people in DACH regions overpaying for local developers because they don’t have trust to “unreliable remote eastern European freelancers”.
It would be awesome if you provide some case studies on how you helped some big names (apart from saying that Google trusts your guys).
proszkinasenne2 | 7 years ago | on: Show HN: Coffee Chat – Trade your expertise
Speaking to people with domain expertise willing to use their time to help you is an invaluable experience. A short 10-15 minutes talk can save hours or days or researching, experiments, proving yourself wrong.
Good luck!
PS. Tried to reach you at [email protected], but got:
554 5.7.1 <[email protected]>: Recipient address rejected: this address does not exist
[1] https://github.com/django/django/blob/main/django/tasks/base... [2] https://github.com/django/django/blob/main/django/tasks/back...