Viewing profile — sahat
sahat
HN member- Joined
- Tue, Apr 17, 2012, 7:42 AM UTC
- HN karma
- 836
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About sahat
No profile information was provided.
Recent public activity
- comment
- story
-
comment
Comment #11234392
I don't remember the details, but in one of the recent updates they increased the performance at top speed and initial start (below 3 mph). Prior to that, 85D and 90D (all-wheel dr…
- story
-
comment
Comment #9937892
Congrats Travis, Peter and everyone from Continuum Analytics!
- story
-
comment
Comment #9882484
If you own a Tesla Model S and live near a supercharger network, charging is not an issue. Over 8,000 miles in my Model S, all powered exclusively by the superchargers, free of cha…
-
comment
Comment #9879856
That was my initial reaction as well. Pretty interesting concept. Front page Hacker News web traffic to your website in real-time.
-
comment
Comment #9850429
Meh, mixins are anti-pattern and I am glad they are finally gone. In my experience mixins just make your code hard to read.
-
comment
Comment #9614832
I actually commute every day via 405 and 10. You are right, it's awful during the rush hour, but during non-rush hours it is still faster than taking local streets. A few weeks ago…
- story
-
comment
Comment #9029992
It's nice to see Google using Polymer.js on their pages.
- story
- story
- story
-
comment
Comment #8456956
Are they going to take it down like Microsoft did with Monster Truck Madness 2 website?
- story
-
comment
Comment #8301205
That's an excellent question. Doing this did not, at any point in time, feel like I was sacrificing my time for other fun activities. I enjoy coding the point of addiction sometime…
-
story
1 Year of GitHub Streak
Greetings HN community, A year ago, during my senior year in college I have decided to write code every single day as a way to improve my coding skills. Today, I am happy to say th…
-
comment
Comment #8195899
Satellizer gives you an illusion that you're doing an implicit grant flow by opening a popup and then magically you are signed-in. But authorization process is handled on the serve…
-
comment
Comment #8195829
Satellizer is designed to be used without auth libraries such as Passport (Node), OmniAuth (Ruby). On Python-side all you need is the requests library. It is so by design to avoid …
-
comment
Comment #8195823
@pingburg @filearts You are right, unique account validation and error handling belong to the server. What Satellizer can do is catch an error through the $auth.authenticate().catc…
-
comment
Comment #8195816
I have considered Play Framework and Dropwizard. Play it seems is better suited for Scala language and I don't know much about real-world usage of Dropwizard. Between Struts and Sp…
-
comment
Comment #8195812
I forgot to change the redirect url on dev.twitter.com from http://127.0.0.1:3000 to http://satellizer.herokuapp.com . It should be fixed now.
-
comment
Comment #8195810
Satellizer is tightly coupled with Angular so I don't think there is much sense in using it without Angular. You can certaintly take server-side examples and re-implement satellize…