Live data from Hacker News

Viewing profile — frazar0

frazar0

HN member
Joined
Fri, Jan 01, 2016, 5:41 PM UTC
HN karma
47
Public activity
17 items

About frazar0

github.com/frazar linkedin.com/in/francesco-zardi scholar.google.com/citations?user=aNbhrYgAAAAJ

Interests: Hacking, Hardware, Hiking, Networking, Open Source, Programming, Research, Science, Technology, Books, DevOps, IoT

Recent public activity

  1. comment
    Comment #47923891

    https://web.archive.org/web/20260427153049/https://pressbook...

  2. comment
    Comment #42449864

    > If the device was validating the server certificate, it wouldn’t make it this far, so that shows that our certificate was accepted. One more very good reason for preventing reque…

  3. comment
    Comment #42162693

    > RGB: None I chuckled.

  4. comment
    Comment #41622061

    Web Archive link: https://web.archive.org/web/20240921132410/https://web.tecni...

  5. comment
    Comment #41426956

    Very interesting! It would be even more appealing if you could show a test case where a high level metric (e.g., wifi download speed) improves with one of your lenses compared to a…

  6. comment
    Comment #40093134

    Might be Morse code

  7. comment
    Comment #36764403

    > Fanless 0 dB design Note that 0 in dB scale indicates a 1:1 ratio with something, and not a zero in linear scale. Indeed, a zero in linear scale corresponds to -infinity in dB sc…

  8. comment
    Comment #36653628

    Fairphone 4 has been my main and only phone for several months now. Great experience, very good battary life. Performance-wise, I haven't noticed any significant difference compare…

  9. comment
    Comment #35404650

    https://web.archive.org/web/20230401205313/https://www.wired...

  10. comment
    Comment #35151003

    Don't know much about the invisibility cloak. But in wireless communications the "better smart mirror" idea is being investigated to achieve arbitrary reflection directions that de…

  11. comment
    Comment #34733059

    One issue with SVD is its significant time complexity compared to, for example, the Discrete Cosine Transform used in JPEG

  12. comment
    Comment #29349815

    The author raises an interesting argument, but I don't see how the "maintainer perfectionism" issue is specific to Rust in particular. Indeed, the two examples they mention are bot…

  13. comment
    Comment #25329940

    An alternative could be to create another zero-sized type for NaN and Infinity

  14. comment
    Comment #19680162

    Interesting point. However, I believe frequency trading relies on connections with extremely low latency, while satellite links are characterized by high Round Trip Time.

  15. comment
    Comment #18888665

    If you're looking for something Arduino-compatible, you should consider the RFM9x family of boards, based on the SX1276 LoRa chips. Breakout board from Adafruit: https://www.adafru…

  16. comment
    Comment #16086128

    A number of ways are listed here [1] 1. With dmesg dmesg -wH | grep 'page tables isolation' 2. With /proc/cpuinfo grep cpu_insecure /proc/cpuinfo && echo "Patched" || echo "Unpatch…

  17. comment
    Comment #15484486

    Yes. The issue is actually being worked on. For example, the draft RFC for fallible collection allocations is now in final comment period [0]. Edit: fix link [0] https://github.com…