HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jrpt

no profile record

Submissions

Show HN: Supso, a CLI for selling licenses to your projects

supso.org
1 points·by jrpt·29 วันที่ผ่านมา·0 comments

Show HN: SupXML, modern memory-safe XML parser replacement for libxml2

supso.org
3 points·by jrpt·เดือนที่แล้ว·0 comments

SupXML: The modern, memory-safe XML parser drop-in replacement for libxml2

supso.org
4 points·by jrpt·เดือนที่แล้ว·0 comments

Securing America's grid: a strategic transformer reserve

breakingdefense.com
2 points·by jrpt·5 เดือนที่ผ่านมา·0 comments

comments

jrpt
·20 วันที่ผ่านมา·discuss
Instead of going open source, consider selling licenses with Supported Source (https://supso.org/). I made this for the maintainer problem: it's easy to burnout when companies are constantly asking for new features or fixes, while not paying you anything. Why should you work for free so these companies can make more profits? When they start paying you, you're a lot happier about it.
jrpt
·29 วันที่ผ่านมา·discuss
Seems similar to open source bounties, which have been tried in the past and never succeeded.

We've seen something like 20+ years of different attempts of voluntary donations to fund open source, and it never worked. Companies barely fund anything voluntarily.

I'm taking the opposite approach with Supported Source (https://supso.org/) which is this: actually force companies to pay to use the project. Sell commercial licenses. Make it mandatory to using your software commercially. This approach works much, much better than voluntary donations.
jrpt
·เดือนที่แล้ว·discuss
Open source funding is broken. That's why I'm making Supported Source (https://supso.org/).
jrpt
·7 เดือนที่ผ่านมา·discuss
There’s a lot of umbrella diagnoses that would benefit from more specific diagnostics first. What we call Alzheimer’s is probably actually caused by number of different causes depending on the person. This is true of a lot of things in medicine that get grouped together. That’s why testing a drug in mouse models with all the same characteristics sometimes works but fails to translate into humans who have more variety amongst each other.

The same is true of many diagnoses like pneumonia, cancer, alopecia, essential tremor: there’s multiple different groups that would benefit from different things, and if we had better ways to identify the groups, we’d give them what works for them instead of wasting their time with the wrong treatment. As an example, antibiotics won’t work for viral pneumonia and in addition to wasting the patient’s time, actually harm your microbiome. If you had a perfect way to know which is which, you’d always get the right treatment.

Precision medicine takes this even further.
jrpt
·9 เดือนที่ผ่านมา·discuss
hs-CRP is well known as a useful biomarker and it is cheap to test too. If you look at page 13 of the GrimAge 2 paper, you'll see CRP is one of the factors most negatively correlated with their aging clock, in fact basically as strong of a negative impact as smoking. https://escholarship.org/content/qt6k46n006/qt6k46n006.pdf

This new news is about research published in the Journal of the American College of Cardiology.

It's definitely not some marketing fad.
jrpt
·10 เดือนที่ผ่านมา·discuss
I would like to know how regular sunlight compares to the combination of vitamin D supplementation and red light therapy. If you do both of those, is that equivalent or better since it doesn't have any damaging effects of the sun?
jrpt
·10 เดือนที่ผ่านมา·discuss
What do you think about the Nobel prize in physics going for neural networks last year? What combinations of AI + physics do you think will be most impactful and could potentially get a Nobel prize?
jrpt
·3 ปีที่แล้ว·discuss
Can you give an example of how you'd define safe operations?

I think a lot of use cases could just be 1) set up a database with only public data and 2) use a read-only user.

The much tricker use case is those where you want to allow inserts and updates but only on specific tables or rows.