We’ve got a very limited understanding of biology. Ask any kind of researcher and they’ll tell you we need more data, i.e. more experiments. Also, there’s Illumina monopoly in sequencing market, we desperately need competition for genetics to become accessible to general population.
You can buy a nanopore, no need to go with an Illumina. You can clearly do genomics at home with this.
Ask HN: What are you surprised isn’t being worked on more?
71–80 of 1001 posts
Re: Ask HN: What are you surprised isn’t being worked on more?
#72Re: Ask HN: What are you surprised isn’t being worked on more?
#73We’ve got a very limited understanding of biology. Ask any kind of researcher and they’ll tell you we need more data, i.e. more experiments. Also, there’s Illumina monopoly in sequencing market, we desperately need competition for genetics to become accessible to general population.
I briefly looked at a couple of dirt cheap biology programs near me because I used to love biology and it was something different. Then I looked at the salaries working in the field and kinda just stopped.
That said, with higher degrees comes higher wages. And with 'outsider' skill sets comes higher wages. Things like programming, EE, and management-skills will get you a better job in bio. Honestly, most bio people don't have anything past Calculus 1, so if you even have Linear Algebra, you're much ahead of the group, let alone Diff. Eqs. or some real Stats classes.
Granted, these salaries not near SWE jobs, but you're not working on dog-walking-apps, you're working on heart conditions and health issues. The effort, inherently, is compensation to those doing it.
Re: Ask HN: What are you surprised isn’t being worked on more?
#74Elderly care... in fact this pandemic showed precisely the opposite: our elders were neglected, converted into a statistic that dies more then young people. A complete lack of humanity in a lot of developed countries. This is the example we gave to the upcoming generations, we're fucked when it's our turn lol. I've been reflecting a lot on this, and thinking of ways to solve this, but it's not easy - it's bigger than…
Gigabit internet, house Slack, LAN parties, VR gear, zoom calls with family, rigs for new members... create house guilds. Set the tenants up with streaming setups and let them have fun.
I don't think the gear would be prohibitively expensive given the cost of nursing care.
Nursing homes don't have to feel like you are giving up on life. A tech'd out nursing home could be absolutely kick ass.
Re: Ask HN: What are you surprised isn’t being worked on more?
#75LaTeX. We have Microsoft Office. Then we have its lacking competitors. There's also InDesign for professional creatives. There's a huge gap for LaTeX to fill, or to potentially fill, but it's not happening. The other day I saw it described as "a neckbeard knitting circle, not viable software". As a LaTeX "fan", that hurt but it's the truth. Over the past months, I had to collaborate with various different people acro…
I used to work at a bank where we had to collaborate on Word documents stored in SharePoint. It was a nightmare. In SharePoint you are supposed to "check out" documents, edit them, and "check in" the document afterward. The problem was that SharePoint was slow, so it was more convenient to work from local copies. And many people couldn't resist the urge to send documents as attachments when requesting feedback from someone else, thus breaking the version control system. And if someone already had "checked out" the document, there was nothing stopping someone from just working from a local copy, making changes, emailing it to me, and saying "Incorporate these changes into the final version."
It was common for someone to work from an outdated version and accidentally overwrite someone else's changes. Even though SharePoint stored every version, it was still a lot of manual work on my part to be a human git, manually combine edits from multiple reviewers, and update revision history tables on the first few pages of every document because nobody else had the time to do that. There were a lot of manual, human errors introduced by me and others. Partly because sometimes people would make minor changes without updating the version of the document, and then you'd have no idea that you were looking at an older version.
I use git for docs version control now, and sometimes I think of ways to make documentation controlled by git while still making it user friendly for non-technical people to contribute to it. What if you could send someone a file as an attachment, they could edit it locally (perhaps in Markdown or similar, with a text editor that has a Markdown preview), then open it in a special text editor let them click a button that would make a pull request for them without them having to understand anything about git? Maybe the special text editor would also notify them as soon as the doc became outdated.
And if even that was too hard, maybe they could save changes, return it to the sender as an email attachment, then the recipient could quicky make a pull request.
It would be glorious.
Re: Ask HN: What are you surprised isn’t being worked on more?
#76Re: Ask HN: What are you surprised isn’t being worked on more?
#77Uncensorable publishing.
Re: Ask HN: What are you surprised isn’t being worked on more?
#78Python in the browser.
https://anvil.works/blog/python-in-the-browser-talk
We build our all-Python full stack dev environment (https://anvil.works) on Skulpt - but there's a lot of room in that solution space! If you haven't checked out Mozilla's Pyodide project, for example, it's truly impressive - they compiled all of CPython and popular data science libraries to wasm for a full notebook experience in your browser:
Re: Ask HN: What are you surprised isn’t being worked on more?
#79We’ve got a very limited understanding of biology. Ask any kind of researcher and they’ll tell you we need more data, i.e. more experiments. Also, there’s Illumina monopoly in sequencing market, we desperately need competition for genetics to become accessible to general population.
That poster is the result of ~70 years of hardcore work and blood and sweat of ~10k+ people on the human mitochondria. That poster alone is worth billions of dollar of research and will likely save billions of lives. And it's just the normal functions of the human mitochondria. One of many organelles in a 'typical' human cell. I'm not aware of any attempts to produce such a thing for something as complicated as the ER or the nucleus.
Our understanding of bio is very much limited. But I want to stress that Bio is complicated much more beyond what anyone thinks it is. There is a good quote to help grok the ocean we are looking into:
Imagine a flashy spaceship lands in your backyard. The door opens and you are invited to investigate everything to see what you can learn. The technology is clearly millions of years beyond what we can make. This is biology.
–Bert Hubert, “Our Amazing Immune System”
Re: Ask HN: What are you surprised isn’t being worked on more?
#80Mathematics Just think of all the good it's brought and how underfunded it is
Can you elaborate a bit? My son is a mathematician, a post doc right now. While I would not say math is over funded, my understanding is that most of the money they spend (above and beyond salaries) is just travel related so they can talk together. That is they don't have expensive equipment like electron microscopes, server farms, etc. On the other hand I think you can make a strong case that math education outreach…
Computational flops are microscopes for a mathematician these days.