Live data from Hacker News

Viewing profile — TobiasA

TobiasA

HN member
Joined
Wed, Oct 04, 2017, 2:56 PM UTC
HN karma
101
Public activity
14 items

About TobiasA

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #28153181

    How do people handle versioning events, like adding/removing/changing properties? It seems like your application would always need to be aware of all previous event versions to be …

  3. comment
    Comment #27658921

    I don't see how it's despite of that. Original doesn't always mean better.

  4. comment
    Comment #26067861

    "Using GitHub for personal projects is stupid" is a hell of a take.

  5. comment
    Comment #25407390

    I have never heard of code ownership being a positive thing. Isn't this more an issue of encouraging internal knowledge sharing and confidence in refactoring?

  6. comment
    Comment #24846270

    Per your last point, why don't you think ORMs work well with complex domains?

  7. comment
    Comment #21784195

    Which headaches would that be?

  8. comment
    Comment #20484498

    JWTs are designed to be stored in the client that needs to be granted authorization to resources. Nothing wrong with storing tokens in the frontend.

  9. comment
    Comment #18679380

    Thank you so much, this is perfect!

  10. comment
    Comment #18678916

    I'm a self taught programmer with a very weak maths background. What's the best learning path for me if I want to be able to understand and create ML based applications?

  11. story
  12. comment
    Comment #17161248

    The short answer is that they sell it to other countries/nations that can't produce energy that efficiently.

  13. comment
    Comment #17060642

    Way to miss the point.

  14. comment
    Comment #15890757

    I'm working on a project where we have two projects: a desktop app and a web backend. They each live in their own repo. However, this approach is proving tedious for us now, as eve…