frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: UEFI Bootloader for TempleOS

https://codeberg.org/0x2f22d23e/UwUEFI
1•AlecMurphy•59s ago•0 comments

Laura Grego on satellites, nuclear weapons and the battle for our skies

https://www.theguardian.com/lifeandstyle/2026/jul/20/doomsday-system-physicist-laura-grego-satell...
1•oriettaxx•4m ago•0 comments

AI's solution to 87-year-old riddle takes mathematicians by surprise

https://www.newscientist.com/article/2580374-ais-solution-to-87-year-old-riddle-takes-mathematici...
1•vismit2000•4m ago•0 comments

What Becomes Scarce After Intelligence?

https://manasbihani.substack.com/p/every-ai-bet-is-the-same-bet
1•manasb25•6m ago•0 comments

Perverse Polymorphism

https://www.science.org/content/blog-post/perverse-polymorphism
1•bryanrasmussen•7m ago•0 comments

Eliminating Conda/CUDA dependency hell in computational biology pipelines

https://github.com/evo-design/proto-tools
1•LionTurtle13•9m ago•0 comments

Paper Soccer

https://paper.soccer/
2•soupspaces•14m ago•1 comments

Show HN: Vertically Works – UI components built on writing-mode: vertical-RL

https://vertically.works
1•jihoons•14m ago•0 comments

Show HN: DroneWorld – Earth with multiplayer drones and Ethereum real estate

https://droneworld.app/
1•mannders•17m ago•0 comments

Elite Young Runners Are Becoming Freakishly Fast. Welcome to 'Trackflation'

https://www.wired.com/story/teenagers-running-trackflation/
1•gammarator•18m ago•0 comments

Show HN: Repolink – Turn any GitHub repo into a tool for any of your projects

https://github.com/imjszhang/js-repolink
1•imjszhang•22m ago•0 comments

X (Formerly Twitter) Is Going Open Source

https://twitter.com/elonmusk/status/2077361679034118271
2•LopRabbit•22m ago•0 comments

Bash for Browser Front End

https://alganet.github.io/terminal/?p=post:2026-07-21-00-Bash-for-Browser-Frontend&lang=en
1•gaigalas•25m ago•0 comments

Show HN: Fluidic Network Grid – A branchless control plane in Jax

https://github.com/PJHkorea/Fluidic_Network_Grid
1•PJHkorea•29m ago•1 comments

Show HN: Imud – Gpsd, but for IMUs

https://github.com/richcreations/imud
1•richcreations•33m ago•0 comments

Covid-19 Misinformation

https://en.wikipedia.org/wiki/COVID-19_misinformation
3•num42•37m ago•0 comments

Foldkit

https://foldkit.dev/
3•handfuloflight•38m ago•0 comments

Video-use: Edit videos with coding agents

https://github.com/browser-use/video-use
3•nateb2022•40m ago•0 comments

Five US tech giants' hidden debts soar to $1.65T on opaque AI funding

https://asia.nikkei.com/business/technology/five-us-tech-giants-hidden-debts-soar-to-1.65tn-on-op...
43•NordStreamYacht•41m ago•1 comments

Salami Slicing Tactics

https://en.wikipedia.org/wiki/Salami_slicing_tactics
3•num42•41m ago•0 comments

Running Doom on Our Custom CPU and Going Viral

https://www.armaangomes.com/blogs/doom/
10•arghunter•43m ago•0 comments

A Koi Pond Mosaic Made from 10 Pounds of 3D Printer Waste

https://www.instructables.com/A-Koi-Pond-Mosaic-Made-From-10-Pounds-of-3D-Printe/
13•sudo_cowsay•45m ago•1 comments

Jane Street: Incremental

https://github.com/janestreet/incremental
9•handfuloflight•46m ago•1 comments

Windows Performance Exploitation

https://lagtency.com/2026/06/25/win-perf/
2•proxylatte•46m ago•0 comments

VTubing: How a Japanese Phenomenon Is Going Worldwide

https://www.tokyodev.com/articles/vtubing-how-a-japanese-phenomenon-is-going-worldwide
3•pwim•54m ago•0 comments

Emoticons

https://en.wikipedia.org/wiki/List_of_emoticons
3•audreyfei•58m ago•0 comments

How did I publish a paper in ACMKDD as an undergraduate

https://medium.com/@JarrettYe/how-did-i-publish-a-paper-in-acmkdd-as-an-undergraduate-c0199baddf31
2•ktimespi•1h ago•1 comments

Writers need new strategies to stand up to AI

https://www.thedial.world/articles/news/copyright-law-ai-intellectual-property
6•colinprince•1h ago•0 comments

Gary Marcus: US won't "win" AI war with China. What we should do instead.

https://garymarcus.substack.com/p/china-has-all-but-caught-up-the-us
4•giardini•1h ago•0 comments

Scientists Visualize the Complex, Dynamic World Inside a Human Cell

https://mymodernmet.com/eukaryotic-cell-digizyme/
2•o4c•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!