Ask HN: Show me your half baked project
281–290 of 708 posts
Re: Ask HN: Show me your half baked project
#282I had a contract recently where I got very familiar with render.com, and I figured I'd do some blogging about some of the things I learned, with some tips and tricks to learn how to write technical content.
It's been a lot of fun to help people on the internet with something I've learned a lot about!
Re: Ask HN: Show me your half baked project
#283Basically you put in the name of your friends and family and they fight to the death in a violent Game of Thrones-esque world to see who will emerge as victor.
Works pretty well, the stories vary in quality pretty dramatically (one story had a prince marry his sister, had an heir, than had his sister killed!), but I am proud of how it all turned out.
I finished up 90% of the features and never got the last 10% done, really wanted to get voice over support added in there, as well as more sound effect and better animations.
Re: Ask HN: Show me your half baked project
#284Re: Ask HN: Show me your half baked project
#285Re: Ask HN: Show me your half baked project
#286lovezone.io A platform for creating and hosting dating sites, for free. Lovezone is based on the observation that in the physical realm, mating often happens in smaller circles: within a group of friends or within hobby groups. Lovezone makes possible for such small circles to have their own dating site. The sweet spot for the users of this service is probably existing communities such as Facebook groups with perhaps…
This is an interesting take. A couple of observations: - Small groups of people who know each other IRL are very sensitive to breakups. When a couple breaks up, it frequently splits their friend group into 2 camps that "follow" one of the partners (strange behavior in my view but certainly observable and prevalent, especially in the US). Dealing with this complexity is going to be a challenging task. - Small groups o…
Re: Ask HN: Show me your half baked project
#287The repos can be fed as list on CLI, via file, or via a "source" type plugin (allows github search or custom API calls), the PR creation works via a "Forge" plugin.
Resulting PR list can be fetched to review status:
> Of 113 given PRs, 73 merged, 30 closed not merged, 5 ready to merge (no conflict), 5 with conflicts.
I've created hundreds of PRs with it via github app integration, see the plugins repo[2].
[1]: https://jiby.tech/mass-driver/usage.html [2]: https://github.com/OverkillGuy/mass-driver-plugins.html
Re: Ask HN: Show me your half baked project
#288Earlier quoted context omitted.
I really like the UI: 1. using the new Chrome Sidebar API is a great choice! 2. selecting actions to show in the context menu is also a convenient customization idea Are you considering porting it to FF? Other than the Sidebar API it should be a very straightforward process.
Thank you! It was actually Chrome releasing the ability to open a sidebar using a context menu action that sparked the idea. I absolutely plan to support firefox. I figured I should get things working well in one browser first before looking into porting, but consider it on the near term todo list.
Re: Ask HN: Show me your half baked project
#289A charting / note-taking text editor.
Tab to get autocomplete suggestions. Highlight and click the summarize button to summarize text.
Re: Ask HN: Show me your half baked project
#290The recent AI craze got me excited to program personal projects again, so I made a Chrome extension to save my ChatGPT prompts into and run them against any page's selected text. The idea was that it's more convenient create a command once, then on any website highlight text and right-click it rather than copy/paste stuff into ChatGPT. So far I know all 10 people who installed it personally, and I have a ton more ide…