Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yohamta
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
yohamta
1mo ago
Yes, as long as a senior SWE guides AI agents properly.
2.
▲
by
yohamta
1mo ago
In Japan still many system integrator company that large corporation relies on continue using waterfall approach. They keep to out source a lot of engineering work for making design documents, manual testing, etc. They would keep to hire ma
3.
▲
by
yohamta
2mo ago
As a Japanese in Tokyo, I didn't know that Ramens in other countries look so good.
4.
▲
by
yohamta
2mo ago
Multiplayer agent harness is useful only when the context and AI output does not overwhelm the team space and works asynchronously and background. If you think about it, that could be just boring job scheduler, isn't it?
5.
▲
by
yohamta
2mo ago
Anthropic SOTA model is a gift to human. Open AI model is so annoying. I alway feel like talking to intelligent insects,
6.
▲
by
yohamta
3mo ago
I built Dagu, a simple workflow engine and lightweight alternative to Airflow. Lately, I’ve been using it to automate my daily workflows with an AI agent harness like opencode. Dagu helps you manage local, private workflows. It gives you a
7.
▲
by
yohamta
5mo ago
This is a very interesting project, especially since I've been building a similar declarative workflow engine for over 5 years. With a well-designed YAML schema, it's now possible to build workflows with AI agents. I call this &qu
8.
▲
by
yohamta
5mo ago
exe.dev は大好きなプロジェクトです。単一の仮想マシン/ローカルマシンに全てを詰め込むアイデアが好きです。私は単一マシン上でのワークフローオーケストレーションの複雑性に関わる問題を解決するため Dagu.sh を開発しています。
9.
▲
by
yohamta
5mo ago
Claude and Open AI seems to be trying not to be 'Just a model', but this is intrinsically problematic because model can be degraded and prices only goes up once they lock-in customers. It is increasingly important for anyone who a
10.
▲
by
yohamta
6mo ago
AI agent orchestration is future. That's where workflow engine shines. I'm doing the same thing using Dagu.sh and I don't use terminal so much anymore.
11.
▲
Show HN: The simplest way to run agentic complex workflows (Dagu v2.0)
(dagu.sh)
2 points
by
yohamta
7mo ago
|
0 comments
12.
▲
Embulk into the Maintenance Mode
(embulk.org)
1 points
by
yohamta
10mo ago
|
0 comments
13.
▲
Show HN: Run any GitHub Action locally from your Cron job -- finally!
(docs.dagu.io)
25 points
by
yohamta
11mo ago
|
0 comments
14.
▲
by
yohamta
1y ago
Hey HN! I'm excited to share Dagu v1.18, a major release of our lightweight workflow orchestration engine that works on shared filesystem. Dagu is designed for teams that find Airflow overkill but need more than cron. It's a singl
15.
▲
Show HN: Dagu – Self-contained, Powerful Alternative to Airflow v1.17.0 released
(docs.dagu.cloud)
3 points
by
yohamta
1y ago
|
0 comments
16.
▲
Show HN: Dagu 1.17-beta – Run complex workflows without the Airflow complexity
(github.com)
4 points
by
yohamta
1y ago
|
0 comments
17.
▲
Dagu v1.16.0 Is Released - Local-First Workflow Engine
(github.com)
3 points
by
yohamta
2y ago
|
0 comments
18.
▲
Show HN: Dew v1.0.0 – A lightweight, zero-dependency command bus for Go
(github.com)
4 points
by
yohamta
2y ago
|
0 comments
19.
▲
Show HN: Dagu v1.13.0
(github.com)
4 points
by
yohamta
2y ago
|
0 comments
20.
▲
A lightweight, pragmatic Command Bus library for Go
(github.com)
1 points
by
yohamta
2y ago
|
0 comments
21.
▲
Show HN: GoSBD v0.1.4 is released and playground for Intl.Segmenter option
(gosbd.pages.dev)
1 points
by
yohamta
2y ago
|
0 comments
22.
▲
Show HN: GoSBD Playground – Sentence Boundary Disambiguation Library for Go
(gosbd.pages.dev)
1 points
by
yohamta
3y ago
|
0 comments
23.
▲
Mastering DDD: Repository Design Patterns in Go
(medium.com)
4 points
by
yohamta
3y ago
|
0 comments
24.
▲
by
yohamta
3y ago
I'm wondering if it is possible to find out the exact system instruction for these GPTs
25.
▲
by
yohamta
4y ago
It seems the correct command is "cargo build --target wasm32-unknown-unknown --release".
26.
▲
by
yohamta
4y ago
Thanks for the article. I tried it but somehow the compilation command doesn't work on my local: "$ cargo run --target=wasm32-unknown-unknown --release" error: a bin target must be available for `cargo run`
27.
▲
by
yohamta
4y ago
Thanks for the comment :) That's a good point. We considered using Airflow in the first place, but we decided not to. Because we had only a few number of developers and felt those tools were overkill for our use case. Also, we couldn&#
28.
▲
Show HN: A just another Cron alternative but with much more capabilities
(github.com)
7 points
by
yohamta
4y ago
|
2 comments
29.
▲
by
yohamta
4y ago
I work as a software developer for a Japanese company, developing and maintaining large ETL(Extract, Transform, Load) pipelines that have been maintained for many years. I am developing jobctl with Go. https://github.com/yoh