Viewing profile — prbs23
prbs23
HN member- Joined
- Thu, Oct 03, 2019, 1:18 AM UTC
- HN karma
- 25
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About prbs23
Recent public activity
-
comment
Comment #41142980
As long as you are using the LoRaWAN protocol (not just LoRa modulation), encryption is not optional. It's built into the link layer of LoRaWAN, and a device cannot join a network …
-
comment
Comment #40950998
Interesting concept for a project... From what I have seen in the industry, it seems like this is something every organization ends up developing at least one custom tool for. EDA …
-
comment
Comment #40732531
This is an awesome write up! I have one of these scopes, with exactly this issue after a long period in storage. When I was looking into it a few years ago the failure mode was kno…
-
comment
Comment #38908719
I don't understand why fuzzing hardware is being presented as a new thing here... In silicon validation, constrained random testing has been the standard methodology for at least 1…
-
comment
Comment #36599396
https://www.prbs23.com/blog/ Started a couple years ago, but I don't have as much time to write as I'd like. The majority of topics relate to ASIC design and verification, since th…
- story
-
comment
Comment #35740386
I rewrote the UI for an off the shelf WiFi digital photo frame so that it shows the latest raw images sent back from the Perseverance Mars rover. https://prbs23.com/blog/posts/pict…
-
comment
Comment #34752349
If you are interested in more OSSI varieties like those, check out Wild Garden Seed: https://www.wildgardenseed.com The owner, the Frank Morton who was mentioned in article, is the…
-
comment
Comment #34420076
Most architectures do not provide an interrupt that is generated by an integer overflow. Since this would be a significant architectural change in the hardware, it can't be simply …
-
comment
Comment #33623974
I somewhat recently blogged about my process of setting up a private LoRaWAN network as well. https://prbs23.com/blog/posts/getting-started-with-a-private... LoRaWAN is definitely …
-
comment
Comment #33303944
As others have said it's not the concept of DWDM that's new here. That has been around for a while. What is interesting here is that they have managed to integrate a DWDM transceiv…
-
comment
Comment #32873079
> No. I won’t do that. It inhibits natural communication. Quite the opposite, it inhibits effective communication. Giving someone a one sentence summary of why you need to talk ena…
-
comment
Comment #32832329
From what I have seen of both the open source and commercial EDA software, I think it would take a well funded team somewhere around 4 years of development to catch up with the cur…
-
comment
Comment #32416450
You seem to have already made a judgement about IME and associated management processors by calling them backdoors. Intel doesn't put IME into their processors to be a back door, b…
-
comment
Comment #31627357
I totally agree that having visual diagrams of a code base can be super helpful, especially when getting familiar with the code, or onboarding a new engineer. However I don't think…
-
comment
Comment #31533207
It feels like there is a cultural difference here. If someone tells me something in a one on one or small group conversation, my default assumption is that I should not share that …
-
comment
Comment #28688856
I've been following the IceStorm project for a while and it's some really impressive work. Now if only we could get a decent open source SystemVerilog simulator to go along with it…