frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Nick Fuentes Interview (Ft. Hunter Biden) [video]

https://www.youtube.com/watch?v=v3V-X_BRp_o
1•Bender•14s ago•0 comments

A system prompt to get AI to stop pretending to be human

https://swiftrocks.com/a-system-prompt-to-get-ai-to-stop-pretending-to-be-human
1•speckx•6m ago•1 comments

Silicon Valley Is Completely Divided over Chinese AI

https://www.wired.com/story/silicon-valley-is-completely-divided-over-chinese-ai/
2•joozio•6m ago•0 comments

I've been living inside DynamoDB for a while

https://www.thetrueengineer.com/p/dynamodb-deep-dive
1•adletbalzhanov•7m ago•0 comments

The Delphi Method: Expert Consensus Research Explained

https://www.koji.so/docs/delphi-method-guide
1•ankitg12•7m ago•0 comments

Show HN: Tongue – Text Your AI Personal Assistant

https://trytongue.com/demo
1•chadnewbry•7m ago•1 comments

Ask HN: What livestream do you keep open in a tab?

2•missmoss•8m ago•0 comments

Show HN: Protoai – an open source peer-to-peer network for sharing AI contexts

https://github.com/johndebord/protoai
2•piecesJohn•10m ago•1 comments

NASA-ISRO's NISAR satellite images a "hummingbird" in Antarctic ice

https://www.jpl.nasa.gov/news/us-india-satellite-delivers-data-reveals-hummingbird-in-antarctica/
1•MarcoDewey•10m ago•0 comments

The one name LLMs fear

https://ramblingafter.substack.com/p/the-one-name-llms-fear
1•paulpauper•11m ago•0 comments

Epistemics

https://ussri.substack.com/p/epistemics
1•paulpauper•11m ago•0 comments

Apple Is the King of AI and Nobody Knows It

https://limitededitionjonathan.substack.com/p/apple-is-the-king-of-ai-and-nobody
6•cyanbane•11m ago•2 comments

Friday Feature: Mini Cities

https://www.cato.org/blog/friday-feature-mini-cities
1•paulpauper•12m ago•0 comments

Show HN: Avatar-cursor – an AI shop assistant

https://github.com/eliasschwalme/avatar-cursor/blob/main/demo.gif
1•eschwalme•16m ago•0 comments

Anthro researcher: you're hypocritical, therefore you're wrong

https://twitter.com/Mononofu/status/2080937562739531837
1•flurly•17m ago•0 comments

Rauno's Field Notes #2

https://rauno.me/notes/2
6•acmnrs•27m ago•1 comments

North Korea arrests hackers for stealing funds from country's Central bank

https://www.coindesk.com/business/2026/07/25/north-korea-arrests-hackers-accused-of-laundering-st...
2•thisislife2•27m ago•0 comments

The Word for Art Is Human

https://saffroncr.itch.io/katavatis/devlog/1558443/the-word-for-art-is-human
2•r3trohack3r•27m ago•0 comments

Trump Caught Between Apple and Micron in Fight over Chinese Chips

https://www.wsj.com/tech/trump-apple-micron-china-chips-784bbd3d
3•thewebguyd•28m ago•0 comments

Gattaca and the quiet Doomsday of genetic determinism

https://thebulletin.org/premium/2026-07/gattaca-and-the-quiet-doomsday-of-genetic-determinism/
4•bookofjoe•30m ago•0 comments

Minecraft punishes casual players. I made a datapack to fix it [video]

https://www.youtube.com/watch?v=zyRH8W58fRI
2•theNotFractured•30m ago•0 comments

How to Write a Git Commit Message (2014)

https://cbea.ms/git-commit/
2•downbad_•30m ago•1 comments

First spatially resolved spectral-index map of a black hole's event horizon

https://www.eurekalert.org/news-releases/1136724
2•MarcoDewey•30m ago•0 comments

Why do some languages feel weirdly familiar?

https://www.thecambridgelanguagecollective.com/linguistics/why-do-some-languages-feel-weirdly-fam...
2•theanonymousone•31m ago•0 comments

Amen Break

https://en.wikipedia.org/wiki/Amen_break
20•root-parent•33m ago•2 comments

Politician reads AI prompt during assembly

https://www.youtube.com/watch?v=wlYa8NV5k-U
8•root-parent•36m ago•1 comments

Lone dev spends 2 years figuring out how to make anyone 10 times more productive

https://www.taskloco.com/
2•taskloco_nyc•40m ago•0 comments

Re: I Stopped "Creating Content"

https://unattributed.cc/re-why-i-stopped-creating-content
2•speckx•40m ago•0 comments

Hermes AI agent used to automate attack on Thai Finance Ministry

https://www.bleepingcomputer.com/news/security/hermes-ai-agent-used-to-automate-attack-on-thai-fi...
3•Brajeshwar•40m ago•0 comments

The Chuwi MiniBook X N150, One Year Later

https://taoofmac.com/space/reviews/2026/07/25/1700
4•rcarmo•45m 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!