HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ciarcode

no profile record

Submissions

[untitled]

1 points·by ciarcode·2 anni fa·0 comments

U.S. to announce fusion energy ‘breakthrough’

web.archive.org
4 points·by ciarcode·4 anni fa·0 comments

English Is the Language of Science. That Isn’t Always a Good Thing

smithsonianmag.com
2 points·by ciarcode·4 anni fa·1 comments

Bosch New Wafer Fab for automotive: Europe-backed investment in semiconductor

reuters.com
3 points·by ciarcode·5 anni fa·1 comments

comments

ciarcode
·3 mesi fa·discuss
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 react component, who moves from one visual state to another through some css transitions. It’s not a difficult state machine, but I think people are not so well versed in it.
ciarcode
·anno scorso·discuss
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 embedding, etc.).”

2. “We also can imagine opportunities to optimize, use other underlying IPC strategies, and provide batch-style APIs to minimize call overhead.”

Anyway, I’ve used the compiler API a lot too, and I really enjoy its huge capabilities, making possible practically everything on the source code (EDIT: and hijack the build process too). I hope we won’t miss too much.
ciarcode
·anno scorso·discuss
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 standard I/O between external processes.

So, this node module will make possible the communication between the typescript compiler GO process, that will expose an “API server compiler”, and a client side JavaScript process.

They don’t think it will be possible to port all APIs and some/most of them will be different than today.
ciarcode
·3 anni fa·discuss
Ah ok, that kind of lager!
ciarcode
·4 anni fa·discuss
What about SETs?
ciarcode
·4 anni fa·discuss
It’s a war among poor people, that the ruling class love to maintain power.
ciarcode
·4 anni fa·discuss
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, but I believe that this approach is used in other sectors like aerospace. Maybe designing models is better than writing low level code for control algorithms?
ciarcode
·4 anni fa·discuss
You do maybe
ciarcode
·4 anni fa·discuss
I don’t think you’re really Italian ahahah
ciarcode
·4 anni fa·discuss
These days remember us that is better to have top class military. I’m sad about it, but this is the reality, I guess.
ciarcode
·4 anni fa·discuss
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 schedule the higher priority task (higher than the currently running one) as soon as it enters the ready queue.

- If non preemptive, the scheduler will schedule the higher priority task only when the running one terminated or explicitly call a yield() (call to yield --> cooperative)

In principle, you can mix both scheduling types, making some tasks "non-preemptable" and other tasks "preemptable".
ciarcode
·4 anni fa·discuss
Then it would be not an hard real time system.
ciarcode
·5 anni fa·discuss
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/?...
ciarcode
·5 anni fa·discuss
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 have enough resources on that. What I found really missing on the internet (maybe I'm not that good at searching), is a step-by-step detailed guide on how to deploy/update/maintain a website. An unordered list of thing that came up to my mind:

- How to deploy the website on a server

- Which server should one use

- How to expose it on the internet (buy domain name)

- Version control and hosting the repository (GitHub vs gitlab vs ...)

- Updating your website (CI/CD like Jenkins?)

- Reproducible environments (Docker?)

- How to integrate analytics

- How to integrate ads respectfully (of your users)

- How to integrate paying contents

- How to address security

- Ho to address scalability
ciarcode
·5 anni fa·discuss
I think this is finally the time to switch to Safari from Chrome for me.
ciarcode
·5 anni fa·discuss
What would happen if I block the mods? I won’t see anymore stuff from their subreddit or anything?
ciarcode
·5 anni fa·discuss
Could you please argument your POV?
ciarcode
·5 anni fa·discuss
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
ciarcode
·5 anni fa·discuss
I don’t understand, you think that switching to French will expose us to each single European country culture?