> The [Save Our Bacon] Act would stop any state or locality from regulating the sale of meat based on how it’s produced in another state.
Interesting to think about this adjacent to the current availability of mifespristone by mail debate. They're not identical, but to what extent do the laws of one state impact the lives of those who reside in another?
Yeah, that's kinda where I am. States (for now) have the right to regulate what's for sale on their shelves.
This is a case where "the customer is always right" applies. CA and others have passed legislation for what kind of pork they will buy. IA is not compelled by those laws to fill those orders and doesn't have to rebuild out a new supply chain.
They may need to retool some of it if they want to capture these clear market demands, but again... nobody is compelling them.
When you discover an exploit, only communicate with source (and pray they respond) or get sued. Seems like the position is customers and stakeholders shouldn't be allowed access to this information.
That's actually very common even with respected bug bounty programs. Communicating exploits to anyone else (let alone the general public) will at the very least make you ineligible for rewards.
Idk, if bots ate hammering your server then setup rate limits. If you have content that you don't want others to have access to, don't serve it with a webserver.
I used to just start giving any IP downloading way too much a redirect to multi-tb NASA images. This was a long time ago but it was surprisingly how many would follow redirects and never time out. Wouldn't see a request again for hours and then its right back to downloading a new part of the sky.
Those images also used to crash all the early GUI irc and chat clients that showed inline images without size checks...
How were you tracking each IP address's data usage? Did you parse the logs every request? Store usage in a database? At the application or webserver level?
Webalayzer! I'm not sure there were really any other options at the time other than writing your own. Parsed the apache logs and gave you pretty detailed results and you could see the usage (in kb, which tells you how long ago this was!) broken down by date and IP.
Once you added a redirect rule for the IP to apache you'd just check your log and see the IP that was hitting you every couple of minutes poofed for a good few hours.
This. What even is the point of blocking scapers if Google consumes your content anyway and serves it as an AI answer?
These are sad times we're living as far as openness of the web goes. People would have less of a scraping problem if their websites didn't ship with 20MB of JS.
There is something to be said for "one way indexes."
Imagine you run a company register for a local government. You want to let people look up companies by their registration number (which they must disclose in all communications to you) to see if they're legit and whether any warnings have been raised against them. You don't want unscrupulous marketers to just be able to `SELECT * FROM companies WHERE type='nail_salon' AND city='london'`.
If you aren't super strict about scraping, some shadowy business in Neverland, completely unconcerned with following your laws, will build that database.
> Imagine you run a company register for a local government.
Is this data not public for some reason? I think it will not hurt if there are multiple copies spread between public offices and private companies. What really hurts is a private company hammering your webserver for their own profit. They should get their own copy.
If the purpose of the index is to allow people to lookup registration and warnings, probably just serve the list. This is public information and doesn't need to be gated. CSV header could be:
I have blocked several Asian countries because their IP ranges kept sending stupid scrapers that repeatedly downloaded the same image with a made-up query, bursting through the basic cache setup. Now a billion or so people can't acces my server.
Rate limits didn't work because they kept rotating IP addresses.
I'm pretty sure Turnstyle would allow more people through than my current solution, but this was quick and easy. I expect to have to ban more ASNs from other countries in the future but the worst bots are now gone.
Probably going to get some winces for this but I do everything with flat files. Maybe my data aren't massive enough, but I mean I can do the relational thing by just having these metadata in some column, and returning rows that contain my desired information in these columns. Even if the file were too big to fit into memory one could just subset chunks of it and chew through. All this can be done with no dependencies, just base libraries of a lot of languages.
IMO flat files is a cromulent solution for a subset of the entire database space. "Everything" is too broad for me but different strokes for different folks. Happy dataing.
I don't think I've got a push notification in awhile. Few months ago I switched to Lineageos and started using the web browser instead of apps. It's peaceful.
I still get notifications (SMS, email, calendar, etc) but nothing pushed
In the US, median homeowner tenure is about 12 years. If the local price-to-rent ratio is high, (greater NYC metro for example) then you may have to stay 20 years to come out ahead financially. In a case like that, renting can be a very attractive strategy for building wealth.
It's more complicated than that. If you sell-to-buy then the tenure only affects the costs related to the purchase itself. I suspect many homeowners live in a house they own for much more than 20 years. I've owned since 2007, but my mean tenure is less than 12 years since I moved.
I've used gmail for corpo email since, but I don't have a choice there.
reply