frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building the Perfect Linux PC with Linus Torvalds [video]

https://www.youtube.com/watch?v=mfv0V1SxbNA
1•ingve•26s ago•0 comments

Patching Pulse Oximeter Firmware

https://stefan-gloor.ch/pulseoximeter-hack
1•stgl•1m ago•0 comments

Show HN: Solarm – a simple iOS sunrise alarm I made to improve waking up

1•nktskr•2m ago•0 comments

Show HN: Unmarker.it – Client-Side Tool to Disrupt Invisible AI Watermarks

https://www.unmarker.it/
1•ing-norante•4m ago•0 comments

Digital Art of Rafaël Rozendaal

https://www.newrafael.com/internet
1•8organicbits•4m ago•0 comments

David Lerner, Mr. Fix-it of Apple Computers and Tekserve co-founder, dies at 72

https://www.nytimes.com/2025/11/26/technology/personaltech/david-lerner-dead.html
1•bookofjoe•6m ago•0 comments

Program-of-Thought Prompting Outperforms Chain-of-Thought by 15%

https://arxiv.org/abs/2211.12588
1•mkagenius•6m ago•0 comments

Teens build pop-up arcade in Japan [video]

https://www.youtube.com/watch?v=kkbf092Los0
2•Charmunk•6m ago•1 comments

Confidential Compute Open Network

https://cocoon.org
1•jeudesprits•14m ago•0 comments

NixOS 25.11 Released

https://nixos.org/blog/announcements/2025/nixos-2511/
9•trulyrandom•19m ago•0 comments

DEP-18: A proposal for Git-based collaboration in Debian

https://optimizedbyotto.com/post/debian-collaboration-on-git/
1•ottoke•22m ago•1 comments

Don't push AI down our throats

https://gpt3experiments.substack.com/p/dont-push-ai-down-our-throats
23•nutanc•24m ago•5 comments

X's move to show users' location is a great step toward online transparency

https://www.washingtonpost.com/opinions/2025/11/25/elon-musk-x-location-democracy/
3•bookofjoe•24m ago•0 comments

Global Stock Leaderboards Are Ruled by Europe in Rare Dominance

https://www.bloomberg.com/news/articles/2025-11-30/global-stock-leaderboards-are-ruled-by-europe-...
2•layer8•25m ago•1 comments

There is No Quintic Formula [video]

https://www.youtube.com/watch?v=9HIy5dJE-zQ
4•DamnInteresting•26m ago•1 comments

Does 'Laziness' Start in the Brain?

https://www.theguardian.com/books/2025/nov/30/does-laziness-start-in-the-brain-apathy-motivation
5•billybuckwheat•29m ago•1 comments

Extinction rates have *slowed* over the last 100 years

https://royalsocietypublishing.org/doi/10.1098/rspb.2025.1717
2•bilsbie•31m ago•0 comments

The Complete Xbox Ally and Ally X Hands-On Review (Windows vs. Bazzite)

https://boilingsteam.com/complete-xbox-ally-and-ally-x-hands-on-review/
2•ekianjo•32m ago•0 comments

Show HN: I Built Tinyfocus – A Minimal Tool to Help Solo Founders Focus

https://www.tinyfoc.us/landing
2•arlindb•35m ago•0 comments

47.2M Developers Worldwide: Global Trends for 2025

https://www.slashdata.co/post/global-developer-population-trends-2025-how-many-developers-are-there
2•birdculture•39m ago•0 comments

Recent study: typical statins do cause muscle discomfort

https://www.nature.com/articles/s41467-025-66522-0
2•hereme888•40m ago•1 comments

Max Verstappen beats Piastri to take F1 title race to Abu Dhabi GP

https://www.theguardian.com/sport/2025/nov/30/max-verstappen-beats-piastri-to-take-f1-title-race-...
2•tosh•42m ago•0 comments

Writing a Good Claude.md

https://www.humanlayer.dev/blog/writing-a-good-claude-md
5•objcts•44m ago•0 comments

Show HN: AI vs. Real – A simple game I built for guessing real images

https://apps.apple.com/us/app/ai-vs-real/id6754675618
1•aliibnepasha•45m ago•1 comments

Tell HN: ChatGPT has 13B revenue but can't make a working website

3•0xbadcafebee•45m ago•2 comments

Show HN: Schema Pilot – Visual Database Designer with Instant Prisma

1•Punyakrit•50m ago•0 comments

SafeShare – strip tracking parameters from links before you share them

https://github.com/J-AI-71/Supersystem
3•safeshare•53m ago•2 comments

Vector Graphics in Godot Better Than Adobe Flash

https://old.reddit.com/r/godot/comments/1p339f9/vector_graphics_in_godot_better_than_adobe_flash/
1•ShenCiao•55m ago•0 comments

ETH-Zurich: Digital Design and Computer Architecture; 227-0003-10L, Spring, 2025

https://safari.ethz.ch/ddca/spring2025/doku.php?id=start
22•__rito__•55m ago•0 comments

You Can't Find a Cab in the Rain

https://nicholasdecker.substack.com/p/why-you-cant-find-a-cab-in-the-rain
2•paulpauper•1h ago•0 comments
Open in hackernews

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

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