Ask HN: Want to build something open source on nights and weekends together?

39 points by vira28 ↗ HN
Not a hiring post. I have a 9-5 but also a lot of ideas I want to build. The core is just to show up and make small progress — but I find I'm missing accountability and partnership, so I thought it'd be nice to partner with someone. Mostly backend/infra stuff. If you're interested, email in my profile.

19 comments

[ 3.6 ms ] story [ 51.6 ms ] thread
The best thing you can do is try to start this by your self. Yes it is hard but once you have even a vague demonstration of an idea that can be the launch pad to getting others in the fold.

Linux started Linux by himself, then others came along if they are inspired.

I know it is hard to do at first but that hard first step is what is usually needed.

Accountability has to come internally, which will come through discipline. An external accountability force will only be short lived because once the novelty wears off, then you'll start making excuses and it will fail at that point.

I would suggest you do some internal reflection and very honest introspection to find the root cause of your dissatisfaction - are you not doing your projects because some other vice is getting in the way? Or maybe the answer is you just need rest and theres only so many hours in the day.

I’m building an open-source Shopify for every vertical. I’ve built one for e-commerce and restaurants (gym and grocery is in the works). If you want, you can help me build one of them?

https://github.com/openshiporg/openship

I'm very interested in your open-source Shopify project for e-commerce.

Do you consider Event-Source Commerce as part of this project?

Examples of Commerce events:

Catalog events - Product created, price changed

Inventory events - Quantith change

Order events - order created, cancelled

Routing events - order received, routing decision made

Shipment events - shipment created, tracking assigned

Customer events - Customer registered, address changed

Supplier events - Feed arrived

Taxonomy Events - Category created

Yes our platform supports webhooks for events like these. Message me on LinkedIn and we can hop on a call if you have more questions.
What sort of development? What time zone? Friend or foe of GenAI? Looking for a partner, or an assistant? (i.e. do you want help implementing your ideas, or are you looking for inspiration and feedback too?)
Would help to know what fields you’re interested in or what problems you want to solve. No one is going to have much consistency or accountability working on things they don’t care about
You can probably concoct your own accountability engine with a bit of AI these days.
(comment deleted)
I have one project built using kubebuilder and for cloud native ai and data pipelines with CRD's as first class citizens and pluggable parts. If you interested I can share the link :)
Certainly interested.
i have similar issue, working by yourself need some times adverse ideas, opposition, feedback. even the LLM tend to be complacent. i found myself (soudn crazy or not) making JIRA projects jsut to keep tracking of progress or ideas.
If you are a TypeScript/Node.js developer you can take a look at:

http://github.com/prettydiff/aphorio

It is a dashboard for docker, web servers, os data, and more. It exposes most of Node's APIs to a browser front-end in a very low level (low as in as low as you can get with Node). It's internal components should allow you to tinker with almost any non-graphical idea without excess dependencies.

My current effort is to make the application self-documenting and self-descriptive by starting with expose the TypeScript definitions for the app's internal services to the UI as documentation. I am thinking about the best way to go about this.

(comment deleted)