frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Brume – Postgres pseudonymization that preserves FKs across tables

https://brumeorg.github.io/
1•Calgaryp•2m ago•0 comments

Sxediastes.gr

https://sxediastes.gr/
1•georgegenov•4m ago•0 comments

AI-powered car rental automation and fleet management software platform.

https://airentosoft.com
1•John_David•5m ago•0 comments

Social Media Recalibrates How the Brain Values Mental Effort

https://neurosciencenews.com/effort-recalibration-digital-media-cognition-30985/
1•w23j•5m ago•0 comments

Gun Mistakes in Fiction Writing: Handgun Edition

https://www.swiftsilentdeadly.com/blog/gun-mistakes-in-fiction-writing-handgun-edition
2•bushwart•13m ago•1 comments

Neural stem cells as potential mediators of epigenetic prenatal stress

https://www.cell.com/stem-cell-reports/fulltext/S2213-6711(26)00207-9?_returnURL=https%3A%2F%2Fli...
1•bookofjoe•14m ago•0 comments

"Existential threat" to optical astronomy: warning about satellite plans

https://www.heise.de/en/news/Existential-threat-to-optical-astronomy-warning-about-satellite-plan...
1•johnbarron•16m ago•0 comments

NASA launches robot to save Swift telescope falling to Earth

https://www.bbc.co.uk/news/articles/c0ry4xx7rk8o
1•ColinWright•20m ago•2 comments

Show HN: Turn boring flat screenshots into angled tilt-shift images

https://www.screenstab.com/
1•mikaelaast•22m ago•0 comments

The UK's generational tobacco ban might not work. I'm supporting it anyway

https://www.technologyreview.com/2026/07/03/1140036/uk-tobacco-ban-might-not-work-children-smoking/
1•joozio•23m ago•2 comments

Ed Zitron on CNBC: GenAI Doesn't Work, and Big Tech Is Out of Hypergrowth Ideas

https://www.youtube.com/watch?v=TtmPccUTDP8
4•johnbarron•24m ago•0 comments

Landscape Grid: Consciousness Categories and Theories

https://loc.closertotruth.com/consciousness-theories
2•weatherlight•26m ago•0 comments

CalyxOS Is Back

https://calyxos.org/news/2026/07/01/calyxos-official-release-is-back/
1•keithoffer•27m ago•1 comments

Show HN: Mtg-crucible, an NPM package to render custom Magic the Gathering cards

https://www.npmjs.com/package/mtg-crucible
2•CarlsJrMints•27m ago•1 comments

Bending Spoons just went public: Italy won the World Cup

https://www.theliquidfactory.com/news-detail/bending-spoons-just-went-public:-we-won-the-world-cup
2•ReDeiPirati•29m ago•0 comments

How the great wealth transfer is rattling Wall Street

https://www.ft.com/content/c914cbf5-4ede-4342-a4ac-9f1289c47dc9
3•bushwart•29m ago•1 comments

Ds.css: A CSS framework recreating the DS / DS Lite's UI

https://github.com/spiritov/ds.css
1•birdculture•33m ago•0 comments

Show HN: I make a human-edited, AI-assisted retro magazine reviewing YouTube

https://ctrl-watch.xyz/
1•deimos459•34m ago•0 comments

Show HN: MothRAG - Graph-free multi-hop RAG without the rebuild bill

https://github.com/juliangeymonat-jpg/mothrag
3•NYCHMPAI•35m ago•0 comments

Stock market boom runs on a 'large deficit model'

https://www.reuters.com/commentary/breakingviews/stock-market-boom-runs-large-deficit-model-2026-...
1•latentframe•35m ago•0 comments

Zero Blind Spots for Linux: Sovereign Automation Meets Identity Security

https://orcharhino.com/en/resources/event/webinars/sovereign-linux-zero-blind-spots/
1•LinuxGuard•35m ago•0 comments

Quantum Systems lands a €1B round, IQM becomes Europe’s first public quantum…

https://scalingeurope.substack.com/p/scaling-europe-daily-37
1•rbanffy•38m ago•0 comments

Internet latency in Venezuela is still higher after the earthquake

https://twitter.com/emot/status/2072992770789138529
1•emot•40m ago•0 comments

Show HN: Lips Up – Preview lip filler on your own face

https://lipsup.app/
1•debeast•40m ago•1 comments

Real-time speech-to-speech translation running locally on a MacBook

https://www.reddit.com/r/LocalLLM/s/mtqIOZHsZ2
1•issaneuphonic•42m ago•0 comments

US life expectancy on track to reach record high

https://www.cnn.com/2026/07/02/health/us-death-rate-record-low-cdc-report-longevity
1•baal80spam•43m ago•1 comments

MySat: Build Your Own Cube Satellite Kit – Your Personal CubeSat

https://www.mysatkit.com/
1•rbanffy•44m ago•0 comments

Stack Overflow Rebrand

https://koto.com/projects/stack-overflow
1•ricardobeat•49m ago•1 comments

The First Nuclear Powered Website

https://nuclearwebsite.com/
1•mpweiher•53m ago•0 comments

"We can't ask AI, it lies" vs. "Here is my superpower prompt"

https://alanbuxton.wordpress.com/2026/07/03/we-cant-ask-ai-it-lies-vs-here-is-my-superpower-prompt/
2•alanb99•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!