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
Ask HN: What is your “I don't care if this succeeds” project?
861–870 of 960 posts
Re: Ask HN: What is your “I don't care if this succeeds” project?
#862I'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.
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?
#863Re: Ask HN: What is your “I don't care if this succeeds” project?
#864Earlier 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!
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?
#865I'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 ?
Re: Ask HN: What is your “I don't care if this succeeds” project?
#866I 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…
Re: Ask HN: What is your “I don't care if this succeeds” project?
#867Earlier 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…
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?
#868I'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…
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?
#869Earlier 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.
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?
#870Earlier 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…