Hacker News new | past | comments | ask | show | jobs | submit | pepa65's comments login

How do you see that China is an actively hostile power?

Yes, that's called galvanic corrosion: metals with different electrical potentials come into contact and water enters the mix.

You seem to know a lot about it, but you're really just reinforcing the point.

I don't see how. There aren't as many options as GP represents, because most of the things in the list are simply non sequitur.

Return value is not needed, so just "call away" -- asynchronously.

I guess this means when a return value is used, the call is synchronous, and after running the method processing resumes where things left off.


Yes indeed, assigning really turns into an await on an async value. You can explicitly write it as

    a = await async remote_actor.foobar()
So the local actor goes to sleep, awaiting the remote, then the RTS notices the returned value and place the actor on the readyQ for execution, thus waking up from the await.

The solution to this is to NEVER align, and use tabs for code indentation. And if you do ASCII diagrams, do them in comments and align them with spaces (of course). Tabs ONLY from the start of a line until code. No mixing of tabs and spaces.

Please let go of that childish esthetic to align certain stuff with spaces.


You're obviously not a Rust programmer.


Rust only protects from a very small subset of bugs (memory corruption issues and data races) but not from logic bugs which are far more common.


Rust protects against undefined behavior. This is enough that programs either panic in a well-defined way, or continue to run well enough that logging works.


Not having UB isn't exactly unique to Rust though (Rust does have some UB btw it's just not as easy to encounter as in C or C++).


Backwards compatibility.


Can retain that and add a vcs-exclude, right?


I thought this was about soda water, so I though, interesting, I wonder why, some health benefits? But for sugared or otherwise sweetened soda to make a comeback is disappointing...


The one thing I do not appreciate about this Show HN is that there is no repo linked. I do NOT want to install any apps, I just want to build something like this without becoming someone's customer...

I guess my implementation would just be sending a notification to my phone on a messaging platform, or send an email. Maybe use https://ntfy.sh and the more generic app to get these notifications.


My first reaction too was, hey I could do this with ntfy.sh


We have a 40 yard driveway up a hill and trees in the line of sight. I am going to try this, as it will add another option of contacting us.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: