Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
physicsyogi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
physicsyogi
5y ago
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
2.
▲
by
physicsyogi
5y ago
Lying to local (and state?) police is legal (I think). Lying to federal LEOs is a crime.
3.
▲
by
physicsyogi
5y ago
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_
4.
▲
by
physicsyogi
5y ago
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.
5.
▲
by
physicsyogi
5y ago
It wasn't a foreign agent being used for spying. It was software the government paid for.
6.
▲
by
physicsyogi
5y ago
Checkout Datomic. It’s a temporal database that uses datalog as it’s query language. There’s also Datascript, which does the same thing.
7.
▲
by
physicsyogi
6y ago
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 belief anyway. [1] There's also Frank Lunz's observatio
8.
▲
by
physicsyogi
6y ago
Libraries like this enable differentiable programming, which lets you backprop through more than just neural networks. For instance, people have built a differentiable raytracer and plugged a physics engine into reinforcement learning to ac
9.
▲
by
physicsyogi
6y ago
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...
10.
▲
by
physicsyogi
6y ago
Rust can use reference counting though, in addition to borrow checking.
11.
▲
by
physicsyogi
6y ago
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.
12.
▲
by
physicsyogi
6y ago
> I don’t think anyone is entirely writing off x86. Apple seems to be.
13.
▲
by
physicsyogi
6y ago
The C extensions are partly why Python reigns in the machine learning and data science world.
14.
▲
by
physicsyogi
6y ago
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/item?id=23250379
15.
▲
by
physicsyogi
6y ago
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 department. It was different in grad school. It was first names f
16.
▲
by
physicsyogi
6y ago
I'm hoping the SwiftUI updates will include a TextView that can handle attributed strings.
17.
▲
by
physicsyogi
6y ago
> 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 a disadvantage. That's only true if your calculation
18.
▲
by
physicsyogi
6y ago
The author of the linked post (Karpathy) recommends learning from Stanford's CS231n class (free) instead: http://cs231n.stanford.edu/ .
19.
▲
by
physicsyogi
6y ago
This seems like something that could be useful for data scientists.
20.
▲
by
physicsyogi
6y ago
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 way I thought about problems changed. I didn't think ab
21.
▲
by
physicsyogi
6y ago
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 could be wrong though.
22.
▲
by
physicsyogi
7y ago
This was shared in 2017. https://news.ycombinator.com/item?id=15249289
23.
▲
by
physicsyogi
7y ago
Meh. The new logo looks like it was made to go on toys.
24.
▲
by
physicsyogi
7y ago
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. Much of their work is a part of Swift for Tensorflo
25.
▲
by
physicsyogi
7y ago
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 and say "wallet" or "phone" as I p
26.
▲
by
physicsyogi
7y ago
It looks like the main differences are the bidirectional links and the automated creation of those links.
27.
▲
by
physicsyogi
7y ago
Non-paywalled version: https://outline.com/WvZKTv
28.
▲
by
physicsyogi
7y ago
> if he took his papers, put them in a stack, and put a staple in the upper left corner, then they would accept that stack as his dissertation When I was finishing my PhD, my advisor pulled out his dissertation to show me what it looked
29.
▲
by
physicsyogi
7y ago
This work is part of the spintronics field. There are some good youtube videos about it: TEDxCaltech - David Awschalom - Spintronics: Abandoning Perfection for the Quantum Age https://www.youtube.com/watch?v=g9NAUPbqAvE
30.
▲
by
physicsyogi
7y ago
Some of the readme reminds me of Borges' Library of Babel [1]. [1] https://en.wikipedia.org/wiki/The_Library_of_Babel
More ›