frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

ESP32-C6 Power Consumption: Arduino vs. Zephyr vs. ESP-IDF Comparison

https://www.qoitech.com/blog/esp32-c6-power-consumption-comparison/
27•hasheddan•4d ago

Comments

dlcarrier•4d ago

    It highlights that an idle loop in Arduino is energetically detrimental.
That's not particularly uncommon. Many compilers or OSes default to wait loops when there's nothing to do, and they can be pretty power hungry.
mbanzi•4d ago
The arduino framework is optimised for ease of use. Battery powered devices were not the target back then when it was created. This benchmark should have used one of the many techniques that optimise for power consumption.
snvzz•47m ago
As of the recent launch of the ESP32-S31, all the ESP32 product lines have been migrated to RISC-V.

Unsurprisingly, the old, non-standard, encumbered architecture is not missed.

gsliepen•46m ago
> execute instructions faster (via -O3)

One problem with -O3 is that it disregards any effects of the cache (and yes, ESP32s have a bit of cache memory). I recommend using -Os as the default optimization level, as it often has the same or almost the same performance benefits as -O3. Less cache pressure is beneficial, especially for bigger applications, and the smaller code size is of course nice on embedded systems that have limited amounts of flash storage. If you know some specific functions or source files are performance sensitive, you can use pragmas to change optimization for those:

    #pragma GCC optimize("O3")
See https://gcc.gnu.org/onlinedocs/gcc/Function-Specific-Option-.... Clang has a similar pragma, see https://clang.llvm.org/docs/LanguageExtensions.html#extensio....

AI's top startups are barely publishing their research

https://www.science.org/content/article/ai-s-top-startups-are-barely-publishing-their-research
464•YeGoblynQueenne•12h ago•242 comments

The coolest use for the Vision Pro

https://christianselig.com/2026/07/vision-pro-house/
663•robbiet480•13h ago•260 comments

Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac

https://github.com/drumih/turbo-fieldfare
799•gitpusher42•18h ago•282 comments

Superlogical

https://www.superlogical.com/
701•yan•18h ago•410 comments

LLM Honeypot

https://llm2human.pages.dev/
252•8thom•11h ago•65 comments

The Productivity Mirage

https://frantic.im/mirage/
240•msephton•10h ago•94 comments

Keychron announces first open-source firmware for gaming mice

https://www.digitalfoundry.net/news/2026/07/keychron-announces-first-open-source-firmware-for-gam...
378•JLO64•17h ago•152 comments

The Cold Email

https://zachholman.com/posts/cold-email
210•holman•12h ago•82 comments

Anatomy of a Frontier Lab Agent Intrusion: A Timeline of the July 2026 Incident

https://huggingface.co/blog/agent-intrusion-technical-timeline
383•artninja1988•1d ago•211 comments

Concurrency, interactivity, mutability, choose two

https://www.n16f.net/blog/concurrency-interactivity-mutability-choose-two/
21•billiob•3d ago•9 comments

Logic for Programmers

https://logicforprogrammers.com/
123•_doctor_love•9h ago•25 comments

A.I. companies are recruiting electricians and carpenters by the thousands

https://www.nytimes.com/2026/07/29/business/economy/data-center-electricians-training.html
285•thm•19h ago•350 comments

ESP32-C6 Power Consumption: Arduino vs. Zephyr vs. ESP-IDF Comparison

https://www.qoitech.com/blog/esp32-c6-power-consumption-comparison/
27•hasheddan•4d ago•4 comments

Kimi K3-256k

https://www.kimi.com/code/docs/en/kimi-code/models
433•monneyboi•14h ago•127 comments

Show HN: CheapFoodMap – A map of good meals under $10

https://cheapfoodmap.com/
209•jaep1•16h ago•194 comments

Why the future is local app

https://getapps.cafe/blog/why-the-future-is-local-app
26•knlam•6h ago•24 comments

The first watch featuring computer functions

https://by.seiko-design.com/140th/en/topic/58.html
4•stefanv•3d ago•0 comments

Turning a dumb AC unit smart (without losing my security deposit)

https://prilik.com/blog/post/automating-ac-nyc/
167•austinallegro•15h ago•137 comments

Angels in Coptic Magic I: Introduction

https://www.coptic-magic.phil.uni-wuerzburg.de/index.php/2026/01/16/angels-in-coptic-magic-i-intr...
47•jruohonen•3d ago•5 comments

Kuna: Decompiler Development in the Age of Coding Agents

https://noelo.org/blog/kuna-release/
34•matt_d•7h ago•10 comments

Some thoughts about Anthropic's new cryptanalysis results

https://blog.cryptographyengineering.com/2026/07/29/some-notes-about-anthropics-new-results/
156•supermatou•17h ago•84 comments

The Rust on ESP Book

https://docs.espressif.com/projects/rust/book/
159•AlexeyBrin•4d ago•17 comments

Hamburg's Stadtpark: A Park Built to Be Used

https://alsterrunde.com/hamburgs-stadtpark-a-park-built-to-be-used/
155•mertbio•3d ago•45 comments

Launch HN: Tokenless (YC S26) – Automatic model switching to save money

https://usetokenless.com/
62•rohaga•17h ago•57 comments

London’s most equidistant pub

https://equidistance.io/londons-most-equidistant-pub/
40•lambfruit•4d ago•21 comments

Man and the Computer by John G. Kemeny (1972 book by the co-creator of BASIC)

https://archive.org/details/mancomputerbyjoh0000john
48•MilnerRoute•10h ago•13 comments

Refactoring cuisine: how an Iraqi stew sailed to Singapore

https://iza.ac/posts/2026/07/the-journey-of-bamya/
55•infinitewalk•3d ago•21 comments

SalesPatriot (YC W25) Is Hiring FDEs

https://www.ycombinator.com/companies/salespatriot/jobs/M46X6YX-forward-deployed-engineer
1•maciejSz•12h ago

A Trampoline

https://dogdogfish.com/blog/2026/07/29/a-trampoline/
107•matthewsharpe3•13h ago•63 comments

Recursive Filters: SMA, EMA, Low‑Pass, and a Tiny Kalman

https://www.staszewski.xyz/blog/recursive-filters/
42•kamilstaszewski•2d ago•10 comments