frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A bidirectional visual React IDE (live guest playground)

https://studio.crossui.com/app/
1•linb•7s ago•0 comments

Files on Illegal Spying Show CIA Skeletons from Cold War (2007)

https://www.nytimes.com/2007/06/27/washington/27cia.html
1•robtherobber•13s ago•0 comments

Reclaiming a Decade of Podcast Listening History

https://www.uncommonapps.nyc/p/reclaiming-a-decade-of-podcast-listening
1•dabluck•1m ago•0 comments

Show HN: Plarza – A social network for personal websites

https://plarza.com/
1•sidny•2m ago•0 comments

Migrating off Webflow and the worst way to use Claude Code

https://www.sisyphus.bar/blog/migrating-off-webflow
1•itunpredictable•2m ago•0 comments

Show HN: Real-Time Microphone Quality Scoring Using Web Audio API

https://howdousound.com/
1•tdhopper•3m ago•0 comments

Ask HN: As LLMs progress, how do you stay sharp and productive?

1•spiresofagartha•3m ago•0 comments

Confused Deputy: Google IdP Account Takeover via Device Code Flow Hijacking

https://weirdmachine64.github.io/research/google-oauth-device-code-hijacking.html
1•zerodaysbroker•3m ago•0 comments

DNA sequence alignment and Delannoy numbers

https://www.johndcook.com/blog/2026/06/30/dna-sequence-alignment-and-kings/
1•ibobev•4m ago•0 comments

Show HN: Marigold – Get more done with your agent

https://marigold.page
1•fachonrenpure•4m ago•0 comments

Does additional data always reduce posterior variance?

https://www.johndcook.com/blog/2026/07/03/does-additional-data-always-reduce-posterior-variance/
1•ibobev•4m ago•0 comments

Using Local Coding Agents

https://magazine.sebastianraschka.com/p/using-local-coding-agents
1•ibobev•4m ago•0 comments

Warden – a drop-in security proxy for MCP (audit, policy, injection defense)

https://github.com/AlwaysReadyAllies/warden
1•croftadams11•4m ago•0 comments

Redditor makes a cartridge system for their Steam library out of SSDs

https://old.reddit.com/r/pcmasterrace/comments/1ux13ui/steam_game_cartridges/
1•HelloUsername•6m ago•0 comments

I Built an LLM from Scratch [video]

https://www.youtube.com/watch?v=YmLp8qe87A0
1•itsjzt•6m ago•0 comments

Show HN: I've built a words game based on binary search

https://hilogame.cc/
1•ludovicianul•6m ago•0 comments

Google DeepMind and Isomorphic Labs approach to bioresilience [pdf]

https://storage.googleapis.com/deepmind-media/DeepMind.com/Blog/our-approach-to-bioresilience/iso...
1•ilreb•7m ago•0 comments

An Infinitely Large Napkin [pdf]

https://venhance.github.io/napkin/Napkin.pdf
1•Eridanus2•7m ago•0 comments

StepFun Unveils StepX Neo, the "First Agentic AI Phone"

https://www.etvbharat.com/en/technology/stepfun-unveils-stepx-neo-calling-it-worlds-first-agentic...
1•AlanAzarkin•8m ago•0 comments

Google required to open up to AI, search engine rivals under EU-mandated changes

https://www.reuters.com/world/google-required-open-up-ai-search-engine-rivals-under-eu-mandated-c...
1•atwrk•9m ago•0 comments

Google Ordered to Give A.I. Rivals More Access on Android Smartphones

https://www.nytimes.com/2026/07/16/technology/google-ordered-to-give-ai-rivals-more-access-on-and...
1•donohoe•9m ago•0 comments

Generative AI Is an Engineering Disaster

https://www.theatlantic.com/technology/2026/07/generative-ai-engineering-disaster/687901/
2•latexr•10m ago•1 comments

Brain Economy Will Come Next After the Internet Economy

https://paragraph.com/@lisaakselrod/my-thesis-about-the-future-tl%3Bdr-this-is-the-end
1•sthwnd•11m ago•0 comments

FBI Considers Using AI Tech to Review Signatures on Seized Mail-In Ballots

https://www.propublica.org/article/trump-2020-election-georgia-fulton-artificial-intelligence-fbi
2•hn_acker•12m ago•1 comments

PostgreSQL 19 Beta 2 Released

https://www.postgresql.org/about/news/postgresql-19-beta-2-released-3350/
2•pella•14m ago•1 comments

Tesseract Core: Universal components for differentiable scientific computing

https://github.com/pasteurlabs/tesseract-core
1•dionhaefner•14m ago•0 comments

Why the hardest part of proactive agents isn't finding problems

https://www.serval.com/serval-news/raising-the-automation-ceiling
1•emot•14m ago•0 comments

Claude can now securely use your Passwords with 1Password

https://www.wsj.com/tech/ai/1password-for-claude-ai-agents-password-manager-111a7a8a
1•flxfxp•15m ago•0 comments

Microsoft's July 2026 Patch Tuesday fixes 622 CVEs, 2 exploited zero-days

https://orca.security/resources/blog/microsoft-july-2026-patch-tuesday-sharepoint-zero-day/
1•nyku•16m ago•0 comments

The Long Detour: Three Part Book Series on Pre-GPU and Low-Compute ML

https://long-detour.com/
1•lymn•17m 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!