HackerTrans
TopNewTrendsCommentsPastAskShowJobs

logannyeMD

no profile record

Submissions

AlphaGenome

github.com
2 points·by logannyeMD·6 miesięcy temu·0 comments

Jensen Huang on the Joe Rogan Experience [video]

youtube.com
16 points·by logannyeMD·7 miesięcy temu·4 comments

Pope Leo XIV: "AI and Medicine: The Challenge of Human Dignity"

vatican.va
7 points·by logannyeMD·8 miesięcy temu·0 comments

Show HN: I made an open-source Rust program for memory-efficient genomics

github.com
17 points·by logannyeMD·8 miesięcy temu·0 comments

Show HN: An ETL engine with hard memory guarantees

github.com
2 points·by logannyeMD·8 miesięcy temu·0 comments

Clay Mathematics Institute: Status of P vs. NP [video]

youtube.com
4 points·by logannyeMD·9 miesięcy temu·0 comments

Nvidia Passes $5T Mark

cnbc.com
3 points·by logannyeMD·9 miesięcy temu·0 comments

I built a Texas Hold 'Em practice app after sucking at it during SF Tech Week

holdem-coach.com
1 points·by logannyeMD·9 miesięcy temu·1 comments

Quadratic memory reductions for Zero-knowledge Proofs

github.com
76 points·by logannyeMD·10 miesięcy temu·23 comments

comments

logannyeMD
·w zeszłym miesiącu·discuss
No question, really - just wanted to say thanks for evangelizing this topic. I'm originally a medical doctor who converted to the ways of computer science, now a founder in the bio space. One thing I've consistently wrestled with is how to structurally defend our company's ability to "first, do no harm." I think the misguided incentives you raise warning about are also the primary reason for the defects we see in our (American) healthcare system today, particularly with the grievances toward big pharma and the insurance industry. So I was pumped watching your interview with Garry a few weeks back, currently working on applying it to our own little lemonade stand.
logannyeMD
·2 miesiące temu·discuss
Hey guys, this is my github repo. Glad it's received some interest - I figured HN might be the culprit when it suddenly jumped ~100 stars despite not working on the code base since last year. I prototyped this out of personal curiosity last year and moved on abruptly so there's a lot of gaps I still need to close and knobs that need to be optimized. But if people genuinely find "deterministic genomics workloads on edge devices" proposal useful, I'll begin refining the code tonight and try to make it as useful as possible. If you have any particular bioinformatics tasks or use cases that you want to be feasible on edge devices, lmk and I'll work on integrating new capabilities. Always happy to be helpful
logannyeMD
·4 miesiące temu·discuss
I'll echo this by saying that, as someone who has their MD, there is much we simply do not know. We're always updating our priors and have much to base our decisions off of, but we simply do not understand many things. Medicine is out here winging it with the best of intentions, but there are no "experts" in the grand scheme of things.
logannyeMD
·8 miesięcy temu·discuss
2swap makes some fantastic videos, I'd recommend giving them a follow on YT if you enjoy math visualizations. They also seem to spend quite a bit of time on the audio for each upload
logannyeMD
·9 miesięcy temu·discuss
I recently went to a poker night during SF tech week and realized I'm not good at Texas Hold 'em. I wanted a way to improve that doesn't require me losing $100-200 every week, so I built this to get better between weekly poker nights. UI/UX is still very early, so any feedback that helps me make it more useful/delightful are appreciated. If you're in SF, hope to see you at one of the (many) weekly poker nights around the bay!
logannyeMD
·9 miesięcy temu·discuss
good idea, will add some this weekend
logannyeMD
·9 miesięcy temu·discuss
Fwiw: the website is brand new and very much in the "hot garbage" phase of development. I'm not a front-end guy, so critique is welcome from all - especially any bugs in the UX. I'm still actively uncovering them
logannyeMD
·9 miesięcy temu·discuss
Currently working on https://tinyZKP.com

It's an API that allows zero-knowledge proofs to be generated in a streaming fashion, meaning ZKPs that use way less RAM than normal.

The goal is to let people create ZKPs of any size on any device. ZKPs are very cool but have struggled to gain adoption due to the memory requirements. You usually need to pay for specialized hardware or massive server costs. Hoping to help fix the problem for devs
logannyeMD
·9 miesięcy temu·discuss
Missed opportunity to title this "Lo-RAgrets"
logannyeMD
·10 miesięcy temu·discuss
FWIW: I created a github repo for compact zero-knowledge proofs that could be useful for privacy-preserving ML models of reasonable size (https://github.com/logannye/space-efficient-zero-knowledge-p...). Unfortunately, FHE's computational overhead is still prohibitive for running ML workloads except on very small models. Hoping to help make ZKML a little more practical.