Live data from Hacker News

Viewing profile — mimg

mimg

HN member
Joined
Tue, Jun 14, 2016, 3:54 AM UTC
HN karma
8
Public activity
11 items

About mimg

No profile information was provided.

Recent public activity

  1. comment
    Comment #15205155

    It was my understanding Atlassian tools like Jira and Confluence do not use Struts. Is this correct?

  2. comment
    Comment #15205148

    A somewhat similar in concept using attributes in markup is Tangle [1] [1] http://worrydream.com/Tangle/

  3. comment
    Comment #15196263

    In the case of Equifax customer data was given to them by creditors. Customers had no say.

  4. comment
    Comment #14933824

    > Users are always identified to you by email address, phone number or both... An account system using phone numbers may have a negative impact to privacy. For some people a phone …

  5. comment
    Comment #14773918

    Vary: User-Agent header, caching servers should consider the user agent when deciding whether to serve the page from cache. [1] [1] https://developer.mozilla.org/en-US/docs/Web/HTT…

  6. comment
  7. comment
    Comment #13641579

    >> Showing an interest in terrorist events: everyone. What they meant by the question is not what you believe it to be... interest != concern. I would say almost everyone has a con…

  8. comment
    Comment #13556570

    I would hope this is just poor execution on the manufacturers behalf and will eventually realize that making the battery an upgradable module would be a great selling point. Howeve…

  9. comment
    Comment #12657918

    Back when I had a Windows Mobile smartphone the carrier I had controlled the updates. Upgrading from winmo 6 to 6.1 took months. I think allowing carriers to control updates will n…

  10. comment
    Comment #11979967

    Interesting language. The comprehensions are a neat feature and similar to Python in syntax. No support for ternary or assignment operators. The lambda syntax is not very intuitive…

  11. story
    Question about best practices to revoking a JWT

    From what I have read I see two approaches. You can use a per-user secret to sign a token. When the user wants to invalidate, change the per-user secret. Of course this will invali…