Viewing profile — bradleyjkemp
bradleyjkemp
HN member- Joined
- Thu, Dec 21, 2017, 5:31 PM UTC
- HN karma
- 279
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About bradleyjkemp
[ my public key: https://keybase.io/bradleyjkemp; my proof: https://keybase.io/bradleyjkemp/sigs/KwwyqILJIyQV_L29WmWq8humB4VZlXA8abkWbzBNNm0 ]
Recent public activity
-
comment
Comment #46574362
I'd like to see some examples of before/after code samples which have the same hash. I can see this will be tolerant of simple renames, but seems unlikely this hash will survive an…
-
comment
Comment #43897965
I believe this is another case of abusing GitHub for visibility, not actually doing anything meaningful open source The code in the repo just seems to be connection code ("provides…
-
comment
Comment #43041717
Oh some of them definitely use a real reCAPTCHA, hCAPTCHA, or Turnstile widget. It actually useful sometimes to track the same API key being used across multiple different domains …
-
comment
Comment #43041554
It's really common now for phishing kits to use interstitial pages that require solving a captcha before the actual phishing content is shown Victims just click through the captcha…
-
comment
Comment #42192073
A typo I think, should be BM25F. From Wikipedia: > BM25F (or the BM25 model with Extension to Multiple Weighted Fields) is a modification of BM25 in which the document is considere…
-
comment
Comment #40142041
Cool! Have you run this against a corpus of known ransomware samples to see how well it performs?
-
comment
Comment #39495406
Appears the blogpost text is from a LinkedIn post (where the hashtags are clickable): https://www.linkedin.com/posts/zayarni_qdrant-summer-of-code... Nothing more interesting than …
- story
- story
-
comment
Comment #36745193
If you've got a load balancer (like Caddy) in front of your pods you can configure it to hold requests while the new pod comes up: https://twitter.com/bradleyjkemp/status/148675636…
- story
- story
- story
- story
- story
- story
-
comment
Comment #31218336
May want to double check that: domain data shows it was only registered today about an hour ago: https://client.rdap.org/?type=domain&object=doctree.dev It was definitely available…
-
comment
Comment #31217682
And it's not just DNS issues. The domain doesn't even seem to be registered: it's available for purchase... edit: No longer! Hopefully someone benevolent picked it up
-
comment
Comment #31125306
Ah neat, yeah that's exactly what I need, thanks!
-
comment
Comment #31124582
Oh, 100% I need some more docs on the page: it's definitely not foolproof. From my testing, it works even if the window is in the background somewhere but generally it stops workin…
-
comment
Comment #31124472
Yup, that's my bad CSS I'm afraid. https://bulma.io explicitly resets the color of tags inside a hero, so I need to figure out how to stop/override that
-
story
Show HN: Prevent your computer sleeping with just a webpage
There's often times I want to prevent a computer/laptop/VM from sleeping and while, yes, there's various Caffeine/Amphetamine apps they're often overkill. Instead, this small (12Kb…
-
comment
Comment #31070763
I think this is "zero day" in the sense of no patch is available, not in the sense of skipping responsible disclosure. This has a CVE number allocated (CVE-2022-29072) and the READ…
-
comment
Comment #29850850
Good sentiment but so so tricky to get the wording right. You've got to write a sentence so perfect the fraudster can't pervert it or persuade the victim to ignore it. For your exa…
-
comment
Comment #29850172
Defense in depth is a worthy goal though You'll never get 100% of people remembering that advice 100% of the time. So how do you mitigate the situation when they forget?