Viewing profile — kroeckx
kroeckx
HN member- Joined
- Thu, Jan 28, 2016, 10:55 PM UTC
- HN karma
- 168
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About kroeckx
No profile information was provided.
Recent public activity
-
comment
Comment #48556300
Maybe they meant encoding, the file format.
-
comment
Comment #48367409
All ADCs I have looked at document that they can't represent the positive full scale. For instance, for an 8 bit ±1 V ADC, -128 represents -1 V, +127 represents 127/128=0.99219 V. …
-
comment
Comment #47931699
As others have pointed out, the 2nd color is not something I would call either blue or green. Except for the first, it never showed anything I would call blue. So really I have tol…
-
comment
Comment #46786138
The correct URL is https://security-tracker.debian.org/tracker/CVE-2025-15467 You're pointing to one of the other security issues for which a fix was released today.
-
comment
Comment #46784818
A test was added in this commit: https://github.com/openssl/openssl/commit/6297ac45d72ded9b45...
-
comment
Comment #43494502
It's my understanding that is about generating the .iso file from the .deb files, not about generating the .deb files from source. Generating .deb from source in a reproducible way…
-
comment
Comment #41277012
https://www.inaturalist.org/lifelists/cmeckerman?view=tree&t... says he has 1044 different species of the order Lepidoptera.
-
comment
Comment #41272929
On iNaturalist there are many people who monitor a specific area like their garden. Those contain links to such projects: https://www.inaturalist.org/projects/home-projects-umbrell…
-
comment
Comment #41053288
For the major browsers, this probably makes little difference, but for anything else, this will most likely result in not verifying the revocation status of certificates anymore or…
-
comment
Comment #35807515
Is a passkey a software implementation of a FIDO key? Where the implementation could use something like the TPM to protect the key.
-
comment
Comment #34696401
Yes, the dates are correct.
-
comment
Comment #33512848
C2 is error detection, not correction. C1 is the error correction. I think what wikipedia is trying to say is that the C2 error detection just points out something is wrong, even a…
-
comment
Comment #33512751
An audio CD has 2352 audio bytes per sector. The sector also contains C1 error correction and C2 error detection. On a data CD, those 2352 bytes are split in 2048 data bytes, plus …
-
comment
Comment #33509102
As one of the other links explains, ripping the same CD on the same drive a 100 time might still not produce the correct rip. Something like AccurateRip works by having multiple co…
-
comment
Comment #33503417
This is based on submission to AccurateRip. As I understand it, it's how many tracks submitted by users owning that drive match the what AccurateRip considers the correct rip.
-
comment
Comment #33502880
If you care about accurate rips on Linux, the best tool to use is whipper: https://github.com/whipper-team/whipper . It makes use of the AccurateRip database, which is used to calc…
-
comment
Comment #33464194
I assume that he measured the power consumption himself. You can find a lot of cheap devices that you can plug between your wall socket and the device. They are not usable for meas…
-
comment
Comment #33340780
There isn't a "remove result" button. At the bottom there is a "Privacy settings", "How Search works" and "Cached" button, while the screenshot shows "Remove result" and "How Searc…
-
comment
Comment #33182897
For the torque, you can use a low current using more windings, which has the same effect of having a higher current with less windings. The acceleration you can reach is mostly lim…
-
comment
Comment #30659907
The newer satellites, of which 5 are in orbit, also have a directional antenna with which they will be able to boost the signal strength 20 dB (100 * power), using a new military M…
-
comment
Comment #30659775
In 2000, Bill Clinton has banned the use of Selective Availability. Newer satellites, decided in 2007, first launched in 2018 don't even have the capability anymore.
-
comment
Comment #30379624
I'm still not really convinced about how much entropy is collected by the jitter entropy technique. I've been looking at https://github.com/smuellerDD/jitterentropy-library previou…
-
comment
Comment #27590684
My understanding is that vaccination, recovery and a negative test are 3 separate QR codes. You normally only need 1 of the 3.
-
comment
Comment #27484264
I'm a dox victim and live in Europe. I've tried to use my right to be forgotten and used Google's removal request, to which the answer was: "It is Google’s understanding that the i…
-
comment
Comment #27458050
The article you point to does not mention anything about certificate transparency. They do not only depend on their own CT log to issue certificates, but also on CT logs run by ext…