Viewing profile — frazar0
frazar0
HN member- Joined
- Fri, Jan 01, 2016, 5:41 PM UTC
- HN karma
- 47
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About frazar0
Interests: Hacking, Hardware, Hiking, Networking, Open Source, Programming, Research, Science, Technology, Books, DevOps, IoT
Recent public activity
-
comment
Comment #47923891
https://web.archive.org/web/20260427153049/https://pressbook...
-
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…
-
comment
Comment #42162693
> RGB: None I chuckled.
-
comment
Comment #41622061
Web Archive link: https://web.archive.org/web/20240921132410/https://web.tecni...
-
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…
-
comment
Comment #40093134
Might be Morse code
-
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…
-
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…
-
comment
Comment #35404650
https://web.archive.org/web/20230401205313/https://www.wired...
-
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…
-
comment
Comment #34733059
One issue with SVD is its significant time complexity compared to, for example, the Discrete Cosine Transform used in JPEG
-
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…
-
comment
Comment #25329940
An alternative could be to create another zero-sized type for NaN and Infinity
-
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.
-
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…
-
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…
-
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…