frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

K3k: Kubernetes in Kubernetes

https://github.com/rancher/k3k
1•jzebedee•2m ago•0 comments

Hermitary – the hermit, hermits, eremitism, silence, and simplicity

https://www.hermitary.com/
1•marttt•4m ago•0 comments

AP-Quiz: Mobile AP Exam Practice for Spare Moments

https://ap-quiz.com
1•coolwulf•8m ago•1 comments

Hyperscalers are buying all the chips to then rent them to us later

1•adelks•12m ago•0 comments

The new Run dialog: faster, cleaner, and more capable

https://devblogs.microsoft.com/commandline/the-new-run-dialog-faster-cleaner-and-more-capable/
1•shscs911•15m ago•0 comments

A contribution to solving the existential anxiety problem of AI hallucinations

https://zenodo.org/records/19608960
1•M_Samir333•15m ago•0 comments

Primate 0.38: The route is the contract

https://primate.run/blog/primate-038
5•hansmighty•24m ago•0 comments

CSS Reboot Day (May 1, 2026)

https://holidaytoday.org/css-reboot-day/
2•bariumbitmap•34m ago•0 comments

Microsoft's Xbox mode is now available for all Windows 11 PCs

https://www.theverge.com/news/921582/microsoft-xbox-mode-windows-11
2•fortran77•35m ago•0 comments

Show HN: Open-Source FHIR –> OMOP Pipeline

https://forge.foxtrotcommunications.net/
2•brady_bastian•39m ago•0 comments

Wirken: Secure AI agent gateway. Encrypted vault. Single static binary

https://github.com/gebruder/wirken
2•thunderbong•42m ago•0 comments

High Housing Costs Are Pushing Foreclosures to a Six-Year High

https://www.wsj.com/economy/housing/high-housing-costs-are-pushing-foreclosures-to-a-six-year-hig...
3•petethomas•43m ago•1 comments

The feed doesn't know you, and YouTube refuses to let you browse

https://evilgeniuslabs.ca/blog/the-feed-doesnt-know-you
3•andsoitis•47m ago•1 comments

Ask HN: Forced into Gemini on Google Account?

2•hysan•54m ago•2 comments

Ask HN: How do you assess and recruit developers in 2026?

2•andrewstuart•58m ago•0 comments

I vibecoded my dream game, GeoGuesser for guns, and its making money

https://gunguesser.com
6•salad_vr•1h ago•1 comments

Coding plan pricing comparisons based on actual usage

https://sites.diy/blog/2026-05-01-coding-plan-comparisons/
3•bilalba•1h ago•0 comments

An Unreleased Lyme Disease Vaccine Is Sparking False Conspiracy Theories

https://www.motherjones.com/politics/2026/05/lyme-disease-vaccine-conspiracy/
2•pulisse•1h ago•0 comments

Gravity's role in quantum state reduction [pdf]

https://image.sciencenet.cn/olddata/kexue.com.cn/upload/blog/file/2010/8/201081019170575880.pdf
1•__patchbit__•1h ago•0 comments

Internet Classism: How We Know You're Poor and Lame Online

https://braunandbrains.substack.com/p/internet-classism-how-we-know-youre
2•anonymouscaller•1h ago•1 comments

When hard drives were still huge: The Quantum Bigfoot turns 30

https://www.heise.de/en/news/When-hard-drives-were-still-huge-The-Quantum-Bigfoot-turns-30-112791...
1•croes•1h ago•1 comments

Tesla reveals $573M web of transactions between Elon Musk's companies

https://electrek.co/2026/05/01/tesla-tsla-web-transactions-musk-companies-spacex-xai-10ka-2025/
5•breve•1h ago•0 comments

Fixing Up CopyFail on Alpine

https://astr.al/notes/2026-04-29_copyfail/
2•potus_kushner•1h ago•0 comments

I built a way to search for people by intent

https://www.try-sytra.com/
2•bryzgalov•1h ago•1 comments

Capacity Efficiency at Meta

https://engineering.fb.com/2026/04/16/developer-tools/capacity-efficiency-at-meta-how-unified-ai-...
1•geoffbp•1h ago•0 comments

Sun Pharma is marrying Organon

https://finshots.in/markets/sun-pharma-is-marrying-organon/
1•vismit2000•1h ago•0 comments

Withastro/flue: The sandbox agent framework

https://github.com/withastro/flue
1•ankitg12•1h ago•0 comments

Sam Altman says OpenAI doesn't want to replace you with AI

https://www.neowin.net/news/sam-altman-says-that-openai-doesnt-want-to-replace-you-with-ai/
2•bundie•1h ago•1 comments

Amnitex: Lossless memory layer for AI coding assistants

https://github.com/Amnibro/amnitex
3•amnibro7•1h ago•0 comments

Spring House

https://en.wikipedia.org/wiki/Spring_house
3•thunderbong•1h ago•0 comments
Open in hackernews

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

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