frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Einstein's Riddle – Who owns the fish?

https://www.numericana.com/answer/recreational.htm#einstein5
1•v8xi•23s ago•0 comments

The Cost of Delegation

https://variantsystems.io/blog/cost-of-delegation
1•vipulbhj•40s ago•0 comments

Webhook Architecture – Design Pattern

https://beeceptor.com/docs/webhook-feature-design/
1•ankit84•1m ago•0 comments

Show HN: TheDayAfter – open-source addiction recovery tracker

https://thedayafter.app/
1•walky•1m ago•0 comments

Claude Opus 4.6 now ships with 1M context by default

https://twitter.com/alasano/status/2032505230386958546
2•alasano•1m ago•1 comments

Scanner Raises Series A Led by Sequoia Capital

https://scanner.dev/blog/scanner-raises-series-a-led-by-sequoia-capital
1•eatonphil•4m ago•0 comments

Vibe Crafting: spec and test-driven agent development

https://github.com/scosman/vibe-crafting
1•scosman•4m ago•0 comments

Who Uses AI in Congress?

https://nicholasdecker.substack.com/p/who-uses-ai-in-congress
1•speckx•5m ago•0 comments

50x Faster Post-Training

https://www.workshoplabs.ai/blog/post-training-50x-faster
2•addiefoote8•6m ago•0 comments

Show HN: RepoCrunch – CLI to analyze GitHub repos

https://github.com/kimwwk/repocrunch
1•chillkim•7m ago•1 comments

How Russia's new elite hit squad was compromised by Google Translate

https://theins.press/en/inv/290235
2•dralley•8m ago•0 comments

Notes from the trough of sorrow: why we killed our own product

1•timshell•9m ago•0 comments

Q&A: Why does gas set the price of electricity – and is there an alternative?

https://www.carbonbrief.org/qa-why-does-gas-set-the-price-of-electricity-and-is-there-an-alternat...
2•mariuz•9m ago•0 comments

Rescreen: Give agents control of your screen, securely

https://github.com/ygwyg/rescreen
1•handfuloflight•10m ago•0 comments

Depot Raised a $10M Series A

https://depot.dev/blog/depot-raises-series-a
2•eatonphil•11m ago•0 comments

How Predictable Are the Oscars?

https://futuresearch.ai/oscars/
6•nbosse•14m ago•2 comments

Revealed: Face of 75,000-year-old female Neanderthal from cave

https://www.cam.ac.uk/stories/shanidar-z-face-revealed
4•thunderbong•15m ago•0 comments

AI agent 'lobster fever' grips China despite risks

https://techxplore.com/news/2026-03-ai-agent-lobster-fever-china.html
2•Brajeshwar•15m ago•0 comments

LDP: Identity-Aware Routing for Multi-Agent LLMs – 37% Less Tokens

https://arxiv.org/abs/2603.08852
1•prakashsunil•17m ago•0 comments

When code is free, research is all that matters

https://twitter.com/amytam01/status/2031072399731675269
1•gmays•17m ago•0 comments

Lessons from scaling ClickHouse to petabytes of AI observability data

https://langfuse.com/blog/2026-03-10-simplify-langfuse-for-scale
2•marcklingen•18m ago•0 comments

Self-Driving Corporations (2020)

https://interconnected.org/home/2020/11/17/self_driving_corporations
1•alcazar•18m ago•0 comments

The Colorado River Does Not Reach 2030

https://drlennecefer.substack.com/p/the-colorado-river-does-not-reach
3•ThemalSpan•19m ago•0 comments

I built a GDPR analytics alternative to Google Analytics

https://eurometrics.eu
1•snesmachny•19m ago•0 comments

Lost in Backpropagation: The LM Head Is a Gradient Bottleneck

https://arxiv.org/abs/2603.10145
1•famouswaffles•19m ago•0 comments

The web in 1000 lines of C

https://maurycyz.com/projects/tinyweb/
1•maurycyz•20m ago•0 comments

Treat Interfaces as Organizational Treaties

1•davidvartanian•21m ago•0 comments

Open source UnigetUI bought by Devolutions Inc

https://github.com/Devolutions/UniGetUI/discussions/4444
2•erremerre•21m ago•0 comments

Ask HN: Best Practices for Agent Airgapping?

1•bmau5•24m ago•0 comments

Ask HN: App for clean movie/TV shorts?

4•dev181•24m ago•0 comments
Open in hackernews

FontCraft – create a font from your handwriting directly in the browser

https://fontcraft.app
1•richardcrosby•1h ago

Comments

richardcrosby•1h ago
Hi HN,

I’ve been building a small side project called FontCraft over the last month.

The idea started because my girlfriend (a designer) wanted to create a handwriting font for journaling and some client work. The tools she tried mostly relied on downloading templates, filling them in, scanning them, and uploading them again. It worked, but the workflow felt pretty clunky.

So I started building a browser based tool where you can draw the glyphs directly and see the font generate live.

The workflow looks like this: 1. Draw letters directly in the browser 2. Adjust spacing and alignment in a refine mode 3. Preview the font and Export it as TTF, OTF or WOFF2 in build mode

It works particularly well on an iPad with Apple Pencil, though it also supports the classic template upload workflow.

Some technical challenges were around making the drawing feel good. I spent quite a bit of time working on pen smoothing and stroke rendering so letters feel natural to draw rather than jagged or laggy.

The project has only been live about two weeks but around 80 users have created roughly 100 fonts so far.

There’s a free tier where you can create one font with A–Z, a–z and 0–9.

I’m still actively developing it and would love feedback from HN, especially around, the drawing experience, the glyph editing workflow, missing type design features, general UX

Happy to answer questions about the implementation too!