HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jchap

no profile record

Submissions

Show HN: Try Tryke – the Rust-powered Python test framework – in the browser

playground.tryke.dev
2 points·by jchap·2개월 전·0 comments

Show HN: Hacker News, summarized and printed to your local printer

github.com
5 points·by jchap·3개월 전·0 comments

Show HN: Diffswarm – GitHub-style review and workflow for any unified diff

diffswarm.dev
8 points·by jchap·6개월 전·2 comments

Show HN: FastAPI LSP/VSCode Extension POC

github.com
3 points·by jchap·8개월 전·0 comments

Show HN: Magic-markers – control a smart bulb with crayola markers

github.com
12 points·by jchap·10개월 전·4 comments

Ask HN: Workflow Orchestration tools?

twitter.com
1 points·by jchap·작년·1 comments

Show HN: SmolFAAS – Cloudflare workers in <1k lines of code

github.com
4 points·by jchap·작년·0 comments

Show HN: Put heartery.food/ in front of a recipe url to check heart-healthiness

heartery.food
4 points·by jchap·2년 전·0 comments

Show HN: Pue – server-driven UI with Python/Vue

github.com
3 points·by jchap·2년 전·0 comments

Show HN: Zany – Favicon API

zany.sh
30 points·by jchap·3년 전·11 comments

comments

jchap
·2개월 전·discuss
Tryke! A Rust-based Python test runner with a Jest-style API.

https://github.com/thejchap/tryke
jchap
·6개월 전·discuss
Thanks - planning to open source it (at which point the link will work :) until then should probably hide that I guess…
jchap
·9개월 전·discuss
Yea it definitely could!
jchap
·9개월 전·discuss
:)
jchap
·작년·discuss
Are there any (simple) tools out there where the API contract is like:

- POST a statechart to something to kick it off/validate transitions/log events, schedule waits/etc

- receive POSTs (webhook-like) back to a handler endpoint to actually execute side effects

The SCXML spec defines stuff that supports this really well (ie the send/invoke tags)

Closest things I’ve been able to find:

Stately/XState

Temporal

AWS Step Functions

Step functions probably the closest to what I'm looking for but is the task token thing the only way to “receive” events?
jchap
·작년·discuss
EDIT 2025-02-04 - no longer taking applications for this role.

Anuvi (REMOTE) - we're a pre-seed startup and don't have an official job posting anywhere (yet) but we're looking for our 3rd engineer (https://anuvi.io). We're a COBRA administrator that's going up against a few large incumbents with a lean tech/product-focused team. We have PMF and need to scale. Python+serverless backend on AWS lambda + Vue frontend(s).

Salary range is $165k-$195k USD + equity

Please email me a resume at justin (at) anuvi.io
jchap
·2년 전·discuss
this is cool, and a way better executed/more fully featured version of this poc i did a couple weeks ago :) which uses vue under the hood

https://news.ycombinator.com/item?id=39353269

example app: https://github.com/thejchap/pue/blob/main/example.py

good luck! i think there’s definitely something here with this kind of thing
jchap
·3년 전·discuss
it is not, just a simple hosted service
jchap
·3년 전·discuss
this is a great idea, going to update the docs. also, regarding dark themes, you can control the text/background color via query params:

    <link rel="icon" href="https://zany.sh/favicon.svg?text=hi&background-color=black&text-color=white">