Live data from Hacker News

Viewing profile — oogway8020

oogway8020

HN member
Joined
Mon, Apr 22, 2019, 8:04 PM UTC
HN karma
35
Public activity
19 items

About oogway8020

No profile information was provided.

Recent public activity

  1. comment
    Comment #45413043

    Here is one path to learn Bayesian starting from basics, assuming modern R path with tidyverse (recommended): First learn some basic probability theory: Peter K. Dunn (2024). The t…

  2. comment
    Comment #39897079

    Are you aware of python first libraries like build123d and cadquery? build123d has an improved API over cadquery, excellent docs and no dependency on conda. Best tool for modern pa…

  3. comment
    Comment #39896982

    I find bayesrulesbook.com to be the best book on bayesian statistics, it's free online html version. Excellent examples, using stan.

  4. comment
    Comment #34458800

    There is a large number of html format books on bookdown.org, mostly related to Data Science and R, lots of Bayesian too. There are some more theoretical math books there, one of w…

  5. comment
    Comment #34441445

    I just started reading Book of Proof by Richard Hammack and I agree it's an amazing book

  6. comment
    Comment #33318830

    Tidyverse is awesome, RStudio too

  7. comment
    Comment #27193873

    I am a big fan of roda and especially sequel. Both libraries are masterfully developed and maintained by Jeremy Evans. While roda is very nice and offers some features like routing…

  8. comment
    Comment #25376051

    As a Software Developer, after working with CEO/CFO/Accountants on Managerial (Cost) Accounting Projects, I started appreciating it as one of the most important areas in the busine…

  9. comment
    Comment #24651322

    Ruby brings me joy of programming. Like this morning, doing a report for year, month and getting the last day of the month is absolute genius: Date.new(year, month, -1) # wow

  10. comment
    Comment #24543975

    Where I see potential for using tools as cadquery is with product type configurators which are often part of ERP software aka CPQ (Configure-Price-Quote). Cadquery generated model …

  11. comment
    Comment #24522076

    It comes from the customers. They know what they want.

  12. comment
    Comment #24522025

    Here is one: shafts for power transmission equipment, in our case belt conveyors for bulk material handling. Shafts for pulleys come in all shapes and sizes, ideal use case for cod…

  13. comment
    Comment #24505235

    Cadquery is a very nice python only API, based on the OpenCascade, much better API then FreeCAD. So someone looking to make parametric models via code, I think it's the best option…

  14. comment
    Comment #21869670

    My whole programming career has been around custom and standard ERP and internal business apps. I am in mfg too, just not a large enterprise. Low bureacracy, easy to get things don…

  15. comment
    Comment #21345871

    My bigger problem is that gitlab wouldn't allow me to register user account with yandex email, saying 'email is not from an allowed domain'

  16. comment
    Comment #20561373

    Not only it is a high quality codebase, support from Jeremy is a top notch, there are no outstanding issues, everything gets fixed promptly. It's been a great joy using both sequel…

  17. comment
    Comment #19858802

    I have been lucky to be able to pick what I want to use, so I pick non-rails stack (Sinatra/Padrino and now Roda + Sequel). No other tool works as half as Sequel. You're gonna have…

  18. comment
    Comment #19787411

    I started learning french at 50 to be an example to my teenage son, encouraging him to learn a second language rather than playing fortnite. It is harder when you are not in french…

  19. comment
    Comment #19722614

    I admire Rich Harris' work as well. 4 years ago I was picking my first SPA framework. Narrowed it down to Ractive and Vue. Picked ractive, it had a beautiful documentation and tuto…