frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Researchers Reveal the Power of 'Quantum Proofs'

https://www.quantamagazine.org/researchers-reveal-the-power-of-quantum-proofs-20260706/
1•anujbans•2m ago•0 comments

Review Board: Between Then and Now

https://chipx86.blog/2024/04/04/review-board-between-then-and-now/
2•ankitg12•6m ago•0 comments

Skill Retriever semantic skill discovery for AI agents via 10K-category taxonomy

https://github.com/ChonSong/skill-retriever
1•chonsong•7m ago•0 comments

Self-Hosting My Own LLMs

https://davidbarnhart.com/llm/local-llm-setup.html
3•dbator•11m ago•0 comments

NPM Agent Audit

https://www.npmjs.com/package/agent-security-scanner-mcp
2•dchitimalla1•16m ago•0 comments

Nemotron post training prompt atlas

https://huggingface.co/spaces/nvidia/nemotron-post-training-v3-prompt-atlas
1•kristianpaul•17m ago•0 comments

Selling my adtech startup for $1 no reserve

https://flippa.com/13420990-patent-backed-commerce-attribution-saas-with-identity-graph-ai-custom...
1•aaronatedge•17m ago•1 comments

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

https://noma.security/blog/gitlost-how-we-tricked-githubs-ai-agent-into-leaking-private-repos/
2•ColinEberhardt•17m ago•0 comments

Quilt: Replaces Docker and Kubernetes

https://www.quilt.sh/
1•handfuloflight•21m ago•0 comments

Wazuh Pain Points

https://zaferbalkan.com/2023/08/08/wazuh-pain-points.html
1•Grimburger•22m ago•0 comments

The Lindy Effect in Software

https://www.clemsau.com/posts/the-lindy-effect-in-software/
1•ankitg12•22m ago•0 comments

Gallery of Soft Matter 2026

https://engage.aps.org/dsoft/gallery/gallery/mm26-gallery
1•jml7c5•23m ago•1 comments

The Lindy Effect

https://lawsofsoftwareengineering.com/laws/lindy-effect/
1•ankitg12•24m ago•0 comments

Instagui: Turn any CLI into a web GUI with one command

https://github.com/Soutar97/instagui
1•maxloh•24m ago•0 comments

I Met with China's Top AI Experts. They're Freaking Out, Too

https://www.wired.com/story/ai-arms-race-china-us-cooperation/
1•TMWNN•26m ago•0 comments

Meshdesk-The Private community sharing. free

https://meshdesk.pages.dev/
1•rrrpro123•30m ago•0 comments

Switzerland bolted 5,000 solar panels onto a dam wall 8,000 feet up in the Alps

https://www.ecoportal.net/en/switzerland-5000-alpine-solar-muttsee-dam-winter-power/28487/
1•thunderbong•36m ago•0 comments

Run GLM 5.2 on 2 MacBooks with 128gb on RDMA with DS by antirez

https://twitter.com/antirez/status/2074516763526500488
1•rstagi•36m ago•0 comments

Australia's teen social media ban fails to clear first hurdle in age checks

https://www.reuters.com/world/australias-teen-social-media-ban-fails-clear-first-hurdle-age-check...
2•thm•37m ago•0 comments

Meta tests 'super sensing' AI glasses that can record every moment

https://www.ft.com/content/ac282450-91a8-4597-8f60-9e6ef416865a
1•thm•38m ago•0 comments

British 'First Fleet' brought smallpox to Australia and may have killed millions

https://www.science.org/content/article/british-first-fleet-brought-smallpox-australia-and-may-ha...
2•sbulaev•42m ago•3 comments

DeFi manual yield farming is outdated

https://hodlycrypto.com/blog/why-smart-money-is-ditching-manual
1•hoangthuytrang•42m ago•0 comments

Generative AI creates delicious, sustainable, and nutritious burgers

https://www.nature.com/articles/s41538-026-00953-x
1•car•43m ago•0 comments

GitHub AI agent leaks private repos when asked nicely

https://www.theregister.com/security/2026/07/07/github-ai-agent-leaks-private-repos-when-asked-ni...
2•sbulaev•46m ago•1 comments

Not All Miles Are Equal: Benchmarking Autonomous Safety

https://waymo.com/blog/2026/07/time-geo-crash-risk-effect/
1•xnx•48m ago•0 comments

China to restrict the export of frontier open weight AI models

https://twitter.com/rohanpaul_ai/status/2074512389526237609
1•nsoonhui•51m ago•0 comments

Girls Just Wanna Have Fast Wait-Free MPMC Queues

https://nahla.dev/blog/waitfree_queue/
1•theanonymousone•51m ago•0 comments

Fable 5 Before vs. After

https://old.reddit.com/r/GithubCopilot/comments/1uqfvga/fable_5_before_vs_after/
1•theanonymousone•52m ago•0 comments

What it's like to live in the most liveable cities in 2026

https://www.bbc.com/travel/article/20260706-the-worlds-most-liveable-cities-in-2026
1•slu•57m ago•1 comments

CosmicOS: Coding for Contact

https://cosmicos.github.io/about.html
1•akkartik•59m 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!