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 theory of distributions.…
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 parametric python CAD.
I find bayesrulesbook.com to be the best book on bayesian statistics, it's free online html version. Excellent examples, using stan.
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 which I found to be very well written:…
I just started reading Book of Proof by Richard Hammack and I agree it's an amazing book
Tidyverse is awesome, RStudio too
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 tree, I could live without it, padrino…
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 business. Started casually studying it so I…
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
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 would be part of the Configure. Of…
It comes from the customers. They know what they want.
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 code generated models and Cadquery. I'm…
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 out there.
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 done, joy when you see your software…
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'
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 and roda all these years
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 to pry Sequel from my cold dead…
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 speaking area/country. Everything…
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 tutorial. Still have an app in production…
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 theory of distributions.…
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 parametric python CAD.
I find bayesrulesbook.com to be the best book on bayesian statistics, it's free online html version. Excellent examples, using stan.
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 which I found to be very well written:…
I just started reading Book of Proof by Richard Hammack and I agree it's an amazing book
Tidyverse is awesome, RStudio too
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 tree, I could live without it, padrino…
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 business. Started casually studying it so I…
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
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 would be part of the Configure. Of…
It comes from the customers. They know what they want.
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 code generated models and Cadquery. I'm…
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 out there.
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 done, joy when you see your software…
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'
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 and roda all these years
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 to pry Sequel from my cold dead…
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 speaking area/country. Everything…
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 tutorial. Still have an app in production…