frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Don't Pave the Cow Path

https://alearningaday.blog/2026/08/02/dont-pave-the-cow-path/
1•herbertl•41s ago•0 comments

Aquila Voice Assistant Test Suite for Home Assistant

1•aquila416•2m ago•0 comments

The Shooter Didn't Expect This [video]

https://www.youtube.com/watch?v=XXXKnUnc8Sg
1•Bender•4m ago•0 comments

First open-source firmware for AM5 officially launches

https://www.tomshardware.com/pc-components/motherboards/first-open-source-firmware-for-am5-offici...
1•peter_d_sherman•5m ago•0 comments

Print Your Speakers

https://printyourspeakers.com
1•michael_michael•7m ago•0 comments

Qwen 3.8-Max and Qwen3.8-27B are going open weight

https://twitter.com/Alibaba_Qwen/status/2084100707423289643
2•ahmadawais•8m ago•1 comments

MiniMax-H3 weights are up

https://huggingface.co/MiniMaxAI/MiniMax-H3
1•dagaci•10m ago•1 comments

OpenAI's super PAC is funding AI-generated news site attacking industry critics

https://www.modelrepublic.org/articles/the-reporters-at-this-news-site-are-ai-bots.-openai%E2%80%...
3•JSR_FDED•13m ago•1 comments

PirateBox: An "artistic provocation" in lunchbox form (2011)

https://arstechnica.com/tech-policy/2011/01/piratebox-an-artistic-provocation-in-lunchbox-form/
1•cardamomo•18m ago•0 comments

Local vs. Frontier: Benchmarks for My Digital Nervous System

https://humanparadox.org/local-vs-frontier-benchmarks-for-my-personal-assistant/
1•colingauvin•19m ago•0 comments

Southern California radio station lays off staff switches to all-music format

https://ktla.com/news/california/socal-radio-station-lays-off-entire-staff/
1•Bender•19m ago•0 comments

OneRaccoonAway – Jimothy-inspired Seattle bus times

https://www.oneraccoonaway.org/
1•aaronbrethorst•21m ago•0 comments

Linux 7.2-Rc6 Released: "This RC Is Huge"

https://www.phoronix.com/news/Linux-7.2-rc6-Released
1•Bender•22m ago•0 comments

Qwen 3.8 Max Live Now

https://www.qwencloud.com/models/qwen3.8-max
16•zkmon•25m ago•1 comments

The VP is not ignoring you

https://ganzefolge.substack.com/p/the-vp-isnt-ignoring-you
1•neinasaservice•26m ago•0 comments

FastJSON Broke Again. Why?

https://blog.vonng.com/en/cloud/fastjson-boom/
1•EnnEmmEss•27m ago•0 comments

Qwen3.8-Max: A New Bar for Coding and Cowork

https://qwen.ai/blog?id=qwen3.8
7•ai2027•27m ago•0 comments

US Water Systems Hit by Suspected Iranian Cyber Attacks

https://www.opforjournal.com/p/us-water-systems-hit-by-suspected
2•djwhite155•31m ago•1 comments

Yen leaps after intervention, leaving the dollar bruised

https://www.reuters.com/world/asia-pacific/dollar-suddenly-falls-against-yen-traders-alert-furthe...
4•Jimmc414•32m ago•1 comments

RFC 9846: The Transport Layer Security (TLS) Protocol Version 1.3

https://www.rfc-editor.org/rfc/rfc9846.html
1•Jimmc414•32m ago•0 comments

Ask HN: Have LLMs Plateaued?

2•leandrobon•34m ago•0 comments

Amazon completes $50B investment in OpenAI

https://www.ft.com/content/8ae9e6e4-a53c-44da-8e7d-c9d81f0df4b9
2•sbulaev•36m ago•0 comments

I Synthesized a Chalcone into a Flavonol in Six Days

https://medium.com/whatsnextwray/how-i-synthesized-a-chalcone-into-a-flavonol-in-six-days-518595b...
1•raynchad•39m ago•0 comments

AI Can Design Parts but It Can't Do This [video]

https://www.youtube.com/watch?v=K99LtENdQjA
1•boringperson•46m ago•0 comments

A mystery virus started killing horses. Then humans

https://www.theguardian.com/science/2026/aug/03/hendra-virus-australia-sentinels-book-extract-ani...
3•edfsadfer•47m ago•0 comments

Zenith – AI that parses 2D blueprints into instant quote breakdowns

https://zenithquoting.com/
1•MalikCarey•49m ago•0 comments

Ripchaser – Sports card checklist and parallel mapping tool

https://ripchaser.com/
1•engraveprice•53m ago•0 comments

Show HN: OpenTalking – Privately deployable real-time AI avatar

https://github.com/datascale-ai/opentalking
1•xx123122•53m ago•0 comments

Qwen3.8-Max

https://twitter.com/Alibaba_Qwen/status/2084093402967396594
6•logickkk1•53m ago•0 comments

State of Exposure Report July'2026 by EchelonGraph

1•gladiator291288•53m 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!