Live data from Hacker News

Viewing profile — ciarcode

ciarcode

HN member
Joined
Mon, Mar 01, 2021, 10:42 PM UTC
HN karma
64
Public activity
26 items

About ciarcode

No profile information was provided.

Recent public activity

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

  2. 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.…

  3. 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…

  4. story
  5. comment
    Comment #35726411

    Ah ok, that kind of lager!

  6. story
  7. comment
    Comment #33393297

    What about SETs?

  8. comment
    Comment #32966533

    It’s a war among poor people, that the ruling class love to maintain power.

  9. 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…

  10. comment
    Comment #31855032

    You do maybe

  11. comment
    Comment #31855027

    I don’t think you’re really Italian ahahah

  12. story
  13. 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.

  14. 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,…

  15. comment
    Comment #31056227

    Then it would be not an hard real time system.

  16. 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…

  17. 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…

  18. comment
    Comment #28816832

    I think this is finally the time to switch to Safari from Chrome for me.

  19. comment
    Comment #28313225

    What would happen if I block the mods? I won’t see anymore stuff from their subreddit or anything?

  20. comment
    Comment #28121651

    Could you please argument your POV?

  21. 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

  22. comment
    Comment #27453706

    I don’t understand, you think that switching to French will expose us to each single European country culture?

  23. story
  24. comment
    Comment #26435088

    I think this is the solution used in FreeRTOS if you use heap1 as allocator.

  25. 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…