frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I'm helping my dog vibe code games

https://www.calebleak.com/posts/dog-game/
691•cleak•10h ago•203 comments

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
147•petewarden•5h ago•28 comments

Justifying Text-Wrap: Pretty

https://matklad.github.io/2026/02/14/justifying-text-wrap-pretty.html
55•surprisetalk•5d ago•11 comments

Code has always been the easy part

https://laughingmeme.org/2026/02/09/code-has-always-been-the-easy-part.html
25•Ozzie_osman•3d ago•12 comments

Mac mini will be made at a new facility in Houston

https://www.apple.com/newsroom/2026/02/apple-accelerates-us-manufacturing-with-mac-mini-production/
380•haunter•6h ago•387 comments

Hacking an old Kindle to display bus arrival times

https://www.mariannefeng.com/portfolio/kindle/
187•mengchengfeng•7h ago•43 comments

Amazon Busted for Widespread Scheme to Inflate Prices Across the Economy

https://www.thebignewsletter.com/p/amazon-busted-for-widespread-price
161•toomuchtodo•2h ago•36 comments

Nearby Glasses

https://github.com/yjeanrenaud/yj_nearbyglasses
258•zingerlio•9h ago•97 comments

Pi – a minimal terminal coding harness

https://pi.dev
192•kristianpaul•5h ago•85 comments

I pitched a roller coaster to Disneyland at age 10 in 1978

https://wordglyph.xyz/one-piece-at-a-time
403•wordglyph•14h ago•154 comments

Corgi Labs (YC W23) Is Hiring

https://www.ycombinator.com/companies/corgi-labs/jobs/ZiEIf7a-founders-associate
1•leastsquares•2h ago

Aesthetics of single threading

https://ta.fo/aesthetics-of-single-threading/
33•todsacerdoti•3d ago•6 comments

Hugging Face Skills

https://github.com/huggingface/skills
143•armcat•10h ago•41 comments

Optophone

https://en.wikipedia.org/wiki/Optophone
49•Hooke•4d ago•8 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
120•onecommit•9h ago•49 comments

Mercury 2: The fastest reasoning LLM, powered by diffusion

https://www.inceptionlabs.ai/blog/introducing-mercury-2
98•fittingopposite•4h ago•62 comments

Anthropic Drops Flagship Safety Pledge

https://time.com/7380854/exclusive-anthropic-drops-flagship-safety-pledge/
72•cwwc•2h ago•23 comments

We installed a single turnstile to feel secure

https://idiallo.com/blog/installed-single-turnstile-for-security-theater
287•firefoxd•2d ago•129 comments

IRS Tactics Against Meta Open a New Front in the Corporate Tax Fight

https://www.nytimes.com/2026/02/24/business/irs-meta-corporate-taxes.html
191•mitchbob•14h ago•199 comments

We Are Changing Our Developer Productivity Experiment Design

https://metr.org/blog/2026-02-24-uplift-update/
53•ej88•7h ago•34 comments

Build Your Own Forth Interpreter

https://codingchallenges.fyi/challenges/challenge-forth/
56•AlexeyBrin•3d ago•17 comments

IDF killed Gaza aid workers at point blank range in 2025 massacre: Report

https://www.dropsitenews.com/p/israeli-soldiers-tel-sultan-gaza-red-crescent-civil-defense-massac...
1391•Qem•15h ago•549 comments

OpenAI, the US government and Persona built an identity surveillance machine

https://vmfunc.re/blog/persona/
478•rzk•9h ago•152 comments

Steel Bank Common Lisp

https://www.sbcl.org/
162•tosh•9h ago•57 comments

Ask HN: Programmable Watches with WiFi?

23•dakiol•3d ago•15 comments

Capybara: A Unified Visual Creation Model

https://github.com/xgen-universe/Capybara
5•modinfo•1h ago•1 comments

How we rebuilt Next.js with AI in one week

https://blog.cloudflare.com/vinext/
398•ghostwriternr•7h ago•151 comments

US Military leaders meet with Anthropic to argue against Claude safeguards

