Viewing profile — blattimwind
blattimwind
HN member- Joined
- Thu, Jul 13, 2017, 9:26 AM UTC
- HN karma
- 8,132
- Public activity
- 2,586 items
- HN profile
- View on Hacker News ↗
About blattimwind
Recent public activity
- comment
-
comment
Comment #23750092
x264 is kinda absurdly good at compressing screencasts, even a nearly lossless 1440p screencast will only have about 1 Mbit/s on average. The only artifacts I can see are due to 4:…
-
comment
Comment #23743352
> I used a Satechi USB-C power tester and measured an 8% peak power savings using UASP. That means you'd get 8% more runtime on a battery if you do a lot of file transfers. No no, …
-
comment
Comment #23741316
The late 1990s called and want their Numalink back.
-
comment
Comment #23740055
> DAB solves that minor issue at least. Enter Germany, where it was decided DAB is not a federal matter and basically you have 16 small states with entirely different stations avai…
-
comment
Comment #23733934
CRTs are "dumb" devices, they literally just amplify the R/G/B analog signal while deflecting a beam using electromagnets according to some timing signals. As far as input lag goes…
-
comment
Comment #23733841
> Animations and intentional delays. It can't be said, how much faster a machine feels when something like MenuShowDelay is decreased to 0, or the piles of animations are sped up. …
-
comment
Comment #23733068
I disagree. What you describe is a problem of interaction design founded on bad assumptions; with good interaction design I don't have to show the user that the computer is doing s…
-
comment
Comment #23732010
> In the case of bitcoin mining as far as I know GPU's passed the hat directly to ASIC's. I never heard that FPGA's were competitive for that. They were, before the ASICs came. CPU…
-
comment
Comment #23731952
From a modern point of view it's not a challenge. Historically voice encryption was politically only meant for state use, with strict controls, and us plebs not getting any voice e…
-
comment
Comment #23705508
Very clever to use the same pinout as the PCIe "flexible risers" that already use USB cables, so only the chip replacement is necessary.
- comment
-
comment
Comment #23694121
> Meanwhile, pointing at memory latency as the flaw in Ryzen has been a popular misdirection for a while now. How is it a misdirection? The data is accurate and memory latency scal…
-
comment
Comment #23691896
IIRC L3 is slightly slower on Zen 2, main memory as mentioned much slower. Clock speed advantage -- Most Zen 2 CPUs don't overclock to 4.5 GHz on any core, let alone all-core. The …
-
comment
Comment #23691563
As a desktop user, my CPU tends to be mostly idle. So overall power efficiency is impacted a lot by idle power consumption; my AMD Ryzen CPU alone draws significantly more power in…
-
comment
Comment #23691452
For what it's worth, Intel is still faster in most applications, simply by virtue of having a clock speed advantage that by far exceeds any IPC difference, and also by having much …
-
comment
Comment #23665540
Which compiler that can compile modern C++ doesn't always inline a static single-caller function?
-
comment
Comment #23662963
Correct, a CMOS sensor with a rolling shutter looks and handles a lot like a piece of DRAM. Pixels are arranged in rows and colums; capturing a frame works just like a sequential r…
-
comment
Comment #23662864
Autochrome is pretty much just subpixels. You capture and view a greyscale image through the same dots-of-color filter plate, and thus you see color, just like an image sensor uses…
-
comment
Comment #23661188
> Certain types of mechanical shutters exhibit the same phenomenon at high speeds. Pretty much all focal-plane shutters do it beyond 1/60 to 1/250 of a second (identical to the fla…
-
comment
Comment #23660946
> All I want is an Android between 5 inch and 6 inch, something the size of a 2016 iPhone SE. That's much larger than the SE (4" screen, 125x60x7.5 mm, 110 g compared to 5" screen,…
-
comment
Comment #23657470
Sometimes I use a quad-core laptop with 2 GB of memory and no swap (because it doesn't have enough disk space for a meaningful amount of swap) and five tabs is practically a hard l…
-
comment
Comment #23652195
I guess you upgraded the RAM to 8 GB? Because I don't see how the web is usable on a machine with 2 GB of RAM...
- comment
-
comment
Comment #23620411
> These design decisions all made sense when clock rates were exponentiating, but they're all nightmares now that we rely on branch prediction and memory prefetching and superscala…