Live data from Hacker News

Viewing profile — satyanash

satyanash

HN member
Joined
Tue, Sep 23, 2014, 6:20 PM UTC
HN karma
375
Public activity
99 items

About satyanash

https://satyanash.net

reach me at satyajeet at kanetkar dot co dot in

Recent public activity

  1. story
  2. comment
  3. comment
    Comment #46399762

    On Firefox, newlines in code blocks are broken for this website. This causes the page to scroll horizontally to accommodate all the code blocks. The code is all wrapped in a single…

  4. comment
    Comment #45423183

    > "Please drink a verification can to continue"

  5. comment
    Comment #44033817

    > narrative only got picked up because people needed a reason to demonize evil corps Either they aren't evil in which case they're being demonized, or they're already evil in which…

  6. comment
    Comment #44019983

    > having positive branching first This is advice I've never seen or received. It's always been the latter, exit early, etc. Languages like Swift even encode this into a feature, a …

  7. comment
    Comment #43952411

    > MY ONBOARD WIFI STILL DOESN’T WORK, I had to buy an external USB WiFi adapter. Thanks for nothing DriverHub. All this, for literally nought

  8. comment
    Comment #43543143

    > Prepare to make final mean final missed opportunity to call it "final final"

  9. comment
    Comment #43034760

    While it has CSV download, the schema is quite unusable. Someone have a cleaner dataset?

  10. comment
    Comment #42164379

    Full title is " You Can't Build Interactive Web Apps Except as Single Page Applications... And Other Myths " Omission of trailing part changes the meaning and makes it clickbaity.

  11. comment
    Comment #42134014

    > "Why did you decide to merge Keras into TensorFlow in 2019": I didn't! The decision was made in 2018 by the TF leads -- I was a L5 IC at the time and that was an L8 decision. The…

  12. comment
    Comment #41684654

    > Optimising for the wrong metric, and what do about it, is an important issue. All metrics are wrong, some metrics are useful. Finding the useful one and then recognising when it …

  13. comment
    Comment #41160189

    Spark's Advanced Query Pushdown feature automatically ensures that all possible filters and aggregations are performed on the underlying warehouse instead of being performed in-mem…

  14. story
  15. comment
    Comment #40855415

    No talk of the license on the frontpage. Visiting the GitHub repo tells me it is 2-clause BSD license. It's high time we had a GPLv3 web browser, otherwise, this risks the same fat…

  16. comment
    Comment #39579207

    Just because these hostnames point to FB IP addresses does not mean they're owned and operated by FB. > 0-1.fb.me > 0-7.fb.me > ... This lists a bunch of subdomains, ideally only t…

  17. comment
    Comment #38515513

    You don't have to know Ruby for this to be useful to you. The tool converts markdown to roff files.

  18. comment
    Comment #38457650

    This is quite useful for training people quickly and understanding how certain parts of the python `typing` module work. Thanks for making this.

  19. comment
    Comment #37689547

    looks like the bible invented kubernetes/declarative definition before it was a thing

  20. comment
    Comment #36210804

    for emacs, there is obsidian.el - https://github.com/licht1stein/obsidian.el

  21. comment
  22. comment
    Comment #35065749

    > Consider git – it only ships the diffs, yet it produces whole and consistent repositories. IIRC git does _not_ ship diffs. It copies whole files even for the tiniest change. The …

  23. comment
  24. comment
    Comment #34182933

    use git notes for attaching information to important commits, after the fact , without altering their SHA

  25. comment
    Comment #33737770

    > Allocate four digits for the year part of the date: a new millenium is coming -- David Martin, Norristown Pennsylvania 2038 is 15 years away right now; this article was published…