Live data from Hacker News

Viewing profile — jpm48

jpm48

HN member
Joined
Mon, May 11, 2020, 11:15 AM UTC
HN karma
124
Public activity
53 items

About jpm48

No profile information was provided.

Recent public activity

  1. comment
    Comment #30625551

    Wow, didn't know this one (just added to my lecture notes!) thanks

  2. comment
    Comment #30471440

    "Just getting started", I feel the same with the guitar. Been playing since I was 12, 40 years on with quite a few breaks still love it and having fun will never be a pro! I work w…

  3. comment
    Comment #30420983

    Most likely a combination of asciinema https://asciinema.org/ and https://github.com/cirocosta/asciinema-edit (You can do it by hand as well, but the tools are easier). Use the Qua…

  4. comment
    Comment #30382934

    Have a look at OpenImageIO it may help. The otool can do lots, and if not you may be able to use the API's (C++ or Python) https://openimageio.readthedocs.io/en/latest/

  5. comment
    Comment #30154362

    One thing that may be nice is a pager mode. If you feed into more or less with a pipe you loose the syntax highlight.

  6. comment
    Comment #30153531

    This is going to be useful for many things in my teaching. I've just got my students to install Rich / textual for my python coding course as I've featured it as one of my Modules …

  7. comment
    Comment #29862576

    I've watched several that i've thought have been written by AI / GPT.

  8. comment
    Comment #29783698

    wow, this is amazing, I wonder if std::make_unique would be better as it aligns the bytes as well ;-)

  9. comment
    Comment #29664231

    SeExpr is great and used a lot in animation / shader development in things like Renderman from Pixar, it was great to see it in Krita https://wdas.github.io/SeExpr/

  10. comment
    Comment #29646746

    If you like SciFi this is a good take on that question. The Doors of Eden by Adrian Tchaikovsky https://www.goodreads.com/en/book/show/48643567-the-doors-of...

  11. comment
    Comment #29614684

    Years ago we took one of the happy birthday tune cards and connected it to the floppy drive hinge on a PC, the developer was convinced we had installed a TSR program to play it eve…

  12. comment
    Comment #29575704

    This is a massive part of the Pink Floyd (Dave Gilmour) sound, he use the RA-200's https://www.gilmourish.com/?page_id=83

  13. comment
    Comment #28970253

    The chaos I'm getting with vcpkg at present seems to say not! I love the idea of vcpkg and it used to make life so much easier as I gave my students a list of packages to install f…

  14. comment
    Comment #28905792

    I put private : myclass(const &myclass )=delete; Just to be safe :-)

  15. comment
    Comment #28888519

    I recommend this book to my students, Bob writes so well. His crafting interpreters book https://craftinginterpreters.com/ is also brilliant, I wish I could write so well.

  16. comment
    Comment #28875285

    I teach students who write code for VFX software, Simulations and Games so it is a "creative endeavour" :-)

  17. comment
    Comment #28861541

    I always give my students these to read when I teach design patterns :-) https://realtimecollisiondetection.net/blog/?p=44 http://realtimecollisiondetection.net/blog/?p=81 "The “De…

  18. comment
    Comment #28367017

    It's a schema specification with various plugins. I guess it will mainly be about the geo specification for models (and perhaps ignore the shaders etc). Documentation is hard to co…

  19. comment
    Comment #28366876

    Interesting they show support for USD(Z) in the example. USD will be the standard for most VFX houses and make tooling for various web based systems so much easier.

  20. comment
    Comment #27903598

    I use the terminal and the touch command all the time to create empty files before adding them to a project (for example touch include/MyClass.h src/MyClass.cpp )

  21. comment
    Comment #27382570

    I guess they mean python2 1/2 == 0 python3 1/2 == 0.5 (threw me the first time when I moved as I use this to demonstrate the differences in integer devision in C based languages).

  22. comment
    Comment #26966267

    This is really nice, I teach intrinsics to my MSc students so will add this to their reading list. This is a recent set of notes I gave them showing how to go from simple CPU only …

  23. comment
    Comment #26917490

    I think one of the main issues for Big studios is the whole pipeline is based around Maya / Houdini and it is easy to get artists who know these tools. It's hard to switch and take…

  24. comment
    Comment #26895085

    First initial test (after 3hrs to update everything!) I can't create an OpenGL Core 4.1 Context with SDL2 Oh well it's late now will investigate more in the morning.

  25. comment
    Comment #26894044

    Looking forward to testing my OpenGL lecture code on this, it works under Windows and Linux natively so working on WSL will be a major bonus for me :-)