Viewing profile — physicsyogi
physicsyogi
HN member- Joined
- Tue, May 07, 2013, 8:47 PM UTC
- HN karma
- 178
- Public activity
- 129 items
- HN profile
- View on Hacker News ↗
About physicsyogi
Recent public activity
-
comment
Comment #29953961
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 spa…
-
comment
Comment #29953873
Lying to local (and state?) police is legal (I think). Lying to federal LEOs is a crime.
-
comment
Comment #29265113
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…
-
comment
Comment #29163794
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 …
-
comment
Comment #27885001
It wasn't a foreign agent being used for spying. It was software the government paid for.
-
comment
Comment #27249959
Checkout Datomic. It’s a temporal database that uses datalog as it’s query language. There’s also Datascript, which does the same thing.
-
comment
Comment #25700249
Research into belief perseverance shows that even when people are shown overwhelming evidence contradicting one of their beliefs that they dig in their heels and stick to the belie…
-
comment
Comment #25438663
Libraries like this enable differentiable programming, which lets you backprop through more than just neural networks. For instance, people have built a differentiable raytracer an…
-
comment
Comment #25143471
It's not quite what you're asking for, but there's a comparison to the 1050Ti: https://www.macrumors.com/2020/11/16/m1-beats-geforce-gtx-10...
-
comment
Comment #25088651
Rust can use reference counting though, in addition to borrow checking.
-
comment
Comment #24702103
This is true for me also. It's much easier for me to make connections between things when I have information about them in my head already.
-
comment
Comment #24013022
> I don’t think anyone is entirely writing off x86. Apple seems to be.
-
comment
Comment #23714456
The C extensions are partly why Python reigns in the machine learning and data science world.
-
comment
Comment #23629491
About a month ago, Open AI demoed a language model that does python code generation, using a natural language prompt. It was trained on Github repos. https://news.ycombinator.com/i…
-
comment
Comment #23163254
There were only two professors I was on a first name basis with in college. One was my advisor, I also worked in his lab for two years. The other was another professor in the depar…
-
comment
Comment #23085593
I'm hoping the SwiftUI updates will include a TextView that can handle attributed strings.
-
comment
Comment #23085453
> The current way to get a lot of efficient computation on a modern computer is to engage the GPU of said machine. This means that any language hosted on the CPU is going to be at …
-
comment
Comment #22902353
The author of the linked post (Karpathy) recommends learning from Stanford's CS231n class (free) instead: http://cs231n.stanford.edu/ .
-
comment
Comment #22889364
This seems like something that could be useful for data scientists.
-
comment
Comment #22871252
It seems like the author is wrong about the weak Sapir-Whorf hypothesis not applying to programming languages. This is anecdotal, but once I learned Clojure, some things about the …
-
comment
Comment #22856704
Since TFHE does the encryption at the binary level, it looks like it would need to also work on the float level to be useful for a lot of data science/machine learning use cases. I…
-
comment
Comment #22526937
This was shared in 2017. https://news.ycombinator.com/item?id=15249289
-
comment
Comment #22495233
Meh. The new logo looks like it was made to go on toys.
-
comment
Comment #22195805
I'd be surprised if it's dead. At least two of the people on the Swift for Tensorflow team were building a deep learning library in Swift before Swift for Tensorflow was a thing. M…
-
comment
Comment #22132956
I've not heard of Pointing and Calling before, but this perhaps explains what I do to keep from forgetting my wallet or phone when leaving the house. I pat my pockets before I exit…