frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SCTPhantom: An 18-Year-Old SCTP Asconf Transport Use-After-Free

https://matrix.tencent.com/en/2026/08/06/sctphantom-CVE-2026-64564
1•eyberg•54s ago•0 comments

East Frisian Tea: The German Tea Culture You've Never Heard of (2025) [video]

https://www.youtube.com/watch?v=eiCLHO-vbNE
1•Tomte•3m ago•0 comments

After Decades of Drought, Water Is Rising in the African Sahel

https://e360.yale.edu/features/sahel-groundwater-climate-monsoon
1•BigTTYGothGF•3m ago•0 comments

Seiche

https://en.wikipedia.org/wiki/Seiche
1•thunderbong•4m ago•0 comments

Herdr is joining Y Combinator. The runtime stays open

https://herdr.dev/blog/herdr-is-joining-y-combinator/
3•collinmanderson•4m ago•0 comments

Show HN: I built a Calendr clone for KDE Plasma

https://github.com/hparadiz/yoman
1•hparadiz•5m ago•0 comments

FAA orders inspection of 737 MAX jets for cracks

https://www.cnn.com/2026/08/06/us/faa-737-max-cracks
2•mariuz•7m ago•0 comments

Once More in Triple Time

https://theamericanscholar.org/once-more-in-triple-time/
1•Petiver•10m ago•0 comments

Can you reverse engineer an ASIC?

https://blog.janestreet.com/can-you-reverse-engineer-an-asic/
2•bschne•11m ago•0 comments

Humans in the loop miss a third of dangerous AI coding agent requests

https://www.theregister.com/ai-and-ml/2026/08/06/humans-in-the-loop-miss-a-third-of-dangerous-ai-...
2•sbulaev•11m ago•0 comments

Ask HN: What is your covered call options trading strategy?

1•brcmthrowaway•12m ago•1 comments

Show HN: Clinch – exit-intent discounts for Shopify with a built-in holdout

https://getclinch.co
1•hectorguedea•14m ago•0 comments

Building Neon Object Storage

https://neon.com/blog/building-neon-object-storage
1•emschwartz•14m ago•0 comments

OpenAI researcher Naomi Bashkansky resigns to build AI that can read thoughts

https://www.indiatoday.in/technology/news/story/openai-researcher-naomi-bashkansky-resigns-to-bui...
1•msalsas•15m ago•1 comments

The Knowledge Graph Gives You the What. The Why Was Never in the Folder

https://medium.com/@iamalizaidi110/the-knowledge-graph-gives-you-the-what-the-why-was-never-in-th...
1•iamalizaidi•15m ago•0 comments

Wildfire-Driven Deforestation Rates in California Among Highest in World

https://www.ucdavis.edu/climate/news/wildfire-driven-deforestation-rates-california-among-highest...
2•littlexsparkee•18m ago•0 comments

Running Linux on Baochip-1x

https://github.com/pkoscik/baochip-linux
1•hasheddan•18m ago•0 comments

Use local Chrome as a search API for coding agents

https://www.lsearch.dev
1•kl01•19m ago•0 comments

Canaries in the column? AI exposure and the UK's hiring slowdown

https://bankunderground.co.uk/2026/08/06/canaries-in-the-column-ai-exposure-and-the-uks-hiring-sl...
1•zoenolan•20m ago•0 comments

Securing Agents Across Perplexity's Client Endpoints with Numbat

https://research.perplexity.ai/articles/securing-agents-across-perplexity%E2%80%99s-client-endpoi...
1•gmays•20m ago•0 comments

Jeff Dean's Discovery Loop Should Automate Chip Design First

https://futuresearch.ai/discovery-loop-forecast/
1•ddp26•21m ago•0 comments

Why It's Normal for Children to Be Demanding

https://thenumbersdad.substack.com/p/the-evolutionary-logic-of-a-demanding
1•paulpauper•21m ago•0 comments

Put Your Money Down, They Say

https://www.science.org/content/blog-post/put-your-money-down-they-say
2•EA-3167•22m ago•0 comments

Why 'super movers' have healthier brains – and how to be one

https://www.washingtonpost.com/wellness/2026/08/05/why-super-movers-have-healthier-brains-how-be-...
1•gurjeet•22m ago•1 comments

The Ambition Project

https://www.betonit.ai/p/the-ambition-project
1•paulpauper•23m ago•0 comments

The Binmen of Birmingham

https://marginalrevolution.com/marginalrevolution/2026/08/the-binmen-of-birmingham.html
1•paulpauper•24m ago•0 comments

Tesla, SpaceX confirm 'Terafab' chip fab site – $16.8B first phase

https://electrek.co/2026/08/06/tesla-spacex-terafab-grimes-county-16-8-billion/
3•fahrradflucht•24m ago•0 comments

I'm proud to open-source Capty today

https://github.com/capty-app/capty
1•543310•25m ago•0 comments

Weak-to-strong generalization (GPT-4 Turbo was Pareto-SOTA)

https://www.forourposterity.com/weak-to-strong-generalization/
2•ronfriedhaber•29m ago•0 comments

A Peer-Reviewed Crypto 2026 Paper Gave ML-KEM's Foundation a New Quantum Target

https://postquantum.com/security-pqc/mlwe-edcp-crypto-2026-ml-kem/
1•u1hcw9nx•29m 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!