Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ciarcode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
ciarcode
5mo ago
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 implemented a state machine to manage a quite complex re
2.
▲
by
ciarcode
2y ago
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. linting, transforms, resolution behavior, language service
3.
▲
by
ciarcode
2y ago
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 synchronous communication on stan
4.
▲
by
ciarcode
3y ago
Ah ok, that kind of lager!
5.
▲
U.S. to announce fusion energy ‘breakthrough’
(web.archive.org)
4 points
by
ciarcode
4y ago
|
0 comments
6.
▲
by
ciarcode
4y ago
What about SETs?
7.
▲
by
ciarcode
4y ago
It’s a war among poor people, that the ruling class love to maintain power.
8.
▲
by
ciarcode
4y ago
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’t have direct experience outside the automotive sector
9.
▲
by
ciarcode
4y ago
You do maybe
10.
▲
by
ciarcode
4y ago
I don’t think you’re really Italian ahahah
11.
▲
English Is the Language of Science. That Isn’t Always a Good Thing
(smithsonianmag.com)
2 points
by
ciarcode
4y ago
|
1 comments
12.
▲
by
ciarcode
4y ago
These days remember us that is better to have top class military. I’m sad about it, but this is the reality, I guess.
13.
▲
by
ciarcode
4y ago
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, but at different times. - If preemptive, the scheduler will
14.
▲
by
ciarcode
4y ago
Then it would be not an hard real time system.
15.
▲
by
ciarcode
5y ago
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/5290043/nazi-history-eu-data-privacy-gdpr&#
16.
▲
by
ciarcode
5y ago
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 interested in a html/css/javascript tutorial, we
17.
▲
by
ciarcode
5y ago
I think this is finally the time to switch to Safari from Chrome for me.
18.
▲
by
ciarcode
5y ago
What would happen if I block the mods? I won’t see anymore stuff from their subreddit or anything?
19.
▲
by
ciarcode
5y ago
Could you please argument your POV?
20.
▲
by
ciarcode
5y ago
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
21.
▲
by
ciarcode
5y ago
I don’t understand, you think that switching to French will expose us to each single European country culture?
22.
▲
Bosch New Wafer Fab for automotive: Europe-backed investment in semiconductor
(reuters.com)
3 points
by
ciarcode
5y ago
|
1 comments
23.
▲
by
ciarcode
6y ago
I think this is the solution used in FreeRTOS if you use heap1 as allocator.
24.
▲
by
ciarcode
6y ago
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 needed in an embedded system, and they can live with arrays and
25.
▲
by
ciarcode
6y ago
Can someone explain me why do we use C for writing code for electronic control unit of a vehicle motor if it is so unsafe? It is true that ECUs are programmed with code generated though model based design,but there can be some parts manuall