Live data from Hacker News

Ask HN: What is your “I don't care if this succeeds” project?

news.ycombinator.com

161–170 of 501 posts

Re: Ask HN: What is your “I don't care if this succeeds” project?

#161

I made this iOS game: https://apps.apple.com/us/app/two-birds-one-stone/id15396463... I have wanted to be able to play this game for a long time, and probably thanks to pandemic, I did the work to enable it to be shared with others. It has made a grand total of 3 sales this year, and that isn't really bothering me (the main frustration is the apple developer fee...) There is various info (including a trailer of sorts…

Very cool! You have one more download now :) Please add music!! :)

I have kind of the same experience with the little game I made a while back (lots of effort, but no marketing, so no sales...).

Shameless plug: https://itunes.apple.com/us/app/mayday./id956530400

Re: Ask HN: What is your “I don't care if this succeeds” project?

#163
vopono - a tool to run individual applications through VPN connections on Linux: https://github.com/jamesmcm/vopono

I wrote it based on some scripts I had, and then added Wireguard support and configuration generation.

I'm now working on making a proper backend so it can be used as a library (i.e. to run a few requests through different VPN connections, e.g. for web scraping for websites with geolocation-sensitive content), and also to learn a lot more about Linux system calls.

Eventually I'd like to expand that to use the network namespaces and firewall rules to allow for different virtual network configurations so I could use it for testing out distributed systems development too.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#164

Vertical indoor farm to reach the highest throughout possible per cubic meter are, using only non-GMO plants by discovering the right phenomics- https://hexafarms.com Vertical indoor farms are getting a lot of attention in the recent times, but the issue is the lack of plant expertise. Even if you were to go through all the literature, you would never find a holistic study that takes into account all the optimal fact…

I have been interested in this for a long time and also had a small setup in my apartment. I have been interested in getting back into this lately. What kind of mini farm setup do you have there? How big?

Re: Ask HN: What is your “I don't care if this succeeds” project?

#165
I have a friend who has a car garage. He needed an easy way to document activity and to print this to his customers. All applications available were hard to work with(old, windows installers, expensive). I made him a web application: https://www.la-moldo.ro. After 3 years with no advertising other than a facebook page, app has almost 1000 users and users calling to thank me for this. Some even ask to pay but i have no monetization strategy.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#166
I made a web app which gives you a breakdown of an image's color distribution. Lets you pick color schemes from a subset of the image's colors (specifically, those which form a convex hull, when visualizing the colors in RGB color space).

https://image2palette.app

(Note: There are still some issues with showing images on iOS browsers)

I mainly made this to satisfy my own curiosity. I had the idea of forming a convex polytope based on an image's colors, and I thought it would be cool to be able to explore that in a responsive way through a graphical UI. Also it was a great way to learn Svelte and ThreeJS, which in many ways work rather well together! If anyone is curious to see the source code, I'm happy to link it too.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#167
https://quixical.com/

A suite of realtime chatrooms, for travellers to talk about their flights, and the airlines that run them.

The idea is to let the use enter their flight details into a search box, find the chatroom for their flight, and let others know what's on their mind.

Before the pandemic, me and my wife would travel to see family often enough to experience the mind numbing frustration of sitting in a cabin of a delayed flight. In some case, for hours at a time.

We were also shocked at how often airlines will change the T&C's, often to the detriment of the customer. Especially in regards to seating plans (separating friends and family), and baggage allowance.

I wanted to do something to help customers challenge airlines on such issues and, where possible, discuss solutions amongst themselves.

Techwise, while simple (Elixir, Vue, CouchDB), I think it works well. But the marketing side of it has been tough... It hard to know where to start.

Not sure if the idea is bad, if the timing is off (pandemic) or the execution needs improving in someway.

Re: Ask HN: What is your “I don't care if this succeeds” project?

#169

https://loodio.com - A smart device for bathroom privacy I built it for myself because I just hate not having privacy living with my girlfriend. Then some other people enjoyed it and I made it into a product that is launching on Kickstarter soon.

Is 'privacy' code for 'being able to fart' in this context?

Re: Ask HN: What is your “I don't care if this succeeds” project?

#170
A Steam dedicated Source Engine game server push notification service: https://ikamu.io

It’s been live and running for 6 months but generates no revenue, and has only a few users. It has monetised features, but no payment or subscription mechanism.

You add your favourite server ip addresses, favourite map names, then you get push notifications whenever any of those servers starts playing any of those maps.

I created it specifically to watch all Zombie Escape servers in CS:S and CS:GO so that I could play whenever servers started playing my own maps in order to record and gather feedback for improvements. Nowadays though, It’s really only useful for some custom game modes on Garrys Mod, Counterstrike Source and Counterstrike Global Offensive (such as Zombie Escape, TTT, Zombie Survival) as they have large map pools, and each play can last for up to several hours.

Post reply on HN