frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Startup Photreon aims to produce hydrogen with sunlight

https://www.heise.de/en/news/Startup-Photreon-aims-to-produce-hydrogen-with-sunlight-11257703.html
1•car•56s ago•0 comments

Outplaying elite table tennis players with an autonomous robot

https://www.nature.com/articles/s41586-026-10338-5
1•wslh•1m ago•0 comments

Ears and Eyes – Searchable database of cases of physical surveillance devices

https://www.notrace.how/earsandeyes/
1•libroot•2m ago•0 comments

I'm Using AI to Navigate AI Code Review Author Steffen Froehlich

https://www.docusign.com/blog/the-duck-talks-back-how-im-using-ai-to-navigate-ai-code-review
1•dweiss85•2m ago•0 comments

Fighting Internet Contracts One Library at a Time

https://www.techdirt.com/2026/04/21/you-cant-vote-out-amazon-web-services-fighting-adhesion-contr...
1•HotGarbage•2m ago•0 comments

A Field Guide to Bugs

https://www.stephendiehl.com/posts/field_guide_to_bugs/
1•ibobev•3m ago•0 comments

Meta workers outraged over internal software tracking keystrokes, mouse movement

https://nypost.com/2026/04/22/business/meta-workers-outraged-over-software-tracking-keystrokes-mo...
1•1vuio0pswjnm7•4m ago•0 comments

Anyone see AI tool for interior design of room with just photos?

1•pacovook•4m ago•0 comments

Top MAGA influencer revealed to be AI

https://nypost.com/2026/04/21/us-news/top-maga-influencer-emily-hart-revealed-to-be-ai-created-by...
3•java-man•5m ago•1 comments

Show HN: PokeDemo: Create click-through demos you can self-host

https://pokedemo.com/
1•anniebuilds•5m ago•1 comments

AI Tool Rips Off Open Source Software Without Violating Copyright

https://www.404media.co/this-ai-tool-rips-off-open-source-software-without-violating-copyright/
2•Brajeshwar•6m ago•0 comments

Ping-pong robot Ace makes history by beating top-level human players

https://www.reuters.com/sports/ping-pong-robot-ace-makes-history-by-beating-top-level-human-playe...
1•wslh•6m ago•0 comments

AI Consciousness [pdf]

https://lossfunk.com/papers/ai-consciousness.pdf
1•__patchbit__•9m ago•0 comments

How Melatonin Promotes Sleep

https://www.caltech.edu/about/news/how-melatonin-promotes-sleep
2•gmays•9m ago•0 comments

KPM – a local-first secrets CLI on top of AgentKMS

https://github.com/TheGenXCoder/kpm
1•TheGenXCoder•9m ago•0 comments

Most of What We Call Progress

https://yusufaytas.com/most-of-what-we-call-progress
5•workatwork•12m ago•1 comments

Show HN: Qwen Lens Studio – multimodal app on Qwen3.6-35B-A3B, runs on Ollama

https://github.com/dakshjain-1616/Qwen-Lens-Studio
2•vijgaurav•15m ago•0 comments

Simulation of the Hormuz crisis after Iran seizure of 2 ships with 6 LLM agents

https://colab.research.google.com/github/VincenzoManto/Doxa/blob/main/notebooks/doxa.ipynb
3•dinarino•16m ago•2 comments

MySQL 9.7 LTS release notes

https://dev.mysql.com/doc/relnotes/mysql/9.7/en/
1•petecooper•17m ago•0 comments

Yaw Mode: opinionated config for Claude Code

https://yaw.sh/blog/claude-code-yaw-mode/
1•jeffyaw•17m ago•0 comments

You Don't Need a Better Chat Multiplexer for AI Agents

https://blog.adrq.dev/you-don-t-need-a-better-chat-multiplexer-for-ai-agents
1•adrq•18m ago•0 comments

OpenAI Stargate's Milam, Texas, 'Freebird' data center to span 548,950 sq ft

https://www.datacenterdynamics.com/en/news/openai-stargates-milam-texas-freebird-data-center-to-s...
2•flyaway123•20m ago•0 comments

OpenAI Privacy Filter

https://openai.com/index/introducing-openai-privacy-filter/
2•meetpateltech•20m ago•0 comments

The Language Tax in LLM Pricing: How Tokenization Create Price Disparity

https://tokenstree.com/newsletter-article-8.html
1•vfalbor•21m ago•0 comments

Trained Qwen to Write Clojure Better Than GPT-5.4 (Kinda)

https://www.nibzard.com/clojure-phone
1•nkko•22m ago•0 comments

Legit – Dockerized git server for agent interaction

https://github.com/aquanauts/legit
1•shorsher•23m ago•1 comments

The best time to post on Hacker News

https://blog.alcazarsec.com/tech/posts/best-time-to-post-on-hacker-news
7•alcazar•23m ago•0 comments

Why some images look brighter than your screen

https://tn1ck.com/blog/abuse-hdr-images-for-marketing
1•brandrick•24m ago•1 comments

I turned an old Android phone into a home server

https://www.xda-developers.com/turned-old-android-phone-into-home-server-more-useful-than-raspber...
1•imichael•24m ago•0 comments

NASA reckons Artemis II heat shield performed like a champ

https://www.theregister.com/2026/04/22/nasa_artemis_ii_heat_shield/
1•LorenDB•25m ago•0 comments
Open in hackernews

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

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