frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I'm being cyberattacked by Tesla, Inc

https://dreamstation.systems/personal/tesla.html
1•robinpie•45s ago•0 comments

You Have Two Cows

https://en.wikipedia.org/wiki/You_have_two_cows
1•ColinWright•1m ago•0 comments

Russia hits Ukrainian train shortly after Boris Johnson and top European

https://www.bbc.com/news/articles/cy5zg41dkqwo
1•grugagag•1m ago•0 comments

How to minimize social threats in the workplace

https://hagakure.substack.com/p/the-hagakure-82-leading-with-the
1•AntonZ234•1m ago•0 comments

9/11 Changed the World in Many Ways. It Also Spawned the Digital Media Era

https://www.vanityfair.com/story/how-9-11-altered-the-world
1•thm•3m ago•0 comments

Global Shortage Has Led to Motor Oil Rationing at Costco

https://guessingheadlights.com/global-shortage-has-led-to-motor-oil-rationing-at-costco/
2•mikhael•5m ago•0 comments

Apple's iPhone Duo Will Turn Foldable Phones into the New Normal

https://www.bloomberg.com/news/newsletters/2026-09-13/apple-s-iphone-duo-will-make-foldable-phone...
1•CharlesW•6m ago•0 comments

Show HN: Below the Root (1984 game) ported to JavaScript

https://below-the-root.saul.pw
1•saulpw•6m ago•0 comments

The one true keyboard layout

https://www.rousette.org.uk/archives/the-one-true-keyboard-layout/
1•speckx•7m ago•0 comments

Show HN: A mecha game where you and your friends pilot the SAME giant robot

https://www.mecharoyale.com
1•m0dE•7m ago•1 comments

Gescom, MiniDisc and Mind-Boggling Mathematics

https://ei3lh.eu/2026/09/13/gescom-minidisc-and-mind-boggling-mathematics/
1•austinallegro•9m ago•0 comments

Tcpcat – Fast, lightweight network scanner written in Go

https://github.com/NycolazSec/tcpcat
3•tcpcat•12m ago•0 comments

I Found Evidence of My House Spinning

https://suricrasia.online/unfiction/spinning/
1•i2talics•13m ago•0 comments

Is there a directory for B2B SaaS that doesn't look terrible?

https://shwcs.site/es
1•andrevallee•14m ago•0 comments

Show HN: Plainoldanalytics: Analytics Middlware for Go

https://github.com/poundifdef/plainoldanalytics
1•memset•15m ago•0 comments

U.S. iPhone 18 Pro Max has Qualcomm modem, all rest use Apple's new C2

https://www.macrumors.com/2026/09/12/iphone-18-pro-max-us-model-difference/
1•Terretta•17m ago•0 comments

Intelligence is not Enough (2023) [video]

https://www.youtube.com/watch?v=bQfJi7rjuEk
1•tosh•18m ago•0 comments

Host Quartz Static Site on Bunny.net with Middleware Script

https://burgeonlab.com/blog/how-to-use-bunnycdn-for-quartz-ssg/
1•speckx•21m ago•0 comments

Device Drivers lab exercise – COSC562

https://web.eecs.utk.edu/~smarz1/courses/cosc562/drivers.html
1•azhenley•22m ago•0 comments

Ask HN: What would it look like if AI agents "took over the internet"?

1•scripper1•23m ago•3 comments

AI Was Supposed to Make Software Cheaper. So Why Is It More Expensive Now?

https://galratner.substack.com/p/ai-was-supposed-to-make-software
1•blartpaul•23m ago•1 comments

Show HN: RunBoth, a behaviour diff for code an AI changed

https://github.com/runboth/runboth
1•kyleclouthier•23m ago•0 comments

Why the Arena Group Has, Implausibly, Rebranded into an AI Company

https://www.adweek.com/media/arena-group-paradium-ai-rebrand/
1•toomuchtodo•23m ago•0 comments

The IRS Gave ICE Some Information It Really Shouldn't Have

https://slate.com/news-and-politics/2026/09/irs-addresses-undocumented-ice-illegal.html
1•CharlesW•24m ago•0 comments

Mathematicians aren't mourning their craft: Translating "After Math" for SE

https://blog.kolen.dev/math/after-math
2•KolenCh•25m ago•1 comments

Wendell Berry's Message Message to Readers: All We Need Is Here

https://www.nytimes.com/2026/09/04/books/review/wendell-berry-appreciation.html
1•toomuchtodo•25m ago•1 comments

Why is Google still serving dodgy ads?

https://www.atomic14.com/2026/09/13/why-is-google-still-serving-dodgy-ads
8•iamflimflam1•26m ago•0 comments

FLARE: Verifying MILP Reformulations with LLM-Based Theorem Proving

https://flare.henryrobbins.com/
2•matt_d•29m ago•0 comments

Show HN: Getdesign – an agent that screenshots any site and writes design.md

https://www.getdesign.app
1•mohtasham•29m ago•1 comments

JSON parsing in OxCaml: fast, but not too fast

https://pianykh.com/blog/posts/2026-08-24-ocaml-workshop-json-parsing.html
1•matt_d•30m 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!