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

Shmungus

no profile record

投稿

[untitled]

1 ポイント·投稿者 Shmungus·24 日前·0 コメント

[untitled]

1 ポイント·投稿者 Shmungus·25 日前·0 コメント

Humans are better at coding than AI

github.com
2 ポイント·投稿者 Shmungus·2 か月前·3 コメント

[untitled]

1 ポイント·投稿者 Shmungus·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 Shmungus·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 Shmungus·3 か月前·0 コメント

Show HN: Three backtested quant strategies as Jupyter notebooks

mattitude8861.gumroad.com
1 ポイント·投稿者 Shmungus·3 か月前·0 コメント

Proof Engine: Rust renderer where the math is the visual, no meshes, no polygons

github.com
2 ポイント·投稿者 Shmungus·3 か月前·1 コメント

Proof-engine A mathematical rendering engine for Rust

5 ポイント·投稿者 Shmungus·3 か月前·4 コメント

[untitled]

1 ポイント·投稿者 Shmungus·3 か月前·0 コメント

Show HN: Fin-primitives Zero-panic, decimal-precise trading types for Rust

crates.io
1 ポイント·投稿者 Shmungus·4 か月前·0 コメント

Show HN: Rust primitives for AI agents, LLM infrastructure, and financial data

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

LLM-cpp: 26 single-header C++17 libraries for LLM integration

github.com
3 ポイント·投稿者 Shmungus·4 か月前·3 コメント

Show HN: Single-header C++ libraries for LLM APIs – zero deps beyond libcurl

1 ポイント·投稿者 Shmungus·4 か月前·0 コメント

Show HN: Tokio-prompt-orchestrator – LLM pipeline orchestration in Rust

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

24 Simultaneous Claude Code agents on local hardware

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

I tripled my SaaS prices after 2 weeks and signups didn't drop

web-production-71423.up.railway.app
3 ポイント·投稿者 Shmungus·5 か月前·3 コメント

I built a 9-stage ML pipeline that turns Reddit into timestamped options signals

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

My side project caught $14.1B in acquisitions before they hit the market

web-production-71423.up.railway.app
2 ポイント·投稿者 Shmungus·5 か月前·6 コメント

Show HN: Rot – Financial Intelligence MCP Server

web-production-71423.up.railway.app
2 ポイント·投稿者 Shmungus·5 か月前·0 コメント

コメント

Shmungus
·2 か月前·議論
Humans really are better at coding than AI.

That's why I wrote this handmade Python script.

It validates whether this script has been executed prior to the current execution context being instantiated.

It is Enterprise-grade and runs with 0 dependencies.

I really wanted to show the world just how valuable handwritten code really is.

Link -> https://github.com/Mattbusel/pre_execution_validator
Shmungus
·3 か月前·議論
I had built a rendering engine in Rust where the fundamental primitive is a particle, not a triangle. There are no meshes. No skeletons. No polygon budgets.

Every surface is a continuous matter field held together by spring-force physics. When something takes damage it doesn't play an animation, the forces holding it together get overcome and it physically falls apart. Destruction resolution is infinite because particles don't have polygon limits.

Cloth, fluid, soft-body, volumetric light, they all come from the same particle substrate. Different spring constants, not different systems. Every other engine fakes these as separate modules. This one doesn't fake any of them.

Geometry is SDF. That means analytical normals, mathematically exact ambient occlusion from the SDF gradient, and subsurface scattering from thickness probes. No baked textures. No approximations.

Current demo runs 50 million particles in real time. 650k lines of Rust. OpenGL 3.3 renderer with 23 post-processing passes. Full visual editor with a compiled Windows .exe on the releases page.
Shmungus
·3 か月前·議論
Im glad to hear!
Shmungus
·3 か月前·議論
Thank you!
Shmungus
·4 か月前·議論
100%, I hope you get some good use out of it!
Shmungus
·4 か月前·議論
Built this over a weekend because every C++ project I worked on needed LLM features and the options were either "wrap the Python SDK somehow" or "write the curl SSE parsing yourself again."

