frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

How to write Rust in the Linux kernel: part 1

https://lwn.net/SubscriberLink/1024202/e69833ed96bfdec4/
1•chmaynard•3m ago•0 comments

The New 80% Rule in Culture

https://www.honest-broker.com/p/the-new-80-rule-in-culture
2•pseudolus•10m ago•0 comments

Show HN: Inspect and extract files from MSI installers directly in your browser

https://pymsi.readthedocs.io/en/latest/msi_viewer.html
5•rmast•13m ago•0 comments

Ask HN: Any pay for survival ( Scraping to Development – need job – video intro)

1•rashsharma•14m ago•0 comments

The Fiscal Crisis of the Energy State

https://www.phenomenalworld.org/interviews/the-fiscal-crisis-of-the-energy-state/
1•Traces•15m ago•0 comments

Show HN: TONE3000 – Community for Neural Amp Modeling with 90k+ models trained

https://www.tone3000.com
2•woodybury•15m ago•0 comments

Levels.fyi OTA Updates (Post MSFT Appcenter Updates)

https://www.levels.fyi/blog/over-the-air-updates.html
2•Zaheer•17m ago•0 comments

Show HN: What Is to Become of Me? Identity in the Singularity

https://medium.com/@seanmchugh513/what-is-to-become-of-me-identity-in-the-singularity-c4ad008177f7
1•seanmchugh1•17m ago•0 comments

AI Needs a Smarter Blueprint, Say Complexity Scientists

https://gazeon.site/ai-needs-a-smarter-blueprint-say-complexity-scientists/
2•eligrid•19m ago•0 comments

Formula One Cars Are Fast. Like Super Fast

https://kottke.org/25/06/formula-one-cars-are-fast-like-super-fast
1•Tomte•20m ago•0 comments

Amazon says it will reduce its workforce as AI replaces human employees

https://www.cnn.com/2025/06/17/business/amazon-ai-human-employees-jobs
3•rbanffy•21m ago•0 comments

Leading AI Ethics Experts Gather in Athens to Shape the Future of Responsible AI

https://www.acm.org/media-center/2025/june/facct-announcement
3•rbanffy•23m ago•0 comments

'I've never said we should plant 1T trees': what Thomas Crowther did next(2021)

https://www.theguardian.com/environment/2021/sep/01/ive-never-said-we-should-plant-a-trillion-trees-what-ecopreneur-thomas-crowther-did-next-aoe
3•zeristor•24m ago•1 comments

When Tyranny Takes Hold (2016)

https://web.archive.org/web/20161213120805/http://www.newyorker.com/magazine/2016/12/19/when-tyranny-takes-hold
2•firefax•25m ago•1 comments

Harper – an open-source alternative to Grammarly

https://writewithharper.com
4•ReadCarlBarks•25m ago•1 comments

One-dose psilocybin therapy for alcohol use: Safety and Efficacy study

https://research.regionh.dk/en/publications/single-dose-psilocybin-therapy-for-alcohol-use-disorder-pharmacok
1•gnabgib•27m ago•0 comments

Bootstrapped B2B SaaS Customer Acquisition Case Studies

https://righteous-astrodon-ae1.notion.site/Bootstrapped-B2B-SaaS-Customer-Acquisition-Case-Studies-2171ad19346f80bd905fc801b6d019eb
1•superamped•27m ago•0 comments

Nitpicking Gladiator's Iconic Opening Battle, Part III

https://acoup.blog/2025/06/20/collections-nitpicking-gladiators-iconic-opening-battle-part-iii/
2•Tomte•30m ago•0 comments

Python can run Mojo now

https://koaning.io/posts/giving-mojo-a-spin/
2•cantdutchthis•31m ago•0 comments

No, 16B passwords didn't just get exposed in a mega-hack

https://www.pcgamer.com/software/security/no-16-billion-passwords-didnt-just-get-exposed-in-a-mega-hack-but-you-probably-should-get-with-the-program-and-stop-reusing-passwords-anyways/
1•HelloUsername•32m ago•0 comments

Pope Leo Takes on AI as a Potential Threat to Humanity

https://www.wsj.com/tech/ai/pope-leo-ai-tech-771cca48
3•rbanffy•35m ago•0 comments

Apple sued by shareholders for allegedly overstating AI progress

https://finance.yahoo.com/news/apple-sued-shareholders-over-ai-182838953.html
6•retskrad•36m ago•1 comments

Where is the best place to hold a scientific conference?

https://www.nature.com/articles/d41586-025-01911-5
3•rntn•36m ago•0 comments

Stripe alternative for India for payment processing

3•rishabhdev2700•37m ago•2 comments

One Week Out, Some Brief Thoughts and Observations on WWDC 2025

https://daringfireball.net/2025/06/some_brief_thoughts_and_observations_on_wwdc_2025
4•tosh•38m ago•0 comments

Did Putin invade because he misinterpreted Ukraine's National Anthem?

2•vitarnixofntrnt•39m ago•0 comments

Mexico: "The New China" According to Philippa Malmgren

https://mexicodailypost.com/2025/06/08/mexico-the-new-china-according-to-philippa-malmgren/
2•walterbell•40m ago•0 comments

Kilauea volcano errupts, lava more than 1k feet high [video]

https://www.youtube.com/watch?v=oG5zz9Sjw3E
4•asix66•41m ago•1 comments

AI Hallucinations: Provably Unsolvable – What Do We Do?

https://www.mindprison.cc/p/ai-hallucinations-provably-unsolvable
2•mucha•41m ago•2 comments

Smartphones: Parts of Our Minds? Or Parasites?

https://www.tandfonline.com/doi/full/10.1080/00048402.2025.2504070
2•cratermoon•42m ago•0 comments
Open in hackernews

Show HN: Lin – CLI tool that uses LLMs to automate/manage internationalization

https://github.com/yuo-app/lin
1•Rettend•4h ago
Hello!

Adding i18n to a project creates a lot of chores, and I'm not a fan of 3rd party i18n management apps.

lin is a CLI tool with simple commands, you just need an api key from an LLM provider. There is no platform, no required account and no "LIN_API_KEY". The lin translate, add and sync commands use LLMs, but lin also has other handy commands to manage the locale json files.

lin translate is the e2e command, you just write your app and when you are done, you run lin translate once, and it finds the new keys and translates them. It can even be run in GitHub Actions.

Or you can use the other, more specific commands, to add new keys individually and translate them with LLMs, or edit/delete a specific key, or linting the codebase for missing/unused keys.

It uses the Vercel AI SDK, so works with any model, and lin should work with any i18n framework, though only json locale files are currently supported. Docs: https://github.com/yuo-app/lin