I filled my own need with https://howsyourblank.com . I have a minor, but chronic medical condition I am trying to get in check, and I just wanted something incredibly simple to identify good and bad days. I was inspired by "year in pixels" calendars. And I took the opportunity to try out Userbase[0] and build something with a secure backend and no tracking, considering the potentially sensitive nature of it. No plan…
Ask HN: What (side-)project are you working on?
71–80 of 244 posts
Re: Ask HN: What (side-)project are you working on?
#72I want to do a side project but not have web development be part of it. Any ideas?
Personally, my go-to side project is to build a MUD (an online text-based multiplayer RPG, totally free. To play around with a popular one, type this in your terminal: telnet avatar.outland.org 3000. No affiliation with Avatar, but it's my favorite one to play.) There are some open-source MUD libraries written in C, C++, and other languages that might be a good reference. No web interface required!
Re: Ask HN: What (side-)project are you working on?
#73For the past year or so.
I'm also building an MMO game, and you can read the technical details/build thread here: https://jvm-gaming.org/t/tdworld-development-thread/69948/10...
Re: Ask HN: What (side-)project are you working on?
#74Re: Ask HN: What (side-)project are you working on?
#75MultiPreview: https://multipreview.com Create sharable links with different images, so you can share the same article multiple times, e.g. on twitter keeping your feed nice and clean. For those interested in the details, it renders an html page with custom metatags and immediately redirects to the target. Redirect happens in js, so crawlers actually display our metatags vs the target ones. It's just a hack I've teste…
Ohh, kinda like Seth Godin's blog! If you share any of his blog posts, there's a rotation of pics that come up in Twitter's preview. Did I get it right? P.S: Feedback for feedback, if you're down? https://bychgroup.com/price-unlock/
For Seth Godin's blog, it seems he's periodically rotating the image tag at his blog level. All the post get the same image for a certain amount of time.
With MultiPreview you set the images you want. But the time rotation could be a nice feature, I'll add it to the list! Thanks again!
Re: Ask HN: What (side-)project are you working on?
#76I was interested in playing around with the Spotify API and this was a narrowly-scoped problem I personally had and could solve in a single weekend. I'm happy with the results, about 500 users have logged in and created a playlist.
Re: Ask HN: What (side-)project are you working on?
#77Re: Ask HN: What (side-)project are you working on?
#78Re: Ask HN: What (side-)project are you working on?
#79Re: Ask HN: What (side-)project are you working on?
#80My goal is to learn SwiftUI and explore new Apple technologies.
The app is now open source on GitHub as well, it's my way to give back to the community as I was learning it. [3]
Feedback welcome!
---
[1] Download link: https://apps.apple.com/us/app/clendar-a-calendar-app/id15481
[2] Landing page: https://vinhnx.github.io/clendar-site
[3] GitHub: https://github.com/vinhnx/Clendar