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

jchap

no profile record

投稿

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

playground.tryke.dev
2 ポイント·投稿者 jchap·2 か月前·0 コメント

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

github.com
5 ポイント·投稿者 jchap·3 か月前·0 コメント

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

diffswarm.dev
8 ポイント·投稿者 jchap·6 か月前·2 コメント

Show HN: FastAPI LSP/VSCode Extension POC

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

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

github.com
12 ポイント·投稿者 jchap·10 か月前·4 コメント

Ask HN: Workflow Orchestration tools?

twitter.com
1 ポイント·投稿者 jchap·昨年·1 コメント

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

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

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

heartery.food
4 ポイント·投稿者 jchap·2 年前·0 コメント

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

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

Show HN: Zany – Favicon API

zany.sh
30 ポイント·投稿者 jchap·3 年前·11 コメント

コメント

jchap
·2 か月前·議論
Tryke! A Rust-based Python test runner with a Jest-style API.

https://github.com/thejchap/tryke
jchap
·6 か月前·議論
Thanks - planning to open source it (at which point the link will work :) until then should probably hide that I guess…
jchap
·9 か月前·議論
Yea it definitely could!
jchap
·9 か月前·議論
:)
jchap
·昨年·議論
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
·昨年·議論
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 年前·議論
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 年前·議論
it is not, just a simple hosted service
jchap
·3 年前·議論
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">