HackerTrans
トップ新着トレンドコメント過去質問紹介求人

itayd

no profile record

投稿

[untitled]

1 ポイント·投稿者 itayd·5 か月前·0 コメント

Show HN: Gocat – URL shortener using Google Sheets

github.com
1 ポイント·投稿者 itayd·8 か月前·0 コメント

Show HN: Ask questions your Slack Threads

github.com
1 ポイント·投稿者 itayd·8 か月前·0 コメント

KitteHub: Python projects in the cloud in a few clicks

github.com
1 ポイント·投稿者 itayd·8 か月前·0 コメント

Leash: Spreadsheet Based PagerDuty Alternative

github.com
5 ポイント·投稿者 itayd·9 か月前·2 コメント

Show HN: Gocat – URL shortener using Google Sheets as a database

github.com
4 ポイント·投稿者 itayd·9 か月前·1 コメント

Show HN: Leash: Replace PagerDuty with a Spreadsheet

github.com
1 ポイント·投稿者 itayd·9 か月前·0 コメント

KitteHub: Workflow as Python code using AutoKitteh

github.com
9 ポイント·投稿者 itayd·9 か月前·1 コメント

Long Running OpenAI Agent Researcher

github.com
1 ポイント·投稿者 itayd·10 か月前·0 コメント

[untitled]

1 ポイント·投稿者 itayd·昨年·0 コメント

Show HN: Durable Python Workflows

github.com
64 ポイント·投稿者 itayd·昨年·14 コメント

[untitled]

1 ポイント·投稿者 itayd·昨年·0 コメント

[untitled]

1 ポイント·投稿者 itayd·昨年·0 コメント

Interactive OpenAI Agent Researcher

github.com
2 ポイント·投稿者 itayd·昨年·0 コメント

[untitled]

1 ポイント·投稿者 itayd·昨年·0 コメント

Show HN: AutoKitteh, Durable Workflows in Python

github.com
4 ポイント·投稿者 itayd·昨年·0 コメント

[untitled]

1 ポイント·投稿者 itayd·昨年·0 コメント

[untitled]

1 ポイント·投稿者 itayd·2 年前·0 コメント

Show HN: AI Driven Slack Support in a few lines of code

github.com
4 ポイント·投稿者 itayd·2 年前·0 コメント

コメント

itayd
·4 か月前·議論
best molly-guard depicited in "The Good Place": https://www.youtube.com/watch?v=etJ6RmMPGko
itayd
·7 か月前·議論
Hey - could be a good use case for https://github.com/autokitteh/autokitteh - which gives you durable workflows over python. Since your logic is deterministic it's a simple python script that stores the history in memory, and autokitteh will take care of the persistancy aspect.
itayd
·9 か月前·議論
Leash – I built an incident management system in ~200 lines of Python, production ready.

Tired of paying per-user for PagerDuty? I built an open-source alternative that handles on-call rotation, escalation, and multi-channel alerts (Slack/Email/SMS).

Workflows that wait hours for responses survive restarts without needing message queues or state machines. And your team edits schedules directly in Google Sheets instead of clicking through admin UIs.
itayd
·9 か月前·議論
Yes, we're built more for people who want to build using code, so the UI is different. That said, our road plan includes more UI features.
itayd
·9 か月前·議論
You can also try https://github.com/autokitteh/autokitteh. Python based, completely open source. Got inter workflow storage as well
itayd
·昨年·議論
You actually don't need to self import these. Usually Safeway (is it only a west coast thing?) always have these stocked in the Kosher section.
itayd
·昨年·議論
yup!
itayd
·昨年·議論
hi - this is not a library. this is a platform that you upload vanilla python code to it and it makes it run in a durable manner.
itayd
·昨年·議論
Hey, author here. We love durable functions and the ease it provides for building stuff. We provide an OSS as well as SaaS "serverless" platform to easily get started with durable functions using vanilla python.

Please take a look as well at https://github.com/autokitteh/kittehub which is full of examples. Also you can use https://autokitteh.cloud for free with some limits.
itayd
·昨年·議論
Hiding is actually not the main thing here. AK allows you to "deploy in a click" instead of deploying the actual workers. We also provide integrations with built in authentication for external services such as Slack, JIRA, etc.
itayd
·昨年·議論
In previous life I've been self hosting Cadence and it worked quite well. We then moved to Temporal cloud which was even easier.

That said, if you use autokitteh.cloud, you don't need to worry about Temporal as we're doing all that management behind the scenes.