Live data from Hacker News

Viewing profile — techie2022

techie2022

HN member
Joined
Sat, Aug 13, 2022, 10:33 PM UTC
HN karma
19
Public activity
13 items

About techie2022

No profile information was provided.

Recent public activity

  1. comment
    Comment #41726423

    I made the registry change and it didn't fix it. Most tools (including Windows' built-in File Explorer, and unzip tools) apparently still have the path length limitation built into…

  2. comment
    Comment #41605892

    [flagged]

  3. story
  4. story
  5. story
    Show HN: Beginner/expert hello world coding examples: C, C++, Python, Bash, etc.

    From reading yaml files in C++, to precision Linux timing in C ( https://github.com/ElectricRCAircraftGuy/eRCaGuy_hello_world... )... Great sockets (Ethernet packets) demo: https:/…

  6. comment
    Comment #32460819

    Tapping the keys at a certain frequency is the same thing as PWM control, which gives you an duty-cycle-based analog-like control input. PWM is just on_time/(on_time + off_time), s…

  7. comment
    Comment #32460718

    I've got a link to ocrmypdf in my "Alternative Software" section in my readme here: https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF#a... Are there any advantages you see…

  8. comment
    Comment #32460689

    I'll add PDF Sandwich to my readme here: https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF#a... Issue opened: https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF/i.…

  9. comment
    Comment #32460655

    I opened an issue for this: https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF/i...

  10. comment
    Comment #32455064

    I'd love to see you add some settings we can change, such as gravity and moment of inertia parameters, engine thrust force, and custom control keys.

  11. comment
    Comment #32455044

    Very cool game! I'm into controls and would love to write a PID controller for it to stabilize it and have it auto-follow my mouse, as a controls demo. I'm not sure how best to cap…

  12. comment
    Comment #32454567

    How does it compare to the immensely popular JSON for Modern C++ library by nlohmann? https://github.com/nlohmann/json Also, you should add your library to the JSON benchmarks here…

  13. story
    Show HN: `pdf2searchablepdf` command-line tool to make PDF have searchable text

    Easily perform OCR (Optical Character Recognition) on PDFs. `pdf2searchablepdf input.pdf` = voila! "input_searchable.pdf" is created & now has searchable text