frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Window Chrome of Our Discontent

https://pxlnv.com/blog/window-chrome-of-our-discontent/
1•zdw•29s ago•0 comments

When Batteries Heat Up, This Membrane "Sweats" It Out

https://axial.acs.org/nanoscience/when-batteries-heat-up-this-membrane-sweats-it-out
1•geox•43s ago•0 comments

Show HN: Stratum - a pure JVM columnar SQL engine using the Java Vector API

https://datahike.io/stratum/
1•whilo•59s ago•0 comments

Wild Crows in Sweden Help Clean Up Cigarette Butts

https://www.samodobrevijesti.com/en/news/wild-crows-in-sweden-help-clean-up-cigarette-butts/
1•jhncls•1m ago•0 comments

Show HN: BLOBs in MariaDB's Memory Engine – No More Disk Spills for Temp Tables

https://jira.mariadb.org/browse/MDEV-38975
1•arcivanov•4m ago•1 comments

Tip me, my life depends on it (2021)

https://idiallo.com/blog/tip-me
1•foxfired•5m ago•0 comments

Show HN: OculOS – Give AI agents control of your desktop via MCP

https://github.com/huseyinstif/oculos
1•stif1337•6m ago•0 comments

New Strides Made on Deceptively Simple 'Lonely Runner' Problem

https://www.quantamagazine.org/new-strides-made-on-deceptively-simple-lonely-runner-problem-20260...
1•ibobev•9m ago•0 comments

Ask HN: Why is Pi so good (and some observations)

1•ashersopro•13m ago•0 comments

Show HN: Speclint – OS spec linter for AI coding agents

https://github.com/speclint-ai/speclint
1•dnielsen1031•13m ago•1 comments

Qwen3.5-35B – 16GB GPU – 100T/s with 120K context AND vision enabled

https://github.com/willbnu/Qwen-3.5-16G-Vram-Local
1•willfinger•15m ago•1 comments

What Did Ilya See?

https://www.youtube.com/watch?v=glWvwvhZkQ8
2•pferdone•15m ago•0 comments

Rust Actor Framework Playground

https://knowledge.dev/playgrounds/rust-actor-framework
1•deniskolodin•15m ago•0 comments

Show HN: mTile – native macOS window tiler inspired by gTile

https://github.com/protortyp/mTile
1•protortyp•17m ago•0 comments

Show HN: Personalized financial literacy book for your kid

https://cointales.ai/en/create-your-book
1•mhalifax•21m ago•2 comments

Ask HN: Has anyone built an autonomous AI operator for their side projects?

2•rosasolana•21m ago•0 comments

Obituary for António Lobo Antunes

https://www.theguardian.com/books/2026/mar/06/antonio-lobo-antunes-portuguese-novelist-dies-aged-83
1•Archelaos•23m ago•0 comments

The legendary Mojave Phone Booth is back (2013)

https://dailydot.com/mojave-phone-booth-back-number
2•1970-01-01•25m ago•0 comments

Autonomous AI Newsroom

https://www.simplenews.ai/
2•goldkey•31m ago•0 comments

People love to hate twice-a-year clock change but can't agree on how to fix it

https://www.nbcnews.com/news/us-news/people-love-hate-changing-clocks-twice-year-cant-agree-fix-r...
2•anigbrowl•32m ago•0 comments

To be a better programmer, write little proofs in your head

https://blog.get-nerve.com/to-be-a-better-programmer-write-little-proofs-in-your-head/
1•fagnerbrack•33m ago•0 comments

Show HN: ScreenTranslate – On-device screen translator for macOS (open source)

https://github.com/hcmhcs/screenTranslate
1•hcmhcs0•33m ago•0 comments

A New Way to Synthesize Peptides (2024)

https://www.science.org/content/blog-post/new-way-synthesize-peptides
2•paulmist•34m ago•0 comments

Report from Vietnam (1968) Walter Cronkite [video]

https://www.youtube.com/watch?v=kcSeecx-Z1E
1•pcfwik•35m ago•0 comments

Airtable: Rewriting Our Database in Rust

https://medium.com/airtable-eng/rewriting-our-database-in-rust-f64e37a482ef
1•awans•36m ago•0 comments

A workflow driven web framework for Clojure

https://mycelium-clj.github.io/docs/guestbook.html
2•yogthos•37m ago•1 comments

Show HN: An AI-powered digital night vision system with drone video feed

https://www.indiegogo.com/en/projects/atx-system/atx-shadow-x1-professional-ai-night-vision
1•lukascodes•37m ago•0 comments

The Start-Stop Problem

https://kramkarthik.com/the-start-stop-problem/
1•ramkarthikk•38m ago•0 comments

Show HN: PlateSpinner – A Kanban board that orchestrates AI coding agents

https://github.com/moridinamael/platespinner
1•mordymoop•41m ago•0 comments

AI startup sues ex-CEO, saying he took 41GB of email and lied on Résumé

https://arstechnica.com/tech-policy/2026/03/ai-startup-sues-ex-ceo-saying-he-took-41gb-of-email-a...
1•pseudolus•43m ago•1 comments
Open in hackernews

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

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