frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Iftest: One Line = One Test

https://github.com/JavierGonzalez/iftest
1•gonzojgg•34s ago•0 comments

Telling an agent to be honest isn't enough

https://www.habchy.dev/writing/telling-an-agent-to-be-honest-isnt-enough
1•yveshabchy•3m ago•0 comments

QLIC – Competitive with JXL -e 9 at 9x the encode speed

https://github.com/OzzyMitchell/QLIC
1•ozzymitchell•3m ago•1 comments

Age v1.3.2 Is Out

https://github.com/FiloSottile/age/tree/v1.3.2
1•Sami_Lehtinen•3m ago•0 comments

A False Alarm on a Clear Day

https://medium.com/@majid.fekri/a-false-alarm-on-a-clear-day-a3bb9f9f5d23
1•supportm•4m ago•1 comments

Steve Jobs' 8th Grade Science Project Sells for $34,375

https://www.macrumors.com/2026/08/28/steve-jobs-science-project-auction/
1•Brajeshwar•4m ago•0 comments

Franco Fontana

https://francofontanaphotographer.com/home
1•handfuloflight•5m ago•0 comments

Back-to-the-landers, homesteader influencers, and myself

https://salesforcechild.substack.com/p/on-back-to-the-landers-homesteader
1•tosh•6m ago•0 comments

Show HN: Ubimage an iPhone app that draws your geotagged photos on the horizon

https://ubimage.app/
1•sathio•10m ago•0 comments

How I turned Granola action items into to-do list

https://runnrr.io
1•dvitjazevs•10m ago•1 comments

Mobbin MCP

https://mobbin.com/mcp
1•handfuloflight•12m ago•0 comments

Creepy Crawlies

https://people.kernel.org/monsieuricon/creepy-crawlies
2•zdw•14m ago•1 comments

Optimal transport is art: images to collection of optimally placed particles

https://blog.wolfram.com/2016/05/06/computational-stippling-can-machines-do-as-well-as-humans/
1•adec314•16m ago•1 comments

Show HN: Flint – A minimal C/C++ package manager and build tool written in C

https://github.com/mainak55512/flint
2•mbhatt99•18m ago•0 comments

Ask HN: How to break Claude Code addiction?

4•isomorph•20m ago•2 comments

Nike, Inc. Announces Fourth Quarter Fiscal 2026 Earnings and Conference Call

https://www.businesswire.com/news/home/20260528240663/en/NIKE-Inc.-Announces-Fourth-Quarter-Fisca...
2•vhtyaaz•22m ago•0 comments

Sextides

https://sextides.store
2•tjcrowley•23m ago•1 comments

Spain pays up to €15k to digital nomads how it works and what is open in 2026

https://www.foxapply.com/blog/en/spain-pays-digital-nomads-extremadura
1•josanjohnata•23m ago•0 comments

AI Revives a Dead Sleep Company

https://www.josephspurrier.com/ai-revives-a-dead-sleep-company
1•speckx•23m ago•0 comments

Calibrate Before You Accelerate: Bias Toward Action in a New Role

https://tucker.wales/writing/bias-towards-action/
1•tuckerwales•24m ago•0 comments

Turn Any iMac into an HDMI Monitor

https://medium.com/@chris.ahrweiler/turn-any-imac-into-an-hdmi-monitor-da2211a69ec9
1•docjojo•24m ago•0 comments

Regional Resilience and Vulnerability to Global Catastrophic Risk

https://onlinelibrary.wiley.com/doi/10.1002/gch2.70146
1•bookofjoe•24m ago•0 comments

Hugh Howey's distraction-free word processor

https://github.com/hughhowey/neo
1•tomcam•26m ago•0 comments

Show HN: Free LIFETIME pro giveaway to my pitchbook alternative

https://startupwiki.tech/giveaway
1•skiski•26m ago•0 comments

Show HN: Iatethis, A meal tracker where you just type what you ate

https://iatethis.today
1•prateekpunetha•26m ago•0 comments

AI Models – Political Compass

https://aipolcom.net/
1•voisin•29m ago•0 comments

Rabbiting on and on about Superstitions (2005)

https://www.gazetteherald.co.uk/news/6669718.rabbiting-on-and-on-about-superstitions/
1•joebig•30m ago•0 comments

A local scrubber for text you're about to send to an LLM

https://github.com/Sushmey/Redact/tree/main
2•sushmeywork•34m ago•0 comments

Music publishers sue Anthropic, allege "blantant theft" of copyrighted music

https://www.axios.com/2026/08/29/anthropic-sony-warner-music-copyright
6•giuliomagnifico•34m ago•0 comments

Snow Algae

https://en.wikipedia.org/wiki/Snow_algae
1•gurjeet•34m 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!