Live data from Hacker News

Ask HN: What project are you working on?

news.ycombinator.com

1–10 of 51 posts

Re: Ask HN: What project are you working on?

#2
I'm glad to see one of these posts again. It feels like it's been a long time.

I'm working on a new data model and language alternative to SQL. It works more like an object model, so you would say (Employee : Salary>80000).Department.Name for the name of departments of people making more than 80k.

No links for another month or so (sorry).

Re: Ask HN: What project are you working on?

#5
post #2

I'm glad to see one of these posts again. It feels like it's been a long time. I'm working on a new data model and language alternative to SQL. It works more like an object model, so you would say (Employee : Salary>80000).Department.Name for the name of departments of people making more than 80k. No links for another month or so (sorry).

There was one 10 days ago.

https://news.ycombinator.com/item?id=9528520

Re: Ask HN: What project are you working on?

#6
I've been working on a project to learn Go. It's called Spotifind. It basically connects two musical artists by a chain of related artists using Spotify's API. Like the Kevin Bacon game, but for musicians. Here's a link to the project, still learning a lot!

https://github.com/ryanmcdermott/spotifind

Re: Ask HN: What project are you working on?

#7
Currently i'm working on 4 different projects:

- an API switch for a B2C travel agency webapp, switching from legacy API to Expedia API

- building a recommendation system based on Neo4J for an italian startup

- adding some new functionalities to a Struts2 B2C webapp (an invoice and report portal)

- developing in spare time a side project: http://www.prezziprodotti.it (mass retailer price comparator for italian market): it is still a beta release

Re: Ask HN: What project are you working on?

#9
My main focus is my Android app which is a way to follow professional Dota games https://play.google.com/store/apps/details?id=com.teamtol.li... I also work on http://problemotd.com/ which has a daily programming/logic puzzle. It's also open source if you're interested https://github.com/mburst/problemotd
Post reply on HN