frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Positive and Negative Time Flows in the Toronto Experiment on the 4/3πC Formula

https://medium.com/@f9121212/topological-derivation-of-geometric-boundaries-for-positive-and-nega...
1•ortrich•1m ago•0 comments

Exiled Chinese Tycoon Gets 30 Years in Prison for Billion-Dollar Fraud

https://www.bloomberg.com/news/articles/2026-06-29/exiled-chinese-tycoon-guo-gets-30-years-in-us-...
1•1vuio0pswjnm7•3m ago•0 comments

Silicon Valley Is Obsessed with 'Trust Stacking,' and the IRS Doesn't Like It

https://www.wsj.com/personal-finance/taxes/silicon-valley-is-obsessed-with-trust-stacking-and-the...
1•apparent•3m ago•1 comments

Loko Scheme 0.13.0

https://weinholt.se/articles/loko-scheme-0-13-0/
1•azhenley•4m ago•0 comments

Instatic is a modern self-hosted visual CMS

https://github.com/CoreBunch/Instatic
1•danboarder•5m ago•0 comments

Students are doing worse than you think

https://www.economist.com/international/2026/06/25/students-are-doing-worse-than-you-think
1•andsoitis•8m ago•0 comments

Is there a Mario Wii Web port?

1•Itzsplicez•12m ago•0 comments

T-Mobile Just Ripped 8M Customers Off Their Grandfathered Plans

https://www.gadgetreview.com/t-mobile-just-ripped-8-million-customers-off-their-grandfathered-pla...
1•momentmaker•16m ago•0 comments

GitHub profiles turned into FIFA Ultimate Team cards, rated out of 99

https://gitfut.com
2•beatthatflight•21m ago•0 comments

Magicbookshelf.org – A Spoiler Free Companion – The Brothers Karamazov

https://magicbookshelf.org/read/the-brothers-karamazov/
2•pfwitt•22m ago•0 comments

Why AI is like a (Clever Hans) Horse [video]

https://www.youtube.com/watch?v=0GQ2RP-25gM
2•tartoran•23m ago•0 comments

Should every baby's DNA be sequenced?

https://www.economist.com/science-and-technology/2026/06/29/should-every-babys-dna-be-sequenced
1•andsoitis•25m ago•0 comments

Prism: An Impure Functional Language with Typed Effects

https://www.stephendiehl.com/posts/prism/
1•ghc•26m ago•0 comments

SRAM as Processing

https://prawns.dev/til/processing-using-sram
1•random__duck•28m ago•0 comments

Open Domesday

https://opendomesday.org/
1•mellosouls•30m ago•0 comments

Moonshot AI (kimi) launches a credit card

https://www.kimi.com/aicard
1•danieltanfh95•32m ago•0 comments

Chinese tycoon sentenced to 30 years in US jail

https://www.bbc.com/news/articles/cjeg15vw3z9o
2•tartoran•33m ago•2 comments

New Student Loan Rules Are Poised to Amp Up Pressure on Colleges

https://www.wsj.com/us-news/education/student-loan-rules-accountability-tuition-earnings-threshol...
1•JumpCrisscross•34m ago•0 comments

Cisco to lay off more than 400 workers in California

https://www.latimes.com/business/story/2026-06-26/cisco-to-lay-off-more-than-400-workers-in-calif...
4•1vuio0pswjnm7•34m ago•0 comments

AI Does Not Have to Kill Humans to End the Human Future

https://kunyuan.substack.com/p/ai-does-not-have-to-kill-humans-to
2•Kiyo-Lynn•35m ago•0 comments

BlackBerry Staged a Comeback by Winning over Car Companies

https://thewalrus.ca/how-blackberry-staged-a-comeback-by-winning-over-car-companies/
3•pseudolus•36m ago•0 comments

The Lake They Couldn't See: gold, dark fiber, and the AI data-center boom

https://cyrusradfar.com/thoughts/the-lake-they-couldnt-see
2•cyrusradfar•37m ago•0 comments

'Humanity has chosen to become idiots': Brown professor discovers mass cheating

https://fortune.com/2026/06/29/roberto-serrano-brown-university-massacre-ai-cheating/
3•1vuio0pswjnm7•37m ago•1 comments

Illinois lawmakers crack down on junk fees, bots in online ticket sales

https://www.nprillinois.org/economy-business/2026-06-26/illinois-lawmakers-crack-down-on-junk-fee...
1•toomuchtodo•44m ago•1 comments

Reports of Anthropic Cutting Usage Limits Again

https://old.reddit.com/r/ClaudeCode/comments/1uim4jb/this_is_a_message_for_anthropic_bring_back_the/
1•quux0r•44m ago•0 comments

Shipwright Harness – open-source autonomous delivery agent for Claude Code (MIT)

https://github.com/app-vitals/shipwright
1•dodizzle•45m ago•0 comments

AI money is going to swamp the midterms this year

https://www.ft.com/content/8f872761-76d9-43c7-bbcd-d313c4732e81
3•1vuio0pswjnm7•45m ago•0 comments

Show HN: Sell Lemons Info – a source-checked Roblox guide site

https://selllemons.info
1•ninglz•47m ago•0 comments

Show HN: TinyAgents – a Rust based recursive LLM harness

https://github.com/tinyhumansai/tinyagents
1•enamakel•51m ago•0 comments

International Fixed Calendar

https://en.wikipedia.org/wiki/International_Fixed_Calendar
2•salamo•54m 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!