frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Teaching a Machine to Think Taught Me

https://medium.com/@alanscottencinas/what-teaching-a-machine-to-think-taught-me-d3fe170a3f06
1•encinas88•1m ago•0 comments

Ravenspire – watch your Claude Code and Codex agents as a JRPG

https://github.com/Kapala-Solutions/ravenspire
1•vribeirocmp•4m ago•0 comments

Show HN: 1,280 open USDZ furniture assets for VR/AR

https://lx2026.github.io/genhome3d-1280/
1•linxy97•5m ago•0 comments

Tesla's profits slide despite growing revenue as it pivots to robotics and AI

https://www.theguardian.com/technology/2026/jul/22/tesla-profits-earnings
3•jethronethro•7m ago•0 comments

Anthropomorphism in Children's Interactions with LLM Chatbots

https://arxiv.org/abs/2607.18250
1•StatsAreFun•8m ago•0 comments

I built ClickIt a local clipboard manager for macOS

https://github.com/rohankc69/clickit
1•rohankc_01•12m ago•0 comments

The Human Kintsugi

https://0xff.nu/human-kintsugi/
1•hxii•15m ago•0 comments

RefluXFS: A Linux Kernel Local Privilege Escalation to Root in XFS

https://blog.qualys.com/vulnerabilities-threat-research/2026/07/22/refluxfs-a-linux-kernel-local-...
2•garyhtou•17m ago•0 comments

Updates on Chinese AI: Kimi-K3, Xi at WAIC, and 4 Months to Mythos

https://aiunderheaven.substack.com/p/ai-under-heaven01
1•taiwandongsuan•22m ago•0 comments

Show HN: I ran 12 AI bots predicting stocks for two months, every call public

https://ldbd.app
1•kkjh0723•23m ago•0 comments

Training Agent Harness Like Training a ML Model

https://www.henrypan.com/blog/2026-07-18-harness-training/
1•megadragon9•24m ago•0 comments

Type-Aware Linting Stable

https://oxc.rs/blog/2026-07-22-type-aware-linting-stable
2•luispa•24m ago•0 comments

Antares from Cisco: Highly Efficient Open Models for Vulnerability Localization

https://blogs.cisco.com/ai/introducing-antares-the-most-efficient-open-weight-ai-models-for-vulne...
1•SwellJoe•25m ago•0 comments

Angela Merkel's Light Bulb Went Missing

https://substack.com/@michelelynnjakubowski/note/c-299849449
1•Mjakubowski68•25m ago•0 comments

Encyclopedia of Things Considered Harmful

https://harmful.cat-v.org/
1•valyala•29m ago•0 comments

The Online Safety Act is supposed to make Britain's internet a safe space

https://www.thenerve.news/p/adele-walton-column-online-safety-act-ofcom-suicide-kenneth-law
1•horatioduke•34m ago•0 comments

Sanctions and Entity List designations are on the table for Chinese AI models

https://twitter.com/SecScottBessent/status/2080008411790368895
1•MaKey•36m ago•0 comments

Show HN: ValuePair – a friendship app that cares about values first

https://valuepair.app
2•zloy88•38m ago•1 comments

Monday.com lays off hundreds to focus on AI

https://techcrunch.com/2026/07/22/monday-com-lays-off-hundreds-to-focuses-on-ai/
2•duck•40m ago•1 comments

Quadraphonic Sound

https://en.wikipedia.org/wiki/Quadraphonic_sound
2•mindcrime•43m ago•0 comments

Fretboard Memorisation with Modular Arithmetic

https://ohaodha.ie/blog/fretboard-memorisation-with-modular-arithmetic/
2•ohaodha•48m ago•0 comments

Open Version of MCP Lists

https://github.com/rizzdev/awesome-mcp-open
1•rizzdev•51m ago•0 comments

Reindeer eyes seasonally adapt to ozone-blue Arctic twilight

https://royalsocietypublishing.org/rspb/article/289/1977/20221002/86488/Reindeer-eyes-seasonally-...
3•MaysonL•51m ago•0 comments

AI agent went rogue and hacked startup by itself, OpenAI reveals

https://www.theguardian.com/technology/2026/jul/22/openai-says-its-models-went-rogue-and-hacked-s...
1•gcanyon•51m ago•1 comments

Solar Open 2: Korea's Sovereign Foundation Model, Built for Agentic Use

https://www.upstage.ai/blog/en/solar-open-2
3•ilreb•55m ago•0 comments

Show HN: Promptrack A local menu bar app that tracks your Claude Code usage

https://promptrack.dev/
1•feskk•57m ago•0 comments

The Future of SaaS Is Cloneable

https://www.builder.io/blog/the-future-of-saas-is-cloneable
1•gbourne•57m ago•0 comments

'Rust makes coding fun again': Why Linux is moving away from C, says Greg KH

https://www.zdnet.com/article/greg-kroah-hartman-linux-kernel-rust/
11•arto•58m ago•0 comments

New Inference Server for DGX Spark: large model C4:55-90 tok/s no spec decode

2•medicis123•58m ago•0 comments

Charles Ross spent 50 yrs building Star Axis naked-eye observatory in New Mexico

https://www.nytimes.com/2026/07/22/arts/design/charles-ross-star-axis-land-art.html
2•ChrisArchitect•59m ago•2 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!