Live data from Hacker News

Viewing profile — yati

yati

HN member
Joined
Tue, Feb 21, 2012, 8:35 AM UTC
HN karma
1,051
Public activity
269 items

About yati

Humming like a fridge

yati.sagade@gmail.com

Recent public activity

  1. comment
    Comment #37819572

    Much of theoretical computer science is math, like much of modern theoretical physics is also math. “Computational science” brings up images of computational complexity theory, com…

  2. comment
    Comment #34195504

    I was thinking we could run what is being said in a call from an unknown number through a scam detector. The detector, upon noticing an established fingerprint of scam activity, wo…

  3. comment
    Comment #33200834

    My impression (I work at Google) is that internal interfaces to some of these services have a lot of Google-specific stuff that are hard to map to non-Google requirements.

  4. comment
    Comment #28579140

    You also have to see how easy these will be to use, with a dedicated app and all, compared to hiding a camera. In practice, if I spot a hidden cam on someone interacting with me in…

  5. comment
    Comment #28358647

    I gave up on it after the free trial. The search extremely shitty for anything except popular Western music, and oh the recommendations! You like some Shiv Kumar Sharma? How about …

  6. comment
    Comment #28346937

    Yeah, more like 20 (19 CHF/h). Switzerland is expensive, and Starbucks ensures that their prices reflect that -- "caramel frappuccino" is 8.90 CHF for the big bucket of a cup they …

  7. comment
    Comment #28346765

    Yes I confirmed, this was what happened. The shitty part is that there was no obligation for this person to declare, they did it to be transparent, and their contract was never ren…

  8. comment
    Comment #28344736

    > A spokesperson for Starbucks said in an email in response to the union organizing drive: “While Starbucks respects the free choice of our partners, we firmly believe that our wor…

  9. comment
    Comment #28174543

    Why flag the account and report it if the only goal is to politely prevent people from uploading? Like you say, a “code change can do anything” and we simply don’t know how the cur…

  10. comment
    Comment #28174314

    I grew up and studied in Kolkata, and have lived elsewhere in India, but I haven’t quite seen anything like the daily adda outside of West Bengal. The article is spot on with most …

  11. comment
    Comment #25748469

    मुफ़्त (muft) means free of cost, मुक्त (mukt) is free as in freedom. मुफ़्त नहीं। मुक्त (muft nehi, mukt) reads like "not free (of charge), but free as in freedom."

  12. comment
    Comment #25276298

    I was replying to the comment above -- Go or Rust did not simply rename exception related keywords, they have a completely different approach. I don't know of any language that doe…

  13. comment
    Comment #25275055

    Panic/recover isn't used nearly as much for error handling in Go as in Java. An online resource being unreachable does not cause the net package functions to panic.

  14. comment
  15. comment
    Comment #25113386

    Git+your OS make it easy to acquire this software, Your browser and OS collude together to make it easy to run it, The elecric supply to your house makes it easy to run the compute…

  16. comment
    Comment #23820157

    Sorry, I cannot exhaustively list all possible issues with the country's politicians everytime I have something to say about the current government that is supposed to be accountab…

  17. comment
    Comment #23819422

    Why does speaking up about the Indian government inevitably bring up questions like this? Ambani's relationship with this government bothers me a lot (among many other things about…

  18. comment
    Comment #22915208

    I used to work at a Perl shop. The language makes it so easy to use regexes that you risk abusing them, but nevertheless that exposure has helped me become quite proficient with re…

  19. comment
    Comment #22901122

    Yes, I think this is what they'd argue too. But something to think about: Recently Google was asked (in France[1]) to start paying publishers for including news snippets in search …

  20. comment
    Comment #22663354

    See the talk "Hammock driven development" by Rich Hickey on the topic: https://youtu.be/f84n5oFoZBc

  21. story
  22. comment
    Comment #22254759

    That seems pretty patronizing of that "crowd". Is the topic of this thread (the top-level, not the topic of audio latency) something that matters to that crowd you represent?

  23. comment
    Comment #22178577

    Internet access was cut off recently also in the states of UP and Karnataka, where terror attacks are totally not the norm. It was done in response to protests against the CAA. Edi…

  24. comment
    Comment #22101507

    I see, I guess then that's where we disagree. It is very confusing for people from my limited experience, for little gain. Plus you make it harder to do things like put these token…

  25. comment
    Comment #22098555

    I kind of understand what you describe, but I still don't understand why the type needs to be private. You can return opaque objects of a public type just as well for this job, can…