Depends on the project but I think React(and other JS frontends) are heavily overused. Nothing wrong with good old HTML sites. Think twice for falling into the SPA trap. Not saying SPAs are a bad choice.
Currently integrating Keycloak as auth service for multiple existing projects. It's very advanced, many use cases and configurations are possible. We are in the middle of the migration but so far it hasn't been hard to integrate.
It's a rather large dependency so I won't recommend it for a single project with straight forward auth requirements.
I'm wondering, is there a hacker news for biohacking related stuff?
I have the feeling that there is a lot of progress being made in gene therapy technology these days. Having a friend who's life would be enhanced by gene therapy, I'm highly interested!
Gene therapy has had some recent successes [0], but it is worth noting that many of the ongoing and recent clinical gene therapy trials don’t necessarily involve genome editing: go to clinicaltrials.gov, search ‘gene therapy’ and get 3741 results. Search ‘CRISPR’ or ‘TALEN’ and get ~21 results.
Edit: I should say that most of the gene therapy clinical trials don’t involve genome editing yet. Though it seems to me that, at least for some diseases, viral vectors that deliver DNA to cells without integrating DNA into the host cell genome (where the dna instead persists inside the cells episomally, and is maybe lost from the cells after some number of divisions) will have advantages over integrating vectors/genome editing-based approaches. That way, you don’t have to worry about the off-target effects of genome editing, and you have a treatment that doesn’t result in permanent changes to the genome.
Hi sphix0r, yes. First off we only store logs from user requests for 24hrs and only for analytics. Otherwise our GDPR compliance is still something we're perfecting but something we believe we're already on the right side of.
Actually used the same "hack" years ago. Made an app for a friend where one could import photos and drag logos on top of the photo.
Making a screenshot was way easier and since I didn't had to spend time to figure out how to use the bitmap API and its edge cases. Especially large pictures on low end devices caused crashes.