frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Productivity Trap Nobody Talks About

https://medium.com/freedomofthought/the-productivity-trap-nobody-talks-about-ca251f72b471
1•raynchad•2m ago•0 comments

Monarch Chrysalis: a sparse Mixture-of-Experts model that reasons in Neuralese

https://cymela.com/research/first-of-its-kind
1•Cymela•2m ago•0 comments

Qwen3.8 27B on MacPro 32GB (Tasks) [video]

https://www.youtube.com/shorts/O4JvN4SlNnk
1•thinkevolve•5m ago•0 comments

OpenAI acquires Mac Minis, Mac Studios for AI training

https://cryptobriefing.com/openai-acquires-thousands-of-mac-minis-mac-studios-for-ai-training-the/
1•porridgeraisin•8m ago•0 comments

A Secure Hermes and Mnemosyne Memory Architecture

https://adithyanak.com/optimal-hermes-mnemosyne-memory-architecture/
1•akoffsec•9m ago•0 comments

Building Indices from Prediction Markets

https://lookbacklabs.com/blog#geopolitical-risk-panoramic-view
1•chaltik-human•10m ago•0 comments

Mark Zuckerberg's Social Reckoning

https://www.newyorker.com/magazine/2026/09/07/mark-zuckerbergs-social-reckoning
4•fortran77•14m ago•0 comments

Music Sparks Story-Like Brain Activity

https://communitynews.org/science-tech/princeton-study-music-brain-activity-imagined-narratives/
1•gmays•16m ago•0 comments

Car Sunroofs Keep 'Spontaneously' Exploding–and the Problem Is Getting Worse

https://www.wsj.com/business/autos/car-sunroofs-keep-spontaneously-explodingand-the-problem-is-ge...
1•bookofjoe•18m ago•1 comments

Why Some Image Conversions Come Out Blurry or Tiny

https://heic.frame-fix.workers.dev/
2•Hackergeist•18m ago•0 comments

How to combine exercise with video games

https://economist.com/science-and-technology/2026/08/28/how-to-combine-exercise-with-video-games
1•andsoitis•19m ago•0 comments

The Monkey Selfie Copyright Dispute

https://en.wikipedia.org/wiki/Monkey_selfie_copyright_dispute
2•busymom0•20m ago•0 comments

Gitea/Forgejo and Neovim

https://github.com/emrearmagan/atlas.nvim/tree/feat/gitea-forgejo
2•emrearmagan•20m ago•1 comments

Lock

https://lock-app.fr/
2•austinallegro•21m ago•0 comments

Laurie Anderson's next manuscript to be locked away for 88 years

https://www.theguardian.com/books/2026/aug/29/laurie-anderson-manuscript-88-years-future-library-...
1•ohjeez•29m ago•0 comments

Why your boss doesn't seem to care about your tech career anymore

https://www.businessinsider.com/tech-managers-career-development-ai-great-flattening-2026-8
4•RoadieRoller•29m ago•5 comments

Character Recognition Chip Tapeout

https://twitter.com/kenchangh/status/2094174553237062070
1•kenchangh•30m ago•0 comments

Could a Computer Scientist Build a Brain?

https://medium.com/@smazumder_20424/could-a-computer-scientist-build-a-brain-425ac8a09d03
1•smazumder05•42m ago•1 comments

Debian community allows contributors to use AI

https://www.theregister.com/ai-and-ml/2026/08/30/debian-votes-to-let-contributors-code-with-ai/52...
1•joebuckwilliams•42m ago•1 comments

Running DuckDB's JDBC Driver in a GraalVM Native Image

https://foojay.io/today/running-duckdbs-jdbc-driver-in-a-graalvm-native-image/
2•rowbin•43m ago•0 comments

Format.js: Industry-standard internationalization libraries for JavaScript

https://formatjs.github.io/
2•doener•47m ago•0 comments

Show HN: Hide the Mac menu bar or clock, dynamically synced w focus (DND)

https://github.com/dotcomjack/nocturne
1•dotcomjack•49m ago•1 comments

The Defense-Tech Bubble Is Headed for Consolidation

https://foxandlion.pub/analysis/defense-tech-bubble-is-headed-for-consolidation
9•agrantic•50m ago•1 comments

FreeToken to Speed Up Moe on low VRAM

https://www.youtube.com/watch?v=8n4Uo47CadY
1•gitowiec•52m ago•0 comments

AWS mumbles about its cost-busting networking tech when it should be shouting

https://www.theregister.com/networks/2026/08/29/aws-mumbles-about-its-cost-busting-networking-tec...
5•joebuckwilliams•53m ago•1 comments

Are We Sixel Yet?

https://www.arewesixelyet.com/
3•smasher164•1h ago•0 comments

Coding Was Never the Bottleneck

https://zlatkov.substack.com/p/coding-was-never-the-bottleneck
3•zlatkov•1h ago•0 comments

What I learned about founder-market fit

https://zlatkov.substack.com/p/what-i-learned-about-founder-market
2•zlatkov•1h ago•0 comments

Tacoma Narrows Bridge History – Bridge – Lessons from Failure

https://wsdot.wa.gov/tnbhistory/bridges-failure.htm
2•mkl95•1h ago•0 comments

Did your car witness a crime? Police may be coming for your Tesla

https://www.sfchronicle.com/crime/article/tesla-sentry-mode-police-evidence-19731000.php
4•firefoxd•1h 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!