HackerTrans
TopNewTrendsCommentsPastAskShowJobs

physicsyogi

no profile record

comments

physicsyogi
·4 jaar geleden·discuss
Since gravity is the curvature of spacetime, quantizing gravity would mean quantizing spacetime (or quantizing geometry) also, which would lead to their being smallest units of space and time, perhaps somewhere around the Planck length and Planck time.
physicsyogi
·4 jaar geleden·discuss
Lying to local (and state?) police is legal (I think). Lying to federal LEOs is a crime.
physicsyogi
·5 jaar geleden·discuss
The cost of Rust's abstractions are largely at compile time, not at runtime. For example, see https://idursun.com/posts/rust_zero_cost_abstractions_in_act... or https://carette.xyz/posts/zero_cost_abstraction/.
physicsyogi
·5 jaar geleden·discuss
This reminds me a bit of a Clojure library called Plumbing (formerly Graph): https://github.com/plumatic/plumbing. It also let you create a DAG for structured computation. It was used for a web service, at that time.