frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

India's IT sector is surviving artificial intelligence

https://www.economist.com/finance-and-economics/2026/08/06/indias-it-sector-is-surviving-artifici...
2•alephnerd•2m ago•1 comments

How I became the villain of El Cerrito's Nextdoor

https://www.oaklandreviewofbooks.org/the-villain-of-el-cerrito-nextdoor/
1•bsimpson•6m ago•0 comments

LLMs and Programmatic Stagnation

https://systemist.net/changelog/letters/2026-07-31-programmatic-stagnation
1•tsraveling•6m ago•0 comments

Potions in Mageia. 01 – Pidgin and its accessories

https://blog.mageia.org/en/2026/08/05/potions-in-mageia-01-pidgin-and-its-accessories/
1•rw_grim•9m ago•0 comments

Maybe we just shouldn't build software with so many people

https://blog.nicoleta.cc/maybe-we-just-shouldnt-build-software-with-so-many-people/
1•speckx•9m ago•1 comments

A Subtle Web of Meaning

https://robertxworld.com/a-subtle-web-of-meaning/
1•devrob•10m ago•0 comments

Nashville uses eminent domain to block data center near zoo

https://nashvillebanner.com/2026/08/04/metro-council-data-center-eminent-domain-vote/
4•DeepLogin•10m ago•0 comments

A Pronoun for LLMs

https://blog.david.connol.ly/2026/08/lem.html
1•slartibardfast0•10m ago•0 comments

DeepSeek Plans 'Significant' Price Increase for AI Services

https://www.bloomberg.com/news/articles/2026-08-06/deepseek-plans-significant-price-increase-for-...
2•croes•12m ago•1 comments

New Melania Trump series coming to Amazon Prime after losses for documentary

https://www.euronews.com/culture/2026/08/06/new-melania-trump-series-coming-to-amazon-prime-after...
2•vrganj•12m ago•0 comments

Reflections on software engineering in the age of AI

https://glattetre.me/blog/reflections-on-software-engineering/
1•GOATS-•14m ago•0 comments

Notes On Distance Dialing (1956) [pdf]

https://explodingthephone.com/hoppdocs/nodd1956.pdf
2•colinprince•15m ago•0 comments

Rogue OpenAI models teamed up to break out of their testing environment

https://www.tomshardware.com/tech-industry/artificial-intelligence/rogue-openai-models-behind-unp...
2•sbulaev•15m ago•1 comments

How does it feel if u get hot leads on your dashboard

2•Brikuio•15m ago•0 comments

A Mathematical Theory of the Antilibrary

https://growingbits.dev/fragments/a-mathematical-theory-of-the-antilibrary#3-the-utility-score
1•MexicanYoda•15m ago•0 comments

Google Built a Monopoly on Search Defaults and Will Do It Again in AI

https://spreadprivacy.com/google-appeal-amicus/
4•dotcoma•16m ago•0 comments

Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)

https://github.com/CopilotKit/channels-sdk
23•davidmckayv•17m ago•0 comments

Show HN: Silo – S3-compatible object storage, a maintained fork of MinIO

https://silo.pgsty.com
4•Vonng•17m ago•0 comments

Building a Dual V100 AI Workstation for Local LLMs

https://jayakody2000lk.blogspot.com/2026/07/building-dual-v100-ai-workstation-for.html
3•speckx•18m ago•0 comments

The impact of nonlinear child costs on Switzerland's birthrate

https://www.swissinfo.ch/eng/swiss-politics/falling-first-births-and-the-swiss-third-child-dilemm...
1•chobouser•18m ago•0 comments

Digital twins of your business to test your agents

https://sonatalabs.ai/before-you-deploy/
1•matildagh•19m ago•1 comments

Study reveals new role for tau, a top target for Alzheimer's drug development

https://www.statnews.com/2026/08/06/research-finds-how-tau-targets-cells-structure-alzheimers-dru...
2•petethomas•19m ago•0 comments

Show HN: Popcorn – An open-source browser cloud that runs inside TEEs

https://blog.reclaimprotocol.org/posts/why-we-built-popcorn
5•abdulrreshamwal•19m ago•0 comments

Suno offers its AI song on Vynil

https://vinyl.suno.com/
3•hmokiguess•19m ago•0 comments

Thursday Morning and Grothendieck

https://ideal.iroha1203.dev/thursday-morning-and-grothendieck-05c0fec11561
3•iroha1203•19m ago•0 comments

Colourfields

https://quuxplusone.github.io/blog/2026/08/05/colourfields/
1•ibobev•20m ago•0 comments

Cppdashboard.dev – The aggregator of what matters in C++

https://mariusbancila.ro/blog/2026/08/04/cppdashboard-dev-the-aggregator-of-what-matters-in-cpp-r...
2•ibobev•20m ago•0 comments

Show HN: Stop Animated Images from Autoplaying

https://neonglow.studio/gif-control/
1•neonglow•21m ago•1 comments

DARPA Lift Challenge

https://www.darpaliftchallenge.com/watch
1•rkwasny•21m ago•0 comments

We built Pandroid: a small, accessible robot for running AI in the world

https://pantograph.com/hardware
3•agajews•21m ago•1 comments
Open in hackernews

Show HN: Keychange, macOS input source switching per keyboard, not per app

https://keychange.dev
2•tmrmn•59m ago

Comments

tmrmn•59m ago
macOS can switch input sources per app or by shortcut, but not natively per keyboard. If your keyboards have different layouts, you end up switching by hand every time you move between them, or typing the first few characters in the wrong layout and fixing them after.

Keychange is a menubar app. It lets you assign an input source to each connected keyboard, and it switches the moment you start typing. Keyboards are identified per VID/PID and mappings survive unplugging.

I used autokbisw for years, which solves the same problem from the command line and solves it well. I wanted the mapping visible and configurably more easily. Keychange implements two things beyond that: it can optionally switch before the key press is delivered, so even the first character after a switch comes out right and it has strategies what to do when the input source is changed by other apps.

It needs Input Monitoring permission to detect which device a keystroke came from. Nothing is stored or sent anywhere. The only network request it makes is the update check. Free, MIT licensed.

https://keychange.dev https://github.com/dennistimmermann/keychange

It's a brand new app, so any and all feedback is welcome.