Live data from Hacker News

Viewing profile — roggenbuck

roggenbuck

HN member
Joined
Fri, Feb 02, 2024, 1:37 AM UTC
HN karma
14
Public activity
25 items

About roggenbuck

Jake Roggenbuck -- jr0.org

I'm interested in programming languages/langdev, backend, low-level systems, space flight software, and building products.

https://github.com/JakeRoggenbuck

https://www.linkedin.com/in/JakeRoggenbuck

Prev. SWE Intern @ Capital One, Sunain, Lucid Automation.

me jr0 org jakeroggenbuck2 gmail com

Recent public activity

  1. comment
    Comment #48603765

    The longest answer is the correct answer for a lot of the questions

  2. comment
    Comment #48485605

    Thanks Eric! That makes sense and I appreciate the thoughtful response! Excited to read the new book (arriving tomorrow)!

  3. comment
    Comment #48479970

    Hey Eric! How often do you see companies recover from financial gravity? Or is it mostly irreversible? How much do you attribute worsening of company values to things like professi…

  4. comment
    Comment #48244288

    Loving superset! Congrats on the launch! Excited to try remote workspaces so I don’t have to leave my computer open while I have autoresearch running.

  5. comment
    Comment #48115334

    This is some excellent work Henry! Very excited to try it out.

  6. story
  7. comment
    Comment #46820251

    Flameshot is excellent! I’ve been happily using it for years.

  8. comment
    Comment #46626877

    https://jr0.org

  9. comment
    Comment #46491767

    The roads in Davis are great! Super easy to bike and drive. Except for Mace Blvd.

  10. comment
    Comment #46424603

    I’ve used superset at work this last week, and it’s great! Excited to see what’s next!

  11. story
  12. comment
    Comment #45870113

    I’m working on a performance capture library for Python because I often need to know the performance of backend systems I maintain. I frequently build tooling to capture performanc…

  13. comment
    Comment #45562327

    I’m working on a performance capture library for Python because I often need to know the performance of backend systems I maintain. I frequently build tooling to capture performanc…

  14. story
    Show HN: Kronicler – capture performance analytics with custom rust database

    Hey HN! My name is Jake and I often need to know the performance of backend systems I maintain. I frequently build tooling to capture performance and save it for later analysis. I/…

  15. comment
    Comment #45499774

    This was a well written post! It makes me want to create my own forth-like language

  16. comment
    Comment #45408619

    This is really creative! Very well done. Surprisingly fast too.

  17. comment
    Comment #45161761

    This is great!

  18. comment
    Comment #45141396

    Yea, it's fun to know and it can be useful from time to time. I know the alphabet but cannot copy very fast at all.

  19. comment
    Comment #45108823

    Really great stuff! Congrats on the launch!

  20. comment
    Comment #45035309

    Yea, I can expand the description to include other features that may cause issues. Here is an example of how counting can cause latency too: https://www.usenix.org/system/files/sec…

  21. comment
    Comment #45035281

    > and it would have been great if the default had been safe. I totally agree here. Safety can and should be from the language itself.

  22. comment
    Comment #45035264

    Thanks for the feedback! Yea, you're totally right. I'll update the docs to reflect this. > why not just wrap vanilla JS regex, rejecting patterns including them? Yea! I was thinki…

  23. story
    Show HN: Regolith – Regex library that prevents ReDoS CVEs in TypeScript

    I wanted a safer alternative to RegExp for TypeScript that uses a linear-time engine, so I built Regolith. Why: Many CVEs happen because TypeScript libraries are vulnerable to Regu…

  24. story
    Show HN: Regolith – Regex library for TypeScript made to prevent ReDoS attacks

    I made TypeScript bindings for the Rust Regex library to prevent Regular Expression Denial of Service attacks. Rust's Regex uses a linear-time guaranteed Regex engine (which preven…

  25. comment