Live data from Hacker News

Ask HN: What are you working on and why is it awesome? Please include URL

news.ycombinator.com

151–160 of 633 posts

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#151

EdScore - A school ratings website for parents. https://edscore.org/ GreatSchools has a monopoly in this space but their 1-10 ratings scale is opaque and their website hard to navigate. EdScore has a more granular 50-100 rating scale, modern search, better mapping, and soon will feature search filters by distance and home price so parents can evaluate, say, top schools within a 1hr commute of SF with a median home pr…

What separates this from something state sponsored like the Illinois Report Card (illinoisreportcard.com) that would make me want to use it?

It appears a flat % score is the main draw, but without any sort of information on what that score means, or how it stacks up, it's sort of useless.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#152

Robot Turtles! https://github.com/RobotTurtles https://github.com/RobotTurtles/home These turtles use a raspberry pi + webcam to turn to a face, recognize "flash cards" via QR cods, and chase a ball. All parts are open source, so if you have a 3D printer, you can pretty much build one yourself. (The pcb you would need to order from dirtypcbs, though I have a few spare if needed).

There is already a popular board game named Robot Turtles.

http://www.robotturtles.com/

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#153
post #79

Speech recognition and search API: https://app.loverino.com/ Highest quality engine out there. Personalized radio: https://loverino.com/beta/ everyone should have their own radio channel that they listen to.

> Speech recognition and search API I've been wanting to make something like this for a while. Really nice product you have! I think this kind of service will really take off in the future. Imagine having an app that constantly records everything and allows you to search it later. Questions like "What did James tell me last November about traveling to Europe?". It would also eliminate hearsay, since you would no long…

Yes however there are laws in some states such as California that disallow the recording of conversations without consent. I like the idea though, I once thought what we might discover if we just put a mic in every coffeeshop.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#154

Prelude - https://www.getprelude.net/ A progressive web app for improving music sight reading skills. (Also perfect pitch identification ability.) I wasn't happy with my sight reading speed, so I've been building this to help myself practice. Some distinguishing features: - Web MIDI, to connect to a MIDI keyboard you can use to "answer" the practice questions (works in Chrome for Android or Desktop) - Web App Manifes…

That's pretty neat. I have been meaning to work on my sight reading skills. I will have to give it a try with my keyboard later.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#155
Swizzle - http://swizzle.onthebar.com

Just launched this app. Daily round of cocktails curated by professional bartenders from around the world. Swipe right to save the ones you like and build you personal drink library and boozy shopping list. Share favorites via iMessage and Facebook Messenger.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#156
https://grid.ac

It's a free, entirely manually curated, database of research organisations around the world with associated metadata and other linked IDs (wikidata/geonames/NUTS/crossref/fundref/ucas/ukprn...). Everything has a persistent ID so it doesn't matter if a university changes name.

It's awesome because this is the kind of thing you assume exists but actually doesn't, and is really quite hard to build yourself. If you want to aggregate data from multiple sources you need IDs. We built it because that's what we do and it's what we need. Then we released it CC-BY :)

It's not glamorous, but I think it's pretty important. It lets you analyse things far more easily than you would have been able to do before. I wrote a blogpost about pay in universities vs regional averages in the UK [0] and the analysis itself was really just a case of joining a few things together.

On the business side of things, we work with people to get their data cleaned up & linked to GRID as well as offering other bits with . Please do get in touch if you either want some help using it or just want to talk about these kinds of things :) i.calvert@digital-science.com

[0] https://www.digital-science.com/blog/tech/north-south-divide...

Edit - We're continually adding stuff, so get in touch if you think something is missing or incorrect, you can raise a ticket here: http://gridac.freshdesk.com

We tend to release once a month, so it might be a few weeks before you see the fix go out.

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#157

Personally: http://pentacular.com - Draw/paint a song. I think it's fun to play with. Professionally: https://tailorbrands.com - Algorithmically designed logos and branding assets. It's great for side projects, inspiration, or any other situation where you want something quick and usable.

Tailorbrands is great! I'd love to see move than 6 designs though. Previewing the generated brand on various objects is a great idea!

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#159
Open source banking software written in Go: https://github.com/ksred/bank

The project is an answer to "what would a bank look like if it were built today?"

- iOS Client: https://github.com/ksred/bank-ios

- Visa package to hook into the bank: https://github.com/ksred/visa

- Articles on the process: https://ksred.me/tags/banking-infrastructure/?hn

Re: Ask HN: What are you working on and why is it awesome? Please include URL

#160
Live Recorder: http://www.undo-software.com

Record a process on Linux and save an exact copy of the program's execution; replay it later on a different machine, and step backwards and forwards through the recording at the source level to figure out where it went wrong.

There are a few main things that make this possible:

- lightweight copy-on-write process snapshots

- re-executing (rather than recording) code we know to be deterministic

- a lot of time spent on handling corner cases to create a mature product

Post reply on HN