Viewing profile — jermo
jermo
HN member- Joined
- Mon, Jun 04, 2012, 10:26 AM UTC
- HN karma
- 1,301
- Public activity
- 122 items
- HN profile
- View on Hacker News ↗
About jermo
No profile information was provided.
Recent public activity
-
comment
Comment #32797448
Chess is only in chaos because Carlsen did not provide any details and remains quiet. Hence all the speculation.
-
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 …
-
comment
Comment #26453557
Works in MiniHack on iOS (unofficial)
-
comment
Comment #26246983
That is a link to Chinese satellite launch mission. Would the booster even be noticeable in the US at aircraft altitude?
- story
-
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…
-
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 …
-
comment
Comment #21729160
Matthew Walker's "Why We Sleep" Is Riddled with Scientific and Factual Errors https://guzey.com/books/why-we-sleep/
-
comment
Comment #19885896
There is in Gradle 5.1+ but not in Maven, afaik. They are using Maven in their examples, however.
-
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…
-
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…
-
comment
Comment #19885224
One of the easiest is jitpack.io which builds and publishes to its own Maven repository
-
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 …
-
comment
Comment #18381619
./gradlew dependencies will not tell you which versions play nice together.
-
comment
Comment #17986259
If you don't need full SQL then you can use embedded key-value stores: - RocksDB - MapDB
- story
-
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
- story
-
comment
Comment #16591868
The article says it is a 2 year old startup but its more like 3-4. Incorporated in Sep 2014
- story
-
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…
-
comment
Comment #15431944
It recommends using the Maven wrapper to fix Maven's version.
-
comment
Comment #15422590
Presumably Kafka Streams KTables
- story
- story