frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What 1k Days of Wordle API Data Reveals About How People Play

https://www.garbagecollected.dev/p/i-had-a-simple-question-about-wordle
1•ee64a4a•1m ago•0 comments

Natt Brittin: Ex-Google boss confirmed as new BBC director general

https://www.bbc.com/news/articles/cjd97evn2gko
1•theanonymousone•1m ago•0 comments

Tell HN: Hawaiian Airlines app showing someone else's flight info

1•HoldOnAMinute•3m ago•0 comments

Paper Tape Is All You Need – Training a Transformer on a 1976 Minicomputer

https://github.com/dbrll/ATTN-11
1•rahen•3m ago•0 comments

The Brigade System Helps Restaurants Succeed. Does It Also Lead to Abuse?

https://www.nytimes.com/2026/03/25/dining/noma-brigade-system.html
1•ripe•4m ago•0 comments

Before Leon AI 2.0, I want to say this

https://blog.getleon.ai/before-leon-ai-2-0-i-want-to-say-this/
1•Louistiti•5m ago•1 comments

Show HN: Let Me Emoji That for You

https://letmeemojithatforyou.com
1•kilroy123•7m ago•0 comments

I said code review was dead. Here's what I got wrong – and right

https://www.aviator.co/blog/code-review-dead/
1•tonkkatonka•7m ago•1 comments

Agent-browser – Browser automation CLI

https://agent-browser.dev/commands
2•kristianpaul•9m ago•0 comments

Building an AI Data Analyst Sucks

https://getbruin.com/blog/build-your-own-ai-data-analyst/
1•karakanb•10m ago•0 comments

Code Review usage will count toward Codex limit instead of having separate limit

https://help.openai.com/en/articles/12642688-using-credits-for-flexible-usage-in-chatgpt-freegopl...
2•jeremyg22•10m ago•0 comments

Show HN: Building an open-source product demo platform

https://livedemo.ai
1•gapostolov•11m ago•2 comments

Children of Heaven

https://spontaneousoddities.substack.com/p/children-of-heaven
2•surprisetalk•15m ago•0 comments

Microscope Light

https://mitxela.com/projects/microlight
1•surprisetalk•15m ago•0 comments

"Roadrunner": a bipedal, wheeled robot for multi-modal locomotion [video]

https://www.youtube.com/watch?v=9kae-UAME1U
1•surprisetalk•15m ago•0 comments

macOS Tips (2024)

https://blog.xoria.org/macos-tips/
2•surprisetalk•15m ago•1 comments

Show HN: New Hacker News Watchlists Crome Extension

https://chromewebstore.google.com/detail/hn-watchlists-hacker-news/hecdejfkdohajgcfmgekpbjhkoaohplg
1•losalah•15m ago•0 comments

The Casino That's Eating the World

https://www.nytimes.com/2026/03/23/opinion/prediction-markets-gambling.html
1•ChrisArchitect•17m ago•1 comments

NASA Sets Out New Plans and Timelines for Moon Base and Nuclear Mars Mission

https://www.nytimes.com/2026/03/24/science/nasa-moon-base-mars-spacecraft.html
1•Brajeshwar•17m ago•0 comments

Show HN: I build a free feed reader that reimagines what is possible with RSS

https://hypertexting.com/blog/introducing-hypertexting/
1•calebhailey•17m ago•0 comments

An Extensive Benchmark of C and C++ Hash Tables

https://jacksonallan.github.io/c_cpp_hash_tables_benchmark/
3•klaussilveira•18m ago•0 comments

My quest to preserve VHS- era gaming culture, one eBay bid at a time

https://www.theguardian.com/games/2026/mar/25/my-quest-to-preserve-vhs-era-video-culture-one-ebay...
1•toomuchtodo•18m ago•0 comments

The best design style extraction and reuse skill on the market.

https://github.com/zanwei/design-dna
1•Johnson8053•19m ago•0 comments

I Put a Full JVM Inside a Browser Tab. It "Works". Technically. Eventually

https://bmarti44.substack.com/p/i-put-a-full-jvm-inside-a-browser
1•PaulHoule•20m ago•0 comments

Supreme Court Sides with Cox in Copyright Fight over Pirated Music

https://www.nytimes.com/2026/03/25/us/politics/supreme-court-cox-music-copyright.html
21•oj2828•21m ago•4 comments

I built a game where an AI judges whether things deserve each other

https://yoursoulmateis.wtf
1•edgardou•21m ago•1 comments

Malicious Litellm 1.82.8: Credential Theft and Persistent Backdoor

https://safedep.io/malicious-litellm-1-82-8-analysis/
1•alokDT•21m ago•0 comments

I built a YAML DSL for Temporal workflows

https://zigflow.dev/articles/why-i-built-a-yaml-dsl-for-temporal-workflows/
1•mrsimonemms•21m ago•0 comments

A Rare Blog

https://andys.blog/rare/
1•andytratt•21m ago•0 comments

Comprehensive C++ Hashmap Benchmarks (2022)

https://martin.ankerl.com/2022/08/27/hashmap-bench-01/
2•klaussilveira•22m ago•0 comments
Open in hackernews

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

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