frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: HitCommit – Pay Devs to Solve Your GitHub Issues

https://hitcommit.com
1•nerdzoid•5m ago•0 comments

Lecture Summarization by Extracting Content from Whiteboards (2018)

https://github.com/bhargavaurala/accessmath-icfhr2018
1•downboots•12m ago•0 comments

DPRKDetector – Find North Korea-Affiliated Followers on X

https://dprkdetector.app
1•michael-bey•13m ago•0 comments

Fixing a Radare2 Bug from the Windows Cmd

https://trufae.github.io/aiblog/WinCdbNull-en.html
1•ibobev•16m ago•0 comments

Show HN: Pgm-extra-rs – High-performance learned index structures for Rust

https://github.com/itsfoxstudio/pgm-extra-rs
1•rpunkfu•17m ago•0 comments

GameShell: A game to learn how to use standard commands in a Unix shell

https://github.com/phyver/GameShell
1•ibobev•17m ago•0 comments

System 7 natively boots on the Mac mini G4

https://macos9lives.com/smforum/index.php?topic=7711.0
3•ibobev•19m ago•0 comments

Neato vacuum robots to stop working

https://support.neatorobotics.com/support/solutions/articles/204000073686-announcement-6th-oct-2025
1•simonlondon•24m ago•3 comments

Amazon unveils Starlink rival capable of up to 1 Gbps satellite internet

https://www.tomshardware.com/networking/amazon-leo-ultra-enterprise-grade-terminal-targets-up-to-...
2•thelastgallon•25m ago•1 comments

Restoring Ability Through Engineering

https://www.patreon.com/posts/143860573
1•sloped•36m ago•0 comments

Why China's Ports Empire Has the US Worried [video]

https://www.youtube.com/watch?v=NfiIXoWyOLI
1•mgh2•38m ago•0 comments

Git-embigenner: Spam empty commits

https://github.com/veqqq/git-embigenner
2•todsacerdoti•42m ago•1 comments

Familial Alzheimer's mutation: Role of SORLA in release of neurotrophic exosomes

https://alz-journals.onlinelibrary.wiley.com/doi/10.1002/alz.70591
1•bookofjoe•1h ago•0 comments

Pirate Site Operator's Appeal Goes Bad, Court Extends Prison Term by 50%

https://torrentfreak.com/pirate-site-operators-appeal-goes-bad-court-extends-prison-term-by-50-25...
4•gslin•1h ago•0 comments

Kyoto and the Stories We Still Need to Tell About Fossil Fuel Obstruction

https://blog.ucs.org/delta-merner/kyoto-and-the-stories-we-still-need-to-tell-about-fossil-fuel-o...
1•cratermoon•1h ago•0 comments

When did cats become domesticated? New DNA evidence changes the story.

https://www.nationalgeographic.com/animals/article/when-did-cats-become-domesticated
4•donsupreme•1h ago•1 comments

SpecFive Strike: compact handheld Linux workstation

https://specfive.com/products/spec5-strike
3•nateb2022•1h ago•0 comments

Okeymeta

https://www.okeymeta.com.ng/
1•b16m•1h ago•0 comments

Ask HN: What Are You Working On?

5•dserban•1h ago•2 comments

Trump Cut Europe Out of Ukraine Talks. Here’s How Europe Pushed Back.

https://www.nytimes.com/2025/11/27/world/europe/europe-ukraine-trump.html
8•maxloh•1h ago•1 comments

Modern Developer Tools as Attack Surfaces: Lessons from Shai-Hulud

https://sitezwin.com/posts/2025-11-29-sha-hulud-the-second-coming-encouter/
3•meel-hd•1h ago•0 comments

Damage at Baikonur after Soyuz launch: Russia can't send people to space

https://unn.ua/en/news/damage-at-baikonur-after-soyuz-launch-russia-temporarily-lost-the-ability-...
4•cryptoz•1h ago•0 comments

Intelligence is too high-dimensional for any low-dimensional narrative

https://mathstodon.xyz/@tao/115620261936846090
4•gmays•1h ago•1 comments

20/80

https://blog.greg.technology/2025/11/27/2080.html
2•gregsadetsky•1h ago•0 comments

The Supreme Court Is About to Hear a Case That Could Rewrite Internet Access

https://slate.com/news-and-politics/2025/11/supreme-court-sony-cox-copryight-internet-case.html
12•anthonyu•1h ago•3 comments

Show HN: Generate Sheet Music Using AI (Scribe)

https://scribe.rifflabs.io
2•hwittenborn•1h ago•2 comments

Tesla looks to reset strategy amid sluggish India sales

https://www.bbc.com/news/articles/cdrn00pn1m7o
4•breve•2h ago•2 comments

Chumbox (Advertising)

https://en.wikipedia.org/wiki/Chumbox
4•rickcarlino•2h ago•1 comments

Large Type Pieces.txt

https://github.com/PhMajerus/Documents/blob/main/HowTos/HowTo%20Large%20Type%20Pieces.txt
2•cardamomo•2h ago•0 comments

Every mathematician has only a few tricks

https://mathoverflow.net/questions/363119/every-mathematician-has-only-a-few-tricks
7•nill0•2h ago•0 comments
Open in hackernews

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

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