frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Top Line App Devdeloper

1•Epif•1m ago•0 comments

Sportfoli – A Simple, Clean Sports Profile Builder for Athletes

https://www.sportfoli.com/
1•ethjdev•2m ago•1 comments

Why Fears of a Trillion-Dollar AI Bubble Are Growing

https://www.bloomberg.com/news/articles/2025-11-24/why-ai-bubble-concerns-loom-as-openai-microsof...
1•doener•5m ago•0 comments

Austria's armed forces rely on LibreOffice instead of Microsoft

https://oe1.orf.at/programm/20250916/807304/Freie-Software-fuer-das-Bundesheer
2•doener•5m ago•1 comments

Cultural Death in the Age of the Excessive Choice

https://apocalypse-confidential.com/2025/11/24/cultural-death-in-the-age-of-the-excessive-choice/
1•nickcotter•6m ago•0 comments

Pg_stat_insights: PostgreSQL Performance Monitoring Extension

https://www.pgelephant.com/blog/pg-stat-insights
1•pgelephant2025•7m ago•0 comments

The missing link in JavaScript tools

https://marvinh.dev/blog/unifying-js-tools/
1•whatever3•8m ago•0 comments

Pro-tax Austrian heiress gives away $27M of her inheritance

https://www.nbcnews.com/news/world/heiress-gives-away-inheritance-rcna157887
1•saubeidl•11m ago•1 comments

Losing Confidence

https://eclecticlight.co/2025/11/30/last-week-on-my-mac-losing-confidence/
1•ingve•11m ago•0 comments

Show HN: MTXT – Music Text Format

https://github.com/Daninet/mtxt
3•daninet•17m ago•0 comments

The 30-foot sea cow quickly hunted to extinction because of its tasty meat

https://www.nationalgeographic.com/history/article/stellers-sea-cow-30-foot-hunted-extinction
1•rwmj•18m ago•0 comments

Celebrity Birthdays: Toddler Edition 2025 (Z-Image)

https://old.reddit.com/r/StableDiffusion/comments/1pa8os4/celebrity_birthdays_toddler_edition_202...
1•b0ner_t0ner•28m ago•0 comments

Exploiting open Ollama instances for free LLM inference

https://defcon.social/@flipper/115611972992468231
3•flipperr•32m ago•2 comments

Shrinking While Linking

https://www.tweag.io/blog/2025-11-27-shrinking-static-libs/
2•ingve•33m ago•0 comments

Silicon Valley's Man in the White House Is Benefiting Himself and His Friends

https://www.nytimes.com/2025/11/30/technology/david-sacks-white-house-profits.html
4•fleahunter•35m ago•0 comments

Why is real-world ASR still ~85% when lab models claim >95%?

1•DoubleThing•35m ago•0 comments

Open source YouTube Content Blocker based on words

https://chromewebstore.google.com/detail/filtertube/cjmdggnnpmpchholgnkfokibidbbnfgc
2•varshneydevansh•41m ago•0 comments

Elf a modern CLI helper for Advent of Code written in Python

https://github.com/cak/elf
1•cak•41m ago•1 comments

UserScanner

1•kaifcodec•42m ago•0 comments

Israel's IDF Bans Android Phones: iPhones Now Mandatory

https://www.forbes.com/sites/zakdoffman/2025/11/30/israels-idf-bans-android-to-stop-hackers-iphon...
6•teleforce•43m ago•0 comments

Great_Consciousness_Theory_2025

https://pastebin.com/x1Yr9mvP
1•MATE_VIGH•50m ago•1 comments

The Space of Minds

https://karpathy.bearblog.dev/the-space-of-minds/
3•Garbage•54m ago•0 comments

Show HN: Let Claude Code call other LLMs when it runs in circles

https://github.com/raine/consult-llm-mcp
2•rane•1h ago•0 comments

Triton Plugins

https://github.com/triton-lang/triton/pull/8401
2•zer0zzz•1h ago•0 comments

The NaK Population: a 2019 Status [pdf]

https://ntrs.nasa.gov/api/citations/20190033494/downloads/20190033494.pdf
1•perihelions•1h ago•0 comments

In-Depth Analysis of the Latest Deep Research Technology

https://huggingface.co/blog/exploding-gradients/deepresearch-survey
1•tamnd•1h ago•0 comments

Self-hosting my photos with Immich

https://michael.stapelberg.ch/posts/2025-11-29-self-hosting-photos-with-immich/
4•birdculture•1h ago•1 comments

Show HN: YOLO11 and OpenCV Object Detection in Java – Full End-to-End Tutorial

https://github.com/vvorobiov/opencv_yolo
1•ffly3r•1h ago•0 comments

Reviewing live-bootstrap and reflections on trusting trust

https://iwriteiam.nl/WHY2025_talk.html
1•matesz•1h ago•0 comments

How to detect text which has been written by ChatGPT

https://www.rte.ie/brainstorm/2025/1128/1545935-chatgpt-ai-writing-text-detection-words-phrases-e...
2•austinallegro•1h ago•0 comments
Open in hackernews

Ask HN: Extract text and translate on every PR

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