Viewing profile — ciarcode
ciarcode
HN member- Joined
- Mon, Mar 01, 2021, 10:42 PM UTC
- HN karma
- 64
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About ciarcode
No profile information was provided.
Recent public activity
-
comment
Comment #47910098
Well, this is used in the automotive domain for long time now. Look at matlab/simulink: you can draw your algorithm as a state machine and generate the code out of it. Recently I i…
-
comment
Comment #43345482
In the post, they specifically talk about two points that seems to address some of your doubts 1. “We expect to have a more curated API that is informed by critical use-cases (e.g.…
-
comment
Comment #43340931
I think they answered in their FAQ here: https://github.com/microsoft/typescript-go/discussions/455#d... . If I got it correctly, they created a node native module that allows sync…
- story
-
comment
Comment #35726411
Ah ok, that kind of lager!
- story
-
comment
Comment #33393297
What about SETs?
-
comment
Comment #32966533
It’s a war among poor people, that the ruling class love to maintain power.
-
comment
Comment #32427462
In automotive, development of control algorithms for the engine is entirely “visual”, through simulink/matlab. You design the model on simulink, then it generates the C code. I don…
-
comment
Comment #31855032
You do maybe
-
comment
Comment #31855027
I don’t think you’re really Italian ahahah
- story
-
comment
Comment #31215735
These days remember us that is better to have top class military. I’m sad about it, but this is the reality, I guess.
-
comment
Comment #31056552
I always think to priority-based scheduling in this way. Maybe it can help someone else. The scheduler will always schedule the highest priority task among ones in the ready queue,…
-
comment
Comment #31056227
Then it would be not an hard real time system.
-
comment
Comment #29623331
Perfect summary of what is happening right now in Europe. German citizen in particular have a strong privacy-oriented culture after what happened during WWII. https://time.com/5290…
-
comment
Comment #29528710
I would be glad to find an integrated guide on how to build a state-of-the-art website and how to deploy/maintain it on a server like AWS or DigitalOcean. I mean, I'm not intereste…
-
comment
Comment #28816832
I think this is finally the time to switch to Safari from Chrome for me.
-
comment
Comment #28313225
What would happen if I block the mods? I won’t see anymore stuff from their subreddit or anything?
-
comment
Comment #28121651
Could you please argument your POV?
-
comment
Comment #27940194
Not related to the discussion, but I need to say I didn’t know I could use NB (i.e., “nota bene”) in an English conversation. Thanks
-
comment
Comment #27453706
I don’t understand, you think that switching to French will expose us to each single European country culture?
- story
-
comment
Comment #26435088
I think this is the solution used in FreeRTOS if you use heap1 as allocator.
-
comment
Comment #26320301
yeah I know that, and I always wondered how they implement basic data structure like linked list or bst with static allocation. I guess that this will be never something really nee…