Live data from Hacker News

Viewing profile — coderjames

coderjames

HN member
Joined
Thu, Nov 14, 2013, 4:59 PM UTC
HN karma
622
Public activity
143 items

About coderjames

Senior Aerospace Software Engineer building the road to space. If I ship bugs, people might literally die. If you want to help build the road to space, let's talk.

Recent public activity

  1. comment
    Comment #48172663

    > I've told them over and over I'm not capable of that I can relate and empathize. And also provide this suggestion based on my own similar experience: if you can't provide evidenc…

  2. comment
    Comment #47786425

    > Concert tickets are almost certainly in the 'dinner reservation' category. They have no need to identify me for national security reasons Admittedly I haven't been to many concer…

  3. comment
    Comment #47419328

    In my workplace, its availability. We have to use US-only models for government-compliance reasons, so we have access to Opus 4.6 and GPT 5.4, but only Gemini 2.5 which isn't in th…

  4. comment
    Comment #47391703

    And you'd lose that wager. I complain about movie costs while I watch movies at home, drive a VW that was under $40k new, live in a state with a minimum wage over $17 an hour, and …

  5. comment
    Comment #47297354

    > when I have something to say about my day, there's nowhere to say it; no one on HN cares whether I fixed up the blinds or cooked pork steaks. As someone who lives alone, two ways…

  6. comment
    Comment #47268708

    Sounds good. So they've cancelled all Starship-related construction at LC-39A at KSC, because Texas, right?

  7. comment
    Comment #47268695

    I haven't tried it myself so you might be right, but I was thinking of the silver conductive pens from Chemtronics with a conductivity of 0.02-0.05 ohms/sq/mil. For attachment, I'd…

  8. comment
    Comment #47217752

    For the 2D version, you might not need very much custom. Use a regular pen plotter and use a pen with conductive ink. These both exist today, though personally as a hobbyist PCB de…

  9. comment
    Comment #47187631

    For me its the commodities. I grant that SpaceX engineers are smart people and can figure out how to make Starship and Superheavy reliable and reusable. But if they have to launch …

  10. comment
    Comment #46950256

    I'm an embedded software engineer by day and like it or not I have to acknowledge that AI tooling is coming to our work, so I'm currently working on learning to interact with AI co…

  11. comment
    Comment #46795051

    Not OP, but one example I can think of: Jeff Bezos moved from Washington state to Florida two years after Washington enacted a 7% capital gains tax "on the sale or exchange of long…

  12. comment
    Comment #46526400

    You don't support trying to save the planet? The Bezos Earth Fund: https://www.bezosearthfund.org/

  13. comment
    Comment #46173767

    I think it might be a organizational architecture that needs to change. > However, we have never before applied a killswitch to a rule with an action of “execute”. > This is a stra…

  14. comment
    Comment #45783884

    > In particular, our code to parse .deb, .ar, .tar, and the HTTP signature verification code would strongly benefit from memory safe languages > Critical infrastructure still writt…

  15. comment
    Comment #45699202

    Oh yeah, derp. I was thinking unaligned-PER, not BER.

  16. comment
    Comment #45688722

    I worked with ASN.1 for a few years in the embedded space because its used for communications between aircraft and air traffic control in Europe [1]. I enjoyed it. BER encoding is …

  17. comment
    Comment #45448760

    > This friend told me she can't work without ChatGPT anymore. It doesn't say she chooses to use it; it says she can't work without using it. At my workplace, senior leadership has …

  18. comment
    Comment #44763434

    > those who want to parse a JSON document with a YAML parser. I've done it. We already had a YAML parser in an internal library I maintain since we were already ingesting YAML file…

  19. comment
    Comment #44716690

    It has not so far. "Experts say that airdrops, another measure Israel announced, are insufficient for the immense need in Gaza and dangerous to people on the ground."[1] "[T]he air…

  20. comment
    Comment #44587659

    We're in the greater Seattle area and I make north of $200k, so I feel like yes :shrug:

  21. comment
    Comment #44587352

    My department at the place I work is actively hiring Software Engineers. We have nine open requisitions for any seniority level and are regularly conducting interviews, but the new…

  22. comment
    Comment #44553304

    That's very interesting! Thanks for the recommendation, definitely something I'll consider.

  23. comment
    Comment #44526896

    > the price seems way high. How much is your child's finger worth? I'm looking at getting a SawStop table saw so I can teach my child woodworking with slightly more peace-of-mind t…

  24. comment
    Comment #44406314

    > I'm still a bit upset that they took away vertical taskbars from us After getting a new W11 laptop at work and discovering the removal of vertical taskbars (ridiculous on 16:9 mo…

  25. comment
    Comment #44322112

    > most classes are not designed to be inherited but want to expose a clean public API. > While true that all classes can be inherited That's what the 'final' keyword in C++ is for:…