jakejarvis | 6 years ago | on: GitHub is down
jakejarvis's comments
jakejarvis | 6 years ago | on: GitHub is down
jakejarvis | 6 years ago | on: The Washington Post is preparing for post-cookie ad targeting
0 = never send the header
1 = send the header only when clicking on links and similar elements
2 = (default) send on all requests (e.g. images, links, etc.)
If you want more granular control (like sending referrers but only the root of the domain) all of the various network.http.referer flags for Firefox are listed here:https://wiki.mozilla.org/Security/Referrer
Doesn't have a few of the features that your extension has, but it's done the trick for me!
jakejarvis | 6 years ago | on: HTTP Security Headers – A Complete Guide
If anyone's interested, I wrote a guide a while ago on adding these headers via Cloudflare Workers, which can be helpful if you're hosting a static site on S3, GitHub Pages, etc. where you can't add these headers directly:
jakejarvis | 6 years ago | on: Firefox to Warn When Saved Logins Are Found in Data Breaches
The mechanics behind the v2 API (using k-anonymity with hashes [1]) are pretty interesting too. Troy has clearly put a lot of thought and time into what started as a pet project a few years ago and should be infinitely commended!
[0] https://blog.1password.com/finding-pwned-passwords-with-1pas...
[1] https://www.troyhunt.com/ive-just-launched-pwned-passwords-v...
jakejarvis | 6 years ago | on: How to Find Hidden Cameras in Your Airbnb
A personal spy cam in a rental home is bad enough, but the fact that there are so many open to the world (and therefore indexed on Shodan) makes it infinitely worse.
jakejarvis | 6 years ago | on: Details of the Cloudflare outage on July 2, 2019
jakejarvis | 6 years ago | on: Details of the Cloudflare outage on July 2, 2019
My main fright during this outage wasn't really the outage itself, but the fact that I couldn't log into the dashboard and simply click the orange cloud to bypass Cloudflare in the meantime. I'm assuming that this is now covered by this mitigation:
>> 6. Putting in place an emergency ability to take the Cloudflare Dashboard and API off Cloudflare's edge.
If so, and if this would have prevented the dashboard outage even during the WAF fiasco, this is a huge comfort to me. Just curious, though: how far can you really go in separating Cloudflare "the interface" from Cloudflare "the network?"
And in general, what does everyone on HN think about mission-critical companies using their own infrastructure and being their own customer? Especially when the alternative is using a competitor?
jakejarvis | 6 years ago | on: How iOS 13 redraws your eyes so you're looking at the camera
I'm certainly not defending this trend and I think it's incredibly unhealthy — especially for the average teenager who's already naturally self-conscious about their appearances. But a minor eye correction will be peanuts in the eyes of this crowd (no pun intended) compared to the amount of processing that most of their Instagram and Snapchat photos go through before being uploaded.
[0] https://www.theguardian.com/media/2018/mar/09/facetune-photo...
[1] https://abcnews.go.com/GMA/Living/photo-retouching-apps-affe...
jakejarvis | 6 years ago | on: I was seven words away from being spear-phished
Out of ~20,000 students and ~10,000 staff, they only needed to get lucky once, unfortunately.
jakejarvis | 6 years ago | on: I was seven words away from being spear-phished
https://techcommunity.microsoft.com/t5/Windows-Kernel-Intern...
jakejarvis | 6 years ago | on: The Toyota Way
https://abcnews.go.com/International/us-officials-isis-toyot...
jakejarvis | 6 years ago | on: The Toyota Way
Top Gear did an episode [0] trying to destroy a Toyota Hilux (similar to the Land Cruiser) and literally couldn't, which explains why it's so popular with terrorists. It's a worthwhile watch if you want to see truck survive after being drowned in water, fire, and the rubble of a demolished skyscraper. Say what you want about Toyotas, but that's quite the engineering feat in my opinion!
jakejarvis | 6 years ago | on: Route Leak Impacting Cloudflare
jakejarvis | 6 years ago | on: BonziBuddy
But not as bad as when I tried to delete C:\Windows before it would try to stop you. (For science, of course.)
jakejarvis | 6 years ago | on: How to Automatically Backup a Linux VPS to a Separate Cloud Storage Service
jakejarvis | 6 years ago | on: How to Automatically Backup a Linux VPS to a Separate Cloud Storage Service
In that case, it does become as simple as just copying files elsewhere. (For example, using the Restic steps in my post to backup a folder of hourly database dumps, like you mentioned.) Replicating databases (and other methods made specifically for DBs) is certainly a much, much better route for mission-critical and/or enterprise data.
Covering every permutation of different types of data to backup would have made a long post much longer, but I'll add writing a part two to my to-do list covering rudimentary database backups since that has been brought up here a few times.
Thanks for the feedback! :)
jakejarvis | 6 years ago | on: How to Automatically Backup a Linux VPS to a Separate Cloud Storage Service
In theory, you need to be ready to literally delete every container at any time and pull them from scratch and be 100% fine, since all of your actual data should be stored on the host and mounted as Docker volumes [0]. It's a good Doomsday test if you're looking for one. ;)
jakejarvis | 6 years ago | on: How does Apple privately find offline devices?
So yup, sounds like they’ve either resorted to stripping them for parts or selling them whole (and still firmware-locked) to innocent buyers in places where you’d have practically no legal recourse — who then become victims to the theft as well, ironically. And by then, of course, you’ve likely had a new phone for long enough to not lose much sleep over it.
jakejarvis | 6 years ago | on: Tell HN: Archive.is inaccessible via Cloudflare DNS (1.1.1.1)
I hesitate to compare this to Apple calling themselves “courageous” when removing the headphone jack, but in this case, I think the word is appropriate. I’ll happily stand behind you guys if you take some PR hits while forcing the rest of the industry to make DNS safer – since it is understandable, admittedly, for users to conclude that “Cloudflare is blocking websites, sound the alarms!” at first glance.