Education. Schools are functionally no different from part-time prisons. You must attend daily under penalty of law. Many teachers are plain awful. They rely on students being additionally taught by their parents. That forces parents to go to school with their children, which perpetuates the vicious cycle. The teacher recalibrates the class to the students who either understood everything the first time or had supple…
My wife and I have taught our daughter materials sometimes 2 grade levels above where she is. I think every child has the potential for genius. It is really how you present the material. I taught a few classes last year on how to program in Scratch to grades 1-5. The 4th and 5th graders really loved it and they went off on their own to learn more. It was not a large sample, but I think presenting the right material i…
Ask HN: What weird or hard problems are you trying to solve?
771–780 of 831 posts
Re: Ask HN: What weird or hard problems are you trying to solve?
#772Information overload. My current side project is https://feedsub.com . Right now, - it's not great - I started by building an simple tool for getting regular updates from RSS feeds, but longer-term I want to turn this into a system which can absorb all the data streams you're interested in (news, stocks, weather, social, communities) and give you dials (filters, curation, signals, etc..) to surface a healthy amount w…
https://web.archive.org/web/20120810005232/http://masanjin.n...
Unfortunately, I don't think he even finished splitting Sup into the server+client (called Heliotrope and Turnsole), let alone get them to handle other stuff beyond email. Felt like a lost opportunity.
--
For your project, seems like the direct competition is IFTTT and similar. What do you think differentiates your project from those? Could be useful to push more in that direction.
Re: Ask HN: What weird or hard problems are you trying to solve?
#773Teaching machines to diagnose cancer, because without that, there's no way we are going to solve cancer generally. There just aren't enough pathologists. Harder that going to Mars, probably easier than world peace. Definitely involves an enormous amount of data. Like, a non-trivial fraction of world-wide storage.
Why don't we train more pathologists?
Re: Ask HN: What weird or hard problems are you trying to solve?
#774Teaching machines to diagnose cancer, because without that, there's no way we are going to solve cancer generally. There just aren't enough pathologists. Harder that going to Mars, probably easier than world peace. Definitely involves an enormous amount of data. Like, a non-trivial fraction of world-wide storage.
That is treating the symptom by learning to recognize it. What about discovering the cause?
Humans have 1 copy of p53 from each parent and have extended their lifespan so many ways that their one copy of p53 is no longer enough. Lifelong accumulation of genetic entropy is inevitable. The game is to catch the offending cells and kill them.
Re: Ask HN: What weird or hard problems are you trying to solve?
#775A piece of music playing software that can react to the lead of an instrument. I'm picturing the software will be able to play a concerto (or simply a duet) with a real instrumentalist and react to dynamic and tempo changes in real time, like an orchestra under a conductor. The same principle can also be used to create a real-time software harmonizer [1] for live performances, but this problem already has a reliable…
Are you familiar with Magenta? [0] It's not real-time, but definitely an important area of research. Also check out Dan Tepfer [1] who is doing amazing work with an algorithmic approach to reactive live performances, with great call and response tactics. I myself am slowly prototyping a fully artificial AI band which can be orchestrated using very high-level musical ideas and a big helping of intelligent randomizatio…
What I was planning was something simpler - much like generating sounds from a written score, but like live classical performances, the generated sound reacts to the cues of the player.
I'm not exactly familiar with Magenta, but the thing I'm currently trying to implement (at a very early stage) is Deepmind's Wave2Midi2Wave which is part of the dataset released with Magenta [1]. I'm not aware if they'd released any code as well.
Re: Ask HN: What weird or hard problems are you trying to solve?
#776Earlier quoted context omitted.
This is awesome. It like a super deep niche version of James Burke's Connections.
Yeah, I'm trying to target the general (curious) public. Like Carl Sagan Cosmos level (or soul of a new machine, accidental empires, masters of doom, etc). I'm still finding my element. Hopefully it will be generally enjoyable by all and genuinely 80-90% new information per episode to people who aren't scholars or academics. Check out my play from last week for an example of what I mean, http://comphistpod.com/1-4-th…
Re: Ask HN: What weird or hard problems are you trying to solve?
#777Earlier quoted context omitted.
FWIW, I didn't read that comment as trollish at all. It's quite awkwardly written, and it could do with scare quotes around "undesirables" to make it clear that it refers to the view of authorities in their scenario rather than the view of the comment author, but which part of it is trollish? My understanding of the comment was expressing a concern that some kind of universal identity system would undoubtedly become…
You didn't read as trollish but others did, and unfortunately there's a problem with comments sometimes being written deliberately to straddle the line. That's why I wrote my reply as a question.
Re: Ask HN: What weird or hard problems are you trying to solve?
#778Existing mediums for note-taking (Evernote, Notion, Roam Research) are not sufficient for doing knowledge work over long periods of time. The functions these incumbents serve are primarily as “stores of knowledge” that we save because it’s interesting in the moment but never read through or “scratchpads” that we use once and never get rid of, which end up cluttering our information space like a junk drawer full of sh…
Have you already done anything towards this goal? This is something I’ve been thinking about for several years and I’m about to tackle as a side project so would love to chat with you if you want. My contact info is on my profile
Re: Ask HN: What weird or hard problems are you trying to solve?
#779Existing mediums for note-taking (Evernote, Notion, Roam Research) are not sufficient for doing knowledge work over long periods of time. The functions these incumbents serve are primarily as “stores of knowledge” that we save because it’s interesting in the moment but never read through or “scratchpads” that we use once and never get rid of, which end up cluttering our information space like a junk drawer full of sh…
I am also trying to tackle this problem in a side project! Dm me if you want to compare notes. <3
Re: Ask HN: What weird or hard problems are you trying to solve?
#780Information overload. My current side project is https://feedsub.com . Right now, - it's not great - I started by building an simple tool for getting regular updates from RSS feeds, but longer-term I want to turn this into a system which can absorb all the data streams you're interested in (news, stocks, weather, social, communities) and give you dials (filters, curation, signals, etc..) to surface a healthy amount w…
This is not completely related, but it reminded me of when I used Sup (a console email client that took a lot of inspiration from Gmail - labels, fast FTS, etc) and the author had an inspiration to create a client/server version, which could handle "Email, RSS feeds, notes, jabber and IRC logs" and more. https://web.archive.org/web/20120810005232/http://masanjin.n... Unfortunately, I don't think he even finished spli…