Live data from Hacker News

Viewing profile — iracigt

iracigt

HN member
Joined
Sun, Feb 10, 2019, 8:50 PM UTC
HN karma
245
Public activity
21 items

About iracigt

Interests: programming languages, electronics, and software defined radios (KC2QOL)

[ my public key: https://keybase.io/iracigt; my proof: https://keybase.io/iracigt/sigs/zLZFnDWZPAlFxP2jW5wMm4B0VM8DXpuMVvxu0pJ1xC8 ]

Recent public activity

  1. comment
    Comment #48690255

    Generally, yes. Journals expect that the research is new. With most research labs (at least in CS) making their work freely available on the internet, the major value of publicatio…

  2. comment
    Comment #47156177

    Not only that, they use the gravitational potential of the falls to store massive amounts of energy when there's a surplus. Way cheaper to hold or even pump the water back up to th…

  3. comment
    Comment #45071675

    This book in particular is primarily about error correcting codes. Take a message we want to communicate and add some additional data that allows recovering the message even if par…

  4. comment
    Comment #45069221

    It's the essence of coding theory, not necessarily what's essential for all CS students to know. One of the authors is at my university and teaches from this book. It's a math heav…

  5. comment
    Comment #43302165

    WebUSB requires the device to opt in via it's USB descriptors. Otherwise any USB device with firmware updates would have this problem. Maybe an issue here is WebSerial, as HCI come…

  6. comment
    Comment #43302124

    The devices are sold as programmable. The supplier loads their own code and has complete control over it. This is an advertised feature. Espressif also releases code that makes it …

  7. comment
    Comment #43301794

    Yeah, the research is good. Software developers do not expect HCI to have this type of control. Because it's undocumented, it's not in their threat model and is unexpectedly availa…

  8. comment
    Comment #43301769

    Because it's not remote. This allows a computer with a Bluetooth adapter to debug and modify its own firmware. This is normal. The potential problem is the interface for this was n…

  9. comment
    Comment #43301698

    Oh, and from the perspective of open hardware, these alarmist headlines are a real disservice. The natural reaction to debugging interfaces and firmware updates being "backdoors" a…

  10. comment
    Comment #43301635

    Agreed. This is pretty common and no worse than a firmware update. The potential catch is in-band debugging may not require the same privileges on the host you'd expect from a firm…

  11. comment
    Comment #43301598

    I think the title is a bit misleading. If I'm reading correctly, the "backdoor" allows a computer to peek and poke memory and other low-level functions of its own USB Bluetooth ada…

  12. comment
    Comment #42686992

    Section 2.4 gives a concrete example, though there are some asterisks. The example is one where a compiler rewrites something like `while (...) x++;` to put `x` in a register: `int…

  13. comment
    Comment #41481936

    Agreed with the sentiment that this isn't that bad. As far as chip errata go, it's definitely unusually broad impact. So yeah, it's an abnormally bad bug. But for your average Pi P…

  14. comment
    Comment #41480659

    After this was published, RPi concluded the problem was a leakage current and updated the datasheet [1]. Roughly, a tiny trickle of electricity, about 100 microamps, flows out via …

  15. comment
    Comment #37527522

    The "chip rate" of GPS L1 C/A (the main one) is 1023 kchips/sec. So you end up with a signal that is over 1 MHz wide to encode 50 bits/sec. Nyquist-Shannon theorem says* you thus n…

  16. comment
    Comment #37527176

    All of them I am aware of do hardware decoding of the signal and do the linear algebra to find their location in software. Speaking mostly based on the cheap ublox chips and partia…

  17. comment
    Comment #36695613

    25e3 per 6 months is 50e3 in 12 months. That's assuming the constellation isn't shrinking, which SpaceX definitely doesn't seem to be doing.

  18. comment
    Comment #36695605

    It's true that the bigger question is "what is the impact of a collision?". For many of them, the answer is probably nothing. In an industry where 1 in 10,000 makes people uncomfor…

  19. comment
    Comment #36695293

    This is concerning to me, but not quite for the reason the article suggests. SpaceX is doing the right thing here by maneuvering and using Very Low Earth Orbits to cap the amount o…

  20. comment
    Comment #25824453

    They moved away from SWIG and to PyBind11. As they mention, this is going to be an annoying transition for my custom out-of-tree modules. Overall though, I'm excited for the change…

  21. comment
    Comment #19129946

    I'm part of the same University at Buffalo group as the author. If this interests you, we've open-sourced some of our stuff, including a VHF/UHF communications radio and star-track…