HackerTrans
TopNewTrendsCommentsPastAskShowJobs

benshumaker

no profile record

Submissions

AI is good at web design now

repaint.com
5 points·by benshumaker·28 giorni fa·0 comments

A Picture is Worth a Thousand Tokens

repaint.com
3 points·by benshumaker·3 mesi fa·0 comments

Pdeathsig is almost never what you want

recall.ai
1 points·by benshumaker·anno scorso·0 comments

Amazon's Tab Navigation

lukew.com
1 points·by benshumaker·anno scorso·0 comments

Monitoring express, SDKs are good

vigilant.run
3 points·by benshumaker·anno scorso·0 comments

[untitled]

1 points·by benshumaker·anno scorso·0 comments

Design Tips for Startups

vigilant.run
6 points·by benshumaker·anno scorso·0 comments

Designing Backgrounds with LLMs and React

vigilant.run
8 points·by benshumaker·anno scorso·1 comments

Show HN: Vigilant - Blazing fast dev-friendly logs

vigilant.run
8 points·by benshumaker·anno scorso·3 comments

Python with Rizz

github.com
71 points·by benshumaker·2 anni fa·16 comments

Lossless Log Aggregation – Reduce Log Volume by 99% Without Dropping Data

bit.kevinslin.com
140 points·by benshumaker·2 anni fa·84 comments

Ask HN: How do you manage feature flags?

4 points·by benshumaker·2 anni fa·0 comments

Show HN: Repaint – a WebGL based website builder

repaint.com
236 points·by benshumaker·2 anni fa·164 comments

comments

benshumaker
·2 anni fa·discuss
Neat! I don't often see text-rendering algorithms I didn't try myself. I implemented several at my startup. This wouldn't have saved me because I needed resolution independence, and anti-aliasing. Also it might not generalize to all bezier curve font files. Converting curves to pixels can be hard, especially when glyphs cross over themselves. In general, it feels like standard text rendering is solved, and non-standard use-cases are brutal to attempt.

This actually seems conceptually similar to my favorite method by Will Dobbie (but much simpler). Both take raw font data and use it directly on a shader. The difference being, this method takes pixel data and stores it in arrays. Will takes svg path data and stores them as a "vector texture"

He made a cool demo, if anyone is curious: https://wdobbie.com/warandpeace/
benshumaker
·2 anni fa·discuss
I went to a state school, dropped out, applied with no traction, no AI, and got into YC.
benshumaker
·2 anni fa·discuss
We've only focused on latin script so far. We'll expand over time.

You actually just found a bug in our text editing. Cut/copy/paste is supposed to work. We've always tested with hotkeys instead of right clicking. So thanks for the bug report :)