frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Using Go for Mobile Apps: A retrospective on a year of development with Gomobile

https://www.davidsobsessions.com/p/one-year-of-gomobile/
1•darccio•55s ago•0 comments

The Cost of the American Revolution

https://www.econlib.org/econlog/the-cost-of-the-american-revolution/
1•NewCzech•2m ago•0 comments

Managed Claude, but for Any Harness

https://asteroidbelt.ai/
1•yshuolu•2m ago•0 comments

Pin Bar Formation and Detection in Crypto Markets

https://dolphindb.com/blogs/47
1•CrazyTomato•2m ago•0 comments

China becomes second country to recover orbital booster with Long March 10B

https://spacenews.com/china-becomes-second-country-to-recover-orbital-booster-with-long-march-10b/
2•pantalaimon•4m ago•1 comments

Test the Email Verification Protocol with an origin trial

https://developer.chrome.com/blog/email-verification-protocol-origin-trial
1•pvsukale3•5m ago•0 comments

Fzy: A simple, fast fuzzy finder for the terminal

https://github.com/jhawthorn/fzy
1•thunderbong•8m ago•0 comments

I built an app that solves math problems from a photo

https://apps.apple.com/us/app/mathnut-ai-math-solver/id6757105372
1•rafaelrpadovani•10m ago•0 comments

Quantum computing: one universe is more than enough

https://muircheartblog.wpcomstaging.com/2026/05/26/quantum-computing-one-universe-is-more-than-en...
1•vismit2000•11m ago•0 comments

Show HN: Tennis Rallies Poster Generator

https://matchpoint.jeremygautrais.fr/
1•tunafighter•13m ago•0 comments

DeepSWE Benchmark Results for GPT 5.6

https://deepswe.datacurve.ai/
1•theanonymousone•21m ago•0 comments

¥2,300B wiped out from Chinese stock market in last 2 hours

https://www.disruptionbanking.com/2026/07/10/was-¥2-3-trillion-really-wiped-out-from-chinas-stock...
1•emsidisii•21m ago•0 comments

China lands reusable rocket for first time, state media says

https://www.bbc.com/news/articles/cm2rmmx86pdo
4•joak•24m ago•0 comments

Ramblings on technological pursuits of AI systems

https://blog.knravish.me/thoughts-ai-reality-brain/
1•KaushikR2•27m ago•0 comments

Investigation Reveals Deep Military Cooperation Between Russia and China

https://www.spiegel.de/international/world/the-new-axis-of-evil-der-spiegel-investigation-reveals...
2•vrganj•29m ago•3 comments

What Happened to Front End?

https://davidpoblador.com/deep-dives/what-happened-to-the-frontend/
3•napolux•32m ago•0 comments

FCC Approves Reflect Orbital's Giant Mirror Satellite That Astronomers Hate

https://ca.pcmag.com/news/16760/fcc-approves-reflect-orbitals-giant-mirror-satellite-that-astrono...
2•latexr•32m ago•0 comments

Harvesting Sub-Microsecond CXL Memory Stalls with LiteSwitch

https://www.usenix.org/conference/osdi26/presentation/li-nanqinqin
1•matt_d•32m ago•0 comments

In Emacs, Everything Looks Like a Service

http://yummymelon.com/devnull/in-emacs-everything-looks-like-a-service.html
2•kickingvegas•40m ago•0 comments

Open AI No. 2 Exec at OpenAI Fidji Simo is leaving the company

https://techcrunch.com/2026/07/09/fidji-simo-steps-down-from-openais-no-2-role/
3•jeffhwang•55m ago•1 comments

Record and Replay, teach AI agents desktop workflows by showing them once

https://github.com/video-db/open-record-replay
1•ashu_trv•57m ago•0 comments

Ask HN: Do we need a support group for developers alienated by LLMs?

5•sph•1h ago•2 comments

Russian Surveillance Software Suppresses Georgian Civilians Rights

https://algorithmwatch.org/en/russian-surveillance-face-recognition-georgia/
5•fodmap•1h ago•0 comments

Open Source E-Reader

https://liliputing.com/crowdfunding-begins-for-open-book-touch-an-open-source-ereader/
2•djfergus•1h ago•0 comments

Iran Hatched Fresh Plot to Kill Trump, Israel Told U.S.

https://www.wsj.com/world/middle-east/iran-hatched-fresh-plot-to-kill-trump-israel-told-u-s-1511d9d2
2•throw310822•1h ago•5 comments

Bayeux Tapestry arrives at British Museum under police escort in dead of night

https://news.sky.com/story/bayeux-tapestry-arrives-at-british-museum-in-dead-of-night-under-polic...
3•austinallegro•1h ago•0 comments

NixOS on real hardware is more complex than you think. Noctalia V5 and LabWC

https://grigio.org/nixos-noctalia-v5-labwc-real-hardware/
2•grigio•1h ago•0 comments

The triage is the product: running AI agents against Ethereum's protocol code

https://blog.ethereum.org/2026/07/09/triage-is-the-product
2•quantumgarbage•1h ago•0 comments

Crawl4AI: Open-source web crawler and scraper for LLMs

https://github.com/unclecode/crawl4ai
1•mpfect•1h ago•0 comments

OpenAI, Anthropic Employees Could Buy ~1/3 of All Homes in SF with IPO Earnings

https://www.redfin.com/news/openai-anthropic-housing-wealth/
2•littlexsparkee•1h 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!