frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

CS Batik Air Medan

1•rebellrn•1m ago•0 comments

Making a Signal video call from Cophone

https://www.youtube.com/watch?v=RGdEH4c1zsc
1•tdrz•1m ago•0 comments

Burnout in Open Source: A Structural Problem We Can Fix Together

https://opensourcepledge.com/blog/burnout-in-open-source-a-structural-problem-we-can-fix-together/
1•javicacheiro•4m ago•0 comments

The Biggest Question in Physics Isn't What You Think It Is

https://pajuhaan.medium.com/the-biggest-question-in-physics-isnt-what-you-think-it-is-3a90bffe80b9
1•pajuhaan•5m ago•0 comments

Code-Mode Library: First library for tool calls via code execution

https://github.com/universal-tool-calling-protocol/code-mode
1•juanviera23•7m ago•0 comments

Show HN: Annotation to document and runtime validate Pandas and Polars dataframe

https://github.com/ThoughtWorksInc/daffy
1•vertti•10m ago•0 comments

What Now? Handling Errors in Large Systems

https://brooker.co.za:443/blog/2025/11/20/what-now.html
2•birdculture•11m ago•0 comments

The Future Belongs to the Machines. The Irrational Belongs to Us

https://bravenewteams.substack.com/p/the-future-belongs-to-the-machines
1•zauberberg•12m ago•1 comments

Cara Menghubungi CS Batik Air

1•R33VIL•12m ago•0 comments

China team simulates large-scale electronic warfare against Musk's Starlink

https://www.scmp.com/news/china/science/article/3333523/chinese-researchers-simulate-large-scale-...
1•NN88•13m ago•0 comments

Show HN: Bash Script Tools – front end for shellcheck and shfmt with AI autofix

https://github.com/overflowy/bash-script-tools
1•overflowy•18m ago•0 comments

Spaced Repetition Through Newsletters (2023)

https://www.atvbt.com/spaced-repetition-through-newsletters/
1•wonger_•20m ago•0 comments

Show HN: Fuzzy-redirect- preventing 404s by auto-redirect to closest valid route

https://github.com/Kuberwastaken/fuzzy-redirect
1•kuberwastaken•22m ago•0 comments

'The public has been lied to': recent documentary insists aliens exist

https://www.theguardian.com/film/2025/nov/22/age-of-disclosure-documentary-aliens
1•Mgtyalx•23m ago•0 comments

The Doge Succession Drama Elon Musk Left Behind

https://www.politico.com/news/magazine/2025/11/21/doge-elon-musk-succession-00641110
3•wolfcola•24m ago•0 comments

Show HN: MCP setup sucks – so I built a zero-config client with 2,700 agents

https://www.trylyra.com/mcp
1•nate_rw•26m ago•0 comments

A podcast host's guide to getting on podcasts

https://scalingdevtools.com/blog/a-podcast-hosts-guide-to-getting-on-podcasts
1•mooreds•26m ago•0 comments

Watching People Experience Their AI Eureka Moment

https://www.rickmanelius.com/p/watching-people-experience-their
1•mooreds•27m ago•0 comments

Hey America, Are You Ready for Fair Taxation?

https://optimisteconomy.substack.com/p/tax-cuts-kathryn-edwards
2•mooreds•27m ago•0 comments

Stem cell therapy helps AMD patients see again

https://www.sciencedaily.com/releases/2025/11/251121090736.htm
1•GeorgeWoff25•34m ago•0 comments

It's Not Always DNS: Exploring How Name Resolution Works

https://cefboud.com/posts/dns-name-resolution-deep-dive-internals/
4•byt3h3ad•35m ago•0 comments

Subtle Signs That You Are Ready to Retire

https://www.wsj.com/lifestyle/careers/retirement-ready-when-signs-d0c99bd3
2•Anon84•39m ago•2 comments

Bagaimana Cara Menghubungi CS Batik Air

1•R33VIL•41m ago•0 comments

WordPress Deep Dive

https://wiktorjarosz.com/wordpress/introduction/
1•thunderbong•42m ago•0 comments

CS Batik Air? +62.811.323.170

1•R33VIL•44m ago•0 comments

Liballocs: Meta-level run-time services for Unix processes a.k.a. dragging U

https://github.com/stephenrkell/liballocs
1•todsacerdoti•46m ago•0 comments

Bossware rises as employers keep closer tabs on remote staff

https://www.theregister.com/2025/11/23/bossware_monitor_remote_employees/
4•beardyw•46m ago•0 comments

Show HN: Zig's defer/errdefer for c99 and gnu11 C via macros

https://github.com/Trainraider/defer_h
1•Major_Baby_425•48m ago•0 comments

What Is a Shader?

https://www.makingsoftware.com/chapters/shaders#email
1•vismit2000•53m ago•0 comments

Show HN: Building a no-code browser automation system for OSINT

https://github.com/FauvidoTechnologies/PyBrowserAutomation
1•purge12•54m 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