frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI's Music Taste

https://abidsikder.pages.dev/blog/2026-03-14-ai-music-taste/
2•caaaadr•3m ago•1 comments

Chile's Free Market Miracle Survived a Resurgent Left

https://reason.com/2026/03/13/how-chiles-free-market-miracle-survived-a-resurgent-left/
1•matthest•4m ago•0 comments

APSW in Colour (Async) – Another Python SQLite Wrapper

https://www.rogerbinns.com/blog/async-apsw.html
1•fowl2•9m ago•0 comments

Doomporn

https://alearningaday.blog/2026/03/14/doomporn/
2•herbertl•11m ago•2 comments

UK Society of Authors launches logo to identify books written by humans not AI

https://www.theguardian.com/technology/2026/mar/10/uk-society-authors-logo-identify-books-written...
1•throwaway81523•15m ago•0 comments

Popular Mechanics Magazine – March 1911

https://archive.org/details/bub_gb_At4DAAAAMBAJ
1•water_badger•18m ago•0 comments

Show HN: Joy – Trust Network for AI Agents to Verify Each Other

https://choosejoy.com.au
1•savvyllm•21m ago•0 comments

AI Policy

https://dbushell.com/ai/
2•teddyh•22m ago•0 comments

Researchers improve lower bounds for some Ramsey numbers using AlphaEvolve

https://arxiv.org/abs/2603.09172
2•1024core•23m ago•0 comments

Show HN: Structural analysis of the D'Agapeyeff cipher (1939)

https://msgtrail.com/posts/unmasking-the-dagapeyeff-cipher-a-multi-faceted-architecture
1•evaneykelen•26m ago•0 comments

Don't blunder: better chess puzzles

https://blunder.clinic
1•samwho•28m ago•0 comments

300 Hours into the Iran Internet Blackout

https://www.instagram.com/p/DVzxEXtjbt9/
1•ukblewis•31m ago•0 comments

Israel is running critically low on interceptors, US officials say

https://www.semafor.com/article/03/14/2026/israel-is-running-critically-low-on-interceptors-us-of...
5•inaros•32m ago•0 comments

Tehran Hijacked AI

https://www.dailymail.co.uk/debate/article-15640991/ChatGPT-Islamic-terrorist-propaganda.html
3•nailer•35m ago•1 comments

SBCL Fibers – Lightweight Cooperative Threads

https://atgreen.github.io/repl-yell/posts/sbcl-fibers/
1•anonzzzies•38m ago•0 comments

Show HN: Rewire – Stream ROS 2 topics to Rerun with no ROS 2 runtime required

https://rewire.run
1•alvgaona•38m ago•0 comments

Show HN: Recon – A tmux-native dashboard for managing Claude Code

https://github.com/gavraz/recon
1•gavra•39m ago•0 comments

What, exactly, is space‑time? (2025)

https://theconversation.com/what-exactly-is-space-time-259630
1•hhs•40m ago•0 comments

Show HN: Sunny Hours – an iPhone weather app with a sunshine heatmap

https://apps.apple.com/gb/app/sunny-hours-sun-by-hour/id6758806008
1•ahallan•40m ago•0 comments

CLI linter for GEO and SEO discoverability

https://xeolint.com/
1•antoinelevy27•40m ago•1 comments

Major investor 'shocked and sad' that the games industry is 'demonizing' gen AI

https://www.pcgamer.com/software/ai/major-investor-is-shocked-and-sad-that-the-games-industry-is-...
6•stalfosknight•45m ago•1 comments

Quantum Teleportation Breakthrough Brings the Quantum Internet Closer

https://scitechdaily.com/quantum-teleportation-breakthrough-brings-the-quantum-internet-closer/
1•HardwareLust•48m ago•0 comments

Show HN: NumenText, a non-modal editing terminal IDE with LSP/DAP

https://github.com/numentech-co/numentext
1•rlogman•49m ago•0 comments

Airbus is preparing two uncrewed combat aircraft

https://www.airbus.com/en/newsroom/press-releases/2026-03-airbus-is-preparing-two-uncrewed-combat...
4•phasnox•50m ago•0 comments

RFC 4180 – CSV (2005)

https://www.rfc-editor.org/rfc/rfc4180
2•basilikum•55m ago•0 comments

Book review: Laws of nature and chances

https://ndpr.nd.edu/reviews/laws-of-nature-and-chances-what-breathes-fire-into-the-equations/
1•hhs•57m ago•0 comments

The slow death of the English boarding school

https://www.ft.com/content/cc7eb665-b689-4e2f-9e35-c6ab5dbf3980
4•bookofjoe•57m ago•1 comments

Show HN: I let the internet control my iPad with AI

https://play.thomaskidane.com/
1•meneliksecond•58m ago•2 comments

The Sound of Contamination: Headphones Contain Ing Hormone-Disrupting Chemicals

https://arnika.org/en/news/the-sound-of-contamination-all-analysed-headphones-on-the-central-euro...
20•microflash•1h ago•5 comments

Book review: In search of now

https://www.wsj.com/arts-culture/books/in-search-of-now-review-time-out-of-mind-2e33a184
1•hhs•1h ago•0 comments
Open in hackernews

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

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