15 comments

  • malux85 3 days ago ago

    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.

  • HerbManic 3 days ago ago

    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.

    • vira28 3 days ago ago

      Agree. Appreciate the reminder.

  • theturtletalks 3 days ago ago

    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

    • sysguru2046 2 hours ago ago

      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

    • sama004 3 days ago ago

      did you try medusa? what were the shortcomings that made you build this

      • theturtletalks 3 days ago ago

        Medusa is what our schema is based on but we have diverted a bit since then. The main difference is that Openfront is a Next.js application with the graphQL API, storefront, and dashboard built-in. Because of this, it’s one click deploy on Railway and Vercel whereas Medusa uses express and requires running multiple applications.

        Because it’s all bundled in 1 Next app, it’s very easy for businesses to pick up and adapt to their business. In fact, this is how we are building the different openfronts. Like when we added payment providers like Stripe and PayPal to e-commerce, we told AI to look at how we did that and add it to restaurants, etc. Down the line, we want to allow users to create custom Openfronts by remixing existing ones. Like if you’re a restaurant and want to sell merch, you can bring in those features from e-commerce to the restaurant software.

  • culopatin 3 days ago ago

    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

  • austin-cheney 2 days ago ago

    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.

  • lanycrost 2 days ago ago

    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 :)

  • marshalhq 2 days ago ago

    Six weeks in building a behavioral supply chain scanner for Maven dependencies. Shipped v0.1.0 yesterday. The hardest part is not the code, it is finding time to talk to potential users. https://dev.to/usman18/i-scanned-real-maven-central-packages...

  • handoflixue 3 days ago ago

    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?)

  • elosvadel84 2 days ago ago

    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.

  • websku 2 days ago ago

    absolutely. Maybe you like something from here? https://onemillionlines.com/links

    made all opensource today, 25 projects.

  • toyg 2 days ago ago

    You can probably concoct your own accountability engine with a bit of AI these days.