frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cerebras CS-4: 30x Faster Than GPUs

https://www.cerebras.ai/blog/introducing-cerebras-cs-4
1•mgh2•35s ago•1 comments

Claude Fable 5.1 and Mythos 5.1: The System Card

https://thezvi.substack.com/p/claude-fable-51-and-mythos-51-the
1•paulpauper•4m ago•0 comments

Liechtenstein prince tightens grip in succession shake-up

https://www.ft.com/content/c25c1bdf-8acf-4ccc-bc67-c31bc9fb83bc
1•paulpauper•5m ago•0 comments

New Zealand is determined not to keep China's espionage a secret

https://www.lowyinstitute.org/the-interpreter/new-zealand-is-determined-not-to-keep-china-s-espio...
3•pir8life4me•12m ago•0 comments

Opinion: Religion Lowers Individual Morality

3•ReligionKills•13m ago•2 comments

Show HN: Mac Cleaner for devs

https://app.paymug.co/buy/lime-cleaner-mac
1•docuru•14m ago•1 comments

Show HN: PATM: Looking for Contributors and Testers

https://github.com/jamalhill12321-hash/patm
1•jamalhill•14m ago•1 comments

There's No Such Thing as an AI 'Lab'

https://www.theatlantic.com/technology/2026/09/stop-calling-ai-companies-labs/688528/
1•littlexsparkee•15m ago•0 comments

Cancer Capital: VC didn't use to work like this

https://www.anildash.com/2026/09/04/vc-didnt-use-to-work-like-this/
1•dotcoma•15m ago•0 comments

Murdoku – Murder mystery meets Sudoku

https://murdoku.com/play/
1•gmargari•16m ago•0 comments

GhostMeet – A Google Meet summarizer with no bot in your call

https://chromewebstore.google.com/detail/ghostmeet/figodpdocbgklmeglohdjomeikabfpeo
1•sahilpradhan•20m ago•0 comments

Route Planner for Edo Period Japan

https://maps.chizutodesign.com/edo-routing/
2•ryzvonusef•22m ago•1 comments

Cosco calls US espionage allegations 'groundless'

https://www.chinadaily.com.cn/a/202609/04/WS6a9a5c0fe4b06d4aa055c61b.html
1•pir8life4me•23m ago•0 comments

I built a multiplayer version of the 4,500-year-old Royal Game of Ur

https://royalgameofur.app
2•potentdream•23m ago•0 comments

Plane spotter or Chinese spy? Ontario university student suspected of espionage

https://www.cbc.ca/news/world/university-of-waterloo-student-arrested-michigan-9.7328984
1•pir8life4me•25m ago•1 comments

CSS is Turing Complete (2022)

https://github.com/Mooninaut/css-is-turing-complete
2•lukasgelbmann•31m ago•0 comments

Show HN: ActraDeck – Put risky coding-agent actions back in front of a human

https://github.com/actradeck/actradeck
2•TKMD•35m ago•0 comments

Reverse Engineering an ASIC

https://www.outercloud.dev/blogs/reverse-asic/
2•outercloud•35m ago•0 comments

Air India A320 pilot could have triggered hydraulic shutdown that injured 17

https://avherald.com/h?article=53cc9465
3•r2sk5t•38m ago•1 comments

Auto alliance asks for permanent ban on Chinese cars

https://thehill.com/policy/transportation/6070614-auto-companies-congress-letter-chinese-car-ban/
4•signa11•44m ago•0 comments

Once again, overcompliance affects Venezuelan users, this time Cursor

https://twitter.com/LuisAlejandro/status/2096022819024904513
2•firekvz•47m ago•1 comments

Repairing Traces on a Delidded Pentium III CPU Gone Wrong

https://hackaday.com/2026/09/04/repairing-traces-on-a-delidded-pentium-iii-cpu-gone-wrong/
2•colinprince•53m ago•0 comments

Google will limit how much memory Android apps can use from February 2027

https://thenextweb.com/news/google-android-app-memory-limits-play-store
3•doctaj•55m ago•0 comments

Caching audits: Five antipatterns that cost performance and money

https://vercel.com/kb/guide/caching-antipatterns
3•flashbrew•55m ago•0 comments

Ask HN: Replicate ChatGPT/Anthropic Voice Mode?

2•tito•56m ago•0 comments

Word42 1.0.0 Released

3•andreasrosdal•56m ago•0 comments

Cloud Agents as TypeScript Functions

https://deployagent.sh
3•iacguy•1h ago•0 comments

Microsoft Zenith: a 'distraction-free Windows experience' for developers

https://www.theverge.com/news/990051/microsoft-project-zenith-windows-developers
3•tosh•1h ago•0 comments

FleetIntel: Fleet Performance Dashboard

https://fleetintel.onrender.com
2•jjaaluk•1h ago•0 comments

Are you good at spotting fake news?

4•azermite•1h 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!