Live data from Hacker News

Viewing profile — jermo

jermo

HN member
Joined
Mon, Jun 04, 2012, 10:26 AM UTC
HN karma
1,301
Public activity
122 items

About jermo

No profile information was provided.

Recent public activity

  1. comment
    Comment #32797448

    Chess is only in chaos because Carlsen did not provide any details and remains quiet. Hence all the speculation.

  2. comment
    Comment #32797438

    In his full stream he went into more details (summary https://www.reddit.com/r/chess/comments/x7yzee/comment/inj3c... ) "non-technical example of people using signals when players …

  3. comment
    Comment #26453557

    Works in MiniHack on iOS (unofficial)

  4. comment
    Comment #26246983

    That is a link to Chinese satellite launch mission. Would the booster even be noticeable in the US at aircraft altitude?

  5. story
  6. comment
    Comment #26100819

    A lot of projects publish to Central from cloud CIs. That means that private keys are stored in config/secrets. It is debatable whether that makes the artifacts more reliable since…

  7. comment
    Comment #23667530

    Would like to start using Wren though issues like this put me off: "Stack corruption" https://github.com/wren-lang/wren/issues/761 Using older and more established languages seems …

  8. comment
    Comment #21729160

    Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors https://guzey.com/books/why-we-sleep/

  9. comment
    Comment #19885896

    There is in Gradle 5.1+ but not in Maven, afaik. They are using Maven in their examples, however.

  10. comment
    Comment #19885774

    Seems like the Maven registry is susceptible to artifact hijacking. Say I wan't to install artifacts from two GitHub users. I would have to add these two Maven repositories: - http…

  11. comment
    Comment #19885758

    Disagree about being the death of Maven Central - they are different beasts. - Central has a global namespace of artifacts. com.google.guava is the same for everyone. This will pro…

  12. comment
    Comment #19885224

    One of the easiest is jitpack.io which builds and publishes to its own Maven repository

  13. comment
    Comment #18647565

    Thought I'd share something I discovered about Json comparison. This simple line also works: return jsonObject1.toMap().equals(jsonObject2.equals); because JsonObject uses HashMap …

  14. comment
    Comment #18381619

    ./gradlew dependencies will not tell you which versions play nice together.

  15. comment
    Comment #17986259

    If you don't need full SQL then you can use embedded key-value stores: - RocksDB - MapDB

  16. story
  17. comment
    Comment #17488725

    Have you considered adding Stack Exchange or Quora integration and then using reputation from those sources? Might help in avoiding bots/trolls

  18. story
  19. comment
    Comment #16591868

    The article says it is a 2 year old startup but its more like 3-4. Incorporated in Sep 2014

  20. story
  21. comment
    Comment #15431988

    I believe "reproducible build" is a more appropriate term. Unfortunately its quite difficult to get a fully reproducible build with Maven as the post points out. Even if you manage…

  22. comment
    Comment #15431944

    It recommends using the Maven wrapper to fix Maven's version.

  23. comment
    Comment #15422590

    Presumably Kafka Streams KTables

  24. story
  25. story