Recent content by Daniel Duffy

  1. Daniel Duffy

    MATH COURSE ADVICE NEEDED

    That's what I would do. When I was OP's age, there was no C++ course, so I said #$&&2, I'll make one myself.
  2. Daniel Duffy

    MATH COURSE ADVICE NEEDED

    I offer Maths courses for MFE etc. e.g. ODE/PDE, Numerics (Students Euro 1500 1st course, Euro 995 each course after first course). https://www.datasim.nl/onlinecourses https://www.datasim.nl/testimonials
  3. Daniel Duffy

    ChatGPT

  4. Daniel Duffy

    ODE/PDE/SDE online courses for computational finance

    Reminder ODE/PDE online course.
  5. Daniel Duffy

    C++ vs Rust

    "To prevent the unexpected execution of batch files, you should consider moving the batch files to a directory that is not included in the PATH environment variable," Ryotak advised. "In this case, the batch files won’t be executed unless the full path is specified, so the unexpected execution...
  6. Daniel Duffy

    What books are you currently reading?

    Firsy, we intend documenting it in book form. I get quite a number of requests for these kinds of application-oriented (for want of a better name) courses. a lot of effort and work..:whistle:
  7. Daniel Duffy

    What books are you currently reading?

    My feeling is if you know C++ then learning Rust is easy. e.g. Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—meaning that all references point to valid memory—without a garbage collector. To...
  8. Daniel Duffy

    What books are you currently reading?

    https://www.amazon.com/Rust-Programming-Language-Steve-Klabnik/dp/1593278284 Just in case Rust <-> C++ interop becomes the next hot topic.
  9. Daniel Duffy

    C++ vs Rust

    Rust traits Similar to C++ Concepts https://doc.rust-lang.org/book/ch10-02-traits.html
  10. Daniel Duffy

    Rebellion Research going against BARUCH

    “Do not judge, or you too will be judged. For in the same way you judge others, you will be judged, and with the measure you use, it will be measured to you." Matthew 7:1-6
  11. Daniel Duffy

    Rebellion Research going against BARUCH

    As an author, I would suggest doing some grammar checks. For example, " We will not." should be "we shall not". It could be structured better. Personally, I hate the widespread use of commas to structure sentences.
  12. Daniel Duffy

    C++ vs Rust

    We should entertain all scenarios, one of which Rust is and will remain a niche product. It may have vocal cheerleaders. Due diligence and all that. Of course, I still think Rust-C++ interop is important.
  13. Daniel Duffy

    C++ vs Rust

    Just write Rusty wrappers. I rest my case. QED.
  14. Daniel Duffy

    C++ vs Rust

    Thus, C code is wrong, the root cause. Clear.
Back
Top