HN user

totaa

38 karma
Posts5
Comments29
View on HN

Gemma 3n E4B has been crazy good for me - fine tune running on Google Cloud Run via Ollama, completely avoiding token based pricing at the cost of throughput limitations

congrats on the first blog post, been using Go+Templ+HTMX when implementing my first startup

I think at least some of these issues can be avoided with a different UI/UX to avoid passing temporal/unsaved data between screens.

looking forward to the next instalment!

according to OpenRouter, Cerebras charges $0.65/$0.85 for 1m input/output tokens for Llama 4 Scout. Google charges $0.25/$0.70; lambda.ai charges $0.08/$0.30 for the same model.

Currently Cerebras, although faster, is more expensive than the traditional alternatives. Cursor's use case doesn't benefit from instant, users are happy to wait the few seconds (and watching the magic may even be beneficial)

love this, i always use sketchy websites for simple utils like counting number of words, validating JSON etc.

though this is nothing that can't be done on the CLI (wc, jq, grep etc) - it's obviously easier through a web interface if it's only used sparingly.

usually video game servers, need a like-for-like copy of the engine for sync purposes and to make sure the clients aren't lying about physics calculations. up until recently there hasn't been an incentive for game developers to use/work on linux support - so game servers use good old windows.