frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

My iPhone Blue Up

https://techinch.com/blog/iphone-13-pro-bluing
1•LorenDB•1m ago•0 comments

Hey HN Creator Here

https://codedoc.us
1•novatrope•2m ago•1 comments

Iran's Supreme Leader Ali Khamenei Was Killed and His Body Found

https://www.haaretz.com/israel-news/2026-02-28/ty-article-live/trump-not-happy-with-iran-nuclear-...
5•trakkstar•3m ago•0 comments

Show HN: VibeHQ Orchestrate multiple CLI agents as a real company team

https://github.com/0x0funky/vibehq-hub
2•0xfunky•5m ago•0 comments

Show HN: InterviewTrackr – All-in-one command center for CS job hunts

https://interviewtrackr.com/
1•princierKevin•5m ago•0 comments

Show HN: Chatlite – simple Ollama desktop chat app under 5 MB

https://github.com/that-one-arab/Chatlite
1•mo-dulaimi•5m ago•0 comments

Vector and Semantic Search in Stoolap

https://stoolap.io/blog/2026/02/27/vector-and-semantic-search-in-sql/
1•murat3ok•6m ago•0 comments

Khamenei Dead

https://twitter.com/BarakRavid/status/2027830773328302396
8•harscoat•6m ago•0 comments

Trump Deliberated on Iran for Weeks

https://www.cnn.com/2026/02/28/politics/trump-iran-strikes-decision
2•Bender•9m ago•1 comments

Show HN: Open-Plan-Annotator – Annotate Agent Plans Like a Google Doc 100% Local

https://github.com/ndom91/open-plan-annotator
1•ndom91•9m ago•0 comments

The Birth of Light

https://nautil.us/the-birth-of-light-1270615/
1•Bender•10m ago•0 comments

Show HN: A Rust compiler with ownership checking, written in PHP

https://github.com/mrconter1/rustc-php
1•mrconter11•13m ago•0 comments

Google quantum-proofs HTTPS by squeezing 15kB of data into 700-byte space

https://arstechnica.com/security/2026/02/google-is-using-clever-math-to-quantum-proof-https-certi...
1•Bender•13m ago•0 comments

Show HN: Nett – See what you can spend (not your bank balance)

https://nett.fyi
1•Clutchone2•14m ago•0 comments

Show HN: CranKen – A Math Puzzle Game for the Play.date

https://geistpro.itch.io/cranken
1•kgarten•15m ago•0 comments

The Making of Anthropic CEO Dario Amodei (2025)

https://kantrowitz.medium.com/the-making-of-anthropic-ceo-dario-amodei-449777529dd6
1•Kye•17m ago•0 comments

An Efficient Ralph Wiggum Loop on Raspberry Pi Powered by Mfbt [video]

https://www.youtube.com/watch?v=dz4hiw5Qvz0
1•dennisjoseph•18m ago•0 comments

Signs show that Khamenei is 'no longer with us', says Netanyahu

https://www.theguardian.com/world/live/2026/feb/28/israel-attacks-iran-as-blasts-heard-in-tehran-...
1•mitchbob•19m ago•3 comments

Be Careful with LLM Agents

https://maurycyz.com/misc/sandbox_llms/
1•maurycyz•19m ago•0 comments

Mquire: Linux memory forensics without external dependencies

https://blog.trailofbits.com/2026/02/25/mquire-linux-memory-forensics-without-external-dependencies/
2•nobody9999•20m ago•1 comments

Thinking Deeply About Theming and Color Naming

https://css-tricks.com/thinking-deeply-about-theming-and-color-naming/
1•todsacerdoti•21m ago•0 comments

Show HN: Didacu – The fastest way to learn something new

https://didacu.com
2•datadiego•22m ago•0 comments

UK reaches 90% Gigabit broadband coverage as full fibre rollouts continue

https://www.thinkbroadband.com/news/uk-reaches-90-gigabit-broadband-coverage-as-full-fibre-rollou...
1•ksec•26m ago•0 comments

Show HN: Get GPT-5.2, Grok-4.1-fast, KimiK2.5 and more LLMs at half the cost

https://frogapi.app
1•vnhc•27m ago•0 comments

Show HN: StatusLane – Minimal status pages and uptime for small SaaS

https://statuslane.dev
1•wharleyornelas•29m ago•0 comments

Bytewords – encoding bytes as one of 256 four-letter English words

https://developer.blockchaincommons.com/bytewords/
1•alcazar•29m ago•1 comments

Show HN: We ran a sycophancy experiment on Claude and built a music publication

1•structureonly•29m ago•0 comments

Apple 'accidentally' enabled Age Verification in the UK

https://old.reddit.com/r/ios/comments/1rgi5c0/apple_accidentally_enabled_age_verification_in/
1•_____k•30m ago•0 comments

Bypassing Noexec with Memfd_create(2)

https://gavinray97.github.io/blog/memfd-create-noexec
2•gavinray•30m ago•0 comments

Starts Club – YC-style startup idea validator

1•androbuddy•31m ago•0 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

1•danielandrews43•9mo 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•9mo 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•9mo 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