Hacker Newsnew | past | comments | ask | show | jobs | submit | koistya's commentslogin

That's a really cool approach, love it! Treating agent steps as build artifacts (OCI layers) makes total sense for coding agents or offline evaluations where you need filesystem-level reproducibility.

Verist, on the other hand, is aiming for the application layer: lightweight, low-latency observability for production user-facing apps where spinning up containers per-step isn't feasible. I think there's space for both: Dagger/OCI for heavy 'environment' replay, and Verist for semantic 'decision' replay.



Cool project! Been messing with AI agents for code stuff, and this Kanban setup for parallel tasks looks super handy—gonna try it on my next hack. Quick Q: handling token tracking per user/org? Got tons of experience from building UsagePilot (open-core lib for AI metrics). Happy to chat if you need a second pair of hands on that front!


WebSocket Router for Bun — A type-safe WebSocket router for Bun with Zod-based message validation. Route WebSocket messages to handlers based on message type with full TypeScript support.

https://github.com/kriasoft/bun-ws-router#readme


Part-time can be a great fit for developers who use their own stack and stick to a consistent architecture across multiple projects. For instance, I personally begin each of my projects with the same template (https://github.com/kriasoft/react-starter-kit 23k). This approach reduces overhead when juggling multiple tasks, allowing me to seamlessly make changes in one place and effortlessly push and merge updates into various upstream repositories for different clients. Excited about this efficiency-boosting method? Check out my new blog post where I delve into the details: https://medium.com/@koistya/enabling-efficient-front-end-dev.... Good luck with your project!


Great advert!


the hard part is finding part time work where you get to use your own stack.


...pre-configured with Webpack, Babel, TypeScript, Emotion.js, Material UI theme customization including light/dark mode switching. Bookmark


"As any developer will tell you, software development is a marathon, not a series of sprints."

I would argue with that.


There is an alternative solution that supports CSS Modules, PostCSS and HRM with React Hot Loader. Give it a try! Create a new folder for your project, then run:

    npm install -g react-app-tools
    react-app new
    react-app start
https://hashnode.com/post/react-redux-without-webpack-ciqylw...


I just published a similar tool:

    > npm install -g react-app-tools
    > react-app new
    > react-app start
The idea is to have no configs (though you will be able to configure anything if needed) and a bare minimum package.json:

    {
      "private": true,
      "dependencies": {
        "react-app": "^1.0.0",
      },
      "devDependencies": {
        "react-app-tools": "^1.0.0",
      },
      "scripts": {
        "build": "react-app build",
        "start": "react-app start",
      }
    }


The goal of this project is to provide a simple yet powerful template and tooling for building React-based web apps optimized for CDN hosting in Firebase. This boilerplate is built around modern front-end dev tools such as Babel, Webpack, Hot Module Replacement (HMR), React Hot Loader, CSS Modules, featuring component-based UI architecture with code splitting and async chunk loading.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: