HackerTrans
TopNewTrendsCommentsPastAskShowJobs

robot

no profile record

comments

robot
·4 tháng trước·discuss
BTW Rob Pike designed the Go language channels inspired by this work: https://go.dev/tour/concurrency/2
robot
·4 tháng trước·discuss
"Communicating Sequential Processes" by Tony Hoare: https://www.cs.cmu.edu/~crary/819-f09/Hoare78.pdf

It had intrigued me due to its promise of designing lock-free concurrent systems, that can (I think) also be proven to be deadlock-free.

You do this by building a simple concurrent block that is proven to work correctly, and then build bigger ones using the smaller, proven blocks, to create more complex systems.

The way it is designed is processes don't share data and don't have locks. They use synchronized IPC for passing and modifying data. It seemed to be a foundational piece for designing reliable systems that incorporate concurrency in them.
robot
·8 tháng trước·discuss
I don't get this. I installed the tesla app and was approved to book a drive in 1 week (last week). I've been in the Waymo waiting list for at least 6 months, and still haven't gotten approval and can still only book in SF. They do move slow.
robot
·11 năm trước·discuss
Is it common that you fund startups with big/growing competitors?