Viewing profile — rolfvandekrol
rolfvandekrol
HN member- Joined
- Tue, Sep 18, 2012, 7:20 AM UTC
- HN karma
- 297
- Public activity
- 92 items
- HN profile
- View on Hacker News ↗
About rolfvandekrol
No profile information was provided.
Recent public activity
-
comment
Comment #48591984
There is a 'hallucinations' section on the page, which suggests that the items above that section are not hallucinated. I highly doubt that. I am, as far a I know the only person i…
-
comment
Comment #47920905
From the story told in the README it is clear this is a project ran by a single person. There is no wider maintenance team that can be trusted with continuing the project. So anyon…
-
comment
Comment #42867248
Pixel 8a is fairly similar in size. Headphone jacks in phones are (sadly) gone forever i'm afraid.
-
comment
Comment #39862907
Exactly. The author shows a few examples of commercial endeavors open source projects could pursue, and acknowledge the projects in question were already doing that. Yet somehow th…
-
comment
Comment #39740963
This is a repository that accompanies a research paper. https://dl.acm.org/doi/10.1145/3310337
-
comment
Comment #39478563
For me the images work in Firefox, but don't in Chrome. Looks like an issue with https, but i'm not sure how and why.
-
comment
Comment #38953818
https://en.wikipedia.org/wiki/COVID-19_pandemic
-
comment
Comment #38925234
Nice! Sometimes it generates ambiguous situations, where two solutions are both equally valid. For example equation: 5 - _ = _ available numbers: 3 and 2
-
comment
Comment #37979287
In the FAQ on https://nanofiche.com/services/ they claim that a microscope should be sufficient to retrieve the engraved information.
-
comment
Comment #35828416
If I understand correctly, you need to submit the verifiable identifiers (email address and optional salt) to the party where you need to verify. That means you need to trust said …
-
comment
Comment #34471353
Definitely not a bug. There is a piece of code in source that looks like this: function rotateLine(position) { if (position halfabet) { context.rotate((90 \* Math.PI) / 180); } els…
-
comment
Comment #32921552
It indeed ensures one a type level that this series of functions can work as a series so every subsequent function can accept the return type of the previous one. The latest versio…
-
comment
Comment #32921382
compose is a higher order function. In the first step it accepts a function that converts 3 values (V1 to V3) into a single values (T1) and a series of conversion functions that co…
-
comment
Comment #32462655
The trailing slash seems to be a typing error.
-
comment
Comment #26657443
It looks like the author is talking about command line tools that use env vars for things that should be arguments. In the comments on the page he admits that for example key crede…
-
comment
Comment #25847057
Browser games, implemented in Javascript, usually depend on requestAnimationFrame, which is not executed in background tabs. See https://developer.mozilla.org/en-US/docs/Web/API/wi…
-
comment
Comment #24532488
Probably Dutch. We usually get very agitated when someone tells us we should wear bike helmets.
-
comment
Comment #24504419
It seems like this is not a CLI for git, but for the Github specific stuff, such as issues and pull requests.
-
comment
Comment #21144412
I love how they don't tell the full name of Marco B. and Angelo K., but do tell that they companies were called "Bos IT Holding BV" and "Kreikamp IT Holding BV".
-
comment
Comment #20612790
Why are they calling this a 'Robot-Proof job' while describing how the guy is training a model?
-
comment
Comment #20358357
That sounds fun. Do you have your work in progress already published somewhere?
-
comment
Comment #19275679
Not for a book of 75 pages. The price and the amount of content don't seem to be in balance.
-
comment
Comment #18065941
For the sound splitting, it's probably not extremely useful. You can however use this frequency analysis from video to synchronise audio with a video (for a music video where you w…
-
comment
Comment #16820308
That voat repo is not updated since december 2017. Is this still actively worked on, but in private, or did the devs abandon the project?
-
comment
Comment #14709682
Every few weeks a discussion about a deterministic password manager comes up. This is not a new idea, and already countless times proved to be a flawed idea. Lenghty explanation, b…