Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Nokia Design Archive (2025)(aalto.fi)
    65comments
  2. Two-Tier Encryption in the UK – Identical Apple Devices, Different Protection(macanorak.com)
    26comments
  3. Linux support is coming to Snapdragon X2 Series(qualcomm.com)
    205comments
  4. Ideas on modernizing the open-source desktop(lwn.net)
    274comments
  5. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    718comments
  6. Owners mourn spoiled food after firmware update bricks Samsung smart fridges(arstechnica.com)
    6comments
  7. RAM: the forgotten history (2024)(coredump.cx)
    2comments
  8. Meta takes down a critical video about meta AI Glasses after filming at Meta(reddit.com)
    201comments
  9. The newest ESP32 can run Linux and it's getting close to a Raspberry Pi(xda-developers.com)
    21comments
  10. When the Debugger Lies(danielmangum.com)
    6comments
  11. ArXiv receives multiyear commitments to support it as an independent nonprofit(arxiv.org)
    30comments
  12. OpenAI agent hacked Australian government website, PM says(bbc.com)
    97comments
  13. VSCode's SSH Agent Is Bananas (2025)(fly.io)
    162comments
  14. Contrastive Language Models(contrastive-lm.notion.site)
    27comments
  15. The "Windows XP Box" (2003)(mini-itx.com)
    35comments
  16. Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest(github.com/nestrilabs)
    52comments
  17. Early rogue AI agent activity and attempts to hack found on urlquery.net(transluce.org)
    156comments
  18. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    109comments
  19. Hackers influence ChatGPT and Gemini to direct users to scam centers(medium.com/arielsimon)
    10comments
  20. Why 'What's Opera, Doc?' looks like that(animationobsessive.substack.com)
    19comments
  21. 'That's so AI ' What gen Alpha's biggest insult tells us(theguardian.com)
    65comments
  22. Women Who Sold Books Door to Door(jstor.org)
    5comments
  23. Mercury 2.5 LLM hits 770 tokens per second(artificialanalysis.ai)
    78comments
  24. The Year of Internal Tools(geocod.io)
    8comments
  25. Making portable my unportable transputer C compiler(nanochess.org)
    7comments
  26. Meta VR Glasses(meta.com)
    398comments
  27. Making Tailscale Faster(tailscale.com)
    76comments
  28. Automated optimization of a molecular simulation program(shishir-iyer.medium.com)
    2comments
  29. The mystery animal on an ancient god's head(signoregalilei.com)
    36comments
  30. Tokens too cheap to meter(jyn.dev)
    214comments

The newest ESP32 can run Linux and it's getting close to a Raspberry Pi

80 pointsby 2h agoxda-developers.com
19 comments
2h agoHN ↗

It looks like this latest version has an actual MMU of sorts, so that should make many things possible.

1h agoHN ↗

By "of sorts" you mean a full RISC-V 32-bit MMU (Sv32).

2h agoHN ↗

With all the capabilities, video and audio output, it might be an excellent platform for software emulation of older devices. There is plenty of GPIO that can be driven by the 40 MHz core while the other two work on nobler things.

1h agoHN ↗

It is a great platform for this, considering the cost. There have been several decent ESP based emulators already, including many consoles, a ZX Spectrum emulator, and even a 386 emulator.

https://github.com/foky26/Retro-Gamer

https://github.com/EremusOne/ESPectrum

https://github.com/hchunhui/tiny386

New chips like the one in the article should be even more capable. 486 won’t be out of reach for long.

One of the big problems has been handling peripheral emulation, multiple controllers, etc. USB plus the other cores should help with this.

1h agoHN ↗

Ah, the Lord Giveth and the Lord Taketh Away. P4 didn't have enough raw speed for camera applications but had MIPI CSI, S31 has enough raw speed but no CSI.

51m agoHN ↗

My reaction precisely when I first heard the specs for this thing. Espressif works in mysterious ways.

3m agoHN ↗

I imagine that most of these (like almost all embedded chips) are designed primarily for some specific customer or two, and then they dump them on the market generally on the off chance someone else wants them too now that they're essentially capitalized.

13m agoHN ↗

What about the P4's "raw speed" is lacking for camera applications (vs S31)?

1h agoHN ↗

Sorry for the staple "duh AI article" but the product would be interesting, XDA-Devs is an established name, and then reading chapter titles like "Peripherals already change how it looks" is appaling. Like, ok, you pump up the text with AI, but at least proofread that sentences make sense? At least the titles?

54m agoHN ↗

The article seems to confuse the MCU and some sort of undisclosed SBC for the MCU. Well, it’s starting to do this in the headline.

45m agoHN ↗

That why I don't read the news part of xda-developers. Their staff seem to make a lot of basic technical errors despite what xda-developers is known for.

(Although xda-developers forum isn't exactly a great place for technical discussions either. Not following standard software engineering practice and instead using forum posts to track bugs and announce releases in 2020s is beyond me.)

47m agoHN ↗

I have esp32’s in every room for tracking down The Who in home automation via home assistant and Bermuda. I soldered some headers for the first time and now I’m making custom pcb boards. I added a fog machine for my halloweeen decorations and I’m just having fun. I could see how a much powerful esp32 could eliminate the dozen have and allow to switch between the outlet and battery.

41m agoHN ↗

I have esp32’s in every room for tracking down The Who in home automation via home assistant and Bermuda.

I'm sorry to be asking this, but what is that supposed to mean?

11m agoHN ↗

https://github.com/agittins/bermuda

Smart homes are dumb unless you are presence aware. Looking at your phone to do a thing is just moving a light switch to your hand.

The Who is — does the automation make sense for one or many people. If two people are in a room what happens? If one person leaves what happens?

Esp32’s are pivotal in actually making a smart home predict what you want making the home more of a friend, “get on up there Peter Townsend.”

27m agoHN ↗

"Bermuda aims to let you track any bluetooth device, and have Home Assistant tell you where in your house that device is."

35m agoHN ↗

The range of difference in capabilities of different boards branded ESP32 is getting larger. Makes it tricky to figure out when someone says ‘you can run this on an ESP32’ what level of hardware investment is required.

5m agoHN ↗

I am really struggling to understand what ESP32 is. I've got into adjacent things a bit recently, but haven't figured that one out yet.