frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Years of Salt and Metal – The crash of Hop-a-Jet flight 823

https://admiralcloudberg.medium.com/years-of-salt-and-metal-the-crash-of-hop-a-jet-flight-823-665...
1•cwal37•1m ago•0 comments

Ask HN: AI agent acts. Your logs say so. But you wrote the logs

2•Yahyaaa•2m ago•0 comments

Show HN: A private radio station for issue updates across your org

https://github.com/statemediafm/statemediafmradio
1•private4e584d•3m ago•0 comments

Show HN: Dropping SynthID from 188/192 to 0/192 without changing visible text

https://mark.q1z.org
2•byte1•5m ago•0 comments

Two German airport workers die of malaria after 'mosquito arrives on plane'

https://www.bbc.com/news/articles/cz6zwgg9y8go
2•vinni2•5m ago•0 comments

Everyday household tasks impact relationships

https://news.uq.edu.au/2026-08-how-everyday-household-tasks-impact-relationships
4•downbad_•6m ago•0 comments

AMD Jumps from ROCm 7.14 to ROCm 10.0 with Rocm.ai

https://www.phoronix.com/news/AMD-ROCm-10.0
2•Alephinitesimal•6m ago•0 comments

Shelf

https://greenlightning.eu/diy/shelf/
2•greenlightning•6m ago•0 comments

Gemma 4 E2B inference in 700 lines of C

https://github.com/ryanssenn/gemma4.c
1•ryansen•8m ago•0 comments

Claude, Codex, and Hermes installed unowned code inside corporate networks

https://arstechnica.com/security/2026/08/claude-codex-and-hermes-installed-unowned-code-inside-co...
2•toomuchtodo•8m ago•0 comments

My friends take turns picking movies. I turned the spreadsheet into a website

https://jesse.id/blog/my-friends-and-i-take-turns-picking-movies-to-watch-i-converted-our-crappy-...
1•nickgray•9m ago•1 comments

Swarm of 700 AI bots went rogue in hacking attack

https://www.telegraph.co.uk/business/2026/08/27/swarm-of-700-ai-bots-went-rogue-in-hacking-attack/
2•giardini•9m ago•0 comments

Project Switch: Agents and humans work side-by-side

https://github.com/sandbox-quantum/switch
1•yuedongze•9m ago•0 comments

Tell HN: Man, AI is killing my brain

5•fnoef•10m ago•1 comments

US Government is identifying decentralized media infrastructure as a threat

https://social.coop/@cwebber/117168139124641297
5•hn_acker•11m ago•1 comments

High p-tau217 led to a 38% chance of cognitive decline

https://www.empirical.health/blog/ptau217-alzheimers-risk/
2•brandonb•12m ago•0 comments

Securly Pass: track students going to the restroom

https://www.securly.com/pass
1•kaonwarb•12m ago•0 comments

Would y'all be interested in this?

https://bean-demo-production.up.railway.app
1•sameerhimati•13m ago•0 comments

Rent, Always Rent - economics of the Zohranmarket

https://backofmind.substack.com/p/rent-always-rent
2•dgacmu•14m ago•1 comments

Reimagining Homework in the Age of AI by Prioritizing Engagement

https://localscribe.co/posts/reimagining-homework-ai-engagement/
1•speckx•14m ago•0 comments

Grand Theft Auto VI: An Extended Look Is Premiering Exclusively on Netflix

https://www.netflix.com/tudum/articles/grand-theft-auto-6-extended-first-look
2•sarathyweb•14m ago•0 comments

MadsLorentzen/AI-job-search: The job search that runs on your machine

https://github.com/MadsLorentzen/ai-job-search
1•rbanffy•16m ago•0 comments

BitCam 2 is out (1-bit camera for Apple devices)

https://bitcam-app.com/
1•ptramo•16m ago•0 comments

Learn Vectorized Thinking in Python Through Examples

https://machinelearningmastery.com/learn-vectorized-thinking-in-python-through-examples/
1•rbanffy•17m ago•0 comments

Show HN: HN Radio

https://dg-devrel-hn-radio.fly.dev
2•samgutentag•18m ago•0 comments

Omnipresent Mechanicalism: The Straight Edge Calculus

https://oxmx.tiiny.site/
1•shaunxcode•18m ago•0 comments

Dad's Custom Atari Peripherals – By Jim Trageser

https://www.goto10retro.com/p/dads-custom-atari-peripherals
5•rbanffy•18m ago•1 comments

Flock contract cancellations grow among cities, other jurisdictions

2•achristmascarl•19m ago•0 comments

Walkthrough of a prompt injection attack on a modern office-work AI agent

https://shiftmag.dev/ai-agents-arent-safe-from-prompt-injection-and-spreadsheets-prove-it-11609/
1•Antolius•20m ago•0 comments

Saving 100 terabytes of memory by optimizing 1.1.1.1's DNS cache

https://blog.cloudflare.com/dns-cache-memory-optimization-1111/
23•TangerineDream•21m ago•2 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!