Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SmartestUnknown
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
SmartestUnknown
6mo ago
Regarding 2x faster than pytorch being a condition for tinygrad to come out of alpha: Can they/someone else give more details as to what workloads pytorch is more than 2x slower than the hardware provides? Most of the papers use standa
2.
▲
by
SmartestUnknown
9mo ago
నూతన సంవత్సర శుభాకాంక్షలు from India!
3.
▲
by
SmartestUnknown
1y ago
The expression f(z) = \sum_i 1/(z-\lambda_i) is called Stieltjes transform and is heavily used in random matrix theory and similar expressions are used in other works such as Batson, Spielman and Srivastava. This is all to analyze the
4.
▲
by
SmartestUnknown
1y ago
Deepthink with Gemini AI Ultra plan. Daily limit of 10 might be restrictive for you though.
5.
▲
by
SmartestUnknown
1y ago
I think it is not just the library but the huge costs associated with storage, encoding and bandwidth. YouTube has innovated significantly to make it as cheap as possible to run such a service and it is likely that it would take an enormous
6.
▲
by
SmartestUnknown
2y ago
To my eyes, the original text in the example is much more readable than the LLM suggested rephrasing.
7.
▲
by
SmartestUnknown
3y ago
Netflix is definitely trying its hardest to get into the Indian market and I do think they are gaining some ground recently. They have picked up a lot of new telugu movies and has basically become essential if you want to stream new movies.
8.
▲
by
SmartestUnknown
3y ago
I didn't want to associate this account w/ my real name but now that you mentioned it wasn't right of me to not point that out. I added a disclaimer. The posted algorithm and the one mentioned in my paper are very similar. It
9.
▲
by
SmartestUnknown
3y ago
This is not a new algorithm. The same algorithm is described in Figure 4 (Theorem 3.1) of https://arxiv.org/pdf/2310.01655.pdf (Disclaimer: I am an author on the linked paper)
10.
▲
by
SmartestUnknown
3y ago
Exactly lol. Not sure why everyone is taking the contribution of lean in finding the error so seriously. I would be more impressed when some mathematician finds a more severe error in their proofs with the help of theorem provers (meaning a
11.
▲
PolySketchFormer: Fast Transformers via Sketches for Polynomial Kernels
(arxiv.org)
2 points
by
SmartestUnknown
3y ago
|
0 comments
12.
▲
by
SmartestUnknown
3y ago
“Rain” is one of my favorites. RIP.
13.
▲
by
SmartestUnknown
4y ago
http://www.performancemodeling.org People who take the course by the author at CMU say very good things about the class and the professor.
14.
▲
by
SmartestUnknown
4y ago
I recently visited France. Before flying from the US, I purchased an Orange e-sim online and activated it while at the airport in the US. As soon as I landed in Paris, I was connected to Orange network and was able to use internet instantly
15.
▲
by
SmartestUnknown
4y ago
God! I hope both WhiteHat Jr. and their parent company Byju's crash and burn. They are crap companies which make poor and gullible parents enroll their kids in one of their programs for extortionate amount of money. If the parents cann
16.
▲
by
SmartestUnknown
5y ago
క్రిస్మస్ శుభాకాంక్షలు. From Hyderabad, India!
17.
▲
by
SmartestUnknown
5y ago
FAQs can be useful if they are used as a questionnaire to test our own understanding of the content. But FAQs being the only source of information is pretty terrible and very lazy. Lately, on many Indian government websites, I’ve seen that
18.
▲
by
SmartestUnknown
5y ago
As an Indian who recently moved to the US, this list captures a lot of things that surprised me. One of the biggest things I was shocked by is the number of choices in US supermarkets - 100s of varieties of chips, 4-5 different sizes of egg
19.
▲
by
SmartestUnknown
6y ago
"we will understand that Apple is not willing to make the changes necessary to allow us to provide Android customers with the option of choosing their app store and payment processing system." Did they intend to write iOS there? T
20.
▲
by
SmartestUnknown
6y ago
Yes. iPhone XR already had great battery life and 11 Pro and 11 Pro Max have more than 4-5 hours additional battery life compared to Xs and Xs Max. My 11 Pro can easily last 1.5 days with heavy usage.
21.
▲
by
SmartestUnknown
6y ago
Any two matrices AB and BA have same eigen values. Say v is an eigen vector of AB with eigen value lambda : you have ABv = lambda v. Now BA (Bv) = B (ABv) = B (lambda v) = lambda*(Bv). So, Bv is an eigen vector of BA with eigen value lambd
22.
▲
by
SmartestUnknown
6y ago
I am an Indian and I have seen so many worthless engineering colleges. The main issues, at least in my opinion, are "very very" bad teaching and very low incentives for someone to study well. I can't fathom how easy it is to
23.
▲
by
SmartestUnknown
7y ago
n^th Fibonacci number requires O(n) bits. So, saying the solution is O(log(n)) is kinda not true. I mean there cannot be a o(n) algorithm for computing decimal representation of n^th fibonacci number.