Live data from Hacker News

Viewing profile — leguminous

leguminous

HN member
Joined
Sat, Dec 01, 2018, 8:19 PM UTC
HN karma
532
Public activity
95 items

About leguminous

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #46819048

    I disagree. There are some new (sub-) genres and great games since that period. * Roguelites have proliferated: Hades is the most obvious example, but there are a variety of sub-ge…

  3. comment
    Comment #46774612

    What is the advantage over blue noise? I've had very good results with a 64x64 blue noise texture and it's pretty fast on a modern GPU. Are quasirandom sequences faster or better q…

  4. comment
    Comment #46774408

    At some point, most NTSC TVs had delay lines, too. A comb filter was commonly used for separating the chroma from the luma, taking advantage of the chroma phase being flipped each …

  5. comment
    Comment #46756393

    I think they are more accessible now than when that article was written. My wife and I bought a mid-trim Hyundai Kona Electric for under $35,000. Besides, lots of people buy used c…

  6. comment
    Comment #46450557

    > For example, 720 is tied to 13.5 Mhz because sampling the active picture area of an analog video scanline at 13.5 MHz generates 1440 samples (double per-Nyquist). I don't think y…

  7. comment
    Comment #46447286

    CRTs didn't have pixels at all. They had shadow masks (or aperture grilles) and phosphors, which could be a triad of rectangles, lines spanning basically the entire screen height, …

  8. comment
    Comment #46395519

    Aerated concrete is an established building material in some parts of the world. In Europe, a big manufacturer is Ytong, and they even make precast panels in addition to blocks. It…

  9. comment
    Comment #45822647

    If you look at the Steam hardware survey, most users (as in, > 50%) are still using 1080p or below. https://store.steampowered.com/hwsurvey/Steam-Hardware-Softw...

  10. comment
    Comment #45021616

    The EPA estimates that radon[1] is the second leading cause of lung cancer after smoking. I have a RadonEye monitor in the basement. They aren't that expensive and it's nice to hav…

  11. comment
    Comment #44824103

    CCCP was just a collection of existing codecs, they didn't develop their own. Most of the codecs in CCCP were patented. Using it without licenses was technically patent infringemen…

  12. comment
    Comment #44621447

    I've been vegetarian for a long time and I still think Beyond burgers are great. I have a pack of them from Costco in the freezer. I like black bean burgers, too, but Beyond burger…

  13. comment
    Comment #44317402

    > Nobody is out there policing flicker rates. Actually, Energy Star and California's Title 24 have flicker standards. They may not go as far as some people like, but you can look f…

  14. comment
    Comment #44309172

    As far as I know, that's only support for the container format. You can't actually decode HEIC without also installing libde265, which you are supposed to have a license for. I'm n…

  15. comment
    Comment #44281378

    On my 8-bit-per-channel monitor, I can easily see banding, though it is mostly obvious in the darker areas in a darkened room. Where this commonly manifests itself is "bloom" from …

  16. comment
    Comment #44281331

    What book was it?

  17. comment
    Comment #44139161

    Some amount of vertical blending often occurred because scanlines tapered off in brightness, bleeding into the next scanline. For example, if the electron beam spot has a two dimen…

  18. comment
    Comment #43774452

    The half pixel offset makes sense, though. If you have two textures, you want the edges to align, not the centers of the pixels. See, for example: https://bartwronski.com/2021/02/1…

  19. comment
    Comment #43735565

    When my wife had some minor surgery (not fully anesthetized), there was a nurse present who counted all of the sponges, etc. that were used, then made sure there were that many on …

  20. comment
    Comment #43655400

    Part of the reason the US government needs to use consultants is because they can't actually pay enough to hire senior developers directly due to the constraints imposed by the GS …

  21. comment
    Comment #43652688

    Some US states require lead screening (blood tests) for babies and toddlers. In that case they are covered by insurance. My son has been tested once so far.

  22. comment
    Comment #43004885

    Using `mix()` isn't necessarily bad. Using boolean operations like `lessThan()` is probably better than `step()`. I just tested two ways of converting linear RGB to sRGB. On AMD, t…

  23. comment
    Comment #42738245

    Those high COPs are probably for relatively small temperature deltas. Heat pumps get _less_ efficient when the temperature deltas are larger. See page 18 of the manual linked below…

  24. comment
    Comment #42737848

    This is a good point that I had not considered, and I will add a few additional thoughts: * In cold weather, solar heat gain can work in your favor as well. Much of the effect will…

  25. comment
    Comment #42736610

    > What's the average monthly leccy bill in Phoenix during the summer? $400? The average high temperature in Phoenix in July is 106.5F (41.4C). If you are cooling to 70.0F (21.1C), …