https://www.theguardian.com/us-news/2026/feb/24/anthropic-claude-military-ai
69•KnuthIsGod•3h ago•22 comments

Stripe reportedly makes offer to acquire PayPal

https://www.cnbc.com/2026/02/24/paypal-stock-stripe-acquisition-report.html
84•nodesocket•5h ago•51 comments

The history of knocking on wood

https://resobscura.substack.com/p/neolithic-habits-machine-age-tools
16•benbreen•12h ago•1 comments
Open in hackernews

Justifying Text-Wrap: Pretty

https://matklad.github.io/2026/02/14/justifying-text-wrap-pretty.html
54•surprisetalk•5d ago

Comments

albert_e•41m ago
Are hypens no longer acceptable?

There is no mention of it in the post. If words (in any language) can be arbitrarily long and columns can be arbitrarily narrow, we will need to solve for this anyway.

Even without those extremes, I feel that there will always be place for the good old hypen when displaying or printing text for the main purpose of readability. No need to max out on perfect "look" in every application of text.

In fact in many places one might even find columns with jagged right edges more readable -- letting you visually distinguish each line from the one above/below it easily by length alone -- and may even lend a certain aesthetic character that is the opposite of mechanical / boring / machine produced / sterile.

Of course not negating the need for a well implemented method without bugs to justify text correctly when the use case demands it.

ameliaquining•31m ago
Auto-hyphenation is part of what text-wrap: pretty does.
notpushkin•17m ago
No, it’s not. You can turn it on or off independently.
notpushkin•32m ago
I’m looking at the comparison [0] and the `pretty` example is hyphenated, while greedy is not. Not sure it’s fair to compare them like that, considering we’ve had `hyphens: auto` for a while now.

[0]: https://matklad.github.io/2026/02/14/justifying-text-wrap-pr...

crazygringo•26m ago
That jumped out at me too... I'm not sure if they have different hyphenation properties set though, or if the greedy justified version just doesn't wind up hyphenating anywhere in this particular case?

Unfortunately there's no live HTML demo to inspect, just the images.

notpushkin•22m ago
Just found this demo in the Safari blog post: https://cdpn.io/pen/debug/xxvoqNM
crazygringo•10m ago
Fascinating, thank you!

Playing around with it, seems that Safari simply stops hyphenating entirely when when text-wrap is pretty, regardless of whether it's justified or not. (If you smoothly resize the browser width, it makes it pretty easy to tell if hyphens ever come up.)

Which means the image on the left seems like it might be the wrong image?

And now I wonder if text-wrap: pretty is supposed to avoid hyphenation? Are hyphens not pretty? Or is it just a partial implementation by Apple, that they haven't gotten around to supporting hyphenation for it yet?

eviks•25m ago
> We are getting closer and closer to the cutting-edge XV-century technology. Beautiful paragraphs!

While the broader point is fine, the example to me is just bad to me: very narrow column with a lot of hyphens and identical width/no variety making it harder to anchor your eye (though colored letters are awesome and play this role)

Ok, bad rag is bad, but the ancient text goes overboard in the other direction. This looks close to the form-over-function vibe.

nayroclade•17m ago
> Inexplicably, until 2025, browsers stuck with the naive greedy algorithm, subjecting generations of web users to ugly typography.

> WebKit devs, you are awesome for shipping this feature ahead of everyone else...

Um, no? Chrome shipped this feature in 2023: https://developer.chrome.com/blog/css-text-wrap-pretty

Safari isn't early shipping this, they're late. Though not as late as Firefox, admittedly.

notpushkin•10m ago
Hmm, I’m looking at the demo in Chrome and don’t see any difference when I turn on `pretty`: https://cdpn.io/pen/debug/xxvoqNM

In Safari, it’s a very different look.

crazygringo•5m ago
Yeah, very weird.

Caniuse claims it's supported in Chrome: https://caniuse.com/mdn-css_properties_text-wrap_pretty

But you're right, it very clearly isn't working.

Is it a regression? Did it break and nobody noticed?