26 libraries across four categories — Core, Data, Ops, App. Each one is a single .hpp file. Drop in what you need, define one implementation macro, ship. No Python runtime, no package manager, no build system changes beyond linking libcurl where needed.

llm-stream has 83 unique clones already with zero promotion. Figured the rest of the suite was ready to share. Happy to answer questions on design decisions, the single-header pattern, or anything else.
Shmungus
·5 か月前·議論
The previous documented record for simultaneous Claude Code agents is 16, set by Anthropic's own engineering team building a C compiler.

Tonight I ran 24. What made this possible: I built a Tokio-native LLM orchestration pipeline in Rust that routes inference through a local Mistral 7B model running on an RTX 4070. The agents coordinate through governance docs (CLAUDE.md, AGENTS.md) that define module ownership and test ratios, they don't communicate directly, they communicate through the codebase.

The recursive part: the orchestrator was built using the same multi-agent workflow it enables. The MCP server that lets Claude call the pipeline natively.

Technical details:

683 tests, 0 failures 1.53:1 test-to-production ratio enforced by pre-commit hooks

9-stage deduplication pipeline with circuit breakers

Sub-millisecond pipeline overhead (inference dominates at 3.6s on Mistral 7B)

Repo: github.com/Mattbusel/tokio-prompt-orchestrator
Shmungus
·5 か月前·議論
Raise it again?
Shmungus
·5 か月前·議論
I launched a solo financial intelligence tool 2 weeks ago at $9.99/mo. Caught 6 major market moves in the first week (including a $9.9B acquisition and a +137% move). Got users in 46+ countries organically.

Then I tripled the price to $29.99 Pro / $149.99 Ultra.

Conversion behavior didn't change. If anything, traffic to the pricing page increased.

I think the problem was that $9.99 signaled "toy" to options traders who routinely risk thousands per trade. The higher price actually built trust.

Anyone else found that raising prices early improved conversion? Curious if this is specific to finance/trading products or a broader SaaS pattern.

Product: rot.trading (165K lines of Python, built solo in 9 days, $5/mo infrastructure)
Shmungus
·5 か月前·議論
Week 1 caught $14.1B in acquisitions, MASI +34%, ZIM +25%, OLB +137%, CMPS +39%, all with UTC timestamps before the moves.

165K lines of Rust, custom NLP engine (no spaCy/NLTK), GradientBoosting over 32 features, IV-aware options strategy selection, and a closed-loop suppression gate that improves win rate between retrains. Also the first financial intelligence MCP server, integrates directly into Claude as a native tool. Full technical spec in the repo.

https://github.com/Mattbusel/ROT-TECH-PDF
Shmungus
·5 か月前·議論
Oh I thought you were being sarcastic lol!! Im sorry lol, I'm still early on this its only been out for a few weeks, so the money hasn't quite hit yet.
Shmungus
·5 か月前·議論
"If your data is so good why aren't you trading on it" is a question you could ask Bloomberg, RavenPack, Dataminr, or any financial data company that's ever existed. Bloomberg makes $12B/year selling the terminal, not trading on it.

Selling the pickaxes is a better business than mining.
Shmungus
·5 か月前·議論
Link here -> https://web-production-71423.up.railway.app/dashboard
Shmungus
·5 か月前·議論
ROT is a financial intelligence platform I built solo in Python. It reads Reddit and 15+ sources in real-time, scores signals with AI, and outputs structured trade ideas.

Week one results:

- $9.9B Masimo acquisition — caught from a Sunday night Reddit post. +34% - $4.2B ZIM buyout — flagged over a holiday weekend. +25% - PayPal partnership — detected same day. +137% - Biotech catalyst — picked up 3 days early from WSB. +39%

235% combined moves. All public information. The system just reads faster than you.

Runs on $5/mo. 150 users in 29 countries.