Ask HN: Want to build something open source on nights and weekends together?
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 ] threadLinux 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.
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.
https://github.com/openshiporg/openship
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
made all opensource today, 25 projects.
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.