Viewing profile — catchmrbharath
catchmrbharath
HN member- Joined
- Thu, May 10, 2012, 7:16 AM UTC
- HN karma
- 139
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About catchmrbharath
Recent public activity
-
comment
Comment #44391076
> Are there APK(s) that run on Tensor? No. AiCore service internally uses the inference on Tensor ( http://go/android-dev/ai/gemini-nano ) > Is there anything at all from anyone I …
-
comment
Comment #44389989
The APK that you linked, runs the inference on CPU and does not run it on Google Tensor.
-
comment
Comment #32053246
Google’s Grammar checker works completely offline.[1] [1] https://ai.googleblog.com/2021/10/grammar-correction-as-you-... (Disclosure: I work at Google)
- story
-
comment
Comment #20934693
Small Nitpick: You cannot reconstruct a square wave even if you use infinite fourier coefficients due to Gibbs phenomenon.( https://en.m.wikipedia.org/wiki/Gibbs_phenomenon )
-
comment
Comment #15573239
The whole world knows it as Arabic numerals. I am not contesting where it originated, I am just saying, that using Indian numerals confuses everyone.
-
comment
Comment #15573234
Hinduism and the Hindi language are two different things, and they are not related.
-
comment
Comment #14721484
I would also add 5. http://dev.stephendiehl.com/fun/
-
comment
Comment #12308985
Looks like its not maintained.
- story
-
comment
Comment #12183361
> Lights candles to summon Jason Scott to ingest it into the Internet Archive And he has responded. https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/com...
-
comment
Comment #12118702
India has about 18 official languages. Its hard to support all the official languages. Also, the people who are online are mostly people who understand English. Supporting language…
-
comment
Comment #12059571
I am not talking about inventing data structures or an algorithm on the spot. It takes some amount of time to find the right data structure and the algorithm. I felt that the inter…
-
comment
Comment #12058950
I used to believe this. As a masters student who is going to graduate soon, I have to put in months of preparation for the interviews. Nobody believes in your ability to write code…
-
comment
Comment #12058920
I had this view when I was interviewing for internships during this quarter. I have spent working and interviewing at a couple of places, before I came to pursue my masters and I b…
-
comment
Comment #11576671
> You can't get cops to do their jobs without a bribe. Need a passport? You're going to have cough up cash to get the paperwork you need I and thousands of students can vouch that …
-
comment
Comment #11513641
- You don't usually get charged to have a checking account in the US. I have to maintain a minimum balance of 1500$ for the checking account to be free. >> - The lack of interest o…
-
comment
Comment #11513152
I have been guilty of sharing the PIN in restaurants, when they don't have wireless terminals (which happens very rarely). There are a couple of reasons why I didn't feel it was a …
-
comment
Comment #11513126
India is way ahead of the US financial system. I am a student here in US and I can't really fathom how bad the US financial system is. - Intra bank wires / transfers are free and h…
- story
-
comment
Comment #11057254
One of the best articles I read on the subject was this http://blog.paralleluniverse.co/2014/02/04/littles-law/
-
comment
Comment #11010389
> I am doubly upset at that teacher now. You shouldn't be. Wireless Technology is an advanced class for Electrical Engineering majors. Electrical Engineering majors would have gone…
-
comment
Comment #10351153
Is there any documentation for the plotting library? I would love to explore it, but couldn't find many examples / documentation for different kinds of plot.
-
comment
Comment #10313252
> Please note for Internships: We look for junior standing or above for all areas of engineering. We hire several interns every summer and fall. We aren’t currently accepting appli…
-
comment
Comment #10166702
Nope. Math.floor(-15.5) would be -16. It rounds a number downwards. -16 < -15.