frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google explains undocumented way to disavow TLDs

https://www.seroundtable.com/google-disavow-tld-41061.html
1•1970-01-01•1m ago•0 comments

BC Tribunal: Companies Liable for Information Provided by AI Chatbot (2024)

https://www.americanbar.org/groups/business_law/resources/business-law-today/2024-february/bc-tri...
2•mooreds•3m ago•0 comments

Scientists unveil more than 600 new tissue models of human cancer

https://news.mit.edu/2026/scientists-unveil-600-new-tissue-models-human-cancer-0805
2•gmays•3m ago•0 comments

Treasury demand has become materially more valuation-sensitive

https://www.ft.com/content/f72df19f-29f2-4330-8e27-c69919d56972
2•root-parent•4m ago•1 comments

Creating Reliable AI for an Adversarial World

https://gertlabs.com/blog/adversarial-customer-service
1•gertlabs•5m ago•0 comments

Association of Physical Activity and Sedentary Time from Childhood ToAdolescence

https://journals.humankinetics.com/view/journals/pes/38/3/article-p268.xml
1•Anon84•6m ago•0 comments

Spade: Self-Play in Adaptive Synthetic Executable Environments

https://arxiv.org/abs/2608.19197
1•ironyman•8m ago•0 comments

New AirPods leak reveals built-in cameras and Visual Intelligence

https://www.dexerto.com/entertainment/new-airpods-leak-reveals-built-in-cameras-and-visual-intell...
2•GuinansEyebrows•9m ago•0 comments

The Troubling Global Ramifications of the EU's Digital Markets Act

https://www.realclearmarkets.com/articles/2026/08/20/the_troubling_global_ramifications_of_the_eu...
1•RickJWagner•11m ago•0 comments

Poolside Strikes $6B Licensing Deal with Nvidia

https://www.newcomer.co/p/sources-poolside-strikes-6-billion
2•amrrs•12m ago•0 comments

Software 2.0: A Security-Critical Project Where I Don't Read the Code

https://aaronstannard.com/a-security-critical-project-where-i-dont-read-the-code/
1•mooreds•13m ago•0 comments

The ATProto Spaces Alpha Is Live – At Protocol

https://atproto.com/blog/atproto-spaces-alpha
3•grappler•13m ago•0 comments

Regex is horrible, yet regex is amazing

https://www.autodidacts.io/horrible-amazing-regex/
1•Curiositry•14m ago•0 comments

Show HN: Sourcery – Benchmark for search APIs on the sources they return

https://sameerhimati.com/sourcery/
1•sameerhimati•14m ago•1 comments

The Many Faces of a Paradigm

https://www.pthenq.io/blog/series/kuhn-at-the-software-industry/part-1-the-many-faces-of-a-paradigm/
1•jhartikainen•14m ago•0 comments

Treasury plan to subdue yields fails

https://www.cnbc.com/2026/08/19/stock-market-today-live-updates.html
4•root-parent•18m ago•0 comments

Catches decisions and commitments you missed across work tools

https://stackstitch.dev/
2•julianacunadc•22m ago•1 comments

AI-Driven Development Means Test-Driven Development

https://meiert.com/blog/ai-and-tdd/
1•speckx•22m ago•0 comments

Why.com: A $17K domain held for 27 years becomes an AI curiosity engine

https://www.inc.com/sam-blum/the-17000-domain-that-could-be-worth-70-million-just-became-an-ai-ch...
3•rasheed106•24m ago•0 comments

The Mundaneum, XX Century "Internet" Put World Knowledge on Millions Index Cards

https://www.openculture.com/2026/08/discover-the-mundaneum-an-early-20th-century-internet.html
1•mdp2021•24m ago•0 comments

System prompts are an archive of how we use AI

https://salable.substack.com/p/system-prompts-are-an-archive-of
1•themeta•26m ago•0 comments

Show HN: Emd – Fast EDA's for CSV and XLS(X) from the Terminal

https://github.com/utkukosman1/explain-my-data-CLI
1•cakbeslik•26m ago•0 comments

Layoffs in Apple's Vision Products Group

https://appleinsider.com/articles/26/08/20/layoffs-in-apples-vision-products-group-prove-slow-pro...
3•cdrnsf•26m ago•1 comments

Aaron Swartz was prosecuted for scraping, while Meta does it without consequence

https://blog.curiousquail.com/im-upset-again-about-a-co-creator-of-rss-being-prosecuted-for-somet...
23•speckx•28m ago•5 comments

Staggering 90% of biomedical papers now show signs of AI help

https://www.nature.com/articles/d41586-026-02551-z
2•sbulaev•29m ago•1 comments

Show HN: ChinaDesk

https://chinadesk.news/
1•sinak•32m ago•0 comments

Ask HN: How do you get banned from HN?

3•LAC-Tech•33m ago•2 comments

2XKO Active Development Will End in December 2026

https://www.riotgames.com/en/news/2xko-active-development-ends-december-2026
1•minimaxir•34m ago•0 comments

Use the OSS, Commit Back – OAVL – The Open Source AI Viability License

https://github.com/kenm47/oavl
2•hank2000•39m ago•1 comments

Show HN: Free Web audit over 100 checks

https://beavercheck.com/
1•apancyborg•40m ago•1 comments
Open in hackernews

Show HN: I built Locawise, a free AI tool to automate localization in projects

1•aemresafak•1y ago
Hi HN,

I've built Locawise, an open-source Python tool to automate the often tedious process of application localization. It uses AI (OpenAI or VertexAI models) to translate new or changed strings in your language files.

It consists of two main parts:

locawise: A Python CLI tool you run locally. It detects changes in your source language files (JSON, .properties), gets translations, and updates target files. It's context-aware – you can define project context, terminology (glossary), and tone via a YAML config (i18n.yaml) to improve translation quality. locawise-action: A GitHub Action that automates this process. It can run on pushes to your main branch and create a PR with the new translations. The goal is to offer a free, developer-controlled alternative to paid localization platforms. It's designed to be efficient (async, only translates changes) and cost-effective (you control LLM usage).

GitHub (CLI tool): https://github.com/aemresafak/locawise GitHub (Action): https://github.com/aemresafak/locawise-action Quick Tutorial: https://www.youtube.com/watch?v=b_Dz68115lg

I'd love to get your feedback and answer any questions.

Comments

aemresafak•1y ago
Hi everyone, author here!

Thanks for checking out Locawise. I started building this because I was looking for a more streamlined and cost-effective way to handle localization for my own projects. I wanted something that could leverage the power of modern LLMs for good quality translations but also give me control over context and specific terminology without being locked into an expensive subscription.

The core idea was to make localization an almost invisible part of the development workflow, especially with the GitHub Action – push your code in the source language, and let the translations follow automatically.

This is still evolving, and I'm keen to build it out based on what developers actually need. Looking forward to your thoughts and any suggestions you might have!