frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Italy's Competition Watchdog Broadens WhatsApp AI Policy Probe

https://www.wsj.com/tech/ai/italys-competition-watchdog-broadens-whatsapp-ai-policy-probe-64c904cd
1•1vuio0pswjnm7•2m ago•0 comments

X402 – protocol for micropayments and the rise of an agentic economy

https://oasis.net/blog/x402-https-internet-native-payments
1•adrianwaj•5m ago•1 comments

Show HN: Tacopy – Tail Call Optimization for Python

https://github.com/raaidrt/tacopy
1•raaid-rt•10m ago•0 comments

CrowdStrike: Security Flaws DeepSeek-Generated Code Linked to Political Triggers

https://www.crowdstrike.com/en-us/blog/crowdstrike-researchers-identify-hidden-vulnerabilities-ai...
1•fosco•11m ago•1 comments

Harvard Database Hacked in Latest Ivy League Cyberattacks

https://www.bloomberg.com/news/articles/2025-11-22/harvard-hacked-in-most-recent-case-of-ivy-leag...
1•1vuio0pswjnm7•15m ago•0 comments

Best Free Headshot Generator 2026: 9 AI Tools Tested and Compared

https://www.aiheadshotreviews.com/articles/best-free-headshot-generator
1•naveensky•22m ago•1 comments

Why Jailbreaking Calculators Is (Unfortunately) a Thing Now [video]

https://www.youtube.com/watch?v=3a-X6FZfl2Y
1•josephcsible•23m ago•0 comments

Discord for LLMs in a single 3.7k-line HTML file

https://modelarena.xyz
2•Estrick•24m ago•1 comments

Onion AI – AI Poster Maker

https://onionai.so/en
1•ovelv•32m ago•0 comments

Ask HN: How can we measure AI's impact on global developer productivity?

2•obilgic•35m ago•0 comments

Listen to music like it's 2005

https://lukecyca.com/2025/listen-to-music-like-its-2005.html
2•ireflect•41m ago•0 comments

Dennis Sullivan: Simplicity Is the Point (2014) [video]

https://www.youtube.com/watch?v=ixc0TNfT0ks
1•vismit2000•46m ago•0 comments

"Many students are simply refusing to do *anything*."

https://bsky.app/profile/jesbattis.bsky.social/post/3m6pvvkojqk2l
2•dougb5•46m ago•0 comments

AI just proved Erdos Problem #124

https://twitter.com/vladtenev/status/1994922827208663383
2•nl•1h ago•0 comments

Decoding Ageing: Blueprint Theory of Ageing [video]

https://www.youtube.com/watch?v=SQAFLDTvQfM
1•escargot•1h ago•0 comments

Show HN: LLM Newsletter Kit – A TypeScript Framework for AI Newsletters

https://github.com/kimhongyeon/llm-newsletter-kit-core
1•hongyeon•1h ago•0 comments

Kopi Luwak

https://en.wikipedia.org/wiki/Kopi_luwak
5•thunderbong•1h ago•0 comments

Tom Stoppard, Award-Winning Playwright of Witty Drama, Dies at 88

https://www.nytimes.com/2025/11/29/theater/tom-stoppard-dead.html
3•mitchbob•1h ago•1 comments

The Markets Aggregating Political Reality

https://freesystems.substack.com/p/inside-the-markets-aggregating-political
1•gwintrob•1h ago•0 comments

Adolescence lasts into 30s – new study shows four pivotal ages for your brain

https://www.bbc.co.uk/news/articles/cgl6klez226o
1•ifh-hn•1h ago•2 comments

Show HN: I built a Web 1.0 budgeting tool, Budget Pro 3000

https://budgetpro3000.com
1•adrianvxyz•1h ago•0 comments

Do we need a new GitHub for AI coding era?

https://github.com/memovai/memov
2•ssslvky1•1h ago•2 comments

Welcome to My Andrew Lloyd Website

https://andrewlloydwebsite.neocities.org/
1•nxobject•1h ago•0 comments

Steven Pinker's Cheesecake for the Mind (1998)

http://cogweb.ucla.edu/Abstracts/Carroll_C98.html
3•lioeters•1h ago•1 comments

Show HN: iOS Old App Downloader 2 [video]

https://www.youtube.com/watch?v=xuX6alPg1yQ
1•txthinking•1h ago•0 comments

NFCGate flagged as malware even after multiple followups saying it isn't

https://github.com/nfcgate/nfcgate/issues/164
2•Antitoxic6185•1h ago•0 comments

Coupang says 33.7M customer accounts breached

https://www.reuters.com/sustainability/boards-policy-regulation/south-korean-e-commerce-firm-coup...
1•alephnerd•2h ago•0 comments

Cybertruck Drives 1,200 Miles FSD 14.2 Autonomously

https://gearmusk.com/2025/11/30/cybertruck-drives-1200-miles-fsd/
5•loog5566•2h ago•1 comments

LLM live ranking (Gemini, OpenAI, xAI)

https://metrik-dashboard.vercel.app/
1•mbouassa•2h ago•0 comments

Human See, Human Do

https://www.edwest.co.uk/p/human-see-human-do
2•Ariarule•2h ago•0 comments
Open in hackernews

Show HN: I built Locawise, a free AI tool to automate localization in projects

1•aemresafak•6mo 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•6mo 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!