frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Self hosted excalidraw workspace with storage

https://github.com/PriyavKaneria/excalidraw-workspace
1•diginova•6m ago•0 comments

Help, my dentist started coding – or: a little history of low code solutions

https://thomas-witt.com/blog/help-my-dentist-started-coding/
1•thomas_witt•6m ago•0 comments

The Seinfeld Chronicles

https://seinfeld.visualisingdata.com
1•akashwadhwani35•7m ago•0 comments

A return to two-pizza culture

https://www.allthingsdistributed.com/2026/06/return-to-two-pizza-culture.html
1•theanonymousone•7m ago•0 comments

Study: Universities must rethink how they prepare students for an AI world

https://www.manchester.ac.uk/about/news/universities-must-rethink-how-they-prepare-students/
1•giuliomagnifico•9m ago•0 comments

Reliable OST to PST Conversion

https://blog.perfectdatasolutions.com/ost-to-pst-converter-software-2/
1•tieanderson•11m ago•0 comments

Boston Is Drinking Like It's 1776. The Founding Fathers Would Be Proud

https://www.nytimes.com/2026/07/02/us/brooke-barbier-revolutionary-era-drinks.html
1•koolba•12m ago•0 comments

DOGE self-deletes on July 4th. The grand experiment fell apart long before that

https://www.eenews.net/articles/doge-self-deletes-on-july-4th-the-grand-experiment-fell-apart-lon...
2•Anon84•13m ago•0 comments

The Founder Who Got Fired for Ignoring His Own Return-to-Office Rules

https://www.wsj.com/business/the-founder-who-got-fired-for-ignoring-his-own-return-to-office-rule...
2•bushwart•14m ago•0 comments

JavaScript still can't ship a full-stack module

https://wasp.sh/blog/2026/06/22/javascript-still-cant-ship-a-full-stack-module
1•infomiho•16m ago•0 comments

ClickHouse is winning the Observability Wars

https://matduggan.com/clickhouse-is-winning-the-observability-wars/
3•birdculture•16m ago•0 comments

In-browser programmable robot simulator

https://bittlex-sim.petoi.com/
2•lijay•18m ago•0 comments

Nocode: Way to write secure and reliable applications

https://github.com/kelseyhightower/nocode
1•yladiz•22m ago•0 comments

Carbon Engine – open-source tech powering EVE Online

https://github.com/orgs/carbonengine/repositories
1•regnerba•22m ago•0 comments

Show HN: A Simple Containerized Browser

https://spunto.net/blog/browser-remote
1•codehammer•25m ago•0 comments

Category Theory Illustrated – Monoids

https://abuseofnotation.github.io/category-theory-illustrated/03_monoid/
2•frenchie_sans•26m ago•0 comments

Thieves Are Now Targeting AI Data Center Construction Sites for Copper

https://www.vice.com/en/article/thieves-are-now-targeting-ai-data-center-construction-sites-for-c...
1•Gedxx•27m ago•0 comments

Bhopal's '90-degree' bridge turns out to bend 118 degrees (2025)

https://organiser.org/2025/09/14/315715/bharat/bhopals-90-degree-bridge-turns-out-to-bend-118-deg...
2•Tomte•28m ago•0 comments

Ask HN: How are you creating demo videos for your product?

1•akarshhegde18•33m ago•0 comments

Instagram running ads promoting child sexual abuse material in India, BBC finds

https://www.bbc.co.uk/news/articles/cvgm4e0316zo
2•shrikant•37m ago•0 comments

A big Markdown file should become a PDF you can navigate

https://demchaav.github.io/blog/posts/markdown-navigable-pdf/
1•demchaav•38m ago•0 comments

Very Average Prototypes

https://goodnameforablog.com/posts/very-average-prototypes/
1•robin_reala•39m ago•1 comments

Scaling Java-Based Real-Time Systems: Hidden Tradeoffs of Event-Driven Design

https://www.infoq.com/articles/tradeoffs-event-driven-design/
2•theanonymousone•40m ago•0 comments

The virtual power plant era has arrived

https://www.pv-magazine.com/2026/06/29/the-virtual-power-plant-era-has-arrived/
1•ndr42•41m ago•0 comments

Intent-addressable code for AI coding agents

https://github.com/croviatrust/causari
1•CroviaTrust•41m ago•0 comments

Show HN: Autosynth – generating synthetic data with strong/weak model filtering

https://github.com/Ahmad8864/autosynth
1•ahmadbabdallah•43m ago•0 comments

The Intimate Legacies of a White-Supremacist Coup

https://www.newyorker.com/news/letter-from-the-south/the-intimate-legacies-of-a-white-supremacist...
2•rbanffy•43m ago•1 comments

Guandimiao (Archaeological Site in Henan, China)

https://en.wikipedia.org/wiki/Guandimiao
1•tux3•45m ago•0 comments

Astrophysicists Puzzle over Webb's New Universe

https://www.quantamagazine.org/astrophysicists-puzzle-over-webbs-new-universe-20260702/
5•jnord•52m ago•0 comments

Diseconomies of scale in fraud, spam, support, and moderation

https://danluu.com/diseconomies-scale/
3•Liriel•52m ago•1 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

1•danielandrews43•1y ago
One of the most tedious parts of frontend dev for our team is making sure all text is extracted to query strings for translation. We use i18n, and it’s great, but a lot falls through the cracks.

Have you set something up for your org on every pull request that pulls out text?

Comments

not_your_vase•1y ago
The last time I worked on a localized project, we had a technical fake language present in non-release envs. It was generated with every build (it was just a simple .po file, so easy to handle), and it was the same as English, but had an "x" at the start and end of each text, so you knew that it was "translated" (or at least it was translatable, and not hardcoded). QA included checking this fake language - if they found any text without X's around it, it was a clear sign of a i18n bug.
danielandrews43•1y ago
That's cool! We used machine translate to hindi for this which made it super obvious what was english / not as it was different character set (but made it hard to navigate)

Looking for something to help with DX though here, not QA