HackerTrans
TopNewTrendsCommentsPastAskShowJobs

db3pt0

no profile record

comments

db3pt0
·vor 2 Jahren·discuss
Ah, this is a nice find! I've used Santa[1] to accomplish this with a silent block, which always felt like overkill when I was using it for solely that purpose.

1. https://github.com/google/santa
db3pt0
·vor 3 Jahren·discuss
A glucose tablet and a glucagon shot can both be used in emergencies, but they are best used to treat different levels of emergencies. You can take a glucose tablet if you're coherent and conscious, but when you're incoherent or passed out from a severe hypoglycemia, someone else administering a glucagon shot is a lot easier and safer.
db3pt0
·vor 3 Jahren·discuss
> In many cases they are already syncing a copy of your passwords.

No, that gets them the full way there. They have your 2FA codes, and if you use Chrome and opt into it syncing passwords for you (passwords.google.com), this gives them both pieces of the puzzle.
db3pt0
·vor 4 Jahren·discuss
Not only should telemetry be optional, but a failure to send it should not result in the application refusing to run¹. With a host-level block of PostHog, the server crashes with:

Post "https://app.posthog.com/capture/": dial tcp x.x.x.x:443: connect: connection refused

1: https://github.com/slashbaseide/slashbase/blob/a7cb7871b07a9...