Viewing profile — superblas
superblas
HN member- Joined
- Thu, Aug 17, 2023, 8:23 AM UTC
- HN karma
- 23
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About superblas
No profile information was provided.
Recent public activity
-
comment
Comment #46549322
I think you’re aware of this already but for everyone else: There’s different kinds of embedded. What traditionally was referred to as embedded is microcontrollers (e.g., 32-bit AR…
-
comment
Comment #46490218
+1 for this. On my system, an ARM cortex-M7, there’s RAM at address 0. In order to catch null pointer dereferences I ended up activating the MPU to make the first couple hundred by…
-
comment
Comment #45777534
Perhaps they’re conflating how you can’t use “const” as a compile time constant (e.g., you can’t declare the size of an array with a “const” variable). If so, C23 solves this by fi…
-
comment
Comment #45655483
Agreed. As an embedded software engineer new to the field I’ve seen senior engineers with over ten years of experience complain when division by a compile time constant (even by a …
-
comment
Comment #45215259
That’s literally how the English language works. It literally evolves
-
comment
Comment #45184266
Such needless condescension, jibal.
-
comment
Comment #45075446
I was just at one of their offices in San Francisco. They have free breakfast, lunch, and dinner with choices from well over 10 whole restaurants exclusively on their campus. They …
-
comment
Comment #44291467
Excellent rebuttal
-
comment
Comment #44069954
FWIW you can go to settings on GitHub and select what you get emails about. There may even be a digest option such that you get one email per day with all the stuff you would’ve re…
-
comment
Comment #44046217
Luckily we can protest Tesla and spacex (via not signing up for star link) at the same time.
-
comment
Comment #44006131
Because this follows what the Associated Press style guide suggests and it’s either in enough of the training data to be followed, or, OpenAI purposefully made it follow a style gu…
-
comment
Comment #43992850
Could you please expand on how that is murder?
-
comment
Comment #43979287
> If you want a processor that works this way, buy a microcontroller. The ARM Cortex-R5F and Cortex-M7, to name a few, have branch predictors as well, for what it’s worth ;)
-
comment
Comment #42509911
My understanding is that the cost that is mentioned comes from the branch introduced by checking if the dereference is in-bounds (and the optimizations these checks allegedly prohi…