frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reverse-IP tracking and session logging for high-intent B2B traffic

https://www.dje-ka.com/post/abm-remarketing-engine-dark-web-traffic-saas-pipeline
1•AngelikaAttwood•21s ago•0 comments

AI-Generated ASCII Diagrams

https://www.johndcook.com/blog/2026/08/20/ai-generated-ascii-diagrams/
1•ibobev•1m ago•0 comments

ClickGap: Autonomous QA for ClickHouse

https://clickhouse.com/blog/clickgap-autonomous-qa-for-clickhouse
1•larebz•2m ago•0 comments

CSS Infinity Use Cases

https://nerdy.dev/css-infinity-use-cases
1•ibobev•2m ago•0 comments

Show HN: Claude Code sessions next to the macOS dock

https://github.com/palamim/port
1•leopalamim•4m ago•0 comments

The Foundation owns the IP. DuckLabs ships the release

https://query.farm/blog/ducklabs-ships-the-release/
1•rustyconover•5m ago•0 comments

Why didn't the Windows Entertainment Pack run a DOS version inside an emulator?

https://devblogs.microsoft.com/oldnewthing/20260825-00/?p=112645
3•ibobev•6m ago•0 comments

HuggingBay: Torrent Tracker for AI Models

https://huggingbay.xyz/
1•AbuAssar•7m ago•0 comments

Twitch Giveaway Tool – Pick random winners from Twitch chat

https://spinthewheel.io/more/twitch-giveaway-tool
1•AngelikaAttwood•8m ago•0 comments

Show HN: Remotevibe – remote coding sessions on your own VPS from your phone

https://github.com/alediaferia/remotevibe
1•alediaferia•11m ago•1 comments

Show HN: Ticket Fairy CLI for event ticketing

https://www.ticketfairy.com/cli
1•riteshpatel•11m ago•0 comments

The Independent AI Coding Community for Cursor, Claude Code and LLMs

https://promptcube3.com/en/
1•lucascaijia•12m ago•2 comments

Give this skill to your AI to build decks for you

https://github.com/kritikmodi/deckloom
1•kritikmodi•13m ago•0 comments

Getting a Cease and Desist from Waffle House (2025)

https://www.jack.bio/blog/wafflehouse
1•birdculture•13m ago•0 comments

LetItLoop: Resume crashed AI agent loops with 0% token waste (<1ms resume)

https://github.com/sdageltc/letitloop
1•sdageltc•13m ago•0 comments

To tell if a maze is solvable, just hang it by its corners

https://bsky.app/profile/matthen.com/post/3mtyxnfgd4s2j
1•yen223•19m ago•0 comments

I hear a lot seat based pricing is dead, Pagerduty is no exception

https://github.com/FluidifyAI/Regen
1•furyman•22m ago•0 comments

If I release it, you won't get the same experience I get

https://notes.highlysuspect.agency/cant-release-that.html
1•speckx•23m ago•0 comments

The Art of the Shadow: How Painters Have Gotten It Wrong for Centuries

https://thereader.mitpress.mit.edu/the-art-of-the-shadow-how-painters-have-gotten-it-wrong-for-ce...
1•cubefox•25m ago•0 comments

ModelScope: An open-source HuggingFace alternative

https://www.modelscope.cn/home
1•AbuAssar•25m ago•0 comments

Dwarf Fortress has surpassed 1M sales on Steam

https://bsky.app/profile/kitfoxgames.com/post/3lmugs3oe6m2t
2•Tomte•25m ago•1 comments

A tool that resizes any banner to all the sizes needed to run online campaigns

https://www.oppye.com
1•oppye•26m ago•0 comments

Inaudible sounds used to fingerprint browsers catch AliExpress red-handed

https://arstechnica.com/security/2026/08/aliexpress-caught-fingerprinting-visitors-after-sending-...
1•joozio•26m ago•0 comments

Celebrating 500 Releases of Construct

https://www.construct.net/en/blogs/construct-official-blog-1/celebrating-releases-construct-1905
1•AshleysBrain•27m ago•0 comments

Xbox announces disc-to-digital feature that lets you digitise physical games

https://www.eurogamer.net/xbox-disc-to-digital-one-series-x-details
1•ksec•28m ago•0 comments

YC Partner H-1B Comments Spark Controversy

https://www.ababnews.com/news/a626cd7e-5749-414f-a159-d204f221e2be
3•bko•28m ago•0 comments

Pollen Robotics (Hugging Face) Microduck

https://pollen-robotics.com/microduck/
3•robotswantdata•30m ago•0 comments

Show HN: Arka.norn – Local governance and delivery for coding agents

https://github.com/arka-squad/arka-norn
1•Jergrim•31m ago•0 comments

Nvidia reportedly agrees to buy Hugging Face for $12.9B

https://www.cnbc.com/2026/08/27/nvidia-hugging-face-acquisition.html
1•Anon84•33m ago•0 comments

Sunk Cost Fallacy as a Feature

https://www.vaines.org/posts/2026-07-20-sunk-cost-fallacy-as-a-feature/
2•speckx•33m ago•0 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!