Viewing profile — zhfliz
zhfliz
HN member- Joined
- Tue, Apr 05, 2022, 7:29 PM UTC
- HN karma
- 125
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About zhfliz
No profile information was provided.
Recent public activity
-
comment
Comment #47052950
python has a number of these via pyupgrade, which are also included in ruff: https://docs.astral.sh/ruff/rules/#pyupgrade-up
-
comment
Comment #39161659
it should be noted that this is different on Chrome https://browserleaks.com/chrome
-
comment
Comment #38990032
it's free advertising
- comment
-
comment
Comment #37308652
> Some online streamers have been hacked as of late using AI models trained to steal their passwords using the sounds of them typing on their keyboards do you have any sources for …
-
comment
Comment #37191759
it might have changed recently but i have previously created accounts by providing trash mailer addresses during creation.
-
comment
Comment #37026668
at least in Germany it's not legal to require use of personal devices such as phones for your job.
-
comment
Comment #36932525
> No, as they never get loaded into the ssh binary and are external programs communicating over an interface. my understanding is that the same would apply if you use ykcs11 in the…
-
comment
Comment #36930200
are you extending this to the usage of yubikey-agent and ssh-tpm-agent as well? both variants, whether it's using a PKCS11 provider using a standardized interface, or using a compl…
-
comment
Comment #36926347
have you considered using ykcs11? ykcs11 allows you to use the native SSH agent (or even no agent at all for individual ssh invocations) with an ssh key on a yubikey using their pk…
-
comment
Comment #36919907
wow, didn't know about `ip --color`, that's awesome
-
comment
Comment #36848984
people don't care about false positives on CGNAT either, so not much difference to the IPv4 situation if you target /64s
-
comment
Comment #36344877
note that this is technically against their TOS if not using paid accounts: > One person or legal entity may maintain no more than one free Account (if you choose to control a mach…
-
comment
Comment #36280503
Quantum CA (brand, not operator)/HiCA still can't issue certs for domains they don't "control" by having RCE on the systems they point to. all CA requirements for validation still …
-
comment
Comment #36118764
you're free to decide who to do business with if you're not providing a core utility service. would you like to no longer receive water or electricity at your home because your uti…
-
comment
Comment #36118631
even though not explicitly, i have already answered your question. you should pass the transaction, as you should be in a neutral position. edit: to clarify, payment providers/proc…
-
comment
Comment #36118429
at best you suspect it, you don't know it unless you're on the sending or receiving side of the transaction. it shouldn't be my decision whether i want to allow the transaction, ev…
-
comment
Comment #36118301
you can also use it natively in non-browser applications. just the other day i've used it in a CLI application (which authenticated against web, but without real browser): https://…
-
comment
Comment #36118292
if you know about/suspect it you report it. how do you know with 100% certainty/due process that this is indeed the case and it's not just your ML algorithm going crazy? people can…
-
comment
Comment #36055663
while that may be useful to avoid dealing with torrents, many torrent clients support downloading only selected files from a torrent.
-
comment
Comment #36008439
webauthn can very much be used in a desktop application, you're just losing the phishing resistance factor, as the application can choose what to send as identifier, which includes…
-
comment
Comment #35368788
requiring a paid license for updates just leads to people not installing security updates.
-
comment
Comment #33966802
you can have some fun with nginx if you can identify on your backend whether the request is coming from a malicious source, e.g. with X-Accel-Limit-Rate
-
comment
Comment #33966758
I strip the referrer generally via https://wiki.mozilla.org/Security/Referrer , unfortunately it breaks a small number of sites very badly, such as web.archive.org and a few others…
-
comment
Comment #33777764
so they're trying to drive customers to those sites by making it even less desirable to not have automated solvers?