frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Lifeboat, 2-6x more concurrent agent sessions per GPU, no quantization

https://github.com/IterateAI/lifeboat-releases
1•chanuiterate•27s ago•0 comments

Why Omarchy Exists

https://mikael.pika.page/posts/why-omarchy-exists
4•mikae1•1m ago•0 comments

The Python documentation is now available in Persian

https://blog.python.org/2026/09/the-python-documentation-is-now-available-in-persian/
1•lumpa•2m ago•0 comments

An LLM Beat NetHack

https://kenforthewin.github.io/blog/posts/llm-nethack-ascension/
1•jwm1•2m ago•0 comments

The Most Important Market in AI Is the Middle

https://tomtunguz.com/the-most-important-market-in-ai-is-the-middle/
1•simonpure•4m ago•0 comments

Cursor Introducing Projects

https://cursor.com/blog/projects
2•Leonerd•5m ago•0 comments

Immigration changes are driving foreign researchers to leave the U.S.

https://www.statnews.com/2026/05/04/trump-immigration-policy-stat-survey-measures-science-impact/
3•Bluestein•5m ago•0 comments

Are we going to use the same Desktop UX forever? [video]

https://media.ccc.de/v/kde2026-7-are_we_really_going_to_use_the_same_desktop_ux_forever
1•ognarb•6m ago•0 comments

How the pro-nicotine 'wellness' movement rebranded an addictive drug

https://theconversation.com/how-the-pro-nicotine-wellness-movement-rebranded-an-addictive-drug-29...
1•devilcius•6m ago•0 comments

Empire of Grift

https://www.theatlantic.com/magazine/2026/10/maga-foreign-policy/688352/
4•rbanffy•7m ago•0 comments

CP/M-80 2.2 Compilers. (Update from June 19, 2026: Dave Glover – by David Lee

https://medium.com/@davidly_33504/cp-m-80-2-2-compilers-91958a8f1d58
1•rbanffy•7m ago•0 comments

Signature 27 is likely Motorola's first smartphone with GrapheneOS support

https://www.heise.de/en/news/Signature-27-is-likely-Motorola-s-first-smartphone-with-GrapheneOS-s...
1•thunderbong•8m ago•0 comments

Ten thousand magnets later – CERN Courier

https://cerncourier.com/ten-thousand-magnets-later/
1•rbanffy•8m ago•0 comments

Developers Song (2011) [video]

https://www.youtube.com/watch?v=RwMvW9cAIZg
1•thesdev•8m ago•0 comments

What are passkeys? A simple guide for friends and family

https://whatarepasskeys.info/
1•timmyc123•11m ago•1 comments

Show HN: QBasic 1.1 in the Browser

https://www.vahidyousefzadeh.com/qbasic/app
1•vahidce•13m ago•0 comments

How can this Amazon scammer keep going, not shipping any goods?

https://www.amazon.de/sp?language=en&ie=UTF8&seller=A29EBN4DXM8UCL&asin=B0CGBFF8K9&ref_=dp_mercha...
11•kiloklokillo•13m ago•4 comments

The Cloudflare error page X icon is not centered

https://infosec.exchange/@rebane2001/117319966425143761
1•ambigious7777•14m ago•0 comments

Open Source World of Warcraft Client in C++ and Vulkan Renderer

https://github.com/Kelsidavis/WoWee
1•m0do1•14m ago•0 comments

Show HN: Free attestation for AI agent decisions – verifying one costs $0.10

https://github.com/0xsims/rubric-attest
1•RubricProtocol•14m ago•0 comments

Meta Connect 2026: Watch Live Sept 23–24

https://www.meta.com/connect/
2•simonpure•15m ago•0 comments

Jev vs. LLMs on 770 "Am I the Asshole?" posts

https://github.com/dchristopoulos/jev-aita
2•dchristopoulos•15m ago•0 comments

Human homeostasis is more efficient in social proximity

https://www.science.org/doi/10.1126/sciadv.aeg4937
2•wslh•16m ago•0 comments

WoW Mac boost – speed up WoW by holding the volume key

https://github.com/chrisdecember/wow-mac-boost/
1•nk_kolja•20m ago•0 comments

The Long Walk Out – Human Migration Atlas

https://khayoon.github.io/Peopling-of-the-Planet-Earth-Mapped/
1•thunderbong•20m ago•0 comments

Geothermal Heat Map of US Hot Springs

https://www.soakingsprings.com/hot-springs/geothermal-map
4•armenarmen•21m ago•1 comments

Double Descent and Malign Overfitting in Diffusion Models

https://arxiv.org/abs/2609.26392
1•Betelbuddy•22m ago•0 comments

KDE and AI, and You, and Me

https://pointieststick.com/2026/09/23/kde-and-ai-and-you-and-me/
2•TangerineDream•25m ago•0 comments

Security auditing in the age of (good enough) AI

https://blog.trailofbits.com/2026/09/18/auditing-in-the-age-of-good-enough-ai/
2•wslh•25m ago•0 comments

Buzz: Share spare compute and run open models together over P2P networks

https://www.iroh.computer/blog/buzz-agent-workspaces
1•karissa•29m 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!