Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2024-05-01-april-2024-roundup.md #472

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _posts/2024-05-01-april-2024-roundup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "What we've been reading in April (2024)"
description:
Here are the articles, videos, and tools that we've been excited about in April 2024, including interesting video game projects, a new report on the state of IoT software, and a tech talk on the new hardware model from Zephyr.
gminn marked this conversation as resolved.
Show resolved Hide resolved
author: tyler
tags: [roundup]
---
Expand Down Expand Up @@ -32,7 +34,7 @@ What have you been reading? Share in the comments or

- [**Speeding Up C++ Build Times | Figma Blog**](https://www.figma.com/blog/speeding-up-build-times/)<br>
Interesting article looking at uncached C++ build time speedups. (Spoiler,
it's the headers :face_exhaling: ) — Noah
it's the headers 😮‍💨) — Noah

- [**Diving Into Zephyr's New Hardware Model // Zephyr Tech Talk #014 - YouTube**](https://www.youtube.com/watch?v=hQC3EcFqDkc)<br>
Great walkthrough of the new Zephyr hardware model. (We posted a link to a
Expand All @@ -57,7 +59,7 @@ What have you been reading? Share in the comments or
## Projects & Tools

- [**BabbleSim | A physical layer simulator**](https://babblesim.github.io/)<br>
A physical layer simulator to develop, test, and debub shared medium networks.
A physical layer simulator to develop, test, and debug shared medium networks.
E.g. simulate a 2.4GHz BLE link between two simulated devices. — François

- [**elcritch/nesper: Program the ESP32 with Nim! Wrappers around ESP-IDF API's.**](https://github.com/elcritch/nesper)<br>
Expand Down
Loading