frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Four Horsemen of the AI Bubble Apocalypse

https://www.derekthompson.org/p/the-four-horsemen-of-the-ai-bubble
1•nreece•4m ago•0 comments

I told Codex to prove everything. And the proof ate the project

https://github.com/nelsonwerd/proof-ate-the-project
1•nelsonwerd•8m ago•0 comments

The AI Data Center Explained – From Electricity to ChatGPT [video]

https://www.youtube.com/watch?v=ckoi0RTEgcY
1•chirau•13m ago•0 comments

Show HN: Best Books Guide – curated books list with tracking, rating, reviews

https://bestbooks.guide/
1•gste•16m ago•0 comments

Turtle Type

https://john.fun/turtles
1•memalign•16m ago•0 comments

Battle of the Beams

https://en.wikipedia.org/wiki/Battle_of_the_Beams
2•petethomas•20m ago•0 comments

EU considers emergncy meeting as nuclear shutdown leaves HU facing energy crisis

https://www.euronews.com/my-europe/2026/07/31/eu-considers-emergency-meeting-as-nuclear-shutdown-...
3•Markoff•21m ago•1 comments

Term-wm: Cross-platform floating/tiling terminal window multiplexer

https://crates.io/crates/term-wm
1•zombiej5•23m ago•0 comments

Show HN: Equivalency Kernel – mapping emotions to recursive system states

https://github.com/jamesberge-coder/equivalency-kernel
1•jamesberge•27m ago•0 comments

Global Call Threat Report (2025) [pdf]

https://work.hiya.com/hubfs/2025/Global%20Call%20Threat%20Report_2025Q2.pdf
1•dredmorbius•27m ago•1 comments

Virtual accelerated GPU device for macOS VMs

https://reims-vgpu.com/
2•vsrinivas•32m ago•1 comments

How to Build a Real-Time Indexing Pipeline with Redis and PostgreSQL 19

https://bytepith.com/article/postgresql-19-fixes-notify-redis-pipelines-scale
1•khanhnguyen8386•40m ago•0 comments

Geometric Dimensioning and Tolerancing

https://en.wikipedia.org/wiki/Geometric_dimensioning_and_tolerancing
1•electricboots•43m ago•0 comments

Oslo Report

https://en.wikipedia.org/wiki/Oslo_Report
2•petethomas•46m ago•0 comments

The coming de-enshittification boom (2025)

https://blog.zgp.org/de-enshittification/
1•ludicrousdispla•54m ago•0 comments

Fine-Tuning from First Principles: LoRA, QLoRA, Serverless Fine-Tuning

https://debnsuma.github.io/my-blog/posts/lora-serverless-fine-tuning/
1•eigenBasis•55m ago•0 comments

Hardening Google Cloud IAM with CEL Conditions and Deny Policies

https://cloud.google.com/blog/topics/developers-practitioners/generosity-under-conditions-hardeni...
1•minherz•1h ago•0 comments

What’s new in Svelte: August 2026

https://svelte.dev/blog/whats-new-in-svelte-august-2026
1•ErenayDev•1h ago•0 comments

What Liberal Arts Education Is for (2024)

https://innig.net/teaching/liberal-arts-manifesto
9•mr_wiglaf•1h ago•2 comments

SuperDuperer

https://www.shirt-pocket.com/blog/supererduperer
1•MBCook•1h ago•0 comments

A LangGraph pipeline that generates compiling Flutter apps (with a repair loop)

https://github.com/carlosge492/app-generation-microservice
1•m2magents•1h ago•0 comments

Arch Linux AUR Package Adoptions Halted

https://www.phoronix.com/news/Arch-Linux-AUR-Adoptions-Halted
3•wanderer2323•1h ago•0 comments

Mastodon new TOS: we may restore your self-deleted content from backup

https://mastodon.social/terms-of-service/2026-08-31
4•meysamazad•1h ago•0 comments

Trouble at lunchtime as Hong Kong private club spat escalates

https://www.ft.com/content/da564e49-d7bb-48c9-a5d9-b847b596b23e
2•petethomas•1h ago•3 comments

A Sovereign Coding Agent on macOS – Pi in an Apple Container; Zero NPM on Host

https://medium.com/@michael.hannecke/a-sovereign-coding-agent-on-macos-pi-in-an-apple-container-z...
1•rguiscard•1h ago•0 comments

Ace Sidecar – Efficiency Optimization for Local AI Coding

https://acefleet.dev/blog/announcing-the-ace-sidecar
1•flyingfishisme•1h ago•1 comments

Inducing language models to assert their own consciousness restores human

https://arxiv.org/abs/2607.28607
1•sbulaev•1h ago•0 comments

BMW Is Showing Commercials on Their Car's Dash Screens

https://www.theautopian.com/bmw-is-showing-commercials-on-their-cars-dash-screens-and-they-want-y...
3•Tomte•1h ago•0 comments

Last 30 Days (Skill) – AI Agent for Reddit, X, YT, HN, Web and Polymarket

https://github.com/mvanhorn/last30days-skill
2•ms7892•1h ago•0 comments

In Silicon Valley, Some Say an A.I. Bubble Would Be Just Fine

https://www.nytimes.com/2026/07/30/technology/ai-bubble-venture-capital.html
2•mitchbob•1h 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!