frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google's Fairwind Program: Cyber defense tools for trusted partners

https://blog.google/innovation-and-ai/technology/safety-security/fairwind-program/
1•xnx•39s ago•0 comments

Electronic skin for prosthetics to sense temperature and pressure

https://news.wsu.edu/press-release/2026/08/20/researchers-develop-electronic-skin-for-prosthetics...
1•gmays•1m ago•0 comments

Google escapes ad tech breakup in third Big Tech antitrust loss for US

https://www.reuters.com/legal/litigation/google-defeats-us-bid-force-ad-tech-sale-2026-09-02/
1•tartoran•1m ago•0 comments

Writing. I want to do it, badly. I just don't want to be bad at it

https://textlog.cc/post/2515
1•stagas•1m ago•0 comments

AI is stopping startups from completing puberty

https://ashley.rolfmore.com/ai-is-stopping-startups-from-completing-puberty/
1•mooreds•1m ago•0 comments

Throwing rubbish in a landfill is (usually) better for the environment

https://twitter.com/s8mb/status/2094807676425302386
1•tosh•2m ago•0 comments

Marie Curie

https://en.wikipedia.org/wiki/Marie_Curie
1•chistev•2m ago•0 comments

Running Docker on Vercel

https://vercel.com/kb/guide/docker
1•jcbhmr•2m ago•0 comments

Zuzai, a new word, indicates the absence of AI

https://zuzai.org/
1•birdculture•3m ago•0 comments

Do No Harm in the Age of the Black Box: A Hippocratic Oath for AI Practitioners

https://www.wilmott.com/do-no-harm-in-the-age-of-the-black-box-a-hippocratic-oath-for-ai-practiti...
1•Bluestein•3m ago•0 comments

Uber Lays Off 10% of Employees in Reorganization

https://www.nytimes.com/2026/09/02/technology/uber-layoffs.html
3•xnx•4m ago•1 comments

Claude Code session limits are jacked up with Fable 5.1

https://twitter.com/doodlestein/status/2095001666785305066
2•ramoz•6m ago•1 comments

How a new kind of video business cashed in on America's divided politics

https://www.semafor.com/article/09/02/2026/paid-actors-ai-writing-how-a-new-kind-of-video-busines...
1•jbegley•8m ago•0 comments

AI companies are at risk of making Silicon Valley's mistakes all over again

https://werd.io/ai-companies-are-at-risk-of-making-silicon-valleys-harmful-mistakes-all-over-again/
1•speckx•9m ago•0 comments

Show HN: SufferTrails, the Anti-AllTrails

https://suffertrails.com/
3•richhwang•10m ago•0 comments

Netherlands moves billions in gold to London in 'crisis preparedness' move

https://www.bbc.com/news/articles/cvgy51xlz39o
3•tartoran•11m ago•1 comments

Court rules Google will not have to sell ad exchange after losing antitrust case

https://arstechnica.com/gadgets/2026/09/us-court-rules-google-will-not-have-to-sell-ad-exchange-a...
3•Cider9986•11m ago•0 comments

OneRegex Revera: Regular expressions that give the same answer in every language

https://oneregex.github.io/revera/
1•jedisct1•12m ago•0 comments

So how big *was* Bessent's yentervention?

https://www.ft.com/content/958aa5ab-78e0-40cb-9a18-25e9fd5de233
1•JumpCrisscross•12m ago•0 comments

Show HN: I built a version of Omarchy that runs on Apple Silicon

https://github.com/themartiano/try-omarchy
2•martiano•13m ago•2 comments

Never promise "no network requests"

https://blog.origguard.com/never-promise-no-network-requests/
3•Forges•14m ago•0 comments

Wireless Routers as Motion Detectors

https://www.schneier.com/blog/archives/2026/09/wireless-routers-as-motion-detectors.html
1•DemiGuru•15m ago•0 comments

I Don't Have a Smartphone

https://ploum.net/2026-09-02-i_dont_have_a_smartphone.html
7•speckx•16m ago•4 comments

Show HN: AI-Native Boilerplate – 170+ rules that stop LLMs from drifting.

https://github.com/SrikanthVemulapally/ai-native-boilerplate
1•SrikanthVemulap•17m ago•0 comments

Show HN: Price Dashboard for LLM Inference

https://github.com/tokencanopy/price
2•tokencanopy•21m ago•0 comments

Earth's Organisms Developed via Evolution. What If the Cosmos Did, Too?

https://www.smithsonianmag.com/science-nature/earths-organisms-developed-via-evolution-some-theor...
3•JulianPGough•21m ago•1 comments

LifeOS – Moving You from Current to Ideal State

https://ourlifeos.ai/
2•duck•21m ago•0 comments

NASA's Roman telescope holds promise far beyond mapping the invisible Universe

https://www.nature.com/articles/d41586-026-02764-2
2•thinkingemote•21m ago•0 comments

Show HN: AQ – A multiplayer workspace for coding agents on your own cloud

https://aq.dev/
2•knighthacker•22m ago•0 comments

When do infections lead to long Covid? Closing in on triggers and treatments

https://www.nature.com/articles/d41586-026-02683-2
2•thinkingemote•22m ago•0 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!