Live data from Hacker News

Viewing profile — juangburgos

juangburgos

HN member
Joined
Mon, Oct 08, 2018, 8:53 AM UTC
HN karma
26
Public activity
35 items

About juangburgos

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
  5. comment
    Comment #29390174

    I do not find it more simple, parse has very simple to use, time-saving, client side libraries. PostgREST does not seem to have anything close to that. There seem to be 3rd party c…

  6. comment
    Comment #29315829

    Good job man. I have used inkscape in these kind of tasks, but it seems that with every new version, it sucks even more. Seeing these kind of web apps is refreshing! Just some feed…

  7. comment
    Comment #29226103

    We will never get around replacing old industrial interfaces like Modbus, because there are simply too many and because people still use them in new applications because better the…

  8. comment
    Comment #29036160

    I use this at pidtuner.com to calculate Jacobians. But beware, nothing beats analytic derivatives. Depending on the languague and requirements needed to implement a given algorithm…

  9. comment
    Comment #28770249

    just open the window in incognito using a VPN to a country with a weak currency and to get 90% discounts on 30% of the original value.

  10. comment
    Comment #28508686

    I prefer Armadillo because of the Matlab-like syntax that feel like writting down the equations as they are in pencil and paper. Much more readible: http://arma.sourceforge.net/doc…

  11. comment
    Comment #28508582

    I have given WSL2 a chance recently and it sucks, the vmmem process eats all my memory. It is not a recent bug, it has been known since 2019 and hasn't been fixed. Beware: Don't lo…

  12. comment
    Comment #28442379

    A guy that has no time for philosophy.

  13. story
  14. comment
  15. comment
    Comment #28311719

    I run https://pidtuner.com - GNU Octave for development and testing - Emscripten, Armadillo and C++ for deployment code - Static html, css, js (bunch of libs) - Github for main hos…

  16. comment
    Comment #28118866

    A PID tuning guide with almost no math. But very important thing to consider when making an system identification test indeed.

  17. comment
    Comment #28058284

    I like that it has no math or equations, only practical tips.

  18. comment
    Comment #27735527

    Useful if you need to adjust the PID gains https://pidtuner.com

  19. comment
    Comment #27341659

    LQR does not include integral action by default

  20. comment
    Comment #27300488

    Not sure I can (legal reasons?), but suffice to say thay feed multiple stations with multiple relatively large machines (+10MW). In some cases they have daisy-chained basins, so th…

  21. comment
    Comment #27292334

    For me the most complicated part when doing manually was the delay, because the water from the intake gates do not reach the headponds inmediatly. What I like is that the tool cons…

  22. comment
    Comment #27290980

    I have used this tool to tune the water level PIDs of several hydroelectric substations. I passed from spending days with manual fine tuning to a couple of hours of a simple experi…

  23. story
  24. comment
    Comment #25383705

    Thers is this tool whole algorithms were originally implemented in C++ to use in industrial applications. But was easily ported to the web to create a PWA that now anybody can use.…

  25. comment
    Comment #24917019

    It is athough question, given that C++ is multi paradigm and recently changing a lot (last 10 years). There is: * Classic C++ (before C++11) * Modern C++ (after C++11) * Object ori…