Live data from Hacker News

Ask HN: Looking for side project ideas

news.ycombinator.com

61–70 of 165 posts

Re: Ask HN: Looking for side project ideas

#61
post #58

Build an app for finding lost pets with facial recognition. Recognizing cats is the easiest thing for neural nets, yet I haven't seen it used for lost pets yet. Basic idea, if my pet is lost, I open up your app, upload a few images of my cat and set a monetary reward. On the backend your neural net learns how that specific cat looks like, then other users of the app can snap pictures of random cats on the street and…

Neutal nets can definitely identify cats and also tell if it is a black or white cat. But identifing a specific cat might be difficult...

You'll also need the Boston Dynamic dog to go get her.

Re: Ask HN: Looking for side project ideas

#63
post #47
post #40

Please build a decent vms for residential use. I will pay for it.

Could you provide more specifics? Cloud based platforms for personal computing needs is something that intrigues me. I would like to understand what is it that NextCloud or other existing offerings are lacking according to you?

Sorry. When I said vms, I meant video surveillance for residential use :)

Re: Ask HN: Looking for side project ideas

#64
Build a teleconferencing app tailored for parties rather than meetings. The needs of parties are very different than meetings. I'd suggest there be a central channel where everyone can participate and talk, with the video on that channel being something that sets the theme of the party (a bonfire, a movie, a performance). Then it should be extremely easy to click on participants and engage one or a few in conversation. Perhaps those side video conversations could bleed into the main channel (maybe audio only) so that people in the main channel can overhear and potentially decide to join in. Think about how people interact at parties and try to tailor video conferencing to work better for social gatherings. Security should be built in to reduce worries about privacy so people feel free to talk; no routing of everything through a central server, peer to peer only; recording should be only by consent (though there would be no way to stop analog recordings). There are a variety of video streaming libraries that might make building such an app easy. It should be trivially easy to understand and use. I think it might almost be possible to use existing teleconferencing apps if everyone could join two channels, the main channel and a side channel, using two devices, e.g., a laptop for the main channel shared by several people, and individual phones for the side channel for smaller conversations. Coordinating all that and explaining to people how it works might be difficult though, so putting it all into one app with an intuitive UI would be useful. There may be issues such as how to deal with audio feedback noise and easily joining and leaving side conversations though. You don't want people to have to send invites and accept them to set up a side conversation, you want it to be instant and easy.

Even if the coronavirus ended tomorrow, I think this would be a popular and widely used application.

Re: Ask HN: Looking for side project ideas

#65
post #64

Build a teleconferencing app tailored for parties rather than meetings. The needs of parties are very different than meetings. I'd suggest there be a central channel where everyone can participate and talk, with the video on that channel being something that sets the theme of the party (a bonfire, a movie, a performance). Then it should be extremely easy to click on participants and engage one or a few in conversatio…

Check out https://spatial.chat/ (use desktop or laptop for better experience). It's mostly an MVP but already popular for parties and birthdays.

Re: Ask HN: Looking for side project ideas

#67

- I would suggest make a small app with just basic crud operations. It should have a front-end, backend and a database and then work incrementally to the other steps mentioned below. - Use k8s to deploy and run your app. - Add more business logic where you will be needing more tools like elasticsearch, message-queues, etc. Some examples from the top of my head are Stock Ticker app, Ticketing software like Zendesk, Fo…

What are the differences and pros and cons of a Database vs local storage? I'm thinking of creating a site where users can add there own urls and titles and this information should persist after the browser is closed, should I store these strings client side and tie it to there browsers local storage or tie it to some account on a database ran by me? Keep in mind there is no limit to the amount of strings a user could make and I predict there will be lots of users with at least 200 individual strings needing storage. Don't want to commit without being sure first.

Re: Ask HN: Looking for side project ideas

#68
post #64

Build a teleconferencing app tailored for parties rather than meetings. The needs of parties are very different than meetings. I'd suggest there be a central channel where everyone can participate and talk, with the video on that channel being something that sets the theme of the party (a bonfire, a movie, a performance). Then it should be extremely easy to click on participants and engage one or a few in conversatio…

https://houseparty.com/

Re: Ask HN: Looking for side project ideas

#69
post #58

Build an app for finding lost pets with facial recognition. Recognizing cats is the easiest thing for neural nets, yet I haven't seen it used for lost pets yet. Basic idea, if my pet is lost, I open up your app, upload a few images of my cat and set a monetary reward. On the backend your neural net learns how that specific cat looks like, then other users of the app can snap pictures of random cats on the street and…

Neutal nets can definitely identify cats and also tell if it is a black or white cat. But identifing a specific cat might be difficult...

Not really, human face recognition is quite accurate and humans all look identical in comparison to the diversity of cats and dogs

Re: Ask HN: Looking for side project ideas

#70
post #36

Please steal any of my ideas! :) https://www.dailyidea.com/ideas/eric Some software ones that I like: 1. A nicer web viewer for Google Spreadsheets - https://www.dailyidea.com/ideas/d239cea3-7d1b-429f-afd4-ab9d... 2. Airbnb guest guidebook creator - https://www.dailyidea.com/ideas/d239cea3-7d1b-429f-afd4-ab9d... 3. Thai writing trainer - https://www.dailyidea.com/ideas/d239cea3-7d1b-429f-afd4-ab9d... 4. Instagram acc…

Along the lines of your Google Spreadsheets idea - there's a number of different small SAAS that turn Google Docs + Sheets + Forms into dynamic sites.
Post reply on HN