<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: _alphageek</title><link>https://news.ycombinator.com/user?id=_alphageek</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 27 Jun 2026 06:19:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=_alphageek" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by _alphageek in "The new HTTP QUERY method explained"]]></title><description><![CDATA[
<p>>> QUERY request can be cached<p>I have a weird feeling. Query body is encrypted by https. So CDN will not be able to cache results. 
In order to make it work right - whole topology of the internet should be redone. Caching on the backend server will not give any real gains for large scale apps.</p>
]]></description><pubDate>Tue, 23 Jun 2026 09:44:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48642546</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48642546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48642546</guid></item><item><title><![CDATA[New comment by _alphageek in "Ask HN: Who wants to be hired? (June 2026)"]]></title><description><![CDATA[
<p>Location: Brazil (UTC-3)
Remote: Yes (remote only, US timezone overlap)
Willing to relocate: No
Technologies: Rust (Tokio, Axum, Tonic, WASM),Node.js/NestJS/TypeScript, React, PostgreSQL, Redis, RabbitMQ, Docker, AWS/GCP, zk-SNARKs
Résumé/CV: <a href="https://www.ovasylenko.com" rel="nofollow">https://www.ovasylenko.com</a>
Email: hello@ovasylenko.com<p>Backend & systems engineer, 18+ years. Two recent builds:
Rust — Solo-built Orch8 (orch8.io), a durable workflow orchestration engine. 2,400+ instances/sec, <3ms latency. 7 crates, 3 SDKs (Node/Python/Go), 200+ integrations, built-in LLM tool calling and ReAct agent loops.<p>Node.js/NestJS — Matching engine for a crypto exchange processing 4,000+ orders/sec with sub-millisecond latency. Liquidity bots, candle engine, real-time WebSocket trading.<p>Also: zk-SNARK wallet engine at Panther Protocol (cross-chain, UTXO model), micro-frontend migration at PropertyGuru (4 product teams). Led 15 engineers across 3 time zones.<p>Looking for: Senior/Staff Rust systems, backend architecture (Node.js or Rust), Web3/protocol engineering, or AI infrastructure roles. I care about product ownership and shipping - not process theater.</p>
]]></description><pubDate>Tue, 02 Jun 2026 02:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48365324</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48365324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48365324</guid></item><item><title><![CDATA[New comment by _alphageek in "Performance of Rust Language [pdf]"]]></title><description><![CDATA[
<p>I would have liked to have the checks-off delta plotted across rustc versions - the deck notes this stuff moves non-monotonically, so a trend line would say more than a single-version snapshot.</p>
]]></description><pubDate>Tue, 26 May 2026 03:35:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48274666</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48274666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48274666</guid></item><item><title><![CDATA[New comment by _alphageek in "Was my $48K GPU server worth it?"]]></title><description><![CDATA[
<p>I ve seen already one question like that in the thread. But I rephrase it slightly sharper. Did you consider renting out you setup to vast.ai and if so, how much money it can generate per month deducting electricity.<p>Also, sorry for the noob question, is not such server generate enormous amount of heat? You did not use any special cooling system?</p>
]]></description><pubDate>Fri, 22 May 2026 07:02:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48232888</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48232888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48232888</guid></item><item><title><![CDATA[New comment by _alphageek in "Apparently Google hates us now"]]></title><description><![CDATA[
<p>I still have 42k page indexed, but previously I had 20k impressions per day, past week impressions started to change. And now I have 399 impressions per 24 hours :/</p>
]]></description><pubDate>Wed, 20 May 2026 18:04:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48211645</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48211645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48211645</guid></item><item><title><![CDATA[New comment by _alphageek in "Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite"]]></title><description><![CDATA[
<p>Amazing.Thank you</p>
]]></description><pubDate>Sat, 09 May 2026 00:29:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48070482</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48070482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48070482</guid></item><item><title><![CDATA[New comment by _alphageek in "Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite"]]></title><description><![CDATA[
<p>Thanks! Effect-ts is totally different tools though. It's an effect system (managing side effects, composability, error channels), while orch8 is about durable execution: your workflow survives crashes, deploys, and restarts without losing a single step.                                
Currently LLM drives demand for the orchestration systems. As them requires loops under them to solve the real-world problems. The core principles under orch8 is to have llm heavy workflows, f.e. llm step is exists out of the box and it can modify execution at a runtime.
Regarding which framework for non-tech users, in my humble opinion - non of the yet. Effect-ts requires steep learning, temporal requires understanding of determinism constraints. Even Inngest assumes you can write code. Declarative way of defining workflows, in my opinion is the way to og. As llm can generate declarations, workers, tests and run on their own. I shipped also cloud.orch8, one of the core ideas is the templates, where user can click through template - fill their variables and have their executions running with 0 code. 
but as ti is early development, I did not develop many templates yet - something I gonna focus next few months.In slightly far future I plan to ha templates marketplace, where people can earn money for designing solutions for other people/companies.</p>
]]></description><pubDate>Wed, 06 May 2026 10:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48034507</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48034507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48034507</guid></item><item><title><![CDATA[New comment by _alphageek in "Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite"]]></title><description><![CDATA[
<p>Hi HN,<p>TBH, it is my first post here and I am nervous a lot, as I put a lot of effort into this product. I have been building <a href="http://orch8.io" rel="nofollow">http://orch8.io</a> for past 2 months.
The story started when I used Temporal for long-running workflows, month after month/many months/years, and ended up in a situation where I needed to write lots of fixes around Temporal. Temporal is a great tool, covering most of the use cases, but for long-running execution, solution around it is starting to be very painful and too complex. Especially if the workflow can be updated 2-3 times during execution.<p>So I decided to go with Rust, as it is fast, small, and can have only 1 binary. Atm it supports only two dbs. SQLite for local development and PostgreSQL for scaling.<p>Workflows are defined as JSON blocks(sequences), and the engine persists state so work can resume after crashes or restarts.<p>Orch8 includes many workflow/application semantics out of the box. Instead of
modeling everything as code-level activities, sequences use higher-level blocks directly:<p>- Semantics: Parallel, Race, TryCatch, Loop, ForEach, Router, SubSequence, and CancellationScope blocks<p>- A/B testing blocks for deterministic variant selection<p>- Built-in LLM calls across major providers(Also, LLM can 
inject additional steps into the current execution automatically, if you design the sequence that way)<p>- Human review(when smn need to approve before the decision. It is very helpful for early sequence development, where there might be bugs and you need to verify that you are not doing something wrong on critical blocks. One use case, I have connected it to a Telegram bot with the Polymarket test. I am getting information, should we go or not go with bet on analysis done with LLM and opportunities found )<p>- I decided to integrate ActivePieces out of the box. It allows to have 200+ connectors to different tools immediately and takes the burden of diversity of integrations off my shoulders<p>- Any non-standard behavior is done via external workers in any language via REST polling. Also, I shipped 3 SDKs: Node/Python/Go<p>- JSON-defined workflows that can be generated, versioned, and shipped without compiling worker code<p>- Overall I wrote 2000+ tests 1300 unit, 700 integration tests, and increasing coverage every week<p>Other pieces included today:<p>- Durable execution with retries, snapshots, and dead-letter handling<p>- Scheduling with relative delays, business-day rules, timezones, send windows, and cron triggers. F.e. never send sales emails on weekends; Or use jitter window of 4 hours to send 1000 emails.<p>- Rate-limit pools with rotation, daily caps, warmup ramps, and defer-on-limit behavior<p>- Added Prometheus metrics, structured logs, and audit logs(I did not test it well in prod, yet, might be some glitches)<p>- I have created a polymarket worker for anyone who wants to integrate it. It covers all API and is located in org repo.<p>Will be honest:<p>- This is not battle-tested at Temporal scale<p>- No visual workflow builder yet; sequences are JSON for now. Plan in the nearest future. But it is nice-to-have, I do not see crucial value in it. Thought, I have a vision how to make it different and friendlier than usual(thanks for 6 years of d3 development in early career)<p>- Still early, so I would not pretend every production edge case has been found. But I really appreciate contribution or suggestions.<p>License is BUSL-1.1. You can use it in production unless you are offering Orch8 itself as a competing hosted/embedded
service. Each release converts to Apache 2.0 after 4 years.<p>Links:<p>- GitHub: <a href="https://github.com/orch8-io/engine" rel="nofollow">https://github.com/orch8-io/engine</a><p>- Docs: <a href="https://orch8.io/docs" rel="nofollow">https://orch8.io/docs</a><p>- Quick start: `docker run -d -p 8080:8080 ghcr.io/orch8-io/engine:latest`<p>I would like to hear from people who have used Temporal, Airflow, Prefect, Dagster, or homegrown workflow systems. What are your pain points now?<p>Thank you, guys.<p>With respect, Oleksii.</p>
]]></description><pubDate>Tue, 05 May 2026 12:15:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48021437</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48021437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48021437</guid></item><item><title><![CDATA[Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/orch8-io/engine">https://github.com/orch8-io/engine</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48021431">https://news.ycombinator.com/item?id=48021431</a></p>
<p>Points: 26</p>
<p># Comments: 5</p>
]]></description><pubDate>Tue, 05 May 2026 12:15:14 +0000</pubDate><link>https://github.com/orch8-io/engine</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48021431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48021431</guid></item><item><title><![CDATA[New comment by _alphageek in "Async Rust never left the MVP state"]]></title><description><![CDATA[
<p>The duplicate-state collapse (hoisting the match out of the await branches like in his process_command example) is the single easiest pattern anyone can apply to existing async code today. No compiler work needed, just a refactor.</p>
]]></description><pubDate>Tue, 05 May 2026 11:28:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48020995</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=48020995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48020995</guid></item><item><title><![CDATA[New comment by _alphageek in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Rio de Janero, BR -3 GMT
  Remote: Yes
  Willing to relocate: No
  Technologies: Rust, Nodejs, Typescript, React, Postgres, optimizations and mission critical systems, systems toolkits, exchanges, security audits
  Résumé/CV: www.ovasylenko.com
  Email: hello@ovasylenko.com
  Others: Get things done attitude</code></pre></p>
]]></description><pubDate>Sat, 02 May 2026 02:12:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47982679</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47982679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47982679</guid></item><item><title><![CDATA[New comment by _alphageek in "Vercel’s pricing page"]]></title><description><![CDATA[
<p>I go full course with supabase, they have compatible S3 storages. So auth, db, storage in same place and pretty easy to manage.</p>
]]></description><pubDate>Fri, 01 May 2026 01:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47970413</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47970413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47970413</guid></item><item><title><![CDATA[New comment by _alphageek in "I Built a WebAssembly Runtime in 5 Days"]]></title><description><![CDATA[
<p>I would treat bwrap processes as single-use across tenants, since host-side state (allocator, FDs, namespace bits) accumulates and you can not really prove it clean.</p>
]]></description><pubDate>Thu, 30 Apr 2026 14:21:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47962940</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47962940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47962940</guid></item><item><title><![CDATA[New comment by _alphageek in ""Parse, don't validate" through the years with C++"]]></title><description><![CDATA[
<p>The C++11 example is the weakest in the article by its own thesis. Public throwing constructor, no year check, no leap-year check, so Birthdate(0, 2, 30) constructs cleanly. The C++17/23 shape (private ctor + static factory) is the actual mechanical insight from King's essay. Make the constructor a function that can fail, so the type itself carries the proof.</p>
]]></description><pubDate>Thu, 30 Apr 2026 12:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47961687</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47961687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47961687</guid></item><item><title><![CDATA[New comment by _alphageek in "DRAM Crunch: Lessons for System Design"]]></title><description><![CDATA[
<p>The weak link in the argument is the "1-2 GB DRAM stays stable" claim. That tier is stable because demand sits elsewhere. If AI workloads actually migrate down-capacity at scale (which is what the piece advocates), pricing pressure follows them.</p>
]]></description><pubDate>Thu, 30 Apr 2026 01:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47956879</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47956879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47956879</guid></item><item><title><![CDATA[New comment by _alphageek in "Rust Memory Management: Ownership vs. Reference Counting"]]></title><description><![CDATA[
<p>I would also mention Rc/Arc is Cow<T> -it lets you borrow by default and only clone when you actually mutate. It sits in the middle of the spectrum andsaves a lot of allocations in code paths where most callers just read.</p>
]]></description><pubDate>Mon, 27 Apr 2026 20:03:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47926600</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47926600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47926600</guid></item><item><title><![CDATA[New comment by _alphageek in "Box to save memory in Rust"]]></title><description><![CDATA[
<p>If anyone's doing this kind of optimization, dhat-rs is worth a look, it shows you exactly which fields and call sites are eating memory, instead of just a total. Saves a lot of guessing about where to start.</p>
]]></description><pubDate>Mon, 27 Apr 2026 01:44:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47916817</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47916817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47916817</guid></item><item><title><![CDATA[New comment by _alphageek in "Reverse-engineering a supply chain attack delivered via fake Web3 job interview"]]></title><description><![CDATA[
<p>These attacks evolve each year. Initial ones were just obfuscated code inside some utilities jest/tailwind config, most sophisticated I have seen obfuscated code loaded on chain. So you can not find any trace in the packages, but when you start/install it loads transaction info - decode and boom - you are hacked. So the safest way not to run it or run in isolated docker environment.</p>
]]></description><pubDate>Wed, 22 Apr 2026 14:33:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47864238</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47864238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47864238</guid></item><item><title><![CDATA[New comment by _alphageek in "AI fact-checker with guardrail classifier and MCP server"]]></title><description><![CDATA[
<p>How it is different from perplexity prompt?</p>
]]></description><pubDate>Wed, 22 Apr 2026 14:30:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47864182</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47864182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47864182</guid></item><item><title><![CDATA[New comment by _alphageek in "Show HN: Minimal visual chess openings explorer"]]></title><description><![CDATA[
<p>Really nice.<p>If I were you I would also develop interactive opening tree as an embeddable widget for chess blogs, coaches, and content creators. Chess.com is static one.<p>Also if you can get api/history of user plays - you can help them with analyze to get better openers and become better players.</p>
]]></description><pubDate>Wed, 22 Apr 2026 10:49:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47861694</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=47861694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47861694</guid></item></channel></rss>