Live data from Hacker News

Viewing profile — morio

morio

HN member
Joined
Tue, Nov 03, 2015, 10:11 PM UTC
HN karma
328
Public activity
49 items

About morio

No profile information was provided.

Recent public activity

  1. comment
    Comment #45141411

    Sorry to be blunt, that C/C++ code is crustyyy. Just to start with run this through an decently complete clang-tidy profile and fix all errors and warnings. That should become part…

  2. comment
    Comment #44248220

    I haven't looked at this recently but from what I remember rendering from SDF textures instead from simple alpha textures was 3-4 times slower, including optimizations where fully …

  3. comment
    Comment #44239517

    Yeah, there is an entire science on how to do font rendering properly. Perceptually you should even take into account if you have white text on black background or the other way as…

  4. comment
    Comment #44238671

    Not really, it's the same color primaries just without the non-linear transfer function.

  5. comment
    Comment #44238571

    You got a long way to go. Writing a rasterizer from scratch is a huge undertaking. What's the internal color space, I assume it is linear sRGB? It looks like you are going straight…

  6. comment
    Comment #42049685

    The majority of US homes use a split phase setup. So 240V is readily available and in fact the only way you can run central AC. Nominal voltage of a single phase is 120V. Technolog…

  7. comment
    Comment #41875211

    One example from the software side: A common thing to do in data processing is to obtain bit offsets (compression, video decoding etc.). If a byte would be 10 bits you would need m…

  8. comment
    Comment #40649259

    I find hand soldering QFN is faster, easier and more reliable than (T)QFP once you got enough practice. If you need to rework the QFN part the key is to FLOOD the footprint with go…

  9. comment
    Comment #40267003

    In the US, the neutral and ground are generally bonded in your breaker panel.

  10. comment
    Comment #39243926

    To be clear: I already had my old car insured with them for several years, so I just removed the old car and added the new car. I am also 50+ with no negative record and a garage i…

  11. comment
    Comment #39243619

    I concur, bought insurance for a new car early January and got it instantly using esurance.com (Allstate) by just entering my VIN. Yes, I am in SF/Bay Area.

  12. comment
    Comment #38925209

    Ok, I'll bite. Uploaded my gerbers using https://instantdfm.bayareacircuits.com/ Site does not respond for 10 minutes+ which is is not a good start. It's instant on the Chinese sit…

  13. comment
    Comment #36859815

    The short answer is yes. The long answer is that most of the VideoToaster software and hardware were specifically designed for the Amiga hardware architecture and therefore did not…

  14. comment
    Comment #35408237

    You can buy Prusa MK3 kits from Aliexpress for half the price of the original. I bought a kit from Prusa and one knockoff from Aliexpress. Parts wise they are 100% the same and per…

  15. comment
    Comment #33566338

    Huh? CCS1, CCS2 and NACS are DC. You are probably thinking Type 2 (Europe) which is indeed 3 phase and j1772 (US) which is single phase.

  16. comment
    Comment #33073727

    > Rust is massively more expressive. The question is not if Rust is more expressive but if C is expressive enough for the Linux kernel. So far there is no evidence that Rust adds a…

  17. comment
    Comment #29492014

    Sadly anything can be politicized these days.

  18. comment
    Comment #28112078

    These extreme fire events extend across the entire Northern hemisphere right now (Oregon, Washington, Montana, Greece, Turkey, Siberia etc.). Blaming California specific forest man…

  19. comment
    Comment #27895720

    What kind of false positives are you seeing with gcc? Personally I have never seen gcc spitting out a false positive. IMO it's always a good idea to explicitly downcast even if you…

  20. comment
    Comment #26445363

    Huh? You just pointed out what capitalism is about.

  21. comment
    Comment #26186637

    There are many failure points but one are the high voltage carrying power lines themselves. As they reach their capacity they start to droop quite a bit, which in itself can cause …

  22. comment
    Comment #25450575

    Thanks for the link. Though as a Google employee you should probably refrain from any further public comments.

  23. comment
    Comment #24973728

    I agree 100% with this. I have a fairly large tinker shop with 20-30 different machines and initially bet on the Pi platform to do CNC/Octoprint/robotics/etc controls, thinking I s…

  24. comment
    Comment #24768990

    The site does not have a valid SSL certificate. Some browsers will block it.

  25. comment
    Comment #24768963

    Never said it should be a requirement. But downloading a .zip file from a site which does not have a valid SSL certificate nor supports SSL in the first place does not instill conf…