HackerTrans
TopNewTrendsCommentsPastAskShowJobs

itayd

no profile record

Submissions

[untitled]

1 points·by itayd·vor 5 Monaten·0 comments

Show HN: Gocat – URL shortener using Google Sheets

github.com
1 points·by itayd·vor 8 Monaten·0 comments

Show HN: Ask questions your Slack Threads

github.com
1 points·by itayd·vor 8 Monaten·0 comments

KitteHub: Python projects in the cloud in a few clicks

github.com
1 points·by itayd·vor 8 Monaten·0 comments

Leash: Spreadsheet Based PagerDuty Alternative

github.com
5 points·by itayd·vor 9 Monaten·2 comments

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

github.com
4 points·by itayd·vor 9 Monaten·1 comments

Show HN: Leash: Replace PagerDuty with a Spreadsheet

github.com
1 points·by itayd·vor 9 Monaten·0 comments

KitteHub: Workflow as Python code using AutoKitteh

github.com
9 points·by itayd·vor 9 Monaten·1 comments

Long Running OpenAI Agent Researcher

github.com
1 points·by itayd·vor 10 Monaten·0 comments

[untitled]

1 points·by itayd·letztes Jahr·0 comments

Show HN: Durable Python Workflows

github.com
64 points·by itayd·letztes Jahr·14 comments

[untitled]

1 points·by itayd·letztes Jahr·0 comments

[untitled]

1 points·by itayd·letztes Jahr·0 comments

Interactive OpenAI Agent Researcher

github.com
2 points·by itayd·letztes Jahr·0 comments

[untitled]

1 points·by itayd·letztes Jahr·0 comments

Show HN: AutoKitteh, Durable Workflows in Python

github.com
4 points·by itayd·letztes Jahr·0 comments

[untitled]

1 points·by itayd·letztes Jahr·0 comments

comments

itayd
·vor 4 Monaten·discuss
best molly-guard depicited in "The Good Place": https://www.youtube.com/watch?v=etJ6RmMPGko
itayd
·vor 7 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
You can also try https://github.com/autokitteh/autokitteh. Python based, completely open source. Got inter workflow storage as well
itayd
·letztes Jahr·discuss
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
·letztes Jahr·discuss
yup!
itayd
·letztes Jahr·discuss
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
·letztes Jahr·discuss
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
·letztes Jahr·discuss
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
·letztes Jahr·discuss
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.