Live data from Hacker News

Viewing profile — th3typh00n

th3typh00n

HN member
Joined
Fri, Jun 05, 2020, 11:26 AM UTC
HN karma
102
Public activity
24 items

About th3typh00n

No profile information was provided.

Recent public activity

  1. comment
    Comment #46197736

    My 7 is on the December one.

  2. comment
    Comment #44073013

    Aside from the cost, ACQ107 is not very reliable in my experience. I have one that randomly drops the connection every now and then, even at sub-10Gbps speeds. Switching to a diffe…

  3. comment
    Comment #43736520

    In my experience every single (AIO) water cooler I've tried has been significantly worse in terms of noise than a decent air cooler. Specifically the pumps. Those things have an ob…

  4. comment
    Comment #39895855

    > libc is big and complicated and most programs only use a tiny fraction of it. Is libc a problem for the ecosystem? IMO yes. I definitely believe having basic common functionality…

  5. comment
    Comment #39894196

    You might want to check the date.

  6. comment
    Comment #39743498

    Because that would break compatibility. The way shadow stacks are implemented means they can be enabled in existing software without code changes. If one were to design a modern IS…

  7. comment
    Comment #39487003

    > event 1 is always “Site wiring” and every other event is always “None”, even though there have been multiple power events, and there is no site wiring issue Some UPS:es are adama…

  8. comment
    Comment #37449203

    Yes, for 32- and 64-bit registers. Most modern x86 CPUs has fast paths for 'xor reg, reg' which performs the zeroing using the register renaming mechanism instead of actually execu…

  9. comment
    Comment #35961086

    Recent Atom CPUs (since Gracemont) do support AVX and AVX2.

  10. comment
    Comment #31809432

    The point is that avoiding Apple and Google, while it may be technically and theoretically possible, is going to make your life extraordinarily complicated and is completely unreal…

  11. comment
    Comment #31667566

    When the cost of the electronics is a tiny fraction of the overall product the equation is different. Automotive is a perfect example where spending extra on a few key components i…

  12. comment
    Comment #31178607

    Why would you have spaces in source code filenames? It's just a bad idea in general and makes things more complicated for no reason, regardless of what build system you're using.

  13. comment
    Comment #30930909

    In some European countries you can in fact do exactly that. Useful if you need to ask someone to move their vehicle for example. I'm sure there's some kind of hypothetical downside…

  14. comment
    Comment #30804695

    Always storing contacts using the full international phone number is definitely the way to go. As someone who, at least before the pandemic, used to travel a fair amount this basic…

  15. comment
    Comment #30726192

    That Wikipedia article is incomplete, Zen 4 will be able to run all AVX-512 code that Ice Lake can run.

  16. comment
    Comment #28604080

    ifuncs is a non-standard compiler extension that only works on certain operating systems. Developers that cares about portability are obviously going to stay far away from such thi…

  17. comment
    Comment #27792406

    Javascript in general? Sure. Telemetry-specific Javascript on the other hand is prevented from executing by many ad blockers, for good reasons.

  18. comment
    Comment #27397801

    Because the number of transistors used for that functionality is absolutely negligible, so removing it has virtually no benefit.

  19. comment
    Comment #24217727

    I haven't seen any numbers on that but there's literally zero reason to run a Xeon Phi without using AVX-512, so I'd assume no design considerations were taken to optimize the cloc…

  20. comment
    Comment #24149939

    Personally I avoid any corporation claiming to be the of the , since that implies they are unable to succeed on their own merits.

  21. comment
    Comment #23814591

    > Can other SIMD instructions (AVX2, say) do the same? On Intel CPUs, yes. There's even a BIOS/UEFI setting to specify how much you want the clock frequency to drop when running AV…

  22. comment
    Comment #23514504

    GPU:s are generally terrible for video encoding. I think you're confusing the GPU with a dedicated "hardware encoder" ASIC (which may be located on the same die as other silicon co…

  23. comment
    Comment #23442273

    It means you can force people who actually develops products to pay you money for using your totally novel and not at all vague idea that you wrote down on a piece of paper 15 year…

  24. comment
    Comment #23427330

    Amazon defines one ARM vCPU as one core and one x86 vCPU as one SMT-thread of one core, so the Graviton 2 instances has twice as many cores as the x86 ones it's compared against, a…