frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wiki Foundation Model for Complex Agentic Reasoning

https://academy.dair.ai/papers/wfm-wiki-foundation-model-for-complex-agentic-reasoning-2609.18182
1•omarsar•58s ago•0 comments

Portainer Cuts the Cord Between Its Free and Paid Editions

https://itsfoss.com/news/portainer-community-edition-freeze/
1•thunderbong•3m ago•0 comments

Practical Decentralization

https://www.pfrazee.com/blog/practical-decentralization
1•jcbhmr•5m ago•0 comments

The 'AI confidence trap' many New Zealanders are caught in

https://www.rnz.co.nz/news/business/1530184/the-ai-confidence-trap-many-new-zealanders-are-caught-in
3•billybuckwheat•13m ago•0 comments

Trump's sneaky plan to gut Endangered Species Act draws from 1995 Scalia dissent

https://arstechnica.com/tech-policy/2026/09/trumps-sneaky-plan-to-gut-endangered-species-act-draw...
1•tzs•15m ago•0 comments

Tsetlin Machine MNIST classifier running on a Tang Nano 9K FPGA board

https://github.com/philtomson/hotc_examples/tree/main/examples/Tsetlin_hotstate_uart
2•UncleOxidant•17m ago•1 comments

Chess boxing: a sport where brain meets brawn [video]

https://www.youtube.com/watch?v=VmOFhZbgXIc
1•kmstout•17m ago•0 comments

Kalshi to allow trading on borrowed funds

https://www.semafor.com/article/09/22/2026/kalshi-to-allow-trading-on-borrowed-funds
2•cdrnsf•18m ago•1 comments

HTML Energy could use your support

https://html.energy/
2•cookingoils•25m ago•0 comments

The OpenEvidence Model Family

https://www.openevidence.com/blog/model-family
2•m-hodges•25m ago•0 comments

Early insights from lawa, my web crawler

https://dreamstation.systems/personal/earlylawa.html
1•robinpie•27m ago•0 comments

Infrastructure – that just works: Waitlist

https://onepersoninfra.dev/
1•Constant_Ad_Ban•29m ago•0 comments

Solitaire Alone Together

https://eieio.games/blog/solitaire-alone-together/
1•soheilpro•30m ago•0 comments

What an MCP server costs you in tokens

https://workos.com/blog/mcp-server-token-cost
1•charrington•31m ago•0 comments

We Are Speaking 300 Daily Words Fewer Every Year

https://journals.sagepub.com/doi/10.1177/17456916261425131
1•geox•34m ago•0 comments

Conway's Game of Life Running on a Tang Nano 9k FPGA Board with SPI LCD

https://github.com/philtomson/hotc_examples/tree/main/examples/gol-hotstate
1•UncleOxidant•35m ago•0 comments

Open-source social media scheduler

https://cogsend.com/
1•deepakness•39m ago•0 comments

EN World Is Being DDoS'd by AI Bots

https://www.enworld.org/
2•schrectacular•42m ago•1 comments

Operation Migration

https://en.wikipedia.org/wiki/Operation_Migration
2•thunderbong•44m ago•0 comments

Tesla Closes Texas Airspace for Roadster Launch Event

https://www.notateslaapp.com/news/4711/tesla-closes-texas-airspace-for-roadster-launch-event
3•m463•50m ago•0 comments

I annotated 87 real invoices to find out what they contain

https://invoicestospreadsheets.com/blog/what-87-real-invoices-contain
2•uziidev•53m ago•1 comments

Nearly Half of Age of Empires Dev Edge Laid Off

https://www.vgchartz.com/article/469158/nearly-half-of-age-of-empires-dev-worlds-edge-laid-off/
4•Jimmc414•1h ago•0 comments

We're Making Tailscale Faster

https://tailscale.com/blog/making-tailscale-faster
1•mfrw•1h ago•0 comments

RepoDocs – turn your repo's Markdown/*.md into a Figma-like board you can edit

https://github.com/alecerca/repoDocs
1•alecerca•1h ago•0 comments

Show HN:Tornedo- Everything a torrent client does, without leaving your terminal

https://www.npmjs.com/package/tornedo
1•debdev•1h ago•0 comments

Naming AI agents after Seinfeld characters helps bots join the team – report

https://www.theregister.com/ai-and-ml/2026/09/22/security-firm-finds-naming-ai-agents-after-seinf...
3•mikelgan•1h ago•0 comments

Open-weight models take 56% of token volume

https://vercel.com/blog/ai-gateway-production-index-september-2026
1•mgdo•1h ago•0 comments

Tokens Too Cheap to Meter

https://jyn.dev/tokens-too-cheap-to-meter/
2•benjaminclauss•1h ago•0 comments

Trump says US will henceforth call AI 'super intelligence'

https://www.reuters.com/legal/government/trump-says-us-will-henceforth-call-ai-super-intelligence...
14•OuterVale•1h ago•5 comments

Show HN: I generated 21k astrology pages with Swiss Ephemeris, open sourced

https://github.com/feifeizhao25-ship-it/astrology-pseo-generator
1•tianji-astrolog•1h ago•1 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!