frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Revised Rules of Engineering Leadership

https://lethain.com/revised-rules-of-engineering-leadership/
1•fagnerbrack•2m ago•0 comments

Cobalt: Designing a safer C without making it Rust

https://strawberry9.github.io/the-wrong-memory/Appendix_06.html
1•VolatileRegiste•3m ago•0 comments

Censured Administrations – AAUP

https://www.aaup.org/about/programs/protecting-academic-freedom/censured-administrations
1•pcfwik•24m ago•0 comments

KiroCrew

https://github.com/kirodotdev/KiroCrew
1•rainhacker•25m ago•0 comments

Show HN: AppScreenshots – App Store screenshots in minutes, not hours

https://appscreenshots.net
1•horace168•25m ago•0 comments

A/I Collective Propaganda

https://www.inventati.org/propaganda/
1•andsoitis•29m ago•0 comments

Encoding Mod Files Optically on Paper, as Amiga's Legacy Will Outlast M-Disks

https://hackaday.com/2026/08/26/encoding-mod-files-optically-on-paper-because-amigas-legacy-will-...
1•oxonia•36m ago•1 comments

If u need to control a super smart looking slop blob, try Liquid Orb Editor

https://github.com/LerSent001/orb
1•interweb•42m ago•0 comments

Ask HN: LinkedIn, but only for people you've physically met?

2•Riphyak•46m ago•1 comments

Ezducate an AI powered special education platform

https://www.ezducate.ai/
1•alexandertrish•48m ago•0 comments

Vercel Status – Elevated errors for Workflow streams

https://www.vercel-status.com/incidents/ybx6km0j1gwk
1•kyisaiah47•48m ago•0 comments

A Cop's Case for Flock

https://worksinprogress.co/issue/a-cops-case-for-flock/
1•mvlipwig•55m ago•0 comments

Interactive Model View zai-org/GLM-5.3

https://hfviewer.com/zai-org/GLM-5.3
4•ResearchAtPlay•57m ago•0 comments

Andrew Garfield on Playing Sam Altman in "Artifical"

https://variety.com/2026/film/news/andrew-garfield-talks-playing-sam-altman-artificial-open-ai-12...
3•nreece•58m ago•0 comments

Citations in AI-written reports did not exist

https://www.stipple.sh/resources/ai-citation-hallucination-benchmark
4•gcsydney•1h ago•0 comments

Messy

https://www.observed.life/messy
2•andsoitis•1h ago•0 comments

I'm the Guy Who Destroys Antique Books After We Scan Them into Our Company's AI

https://www.mcsweeneys.net/articles/im-the-guy-who-destroys-antique-books-after-we-scan-them-into...
17•9woc•1h ago•4 comments

Debian Votes to Allow "Responsible Use of Generative AI"

https://www.phoronix.com/news/Debian-Votes-Responsible-AI-Use
6•mappu•1h ago•0 comments

OpenAI and Anthropic are ruining San Francisco

https://www.sfgate.com/local/article/open-ai-anthropic-ruining-sf-22404657.php
8•spking•1h ago•2 comments

Agents in IMessages that can do anything

https://hirealpha.chat/
2•Sashank_Singh•1h ago•0 comments

A deep dive into Grok Bot

https://flaviocopes.com/grok-bot/
2•thoughtpeddler•1h ago•0 comments

OpenAI Dumps Cursor

https://www.bloomberg.com/news/articles/2026-08-29/openai-to-end-partnership-with-cursor-after-sp...
2•MehrdadKhnzd•1h ago•1 comments

A shelf with counts in HTML (no JavaScript)

https://webwithoutjs.com/lab/shelf/
3•nreece•1h ago•0 comments

Terminal-Bench 4.0

https://www.tbench.ai/news/terminal-bench-4-0
2•mji•1h ago•0 comments

Quest for the Eternal Dock – Lambdock

https://jointhefreeworld.org/blog/articles/gnu-linux/quest-for-eternal-dock/index.html
3•signa11•1h ago•0 comments

Box breathing: Inside the 'most powerful hack' to control stress

https://www.bbc.com/news/articles/c5y5jqly153o
3•1659447091•1h ago•1 comments

Why this philosopher turned down Anthropic

https://www.ft.com/content/bdb3b820-905b-431e-82c0-386535755af1
2•outside1234•1h ago•0 comments

Show HN: SlideX – Open-source presentations with MDX

https://www.slidexdeck.com/en/
1•zz41354899•1h ago•0 comments

Personal Dynamic Media (1977)

https://ieeexplore.ieee.org/document/1646405
2•gone35•1h ago•0 comments

LSPs for LLMs

https://ianbarber.blog/2026/08/11/lsps-for-llms/
2•ocamoss•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!