Viewing profile — satyanash
satyanash
HN member- Joined
- Tue, Sep 23, 2014, 6:20 PM UTC
- HN karma
- 375
- Public activity
- 99 items
- HN profile
- View on Hacker News ↗
About satyanash
reach me at satyajeet at kanetkar dot co dot in
Recent public activity
- story
- comment
-
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…
-
comment
Comment #45423183
> "Please drink a verification can to continue"
-
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…
-
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 …
-
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
-
comment
Comment #43543143
> Prepare to make final mean final missed opportunity to call it "final final"
-
comment
Comment #43034760
While it has CSV download, the schema is quite unusable. Someone have a cleaner dataset?
-
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.
-
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…
-
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 …
-
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…
- story
-
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…
-
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…
-
comment
Comment #38515513
You don't have to know Ruby for this to be useful to you. The tool converts markdown to roff files.
-
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.
-
comment
Comment #37689547
looks like the bible invented kubernetes/declarative definition before it was a thing
-
comment
Comment #36210804
for emacs, there is obsidian.el - https://github.com/licht1stein/obsidian.el
- comment
-
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 …
- comment
-
comment
Comment #34182933
use git notes for attaching information to important commits, after the fact , without altering their SHA
-
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…