My current one is https://limnology.co/ , organizing the top 70k educational youtubers in 20 languages. Youtube's channel discovery is pretty bad, and I wanted an easy way to find new channels about the topics I'm interested in. Still a work in progress as the problem turned out to be a lot harder than I thought.
Ask HN: What are your “scratch own itch” projects?
171–175 of 175 posts
Re: Ask HN: What are your “scratch own itch” projects?
#172Puzzle solvers: Cryptoquote, Sudoku, Wordle. Display a chart that combines MyNetDiary and Fitbit logs. Correlate 1M bride & groom birth signs. Create election database from phone book. Battleship program (hard rules) Chart GQ EMF-390 EMR (electro-magnetic radiation) detection logs. Log oil furnace thermostat cycles (uses parallel & joystick ports). Convert county grave database to HTML pages for Website
any correlation found with the birth signs ?
I am not trying to prove Astrology. As a matter of fact, I am trying to prove that Astrology is bunk. However, the results are intriguing.
Re: Ask HN: What are your “scratch own itch” projects?
#173Earlier quoted context omitted.
any correlation found with the birth signs ?
Yes, a statistician I hired calculated a "p" of zero. A "p" less than 0.05 is considered significant. I am not trying to prove Astrology. As a matter of fact, I am trying to prove that Astrology is bunk. However, the results are intriguing.
A lower p-value is generally better for the hypothesis, but a zero means you probably need a better statistician.
Just like a higher value for annual profit is generally better for your business, but if the accountant you hired says its ∞, you probably need a better accountant.
Re: Ask HN: What are your “scratch own itch” projects?
#174Re: Ask HN: What are your “scratch own itch” projects?
#175A few years ago I discovered Anki (a spaced repetition app) for helping me learn Japanese. I immediately recognized the power of spaced repetition, but really did not like using Anki (it's pretty clunky and requires a lot of configuration to work right). I started building my own alternative, Mochi [0], which I wanted to kind of be a cross between Anki and Notion. I'm pretty happy with where it's at now and I've been…
I'm very glad I read this comment! I've recently started learning French and I'd threw together a simple flashcard app to practice what I'd learned. But without spaced repetition and the ability to categorise it's not that useful, and I quickly realised that I would end up spending more time coding than learning French if I continued! I've been trying out Mochi for the last few days and so far I'm very impressed. It'…