Android: https://play.google.com/store/apps/details?id=com.papervoice
Ask HN: What is your “I don't care if this succeeds” project?
341–350 of 501 posts
Re: Ask HN: What is your “I don't care if this succeeds” project?
#342With it I can combine multiple representations (0x) (0b) (decimal), do bitwise operations while visualizing the bits, change the amount of bits used in each calculation and some other neat things :)
Re: Ask HN: What is your “I don't care if this succeeds” project?
#343Link: https://docusutra.com
Re: Ask HN: What is your “I don't care if this succeeds” project?
#344> You cannot control the actions of others, but you can always choose how you react. > Don't let them steal your peace or your joy.
> If something isn't making you stronger, smarter, or better, then it isn't serving you. > Even if leaving is hard, painful and takes a lot of effort… it's still better than wasting your life. > Go where you are celebrated, not tolerated.
> If you're waiting for the "right time," it'll never happen… just do it. > You can figure out how and why later.
> It's nice to be important, but it's more important to be nice. #quotes #wisdom
Generated by GPT-3.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#345Re: Ask HN: What is your “I don't care if this succeeds” project?
#346Inspirational quotes and wise sayings: https://twitter.com/Wisdom1Original > You cannot control the actions of others, but you can always choose how you react. > Don't let them steal your peace or your joy. > If something isn't making you stronger, smarter, or better, then it isn't serving you. > Even if leaving is hard, painful and takes a lot of effort… it's still better than wasting your life. > Go where you are c…
Re: Ask HN: What is your “I don't care if this succeeds” project?
#347A native GUI library https://github.com/yue/yue . It was a disaster when I announced it on Hacker News, and I got numerous harassments from strangers. But anyway 3 years since then and I'm still working on it. Edit 1: 2 => 3 years Edit 2: If anyone is interested, I wrote a blog on the mistakes I made http://cheng.guru/blog/2018/02/18/lessons-learnt-from-open-s... .
> A library for creating native cross-platform GUI apps.
to
> A library for creating native cross-platform GUI apps in [C++/Lua/Node.JS]
Re: Ask HN: What is your “I don't care if this succeeds” project?
#348I wrote a meal scheduler - https://gitlab.com/dustin-space/meal-scheduler . It tracks ingredients we have at home, it has a database of recipes, it knows where we can buy ingredients online (for delivery). It schedules meals for my shared household. I can give it a request like: "next week I want to cook 4 vegetarian meals with 3 portions, and 1 vegan meal for 8 people for big shared dinner, and I want It thinks for…
Re: Ask HN: What is your “I don't care if this succeeds” project?
#349Re: Ask HN: What is your “I don't care if this succeeds” project?
#350The engine is not general purpose either, it's specific to the quirks of the original game. The number of weird ideas that I could graft onto it keeps increasing with each week. Yet, without stability and feature parity with the original, it's a long way away from having those things.
Another downside is going back and playing the original now isn't as fun, because I keep thinking I'm playing the rewrite and expecting bugs to pop up at every corner. Working on a project like this for so long affects your perception of the end result in ways you can't easily unsee.
Also gets pretty lonely working on something alone for years you're not sure anyone will care about when it's playable.