Live data from Hacker News

Viewing profile — blattimwind

blattimwind

HN member
Joined
Thu, Jul 13, 2017, 9:26 AM UTC
HN karma
8,132
Public activity
2,586 items

About blattimwind

no.

Recent public activity

  1. comment
  2. 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:…

  3. 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, …

  4. comment
    Comment #23741316

    The late 1990s called and want their Numalink back.

  5. 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…

  6. 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…

  7. 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. …

  8. 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…

  9. 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…

  10. 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…

  11. 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.

  12. comment
  13. 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…

  14. 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 …

  15. 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…

  16. 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 …

  17. comment
    Comment #23665540

    Which compiler that can compile modern C++ doesn't always inline a static single-caller function?

  18. 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…

  19. 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…

  20. 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…

  21. 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,…

  22. 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…

  23. 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...

  24. comment
  25. 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…