Viewing profile — bigonlogn
bigonlogn
HN member- Joined
- Mon, Jun 24, 2013, 7:01 PM UTC
- HN karma
- 18
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About bigonlogn
No profile information was provided.
Recent public activity
-
comment
Comment #45279885
Also, you can achieve some pretty fast development velocity with .NET. C# is intuitive and the tools are great. I know everyone complains about Visual Studio, but even it's most vo…
-
comment
Comment #11933974
This is not entirely true. Since we talking about implementing stateful sessions, you could receive a valid token (stolen, out otherwise) after the user has logged out. You are cor…
-
comment
Comment #11933922
You can also supply an options object (including headers) as the second argument[1]. [1] https://developer.mozilla.org/en-US/docs/Web/API/GlobalFetch...
-
comment
Comment #11933234
JWT is just a token. It's not some panacea of client-side only authentication. There are a lot of people lamenting the difficulty in performing logout via JWT. I believe people are…
-
comment
Comment #11929588
You can implement sign out everywhere by setting a reauth flag on the user in the database. You lose the "completely stateless" aspect that JWT claims to provide, but it's a small …
-
comment
Comment #9097710
Stores hold the state your Views use to render. This can include more than just the data backing the Views. It can include things like which item is selected in a list, if a link i…
-
comment
Comment #7623309
FYI, the "docker.io" repository in trusty points to an older version of docker (0.9.1). I believe the script at http://get.docker.io/ubuntu will install the latest version of docke…
-
comment
Comment #7286369
Generators definitely have their place. They're good for prototyping, and creating internal tools. Tasks that are time sensitive and can really benefit from eliminating boilerplate…
-
comment
Comment #7283634
yeoman seems to be involved very little, in this tutorial. It seems more like a bower/grunt tutorial. I was expecting to see yeoman used to generate models, views, and controllers.…
-
comment
Comment #7240205
> You could make a better choice. But you can call it whatever you want, so... who cares? The choice is yours... Being a pedant is hardly constructive.
-
comment
Comment #6927702
You hold Ctrl (or Shift+Ctrl) while you tab to cycle all the way through all your tabs. The first time you press the combination, it switches to the last tab you were in. This is h…
-
comment
Comment #6678920
This is the nature of using any third party software or API. If you're not going to write it yourself, then you have to be willing to play by someone else's rules. Words I learned …
-
comment
Comment #6360947
His views aren't the issue, his outspokenness is. How could a woman ever feel comfortable interviewing with this guy, let alone, working for him. What if said woman was a great fit…
-
comment
Comment #6085774
This looks like a known issue. It seems this doesn't work on windows at the moment... See https://github.com/kytrinyx/exercism/issues/20