Live data from Hacker News

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

news.ycombinator.com

861–870 of 960 posts

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

#861

I've been making a proper survival strategy game. I made a few games before but they were only about a week's worth of work each, so I don't count them as "proper". This time I wanted to make a full-on project with professionally-done models, art, music etc. It's a reverse of the 4X formula - rather than starting as a small country and becoming a vast empire over the course of the game you start off heading a vast em…

Wow, the premise of the game sounds really cool! Do you plan on adding a multiplayer mode to the game? Me and some friends have been on the hunt for a new fun mp strategy game for a while

Multiplayer is something I'd probably add post release, I think it would be hard to implement for the strategic world map since the factions are so asymmetrical. If I was going to add it in, it would probably have to be just the tactical battle map.

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

#862

I'm building wooden benches for bus and light rail stops in my neighborhood. Lots of riders are elderly and find themselves sitting on the curb, feet in the gutter, as they wait for transit. Studies suggest that perceived wait time increases by 30%+ when riders are forced to stand while they wait. There's no cheaper way to shave several minutes off of perceived trip time, for every trip. Inspired by https://www.latim…

I have such a hard time relating to this. In Denmark I feel like 95% of bus stops have some sort of bench, and a lot of them has like a small shed, to get out of the rain in bad weather. It's wild to think that citizens should be adding those themselves. But I guess there's no profit in adding benches to each stop as a bus company.

> It's wild to think that citizens should be adding those themselves.

Antipathy towards the homeless ends up harming other citizens: "If we add a bench there, the homeless could sit/sleep there, and we'd have to look at them". The result is lack of benches, or ones that are incredibly user-hostile.

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

#864

Earlier quoted context omitted.

Consider I had just survived a rare cancer that kills nearly everyone who gets it quickly, then when addressing a serious side effect from treatment this happens. Not claiming any moral high ground here. Many would descend into anger and despair or feelings of victimhood, I simply made a choice to play this like a game instead.

Hey, if nothing else, at least you’re owning it at this point in the conversation. Separate: I sincerely hope you feel/get better my friend and are able to get the medical treatment you were seeking (if you haven’t already). Best wishes to you!

Thank you for your wishes. For future needs I was able to return to private health insurance which suffers from no such problem. However this cannot cover claims arisen prior to policy issue, so the subject matter remains open.

No judge ruling in this court actually has public health insurance.

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

#865

I've been making a proper survival strategy game. I made a few games before but they were only about a week's worth of work each, so I don't count them as "proper". This time I wanted to make a full-on project with professionally-done models, art, music etc. It's a reverse of the 4X formula - rather than starting as a small country and becoming a vast empire over the course of the game you start off heading a vast em…

What is the tech stack behind a strategy game like this ?

It's all done in Unreal Engine 4, which is great because you don't need to worry so much about all the cross-platform stuff. The assets are done in Gaea for terrain, Blender for models, Illustrator for icons and Photoshop for some more texture work

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

#866
post #820

I have a dream of killing the "hierarchical storage" metaphor. It started as a program to organize my images w/ tags: the images go into content addressable storage, the tags get stored in a relational database, and then you can query the tags, link them into a tree (taxonomy) or graph, etc. While building this I realized I wanted it to interact w/ other programs in my operating environment: so I made some tools to t…

I would definitely be interested this! Got any links or public repos anywhere?

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

#867
post #357

Earlier quoted context omitted.

Isn't elixir supposed to scale better than this?

yeah so I'm seeing a ton of "(Postgrex.Error) FATAL 53300 (too_many_connections) remaining connection slots are reserved for non-replication superuser connections", which I'm guessing means the pool size is too small? Although I've tried upping that, CPU, and memory, and none have seemed to fix it. My devops skills still aren't great so if anyone has any ideas on how to help, let me know! This might be a good opportu…

Pgbouncer is your friend for postgres dB's with lots of client connections.

Larger pool size only helps if they're freed up quicker than they are used.

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

#868

I'm a musician. Long term. 43 years old, been playing forever. Don't care if I get any success at it. Not a hobby. Makes money sometimes. I play professionally. For money. On stage. If you play for your entire life, you can get really good at a ton of things. I played pedal steel at a rehearsal for my country band tonight. I played piano at a rehearsal for my hot club jazz band on Monday. I played upright bass at a r…

That sounds like a great life… I like making music for the sake of making music, which is specifically relevant atm with FAWM (February Album Writers Month) happening.

I’m a hobbyist singer/songwriter, and the forced creativity of having to write 14 songs in 28 days really works for me. Shameless plug, 4 songs in so far! https://fawm.org/fawmers/christmascard/

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

#869
post #551

Earlier quoted context omitted.

Loved it! The fun parts of breakout (getting shots trapped behind blocks) without the stressful controls! It's really hard, though. I only survive like 5 shots. If theres a wall of 5s coming at me, what can I do? Still, really cool.

There are ‘laser’ powerups and bullet powerups. You can use the laser to blast through big columns of blocks, and or at least weaken them until your shots kill them with bounces. It introduces an interesting tension between wanting nice horizontal bounces versus wanting to hit as many blocks as possible with the laser. Fun stuff.

Is this mentioned somewhere on the page? I was wondering what they do.

I commented yesterday but I'll say it again, this is awesome.

This entire thread is great and a true inspiration.

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

#870
post #709

Earlier quoted context omitted.

This is so awesome! Any recommendations on how to get started learning IoT and hardware?

Thanks! I knew absolutely nothing about IoT and hardware before this, but quickly realized how big and welcoming the community is. This made things very motivating and enjoyable to get started (but still quite overwhelming!). I personally started by diving into the Arduino ecosystem and the world of micro controllers, particularly the esp8266 and esp32. It's all open-sourced and there are tones of tutorials to help y…

After you get the "certified" product up and running maybe look at selling it as a kit for the DIYer.
Post reply on HN