frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is SQLite Having a Moment?

https://en.wikipedia.org/wiki/SQLite
1•diwash007•1m ago•0 comments

Meta Project OT plan to replace employees with AI agents

https://www.thestreet.com/technology/mark-zuckerberg-shocking-message-meta-employee-layoffs-artif...
3•elboru•12m ago•0 comments

Incorrect geo location for some Cloudflare WARP users – Cloudflare Status

https://www.cloudflarestatus.com/incidents/9g65dxfbcjln
1•kyisaiah47•14m ago•0 comments

Postgres isn't slow. Your storage is

https://clickhouse.com/blog/posette-talk-recap-postgres-isnt-slow-your-storage-is
2•gpavanb•22m ago•0 comments

President Trump Signs Executive Order to Create US Space Academy

https://www.nasa.gov/news-release/president-trump-signs-executive-order-to-create-us-space-academy/
5•efavdb•25m ago•1 comments

How-to-Dev

https://howtodev.vercel.app
1•kalleo•29m ago•0 comments

Tyler Cowen grills Acemoglu on liberalism, automation, edu elitism

https://www.youtube.com/watch?v=e5O1Y-5phEU
2•oliculipolicula•34m ago•0 comments

Infinite Interdimensional Cable

https://twitter.com/rehan_shei/status/2093528415576211819
2•nico•36m ago•1 comments

Hy4 Preview

https://hy.tencent.ai/research/hy4-preview
1•vismit2000•36m ago•0 comments

Ditch the 40-Ounce Water Bottle: You're Probably Hydrated Enough

https://www.wsj.com/health/wellness/ditch-the-40-ounce-water-bottle-youre-probably-hydrated-enoug...
1•Anon84•36m ago•3 comments

Show HN: Free English shadowing app for your own videos

https://github.com/TideSparrow/shadowing-english
1•markyuan123•41m ago•1 comments

FreeCORE TrueNAS Core – Continued

https://freecore.org/
22•sashk•42m ago•8 comments

China is fueling America's data center rage

https://www.axios.com/2026/08/28/china-ai-data-center-backlash-bots
5•ksec•42m ago•4 comments

Hirigana and Katakana keyboard touch type practice

http://thefreeschool.info/hirigana.html
1•dosmithds2060•53m ago•0 comments

I feel like AI start being a reflect of the CEO behind it (his political)

https://baseline-rouge-mu.vercel.app/
1•SachaSOL•53m ago•1 comments

I Tried to Trick Pangram. I Lost

https://awaitinginput.substack.com/p/i-tried-to-trick-pangram-i-lost
2•bsovran•54m ago•0 comments

A glacier collapse triggered a deadly landslide and flooding

https://www.reuters.com/graphics/NEPAL-FLOODS/MAP/byvrdywwlve/
2•mdani•1h ago•1 comments

Benjamin Franklin's Alter Egos Gave Him the Most Freedom

https://www.smithsonianmag.com/history/among-all-great-things-benjamin-franklin-invented-discover...
3•cisc•1h ago•0 comments

Anthropic's Claude for Mac desktop app now has built-in browser

https://thenewstack.io/claude-built-in-browser-cowork/
2•thoughtpeddler•1h ago•0 comments

Anthropic was illegally blacklisted by the Trump administration, court rules

https://www.theverge.com/ai-artificial-intelligence/985947/anthropic-supply-chain-risk-lawsuit-ju...
2•sbulaev•1h ago•0 comments

Show HN: Turn your GitHub activity into a receipt

https://receipthub.io/github
1•sleepy_duck•1h ago•0 comments

AI is changing religion and religions are trying to change AI

https://economist.com/international/2026/08/27/ai-is-changing-religion-and-religions-are-trying-t...
1•andsoitis•1h ago•0 comments

ProveIT – a short game to help you learn how formal proofs work in Logic

https://voxelrifts.itch.io/proveit
1•vismit2000•1h ago•0 comments

.

https://economist.com/international/2026/08/27/ai-is-changing-religion-and-religions-are-trying-t...
1•andsoitis•1h ago•0 comments

Crbro – Local, file-based persistent memory for AI agents (MCP)

https://github.com/Octonove/crbro-memory
1•cerebromcp•1h ago•0 comments

Cancer vaccine shows promise in preventing recurrence of melanoma

https://www.nbcnews.com/health/health-news/merck-moderna-say-melanoma-vaccine-promise-prevent-rec...
1•gmays•1h ago•0 comments

He co-founded Burning Man. It was the least interesting thing he ever did

https://www.sfgate.com/sf-culture/article/burning-man-co-founder-least-interesting-thing-20826295...
2•andsoitis•1h ago•0 comments

Build Your Customer Service Team with AI Agents

https://aimujib.com/
2•anaspro•1h ago•1 comments

Why America's prisons are shrinking and racial gaps are closing

https://www.nature.com/articles/s41562-026-02536-y
3•marojejian•1h ago•2 comments

Open Oscar Server: open-source server compatible with AIM and ICQ clients

https://github.com/mk6i/open-oscar-server
3•gregsadetsky•1h 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!