Live data from Hacker News

Viewing profile — sprain

sprain

HN member
Joined
Fri, Mar 13, 2015, 6:01 AM UTC
HN karma
77
Public activity
22 items

About sprain

@sprain

Recent public activity

  1. story
  2. comment
    Comment #35579033

    Not knowing it was about a game, that was one of the strangest headlines ever to read on here.

  3. comment
    Comment #31133061

    One of the most hyped use cases of blockchains is event ticketing. We had a close look. It cannot solve most problems it claims to solve. The only thing it might be useful for is d…

  4. comment
    Comment #30735388

    It works. Yet I have no idea what I should use it for.

  5. story
  6. comment
    Comment #29622258

    Ok, so I‘ll have to check with the event official. How often do you actually know who that really is? Let‘s say Beyoncé is coming to the arena closest to you. Are you aware of who …

  7. comment
    Comment #29614949

    If you sell it to me as an NFT, how do I know it‘s not a fake NFT ticket or even a fake event? All potential solutions to that question have one thing in common: An event has by de…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #29138826

    I like this approach and will have a closer look.

  14. comment
    Comment #28279901

    I have seen many trends, frameworks and „best practices“ come an go. The app our company provides is based on very basic tech, with little js, and server-rendered pages. But you kn…

  15. comment
    Comment #21794942

    In German language, the word Zugzwang is also often used figuratively to describe a situation in which you are forced to take (unwanted) action due to external circumstances. Examp…

  16. comment
    Comment #21412690

    I am in the event ticketing business. It currently feels like a new provider appears every other day as the entry bar is very low. The tricky parts start when you realize how diver…

  17. comment
    Comment #21391145

    I run an independent, localized wedding registry platform. Couples pay a one-time activation fee. A friend and I built the site some years ago and never really changed anything. Al…

  18. story
  19. comment
    Comment #9877191

    My first try was "today + 6 weeks". Got "Lexing failed". My second try was "now + 2 hours in new york". Got "Lexing failed". I suppose, I doesn't understand my accent ;)

  20. comment
    Comment #9196093

    SomeCache is a real, functioning implementation. Maybe cache is a bad example. It could also be a HTTP client to fetch some data over an api. Let's say the library by default uses …

  21. comment
    Comment #9196023

    Actually, in my example, a cache will _always_ be used. It is mandatory to use a cache and therefore, if none is provided, a default cache is used. That's why it put it into the co…

  22. story
    Ask HN: How do you feel about optional dependency injection?

    Often when writing a library I feel the need to make things simpler for quick and small projects and provide a way to skip verbose dependency injection for non-optional dependencie…