frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Studio Display XDR medical imaging feature gets FDA cleared, launching this week

https://9to5mac.com/2026/04/06/studio-display-xdr-medical-imaging-feature-fda-clearance/
1•kotaKat•3m ago•0 comments

Autonmomous Agent Identity Framework

https://github.com/highflame-ai/zeroid
2•sharathr•4m ago•0 comments

Can deterministic coding be relevant in 2026?

https://npmjs.com/package/@cmpsbl/cli
1•promptfluid•4m ago•2 comments

Show HN: I built a modern, self-hosted control plane to manage migrations

https://github.com/minuth/open-migration
1•xarahe•6m ago•0 comments

The Bedrock Is Shifting: Five Developments Rethinking Computat

https://suthakamal.substack.com/p/the-bedrock-is-shifting-five-developments
2•suthakamal•7m ago•0 comments

Real Feelings for Fake Beauty

https://freddiedeboer.substack.com/p/real-feelings-for-fake-beauty
1•paulpauper•7m ago•0 comments

Surprising links between autism, Alzheimer's could change how we treat both

https://www.washingtonpost.com/health/2026/04/02/autism-alzheimers-link-research-treatment/
1•wslh•8m ago•1 comments

Artemis II Lunar Flyby (Official Broadcast)

https://plus.nasa.gov/scheduled-video/nasas-artemis-ii-crew-flies-around-the-moon-official-broadc...
3•layer8•8m ago•1 comments

Can You Fake Being Rich?

https://www.nytimes.com/2026/03/30/style/rich-old-money-tiktok.html
1•paulpauper•8m ago•0 comments

Web Augmenter – Reshape any website with one sentence

https://harishsg993010.github.io/web-augmenter/
2•fidelisakilan•10m ago•2 comments

Acclaimed Physicist and Daughter Are Burying Tiny Nuclear Reactors Underground

https://www.forbes.com/sites/christopherhelman/2026/04/02/acclaimed-physicist-and-his-daughter-ar...
1•Olshansky•11m ago•0 comments

Industrial Policy for the Intelligence Age: Ideas to Keep People First [pdf]

https://cdn.openai.com/pdf/561e7512-253e-424b-9734-ef4098440601/Industrial%20Policy%20for%20the%2...
2•ryan_j_naughton•11m ago•0 comments

Exhaustion vs. Burnout

https://olshansky.info/thoughts/2026-04-06-exhaustion-vs-burnout
1•Olshansky•11m ago•0 comments

India Starts Advanced Reactor That Makes More Fuel Than It Uses

https://twitter.com/narendramodi/status/2041187159655305350
2•dsr12•12m ago•0 comments

Uncomplicating PostgreSQL management in Kubernetes- free webinar 4/14 11AM EST

https://us02web.zoom.us/webinar/register/WN_G1FtqK8fSe-DF3asizQ0xw
1•pgedge_postgres•12m ago•0 comments

Bing, not Google, shapes which brands ChatGPT recommends

https://searchengineland.com/bing-ranking-chatgpt-visibility-study-473680
1•speckx•13m ago•0 comments

Show HN: ComputeLock – Insurance to reduce unpredictable compute spend

https://computelock.com/
2•godelescherbach•13m ago•1 comments

Billions in March Madness betting pool is fodder for research

https://phys.org/news/2026-03-billions-madness-pool-fodder.html
1•PaulHoule•14m ago•0 comments

Angelfire and Tripod, Gone

https://menga.net/angelfire-and-tripod-gone
2•LaSombra•14m ago•0 comments

The hotel where Agatha Christie wrote a classic [video]

https://www.bbc.com/reel/video/p0n3cpm6/watch
1•koolhead17•15m ago•0 comments

Laws of Developer Experience for Content Management Systems

https://www.knut.fyi/blog/2026-04-04/the-10-laws-of-developer-experience-for-content-management-s...
2•kmelve•17m ago•0 comments

Ask HN: Would you use a local-first desktop app for AWS and Terraform workflows?

2•borakostem•18m ago•1 comments

The Cloudflare Bug That Took Down the Internet

https://onlytech.boo/incident/the-cloudflare-bug-that-took-down-the-internet-mnn079uv
1•vednig•19m ago•0 comments

Show HN: DockerTab – Manage your Docker containers from iOS and Android

https://dockertab.app
2•coffee0748•19m ago•1 comments

Nothing Is Real, or Anything Can Be

https://velagao.substack.com/p/nothing-is-real-or-anything-can-be
2•velapod•20m ago•0 comments

P – Formal Modeling and Analysis of Distributed Systems from AWS

https://p-org.github.io/P/
1•polskibus•24m ago•0 comments

Void: A physics-aware video editing tool by Netflix

https://void-model.github.io/
1•Otterly99•25m ago•0 comments

The AI writing witchhunt is pointless

https://www.joanwestenberg.com/the-ai-writing-witchhunt-is-pointless/
1•speckx•25m ago•1 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
4•JKCalhoun•27m ago•0 comments

USB-Clawd and a Mini Fax Machine

https://benbyfax.substack.com/p/clawd-minifax
2•meetpateltech•27m ago•0 comments
Open in hackernews

Show HN: I built Locawise, a free AI tool to automate localization in projects

1•aemresafak•10mo 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•10mo 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!