If you happen to be based in the capital of the happiest country in the world and want to be even happier, we have a Hacker News meetup: http://bit.ly/helsinkihn
I couldn't agree more. Also, thanks for making Homeworld, it was great!
I was building a 3D space game engine myself as a kid around the time Homeworld came out and realized that rather than using a skybox with texture maps, you had it created out of a bunch of triangles with color interpolation.
IIRC, I had problems reverse engineering your data format in order to incorporate them in my engine. I emailed someone on your team and was very surprised to get a reply with an explanation, which helped me finish that feature.
Thanks! I noticed afterwards that you mention Kamal in your readme, but you may want to add a comparison section that you link to where you compare your solution to others.
Are you working on this full time and if so, how are you funding it? Are you looking to monetize this somehow?
I liked the submission flow, it was nice and simple. The only issue is that at the end of the process I got a page that looked like it was broken, so had to manually navigate to the main page.
We at Toughbyte (toughbyte.com) are working on an open source applicant tracking system (ATS), which we'll release within a week.
We've been doing tech recruitment for a while and discovered that few companies are satisfied with their current ATS. Changing systems every year is common despite being costly. The reason for this is that the needs of a company change as it grows and there are no systems that cater well to companies of different sizes.
We're aiming to build an ATS that can grow with your company through the use of a plugin architecture. We plan to charge for hosting as well as custom development.
Any feedback would be really appreciated! You can also email me at [email protected]
I run the Helsinki JavaScript meetup (https://meetabit.com/communities/helsinkijs) and we also built our own Rails based Meetup.com alternative called Meetabit, so let me comment on your points. I hope this is useful to the original poster as well.
1. Agreed, this has been a huge problem. We partially solved it by adding a captcha, forcing email address verification and adding nofollow to outbound links. Even so we get some spam communities created on occasion which we clean up semi-automatically.
2. Not been a problem for us, but we don't have any social networking features.
3. Has not been a problem for the site for the reason above. However, this has been a bit of an issue at the actual meetups. We've recently introduced an anti-harassment policy to address this problem and I'm thinking of adding functionality related to that to Meetabit.
4. We have a Facebook group as well which was quite active before the pandemic. Now it is completely dead. Whenever I promote events I get the most engagement on LinkedIn of all places. Email is still the best way to get the word out though.
5. Agree about not trying to be everything to everyone. I also think there's a big difference between professional and non-professional meetups, so we've focused on the former with an additional focus on tech. This has allowed us to grow to about 8K users so far with no marketing spend. The features that we have that Meetup.com does not are: talk proposals and archive as well as sponsorship profiles and offers.
Just to provide another data point, I've been running the HelsinkiJS meetup (https://helsinkijs.org/) for 12 years and our upcoming event has had 230+ people register within a day, which is a record. We've also got sponsors lined up for the next 6+ months.
I should add that we ended up building https://meetabit.com/ to make it easier to run the events and it's now being used by around 10 tech meetups in Finland. So, if you're looking for a free Meetup.com alternative, you should check it out. If you have some questions, drop me a line at [email protected].
A browser based controller for the LEGO Duplo train using the Web Bluetooth API. It works best on mobiles in portrait mode and you can find it here: https://legotrain.netlify.app/
The source is a single HTML file that also contains the JS. Just view source and modify if you're interested in taking this further. What's cool is that the protocol allows you to receive readings from the train and not just send commands. Also, it allows you to drive the train faster than you can via the official mobile app.