Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Bread AI – decentralized AI inference using spare GPUs(breadai.io)
    discuss
  2. "Apple has developed an unexpected workaround."(aresluna.org)
    discuss
  3. Jev Is Not a Language Model, but It Breaks Like One(checkpoint.com)
    discuss
  4. The same bug fix costs 0.4¢ or $2, depending on which coding agent you ask(ariwilson.com)
    discuss
  5. Microsoft's Terrifying New Patent (ACR Adjacent)(youtube.com)
    discuss
  6. Underlimit – Beat 2MB PDF upload caps with 1984 fax compression(mirceamitu.github.io)
    discuss
  7. Can your AI model survive its own mistakes?(github.com/dmigwi)
    discuss
  8. OpenAI Agent Attack on Austral. Gov't Website: First Publicly Disclosed Instance(wsj.com)
    1comments
  9. Machine god metaphors eat your brain(programmablemutter.com)
    discuss
  10. Cloudflare Python Workers are now generally available(simonwillison.net)
    discuss
  11. Goodbye Grok bot? Claude just released a competitor(claude.com)
    discuss
  12. AI, Make the Website Good(zachleat.com)
    discuss
  13. Accelerating delivery of CVE fixes with a new Kernel release strategy(canonical.com)
    discuss
  14. Julius Evola(wikipedia.org)
    discuss
  15. Google Takes the A.I. Data Center Race to Outer Space(nytimes.com)
    discuss
  16. Google Is Sending an A.I. Data Center to Outer Space(nytimes.com)
    discuss
  17. Oracle Cites 'Force Majeure' to Shield Itself on Controversial Data Center(bloomberg.com)
    discuss
  18. I want my mesh networks to be signed, not encrypted(andanti.no)
    discuss
  19. Type-safe documents with conflict resolution. Faster than any CRDT(github.com/docukit)
    discuss
  20. When Computers Were Magic – By John Ward – Goto 10(goto10retro.com)
    1comments
  21. Show HN: A novel about an AI that starts asking questions, a chapter a day(thought-is-free.com)
    1comments
  22. Delta Can Sue CrowdStrike,Stranded Passengers Can't–They're Asking Supreme Court(viewfromthewing.com)
    discuss
  23. Show HN: Clue Me – Describe the word you're given, Jev tries to guess it(yorohan.com)
    1comments
  24. Show HN: Jev Approach Control(jev-approach-control.vercel.app)
    discuss
  25. There's a new way to break RSA that's faster than anything we've seen before(arstechnica.com)
    discuss
  26. Simplified Technical English in My Writing(jakeworth.com)
    discuss
  27. ASUS Launches ExpertCenter Pro ET900N G3 (GB300, 748GB, Up to 20 PFLOPS)(asus.com)
    discuss
  28. The iPhone 4 'Antennagate' Press Conference Q&A(daringfireball.net)
    discuss
  29. From PHP to Xan to Rust: speeding up large CSV imports in Symfony(vindle.nl)
    discuss
  30. AWS becomes first cloud provider approved for NATO RESTRICTED workloads(aboutamazon.com)
    discuss

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

61 pointsby 2h agoxda-developers.com
14 comments
1h 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).

1h 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.

34m 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.

23m agoHN ↗

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

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?

26m 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.

18m 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.)

19m 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.

13m 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?

8m 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.