Live data from Hacker News

Viewing profile — elabajaba

elabajaba

HN member
Joined
Sat, Feb 24, 2018, 7:02 AM UTC
HN karma
461
Public activity
143 items

About elabajaba

No profile information was provided.

Recent public activity

  1. comment
    Comment #49131602

    Clearly you just need to buy those team members some nice programming socks so they can finally enjoy rust.

  2. comment
    Comment #49047589

    IceFrog didn't create Dota, he took over maintenance of it from a long line of other people at the time, including Guinsoo (who added Roshan and the recipe system) who worked at Ri…

  3. comment
    Comment #48930017

    Straight piped trucks can easily hit over 100dB (I've seen numbers as high as 118dB) which is well above the 85dB hearing damage level, and is at the level where hearing damage occ…

  4. comment
    Comment #48912379

    360hz screens have been available for about 6 years now and you can get one for $200-300 now. ~500hz monitors have been widely available for ~3 years now, and in the last year we'v…

  5. comment
    Comment #48714401

    There really aren't very many different tip types available for airpods, since they use a special clip attachment method that means you can't use any standard existing tips. I've b…

  6. comment
    Comment #48116310

    I've owned 2 of these (returned and reordered thinking the first might've just been bad) and neither worked properly on Linux with an AMD 9070xt and an LG CX. They'd have black scr…

  7. comment
    Comment #47957919

    If it was a Ferrari it would at least be light. Considering how heavy it is, it's more like a Rolls Royce lol.

  8. comment
    Comment #47903011

    > These were icelanders, around 13 years old, tough as it gets re cold. Iceland has a famously mild climate, even during winter their average temperature is still above 0C.

  9. comment
    Comment #47818765

    You do know that both the Kobo Libra and Sage have physical buttons, right?

  10. comment
    Comment #47514658

    Part of that might be if you're using them wireless because then you're double compressing the audio which amplifies the artifacts (mp3 -> Bluetooth compression).

  11. comment
    Comment #46018828

    Apple officially deprecated GL/GLES on both MacOS and iOS 7 years ago, and only ever supported up to GL 4.1 (which came out in 2010), meaning it doesn't support essential "modern" …

  12. comment
    Comment #45497983

    No need to transcode to HLSL, DXC already accepts SPIR-V input (and both Chrome and FF are shipping DXC).

  13. comment
    Comment #44653412

    E-CVTs are extremely reliable and are different from CVTs (CVTs use a belt attached to 2 cones, E-CVTs are just a single planetary gear set), but a lot of car guys and even some me…

  14. comment
    Comment #44079127

    Gas car sales peaked in 2018 globally. EVs are already >20% of new car sales worldwide, and the US is a joke when it comes to EV sales compared to Europe or China. https://ourworld…

  15. comment
    Comment #43942993

    Part of the rust dependency issue is that the compiler only multithreads at the crate level currently (slowly being improved on nightly, but there's still some bugs before they can…

  16. comment
    Comment #43827044

    The core unity game engine is c++ that you can't access, but all unity games are written in c#.

  17. comment
    Comment #43179601

    Linux on arm is actually pretty terrible outside of the server space due to their (Qualcomm, Imagination, and ARM) integrated GPUs being bad and having terrible drivers.

  18. comment
    Comment #43073357

    R5s has a garbage CPU that won't be able to handle QoS on probably >250mbps. I'd avoid anything arm based that doesn't have a7x cores (ideally a76/a78 or newer, though I don't thin…

  19. comment
    Comment #43020359

    Hell, modern audio codecs (opus and AAC, but not the ffmpeg opus/AAC encoders) are transparent at ~160-192k. MP3 is a legacy codec these days, and generally needs ~30% more bitrate…

  20. comment
    Comment #43020167

    Intel GPU drivers have always been terrible. There's so many features that are just broken if you try to actually use them, on top of just generally being extremely slow. Hell, the…

  21. comment
    Comment #43017174

    The amount of memory you can put on a GPU is mainly constrained by the GPU's memory bus width (which is both expensive and power hungry to expand) and the available GDDR chips (gen…

  22. comment
    Comment #42314707

    To get 128GB of RAM on a GPU you'd need at least a 1024 bit bus. GDDR6x is 16Gbit 32 pins, so you'd need 64 GDDR6x chips, which good luck even trying to fit that around the GPU die…

  23. comment
    Comment #42210985

    They're talking about the 16 sampled texture binding limit which is the same as webgl2. If you look at eg. the list of devices that are stuck with that few texture bindings they do…

  24. comment
    Comment #42001590

    Counterpoint, play any game without anticheat and realize just how much worse it can be. (and before someone says it, custom servers with dedicated admins doesn't scale and tends t…

  25. comment
    Comment #41461657

    Intel Arc GPUs are terrible for Nanite rendering, since they lack hardware support for both indirect draws (widely used in GPU driven renderers, Intel emulates it in software which…