yohamta

↗ HN profile [ 55.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN! I'm the author of Dagu, a workflow engine that's been in development for a few years. Just released v1.17.0-beta.1 with some significant improvements. The core idea: define workflows in YAML, run them as…

  2. Dew is a pragmatic command bus library for Go that simplifies complex backend architectures. It provides a unified interface for handling operations and domain logic, promoting clean, maintainable code. Why Dew? -…

  3. Dagu is a lightweight workflow engine that replaces Cron. It comes with a full-featured Web UI. It allows you to define dependencies between commands as a DAG in declarative YAML format. Features: - Install by only a…

  4. Firefox 125 (released on 4/25) now supports Intl.Segmenter. This improves the accuracy of sentence segmentation in JavaScript. So, I've added an option to the Go SBD Playground that allows you to test both option for…

  5. GoSBD is a library for segmenting text into sentences for Go. It is rule-based and works out-of-the-box. This library builds upon the excellent foundations laid by pySBD and pragmatic_segmenter. The roadmap includes…

  6. I have created a Cron alternative that runs DAGs (Directed acyclic graph) defined in a simple YAML format. Why not Airflow? Airflow and other similar tools are powerful and valuable, but in most cases, they require…