frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Swarrow: The Deployment Capability I Needed

https://kingori.co/swarrow-the-deployment-capability-i-actually-needed/
1•kingori•35s ago•0 comments

Dutch lawyer fined €2,300 for using AI-hallucinated citation

https://nltimes.nl/2026/08/24/dutch-lawyer-fined-eu2300-using-ai-hallucinated-citation
1•tcp_handshaker•1m ago•0 comments

Show HN: I built an AI music generator with some harnesses

https://onlymusic.ai
1•ShawWang•1m ago•0 comments

GrapheneOS Is Coming to Motorola Phones Next Year

https://lifehacker.com/tech/graphene-os-motorola-phones
1•mdp2021•9m ago•0 comments

A minimal implementation of LLM output watermarking

https://github.com/berba-q/gpt-watermark
1•berba-q•18m ago•1 comments

What "Traceable Lineage" Requires: A Teardown of the FBI TSC AI Sources Sought

https://zatona.dev/blog/fbi-tsc-traceable-lineage
2•dzatona•19m ago•0 comments

'Never seen this level of objection': Scotland pushes back against datacentres

https://www.theguardian.com/uk-news/2026/aug/25/never-seen-this-level-of-objection-scotland-pushe...
2•ndsipa_pomu•21m ago•0 comments

Tentris: A high-performance, disk-based RDF graph database

https://tentris.io/
1•sigalor•22m ago•0 comments

Can a blog post be handwritten?

https://diggingforfire.blog/posts/can-a-blog-post-be-handwritten/
2•birdculture•23m ago•0 comments

Who Cares About the Shrimp?

https://joinreboot.org/p/who-cares-about-the-shrimp
1•raybb•24m ago•0 comments

Show HN: I built self-hosted deployment automation tool for Windows and IIS

https://fdeploy.com/
1•dt3ft•24m ago•0 comments

Do You Still Need to Read AI Code?

https://adamtornhill.substack.com/p/controlling-the-uncertainty-machine
2•abrbhat•26m ago•0 comments

U.S. Rescinds Syria's Designation as a State Sponsor of Terrorism

https://www.state.gov/releases/office-of-the-spokesperson/2026/08/rescission-of-syrias-designatio...
6•x7ikmet•27m ago•0 comments

Online PS3 trophies have arrived on PC

https://blog.rpcs3.net/2026/08/25/online-ps3-trophies-support-has-arrived-on-pc/
1•cortex6429•29m ago•0 comments

A Tool to Create Moodboards

https://eightpotions.com/
1•yelboudouri•32m ago•0 comments

Ask HN: What eval harness holds up in practice, and what is still missing?

1•kiops•32m ago•0 comments

I should write more shell scripts than I do

https://utcc.utoronto.ca/~cks/space/blog/unix/WriteMoreShellScripts
1•ingve•34m ago•0 comments

Open-sourced FeelFX – a Vision+Speech powered motion graphics engine for video

https://feel-fx.vercel.app/
1•rewant•35m ago•1 comments

Free-AI-Tools-Hub.com Launch

1•horitechsolutio•36m ago•0 comments

DeepSeek V4 Flash Vision Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/deepseek-v4-flash-vision
1•theanonymousone•40m ago•0 comments

88x31 Badge Creator

https://dowdy.dev/utilities/badge-maker/
2•Peacefulz•40m ago•1 comments

How to Report a Bug to Microsoft (2017)

https://www.schveiguy.com/blog/2017/05/how-to-report-a-bug-to-microsoft/
2•thunderbong•41m ago•0 comments

Calendly WhatsApp integration on free Calendly plan

2•pocha•42m ago•1 comments

Exo: A recursive agent harness that can modify itself at runtime

https://github.com/exoharness/exo
1•lbw1215•42m ago•0 comments

The Download: kids outlearning AI, and space travel agents

https://www.technologyreview.com/2026/08/24/1142863/the-download-kids-outlearning-ai-space-travel...
1•joozio•43m ago•0 comments

Show HN: Today's Fortune Experience with Three.js

https://omikuji.hyungyu.app/
1•gusrb3164•47m ago•0 comments

CPU Shack – IBM PowerPC 615 x86 and PPC

https://www.cpushack.com/CIC/announce/1995/PowerPC615.html
2•rbanffy•49m ago•1 comments

Hot Chips 2026: IBM's first dual-ISA core

https://www.tomshardware.com/pc-components/cpus/ibms-first-dual-isa-core-natively-executes-arm-an...
1•rbanffy•49m ago•0 comments

Miraculin

https://en.wikipedia.org/wiki/Miraculin
2•soupspaces•51m ago•0 comments

Tiny World Model

https://paul.mou.dev/posts/2026-08-16-twm/
2•rcarmo•52m 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!