Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
katee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
katee
5mo ago
Project Debug | General Engineer | Singapore (HYBRID) | Full-time | debug.com Project Debug raises, sorts by sex, and releases millions of (non-biting) male mosquitoes in Singapore to reduce the local mosquito population and prevent the spr
2.
▲
by
katee
7mo ago
E11 bio recently released https://www.biorxiv.org/content/10.1101/2025.09.26.678648v1.... There’s an animated version at https://www.e11.bio/ and the dataset is publicly available: https:/&#
3.
▲
by
katee
3y ago
Are you sure it was really a Chase representative on the phone with you? It’s sometimes possible to cause an account to be locked without being able to log in by doing too many login attempts.
4.
▲
by
katee
5y ago
[I know this is tangentially related to your point] Do you have a source on "leather cows"? My understanding is that cow leather is nearly entirely a by-product of beef and dairy cows.
5.
▲
by
katee
6y ago
Oh definitely! Doing high pressure practice in preparation for my last round of interviews definitely helped, and that round resulted in multiple FAANG offers. VC interviews also seem very high pressure! I've met folks making funding d
6.
▲
by
katee
6y ago
I'm feel very lucky to have gotten my first "programming job" without a technical interview (it was an unpaid high-school internship that I turned into a programming job, and eventually became full-time after I was old enough
7.
▲
by
katee
6y ago
Tools like this are extremely necessary and important. I think that platforms (Twitter, Reddit, etc) don't have a real incentive to build out powerful tools to stop this stuff. If you aren't detecting that comments are noxious gar
8.
▲
by
katee
9y ago
test
9.
▲
by
katee
9y ago
Huh, I've tested on a bunch of devices/connections and haven't encountered that. Do you know what causes AMP to be that slow for you? I'll take a look at serving non-AMP pages by default. It will require tweaking how ima
10.
▲
by
katee
9y ago
You can't make a valid recursive tree without a pre-image attack against SHA1. However `git` doesn't actually verify the SHA1s when it does most commands. If you make a recursive tree and try `git status` it will segfault because
11.
▲
Return to the Source
(cipht.net)
42 points
by
katee
9y ago
|
4 comments
12.
▲
Strange Hash Instances in Ruby
(kate.io)
1 points
by
katee
9y ago
|
0 comments
13.
▲
Recursive Filesystem Entries
(blog.wesleyac.com)
29 points
by
katee
9y ago
|
4 comments
14.
▲
by
katee
9y ago
This is super neat! If it weren't for the FAT limitations you could make one of those SD cards that fake their capacity actually "contain" a file as big as the misreported capacity.
15.
▲
by
katee
9y ago
I'm glad you and squeaky-clean wrote these comments. When I was experimenting in the Python REPL, I was confused by the last line here: >>> 100 is 100 True >>> (10 ** 2) is (10 ** 2) True >>
16.
▲
by
katee
13y ago
That's really cool! I used the web audio stuff to get real time audio data for interactive visualizations when I did a 5 minute demo of quietnet, the code is available (but might be a pain to get running): https://github.com
17.
▲
by
katee
13y ago
It actually works much better when sending an receiving on the same computer. It's not as fun though.
18.
▲
by
katee
13y ago
It's definitely a toy and a bit dodgy. I wrote up some instructions over here: https://github.com/Katee/quietnet/issues/3#issuecomment-3187... Basically I only every worked on this until it was at the po
19.
▲
by
katee
13y ago
Definitely in no way a unique idea. Also that article is awesome.