Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
juxhindb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Building certgrep.sh: a free CT search engine
(haveibeensquatted.com)
5 points
by
juxhindb
27d ago
|
1 comments
2.
▲
Diesel Vortex: Inside the Russian cybercrime group targeting US and EU freight
(haveibeensquatted.com)
4 points
by
juxhindb
7mo ago
|
1 comments
3.
▲
Show HN: certgrep – The Certificate Transparency Search Engine
(certgrep.sh)
3 points
by
juxhindb
9mo ago
|
0 comments
4.
▲
by
juxhindb
1y ago
One fun assignment at Oxford's Comp. Sci. department was solving Mastermind in Haskell using minmax. Knuth has a particularly fun paper on it in fact - https://www.cs.uni.edu/~wallingf/teaching/cs3530/res
5.
▲
by
juxhindb
1y ago
Honestly using something like haveibeensquatted would catch _so_ many of these, including ability to submit takedowns.
6.
▲
by
juxhindb
1y ago
> Really, think about it. How often do you see somebody inexperienced use ifs instead of a switch? This pattern is common enough for most compilers to recognize, and more importantly, optimize it. This made me chuckle. Playing dumb so th
7.
▲
In the trenches: on being an Engineering Manager
(blog.digital-horror.com)
82 points
by
juxhindb
2y ago
|
49 comments
8.
▲
by
juxhindb
2y ago
Likely creating child tables for the various chunks that kick in periodically (e.g., depending on your hypertable chunking policy). Used to hit these all the time, quite annoying.
9.
▲
by
juxhindb
3y ago
Definitely looks cool! I look forward to trying it on Linux down the road with Berkeley Mono font.
10.
▲
by
juxhindb
3y ago
Oh god we can’t unsee it now. Was meant to be someone “squatting”. This comment is getting framed
11.
▲
by
juxhindb
3y ago
Thank you! > so you'd permutate the input domain and then query DNS? Correct, we're running on resource-constrained lambdas right now and hoping to have some breathing room to expand on this soon. We want this to be the most ac
12.
▲
Show HN: Have I Been Squatted? — Check if your domain has been typosquatted
(haveibeensquatted.com)
22 points
by
juxhindb
3y ago
|
10 comments
13.
▲
by
juxhindb
3y ago
Hi HN, I invite all of you to try out Have I Been Squatted. Around a year ago we shared an alpha project called Have I Been Squatted, a small free tool for users to generate and understand their domain’s security posture with regards to typ
14.
▲
by
juxhindb
3y ago
Agreed. We had solved it at PhishDeck back in the day through the use of multiple projects, i.e., Platform Production, Platform Staging, Tooling Production, Tooling Staging etc. Still not ideal, but it minimised security risk and kept thing
15.
▲
by
juxhindb
4y ago
Yes it does, you can take a peak into the internals over here - https://github.com/JuxhinDB/twistrs/blob/3b20ed48c0c567a72d8...
16.
▲
by
juxhindb
4y ago
Not yet but adding it to the list of ideas to implement as we add more heuristics to the tool, thank you!
17.
▲
by
juxhindb
4y ago
Hey folks, I'm the co-author of the project. I wasn't aware that this was posted on Hackernews which in fact explains the absolute explosion of traffic that has been coming through! Here's a re-post from my original Reddit po
18.
▲
by
juxhindb
5y ago
An extension to this infact is the following - https://github.com/llvm-mirror/llvm/blob/f36485f7ac2a8d72ad0... So the original user's comment might infact get detected by this and get optimised down to u
19.
▲
by
juxhindb
5y ago
In fact that is one of the follow-ups I want to have out of this. Have architecture-specific optimisations (popcnt on x86) either manually through something like the `asm` crate, or by having a simpler algorithm that the compiler can optimi
20.
▲
by
juxhindb
5y ago
Thanks for sharing that, love the simplicity behind it which is more intuitive than the example I had gone with. I think the reason why I chose that particular one was to show how thinking about a problem from an entirely different angle ca
21.
▲
Rediscovering Hamming Code
(blog.digital-horror.com)
52 points
by
juxhindb
5y ago
|
6 comments
22.
▲
Engineering a real-time phishing simulation proxy in Rust
(phishdeck.com)
4 points
by
juxhindb
6y ago
|
0 comments