Viewing profile — Firefishy
Firefishy
HN member- Joined
- Fri, Aug 23, 2013, 6:54 PM UTC
- HN karma
- 122
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About Firefishy
Recent public activity
-
comment
Comment #46800186
Disclosure: I am part of the mostly volunteer run OpenStreetMap ops team. Technically we able to block and restrict the scrapers after the initial request from an IP. We've seen 40…
-
comment
Comment #46800113
Disclosure: I am part of the OpenStreetMap mostly-volunteer sysadmin team fighting this. The scrapers try hard to make themselves look like valid browsers, sending requests via res…
-
comment
Comment #45289510
OpenStreetMap Slack https://slack.openstreetmap.us/ was forced to downgraded to the free edition earlier this year for similar reasons.
-
comment
Comment #43856201
I help to run the OpenStreetMap infrastructure, and for many years the OSUOSL has generously hosted some of our servers. Without OSUOSL OpenStreetMap would be more difficult to hos…
-
comment
Comment #42961919
https://protectli.com/ Good quality devices. Real serial consoles to allow recovery when you make a networking configuration mistake ;-)
-
comment
Comment #42911311
Raspberry Pi's "Making a More Resilient File System" document https://pip.raspberrypi.com/categories/685-app-notes-guides-... has instructions on how to configure the eMMC on the C…
-
comment
Comment #42443330
OpenStreetMap is now back up and running :-)
-
comment
Comment #42186449
The new stack has some unique feature like the vector tiles being minutely updated directly from OSM mapping changes. There are still issues to fix as it is still only a technical …
-
comment
Comment #42186298
We don't offer 2x raster tiles because we simply don't have the resources to do it while keeping the tiles minutely updated and open access. We serve around 60k req/sec on a tiny d…
-
comment
Comment #41113204
OP here. The toot was my sarcastic response after having to rate-limit and block another set of abusive scrapers aggressively hitting our website and mapping API. robots.txt be dam…
-
comment
Comment #41113100
Our data is already publish via torrent, see https://planet.openstreetmap.org Our data, including minutely updates is available via public S3 buckets (EU & US) supported by the AWS…
-
comment
Comment #41113055
We publish a live stream of minutely updated OpenStreetMap data in ready do digest form on https://planet.openstreetmap.org/ and S3. Scraping of our data still happens. Our S3 buck…
-
comment
Comment #33201180
FYI: https://github.com/mchehab/rasdaemon (replaced mcelog) is the daemon for watching for these ECC and other kernel reported "Reliability, Availability and Serviceability" errors…
-
comment
Comment #29344525
Sub-domain takeover attack. The sub-domain was CNAME'ed to a S3 bucket and the S3 bucket had likely been deleted. The porn purveyor, re-created a new S3 bucket with pr0n. A scanner…
- comment
-
comment
Comment #27048323
Wikipedia updates pending ;-)
-
comment
Comment #17879874
The vandalism was reverted in 2 hours over 20 days ago. If Mapbox had stayed current with the diffs we publish, the vandalism would have been gone in a blink.
-
comment
Comment #17879848
Yes, here is the changelog: https://www.openstreetmap.org/changeset/61555047?node_page=3
-
comment
Comment #17879823
Correct. The vandalism was reverted within 2 hours and a data update publish a minute or 2 later. Mapbox import the original vandalism change only today for some reason and there s…
-
comment
Comment #14307855
Pretoria was mostly mapped by a single mapper very early in the project. There wasn't high quality aerial imagery available when he literally cycled every street in Pretoria. Becau…
-
comment
Comment #13172491
And the Plantronics BackBeat PRO headphones: http://www.plantronics.com/uk/product/backbeat-pro
-
comment
Comment #13117839
I hope I am mistaken... It is far from clear as an outsider. But the 10% or 3% limit respectively is per TAG (handle). HostEurope have multiple tags (HOSTEUROPE, 123-REG, WEBFUSION…
-
comment
Comment #13117128
This isn't good news for the .uk domain space. Nominet (who run the .uk ccTLD) allocate votes proportionally to registrars based on how many domains they have registered. [1] GoDad…
-
comment
Comment #12965356
It disables some of the network card's hardware offloading. Some have occasional faults, as low as every 4TB of data. The corrupt packets has valid TCP CRC. Commonly first spotted …
-
comment
Comment #12963869
Seeing random data corruption over network, try: /sbin/ethtool -K ethX gso off tso off sg off gro off udev rule something like: SUBSYSTEM=="net", ACTION=="add", ATTRS{vendor}=="0x8…