frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What I Remember

https://stevenwaterman.uk/what-i-remember/
1•StevenWaterman•2m ago•0 comments

Whistleblower: Driscoll berries sent to Canada w excess chemicals

https://www.cbc.ca/news/canada/montreal/whistleblower-allege-driscoll-s-berries-9.7359158
1•randycupertino•4m ago•1 comments

A Roman Name for Software

https://marcosmagueta.com/blog/a-roman-name-for-software/
1•dimonomid•6m ago•0 comments

This Won't Make You Rich. But It Might Help You Avoid Losing It All

https://laggingtruth.substack.com/p/this-wont-make-you-rich
1•jaek913•8m ago•0 comments

An ad-free, zero-signup fullscreen color tool for monitor testing and light

https://blackscreen.vip/
2•wangxili1997•9m ago•2 comments

Golang: Crypto/fips140: do not bloat crypto code unnecessarily

https://github.com/golang/go/issues/81639
1•zx2c4•11m ago•0 comments

Qualcomm posts GPU patches for lower-tier Snapdragon X2 SoCs

https://www.phoronix.com/news/Qualcomm-Mahua-GPU-Support
1•cromka•12m ago•0 comments

Show HN: Prodigy – The Self-Updating Technical Digest

https://www.prodigy.org.in/
1•samayashar•14m ago•0 comments

Terraform and OpenTofu: A CI Checklist for AI-Generated Infra

https://masterpoint.io/blog/terraform-opentofu-ci-checklist/
2•mooreds•16m ago•0 comments

I created an interactive digital avatar of myself you can to talk to

https://techcrunch.com/2026/09/26/i-created-an-interactive-digital-avatar-of-myself-and-you-can-t...
1•techietech•16m ago•0 comments

The Notice Had Nowhere to Land: The OpenAI Agent Breach in Australia

https://www.asticouisland.com/governance/essays/the-notice-had-nowhere-to-land
1•gregschueman•17m ago•0 comments

Startups in 13 Sentences (2009)

https://paulgraham.com/13sentences.html
1•andsoitis•17m ago•0 comments

Quality or speed – why not both?

https://dorotaparad.ch/quality-or-speed/
1•mooreds•18m ago•0 comments

Communicating Sequential Processes (1978) [pdf]

https://www.cs.cmu.edu/~crary/819-f09/Hoare78.pdf
1•andsoitis•18m ago•0 comments

Five Founders (2009)

https://paulgraham.com/5founders.html
1•andsoitis•20m ago•1 comments

CropCode – Convert UI Crops into Structured JSON for LLMs

https://chromewebstore.google.com/detail/cropcode/pcgcpipdelhclccjoaphjelkdidkiecj
1•dev_ascetic•20m ago•0 comments

ThinkingCap-Qwen3.8-27B: Less Thinking, Similar Accuracy

https://kaitchup.substack.com/p/thinkingcap-qwen38-27b-less-thinking
2•theanonymousone•23m ago•0 comments

Go Concurrency Distilled

https://antonz.org/go-concurrency-distilled/
3•chmaynard•25m ago•0 comments

Pennsylvania's measles outbreak: 55 new cases reported in 2 days

https://www.pennlive.com/health/2026/09/pas-deadly-measles-outbreak-55-new-cases-reported-in-2-da...
1•geox•25m ago•0 comments

Earth is tearing apart beneath the Pacific Northwest

https://www.sciencedaily.com/releases/2026/09/260924231343.htm
7•emot•26m ago•0 comments

U.S. Soldier Gets 70 Months in Prison for AT&T, Verizon Extortions

https://krebsonsecurity.com/2026/09/u-s-soldier-gets-70-months-in-prison-for-att-verizon-extortions/
1•Brajeshwar•27m ago•0 comments

Novel attack slashes computing power needed to crack textbook RSA cryptography

https://www.tomshardware.com/tech-industry/cyber-security/novel-attack-on-rsa-cryptography-might-...
2•Brajeshwar•27m ago•0 comments

Unsecured OpenAI agents posted 53 user images on the internet

https://techcrunch.com/2026/09/25/unsecured-openai-agents-posted-53-user-images-on-the-internet-w...
4•jacquesm•32m ago•0 comments

How Silicon Valley Knows Its People

https://www.a16z.news/p/how-silicon-valley-knows-its-people
4•bluepeter•33m ago•0 comments

Vast Casino Secrets leak exposes inner workings of offshore gambling firms

https://www.theguardian.com/society/2026/sep/26/casino-secrets-leak-offshore-gambling-firms-curac...
2•cf100clunk•34m ago•1 comments

Fakecloud: Local AWS cloud emulator for integration tests

https://fakecloud.dev/
1•theanonymousone•34m ago•0 comments

Save the Academy of Natural Sciences from Drexel University Mismanagement

https://save-the-academy.org/
1•burnt-resistor•36m ago•1 comments

Show HN: RemoveBackgroundMusic – preview background music reduction

https://removebackgroundmusic.com
1•robot1996•37m ago•0 comments

Putin Playing Google Dino

https://www.youtube.com/watch?v=P9Bsd08IU3Y
1•absmj•39m ago•0 comments

Lean 4-Intrinsic Uniqueness and Reconstruction Across Mathematical Presentations

https://github.com/mripr-institute/intrinsic-uniqueness-reconstruction
1•alex_albert•41m 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!