frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: One Thing at a Time – a todo app that hides your list

https://onethingatatime.app/
1•sumtsui•48s ago•0 comments

Can a robotics startup survive by pivoting from hardware to data scraping?

1•hjkofj•2m ago•0 comments

DeepSeek v4 flash and cheap intelligence

https://www.0xsid.com/blog/cheap-tokens-are-great
1•ssiddharth•2m ago•0 comments

Most Simple Design of a Stablecoin

https://github.com/shafu0x/MicroStable
1•AnhTho_FR•2m ago•0 comments

They're made out of meat (1991)

https://terrybisson.com/theyre-made-out-of-meat-2/
1•maxutility•2m ago•0 comments

The Mechanical Transmission of Power: Stangenkunst (2013)

https://solar.lowtechmagazine.com/2013/01/the-mechanical-transmission-of-power-1-stangenkunst/
1•at1as•2m ago•0 comments

Reading agent status out of Claude Code's hooks

https://agent-manager.dev/writing/claude-code-hooks/
1•yoanwaidev•2m ago•0 comments

AmigaOS Easter Eggs

http://www.bambi-amiga.co.uk/amigahistory/messages.html
2•Bluestein•2m ago•0 comments

Keychron Nape Pro Wireless Trackball Mouse

https://www.keychron.com/products/keychron-nape-pro-wireless-trackball-mouse
2•throwaway270925•3m ago•0 comments

Full flattening of nested data parallelism

https://futhark-lang.org/blog/2026-07-31-full-flattening.html
1•fanf2•3m ago•0 comments

Show HN: Jeffy Loop, an autonomous code improvement loop for Claude Code

https://github.com/lenamonj/jeffy-loop
1•lenamonj•4m ago•0 comments

DIY Adjustable Projector Stand

https://arun.is/blog/projector-stand/
1•surprisetalk•4m ago•0 comments

How Does the Qatar-Donated Air Force One Compare with Other Presidential Jets?

https://www.wsj.com/politics/national-security/how-does-the-qatar-donated-air-force-one-compare-w...
3•thm•5m ago•0 comments

Seven books I keep close because I love them

https://blog.plover.com/book/elbow-shelf.html
1•Brajeshwar•8m ago•0 comments

The Deleted Face: Why Facial Recognition Must Erase You First

https://smarterarticles.co.uk/the-deleted-face-why-facial-recognition-must-erase-you-first
1•dxs•8m ago•0 comments

Text and Test Anything Protocol

http://dtap.sparrowhub.io/doc/README
1•melezhik•9m ago•0 comments

The Mental Models I Use to Work with AI

https://metedata.substack.com/p/015-the-mental-models-i-use-to-work
1•young_mete•10m ago•0 comments

Fix Your Analog Life First

https://katherinemartinko.substack.com/p/fix-your-analog-life-first
2•speckx•11m ago•0 comments

Quantization hurts knowledge nonlinearly – Qwen3.6 27B case study

https://quesma.com/blog/quantization-hurts-knowledge/
1•stared•11m ago•0 comments

WAN 3.0 Deep Dive: Video Model Evolution from Open-Source Breakthrough

https://wan3video.art/blog/wan-3-0-deep-dive
2•wangneo276•12m ago•0 comments

How the heck do you catch a fly ball?

https://perthirtysix.com/how-the-heck-do-you-catch-a-fly-ball
1•robmoore•13m ago•0 comments

Europe opens bidding for seven AI 'gigafactories' in a €30B bid to catch up

https://thenextweb.com/news/eu-ai-gigafactories-call-30bn
2•doener•13m ago•0 comments

Show HN: Lunar, a "fast", memory-efficient Lua 5.1 VM written in Go

https://github.com/mmcdole/lunar
2•drakenot•15m ago•1 comments

My Personal Software Journey: Self-Hosting Agent-Built Apps

https://metedata.substack.com/p/016-my-personal-software-journey
2•young_mete•15m ago•0 comments

Why does Mail app contact iCloud when sending a non-iCloud email?

https://lapcatsoftware.com/articles/2026/8/2.html
3•cdrnsf•15m ago•0 comments

NASA's New 3D Model Shows the Earth Is a Lumpy Mess

https://www.wired.com/story/nasas-new-3d-model-shows-lumpy-earth/
1•haritha-j•16m ago•0 comments

Google plans to exempt sanctioned nations from Android developer verification

https://arstechnica.com/gadgets/2026/07/google-plans-to-exempt-sanctioned-nations-from-android-de...
2•nostrademons•18m ago•0 comments

IBM: Three Demonstrations Prove Quantum Advantage Has Been Reached

https://www.nextplatform.com/compute/2026/07/31/ibm-three-demonstrations-prove-quantum-advantage-...
1•rbanffy•18m ago•0 comments

A 21-hour dip could help explain Tabby's star's decade-long dimming mystery

https://phys.org/news/2026-07-hour-dip-tabby-star-decade.html
1•rbanffy•19m ago•0 comments

Restoring the Java Ring on a Japanese TV Show [video]

https://www.youtube.com/watch?v=LF5PrzP9YTs
1•kidmin•19m 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!