frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: MCP for finding the better NPM dependencies

https://web-production-0200a.up.railway.app
1•jsafaiyeh•1m ago•0 comments

Show HN: Native macOS timeout (Rust) – handles system sleep, no coreutils

https://github.com/denispol/darwin-timeout
1•denispol•3m ago•0 comments

Show HN: TimeProof – Timelapse your computer based workday! (MacOS)

https://apps.apple.com/us/app/timeproof/id6751671026?mt=12
1•Viper117•4m ago•1 comments

Infosys co-founder once again calls for longer than 70-hour weeks – and no, he's

https://www.techradar.com/pro/infosys-co-founder-once-again-calls-for-longer-than-70-hour-weeks-a...
1•sys_64738•6m ago•0 comments

Tesla struggles to course correct from sales skid

https://www.reuters.com/business/autos-transportation/tesla-struggles-course-correct-sales-skid-2...
2•breve•9m ago•0 comments

Show HN: Watsn.ai – Bullshit Detector

https://watsn.ai/
1•flx1012•12m ago•0 comments

Walrus: Distributed message queue written in Rust

1•peterjkl•14m ago•1 comments

How Workplace Fashion Has Changed over the Decades

https://www.wsj.com/style/fashion/office-attire-changes-history-e6e9147b
1•fortran77•15m ago•1 comments

Show HN: GitHub Activity Analytics Powered by ClickHouse

https://velocity.clickhouse.com/#org=ClickHouse&metric=all_activity&range=all&grouping=auto&alexe...
1•saisrirampur•22m ago•1 comments

AI satisfies formal structural subjectivity in the S₀ protocol

https://github.com/jengbeng/ai-structural-subject
1•jengbeng•23m ago•1 comments

Google CEO Pushes 'Vibe Coding' – But Real Developers Know It's Not Magic

https://www.interviewquery.com/p/ai-coding-vibe-coding-explained
2•birdculture•23m ago•0 comments

OBR calls in cyber expert over botched release of Budget analysis

https://www.bbc.com/news/articles/cgmn991pz9jo
1•CharlesW•24m ago•0 comments

Indus River – Scientists may have solved why this ancient civilization vanished

https://www.washingtonpost.com/climate-environment/2025/11/27/indus-river-valley-civilization-cli...
1•pseudolus•26m ago•1 comments

Manus 1.5 Uses TiDB X to Let Agents Ship Full-Stack Apps at Scale

https://www.pingcap.com/blog/how-manus-1-5-uses-tidb-x-to-let-agents-ship-full-stack-apps-at-scale/
2•ngaut•28m ago•0 comments

Is There an AI Bubble?

https://www.deeplearning.ai/the-batch/issue-329/
2•gmays•37m ago•1 comments

Gray wolf reeled in a crab trap with a rope

https://www.popsci.com/environment/wolf-uses-tool-video/
1•geox•39m ago•0 comments

Rope science, part 11 – practical syntax highlighting (2017)

https://xi-editor.io/docs/rope_science_11.html
2•todsacerdoti•40m ago•0 comments

Ask HN: White Label Chat Apps?

1•stonedge•42m ago•0 comments

A triangle whose interior angles sum to zero

https://www.johndcook.com/blog/2025/11/28/tricusp-triangle/
14•tzury•48m ago•6 comments

Virtual MCP Servers: A Use Case-Driven Solution to Tool Overload

https://www.pulsemcp.com/posts/virtual-mcp-servers-and-gateways
1•jngiam1•48m ago•0 comments

What a federal ban on THC-infused drinks and snacks could mean for hemp industry

https://apnews.com/article/hemp-thc-drinks-ban-law-8d77842cb250291a178db6f9d39f8b7e
4•petethomas•54m ago•0 comments

Show HN: Free PPT generator after NotebookLM removed the feature

https://ppt.gbase.ai
1•jinfeng79•54m ago•1 comments

Show HN: Sourcewizard – A wizard for generating integration specs

https://github.com/sourcewizard-ai/sourcewizard/tree/main/apps/planner-ui
3•mifydev•55m ago•8 comments

Air pollution may reduce health benefits of exercise

https://www.ucl.ac.uk/news/2025/nov/air-pollution-may-reduce-health-benefits-exercise
2•hhs•58m ago•0 comments

Investigating a Possible Scammer in Journalism's AI Era

https://thelocal.to/investigating-scam-journalism-ai/
1•jaredwiener•58m ago•0 comments

You Need More Lux (2023)

https://meaningness.com/sad-light-led-lux
1•turtleyacht•58m ago•0 comments

The tech behind Shopify BFCM globe this year

https://twitter.com/pushmatrix/status/1994241257497931944
1•xal•1h ago•0 comments

How the brain decides what to remember

https://www.rockefeller.edu/news/38658-how-the-brain-decides-what-to-remember/
1•hhs•1h ago•2 comments

Shipping Progressive Web Apps Everywhere

https://www.bbc.co.uk/webarchive/https%3A%2F%2Fwww.bbc.co.uk%2Fblogs%2Finternet%2Fentries%2F3533c...
2•imjacobclark•1h ago•0 comments

Just Use Postgres for Everything

https://www.amazingcto.com/postgres-for-everything/
4•b-man•1h ago•1 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