frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Interim Computer Museum

https://icm.museum/
44•mulmen•1h ago•4 comments

Make your first edit to OpenStreetMap

https://high5apps.github.io/josm-plugin-website-wizard/
382•juliantigler•12h ago•88 comments

Real-SWE: Benchmarking AI models on private, real-world, enterprise codebases

https://withspecific.com/benchmarks/real-swe
169•theanonymousone•8h ago•90 comments

Nvidia is the central bank of AI

https://www.economist.com/interactive/briefing/2026/09/03/nvidia-is-the-central-bank-of-ai
425•tolugenius•13h ago•292 comments

Apple iPod Engraver (2019)

https://dunstanorchard.com/apple-ipod-engraver/
167•NaOH•4d ago•38 comments

Everyone should slow down AI development except for me

https://xeiaso.net/notes/2026/everyone-slowdown-but-me/
267•xena•4h ago•149 comments

From Git to Fossil

https://lucio.albenga.es/web-en/posts/2025/from-git-to-fossil.html
17•smartmic•2d ago•8 comments

The Succession Crisis That Tore England Apart

https://www.historytoday.com/archive/feature/succession-crisis-tore-england-apart
7•pepys•1h ago•1 comments

Getting 50 GB/S Back from the Apple Neural Engine

https://eiln.github.io/posts/ane-dma.html
106•eiln•3d ago•21 comments

Stabilizing Rust's Never Type

https://lwn.net/SubscriberLink/1091015/d9e48318ed242b41/
158•cjd8•3d ago•42 comments

Don't be the out of touch Kung Fu master – John Carmack

https://twitter.com/ID_AA_Carmack/status/2098443262214230095
62•dsubburam•6h ago•34 comments

No Atlantic hurricanes by Sept. 12 breaks a 60-year record

https://www.accuweather.com/en/hurricane/no-atlantic-hurricanes-by-sept-12-breaks-a-60-year-recor...
45•RickJWagner•4h ago•38 comments

Don't call yourself an artisanal programmer

https://purplesyringa.moe/blog/dont-call-yourself-an-artisanal-programmer/
12•emschwartz•2h ago•7 comments

Vintage Scientific Papers with LaTeX

https://github.com/Foadsf/vintage-latex
48•petalmind•3d ago•3 comments

I Made a Non-Wi-Fi Mitsubishi AC Smart with an ESP32

https://medium.com/@ivangomezarnedo/how-i-added-a-non-wi-fi-mitsubishi-ac-to-home-assistant-22770...
10•ichacas•2d ago•1 comments

LG denies TV spying claims, says tracking and snooping concerns 'not true'

https://www.tomshardware.com/tech-industry/big-tech/lg-strongly-denies-tv-security-claims-says-tr...
467•datakan•2d ago•378 comments

AgentsDock: An IDE designed for agentic AI research

https://agentsdock.net/
22•ZihuiGeorgia•4h ago•10 comments

We must pace the frontier

https://darioamodei.com/post/we-must-pace-the-frontier
594•apsec112•14h ago•826 comments

Will There Be a 7G?

https://arxiv.org/abs/2609.01877
87•Betelbuddy•11h ago•150 comments

I made a build visualizer to understand Bun's compile times

https://lalitm.com/post/buildprof/
108•lalitmaganti•13h ago•21 comments

P(doom)

https://lucumr.pocoo.org/2026/9/12/pdoom/
30•lumpa•7h ago•8 comments

Microcode in Intel's 8087 floating-point chip: the scale instruction

https://www.righto.com/2026/09/8087-microcode-reverse-engineering-fscale.html
96•pwg•12h ago•27 comments

Android NAT-T keepalive offload bypasses VPN lockdown

https://supuk.ch/papers/android-natt-keepalive-vpn-bypass
180•mhitza•1d ago•46 comments

Align AI and Mathematics–To Something Else

https://liorpachter.wordpress.com/2026/09/12/align-ai-and-mathematics-to-something-else/
30•nitrogenpuddle•3h ago•19 comments

Linux Zoom client proactively reading everything written to X11 clipboard

https://hachyderm.io/@simontatham/117201594980991062
226•encyclopedism•9h ago•70 comments

I fixed a tractor using John Deere's self-repair service. Farmers aren't sold

https://www.wired.com/story/i-fixed-a-tractor-john-deere-self-repair-service/
114•sbulaev•1d ago•115 comments

A Mathematical Framework for Transformer Circuits (2021)

https://transformer-circuits.pub/2021/framework/index.html
91•Bluestein•14h ago•17 comments

How Trail of Bits helps verify the integrity of Signal chats

https://blog.trailofbits.com/2026/08/11/how-trail-of-bits-helps-verify-the-integrity-of-your-sign...
63•dgroshev•17h ago•38 comments

LG Says We're Fake News [video]

https://www.youtube.com/watch?v=ToP9xfLDSME
208•HelloUsername•9h ago•94 comments

Show HN: See Sounds on Your Webcam

https://soundmap.darebuild.com/
14•jimhi•2d ago•4 comments
Open in hackernews

I Made a Non-Wi-Fi Mitsubishi AC Smart with an ESP32

https://medium.com/@ivangomezarnedo/how-i-added-a-non-wi-fi-mitsubishi-ac-to-home-assistant-22770661dd77
10•ichacas•2d ago

Comments

akifbayram•25m ago
I’ve been working on a similar setup using the M5Stack NanoC6 and AtomS3 Lite, and put together a parts list and wiring guide on my site: https://serin-labs.com/parts.html.

I also built a web flasher with firmware configured for those boards, so you can install directly from your browser without any fiddling or configuring. The ESPHome option uses the same echavet/MitsubishiCN105ESPHome project mentioned in the article. I also included a YAML generator for that project so you can more simply customize the config. There are also separate firmware options for HomeKit and Matter. https://serin-labs.com/flash.html https://serin-labs.com/esphome/generate-yaml.html

I run Serin Labs and sell assembled kits and the cable separately.

For anyone with City Multi, P series, or M series systems with a branch box, you may also be interested in a multi zone controller I’m developing: https://serin-labs.com/multi-zone-controller.html. It connects to the system’s communication bus, allowing one device to control all zones without needing a CN105 adapter at each indoor unit. It also exposes operating data such as refrigerant pressures, temperatures, power, compressor frequency, and fault codes, with everything running locally. Software is still in development.