Viewing profile — MarekKnapek
MarekKnapek
HN member- Joined
- Tue, Jul 26, 2016, 2:47 PM UTC
- HN karma
- 41
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About MarekKnapek
No profile information was provided.
Recent public activity
-
comment
Comment #48974445
Wasn't there a problem with Alpha, that it had too weak memory model or something? Think of atomic instructions with multi CPU system. Or do I remember something wrong?
-
comment
Comment #48070611
Yes! I need a glass Klein bottle video!
-
comment
Comment #47901631
My idea is: 1) Determine how frequently you want to update the number on screen. Every frame is too often, once per second is too infrequent. Maybe 4× per second is OK. 2) Determin…
-
comment
Comment #47286672
Is there a way to have benefits of both? Version 7 for better database clustering. And version 4 for complete randomness? So users can not inference nothing from the id? I have an …
-
comment
Comment #46854612
On division: There is a paper about a division algorithm. If you split your 128bit integer into four 32bit integers, you can use a 64bit CPU built-in instruction to do the 128bit d…
-
comment
Comment #42679339
As PDF supports DEFLATE compression, it should be possible to shrink the size of the PDF document considerably.
-
comment
Comment #42290304
There is also this one, but it is no longer maintained. https://github.com/MarekKnapek/DependencyViewer
-
comment
Comment #38041847
No, Windows has stable API and ABI named Win32 API. This comes from times of 16bit Windows and works also in x64 / ARM / ARM64, previously it worked in Alpha / MIPS / IA64. This AP…
-
comment
Comment #37527865
> memory allocation can occur here and there What about HW decoders? Of video formats (that are much more complex than image decoders)? Such as MPEG, H.264, H.265, VP9, AV1 and sim…
-
comment
Comment #36182851
The article says that GLONASS time counts days from zero to 1461, then resets back to zero. This is 4 years if we think leap year is once 4 years. But it is not. Leap year is once …
-
comment
Comment #35883101
What about NaN? Does Erlang have NaN? How does Erlang compare two variables containing a NaN (or expressions evaluating to a NaN)? There are (2^24)-2 different NaNs in a 32bit IEEE…
-
comment
Comment #34200329
If you are administrator, you can create and launch new scheduled tasks ... as NT\SYSTEM from that you can ... anything. Get TCB privilege, get Trusted Installer account, install k…
-
comment
Comment #32080636
Implementing AES from scratch is easy and fun, just read the spec and implement it 1:1, until ... you encounter GCM mode and its Galois Field "weird" math. Very. Not. Fun.
-
comment
Comment #26302062
Please don't compute speed-up like that. Old time: 6 minutes (360 seconds). New time: 1 minute and 50 seconds (110 seconds). Speed-up calculated by article author: 1-110/360=0.694 …
-
comment
Comment #26153687
Yes. At previous job where we were making a desktop Win32 application we experienced this. Our automatic pipeline is: Build server compiles all the .EXEs and .DLLs, creates an .EXE…
-
comment
Comment #25478163
Did SolarWinds' CA (certificate authority) reworked their code signing certificate?
-
comment
Comment #25458506
Few years back I created some HelloWorld application on Google's AppEngine (requires Java, Python or Go) and was positively surprised about its statistics on theirs dashboard.
-
comment
Comment #25326077
So this certificate will be added to "not trusted" of all the certificate storages (Windows, Firefox, Chrome, Java, and all others) ... riiight?
-
comment
Comment #24741397
James Webb will prove nobody nothing. Search Twitter thread by Foone who discussed there how many wonderful things humanity managed to pull off while waiting for James Webb to laun…
-
comment
Comment #24683906
Most likely we would cuddle more. As explained in Minute Earth's video: https://youtube.com/watch?v=c6Ko0Hzi47U
-
comment
Comment #24289025
At my previous job we released updates to our Windows desktop application about 3-4 times per year. We had about 20'000 customers (but many of them not installing updates). We chec…
-
comment
Comment #24110547
int* a, b; /* wrong */ int *a, *b; /* also wrong */ /* correct */ int* a; int* b;
-
comment
Comment #23588411
Yes, Moore's law is hitting its limits: For example 5nm distance equals like about 25 silicon atoms. That's like: Quantum electron tunnelling will ruin your life. So if we want inc…
-
comment
Comment #20020887
> Fortunately this doesn’t seem to work in the Explorer shell, but it does work when passed to native APIs such as CreateFile. CreateFile is Win32 API, not Native API. NtCreateFile…
-
comment
Comment #18587483
Search for Eugene Khutoryansky on YouTube.