HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jpm48

no profile record

comments

jpm48
·4 jaar geleden·discuss
Wow, didn't know this one (just added to my lecture notes!) thanks
jpm48
·4 jaar geleden·discuss
"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 with loads of great artists, I really can't draw (but am according to the deeds of my apprenticeship a qualified draftsman!) but still love to doodle and sketch. The awesome artists I teach and work with always amaze me, mostly the really good ones always have a sketch book with them and always doodle. This is the key, love it, practice it and enjoy :-)
jpm48
·4 jaar geleden·discuss
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 Quantize and speed options
jpm48
·4 jaar geleden·discuss
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/
jpm48
·4 jaar geleden·discuss
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.
jpm48
·4 jaar geleden·discuss
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 of the week. https://nccastaff.bournemouth.ac.uk/jmacey/msc/PipeLineAndTD... So this will come in handy. Great work.
jpm48
·5 jaar geleden·discuss
I've watched several that i've thought have been written by AI / GPT.
jpm48
·5 jaar geleden·discuss
wow, this is amazing, I wonder if std::make_unique<audio> would be better as it aligns the bytes as well ;-)
jpm48
·5 jaar geleden·discuss
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/
jpm48
·5 jaar geleden·discuss
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...
jpm48
·5 jaar geleden·discuss
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 every time he inserted a floppy, not realising it was a hardware hack. Weeks of fun until he found out.
jpm48
·5 jaar geleden·discuss
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
jpm48
·5 jaar geleden·discuss
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 for their homework and all was fine. Recently packages seem to get updated and break, there is no "easy" way to specify versions of packages. And in general it takes months to fix simple bugs. There seems to be over 1K issues at present. I know it's a difficult project but still could be done better.
jpm48
·5 jaar geleden·discuss
I put

private : myclass(const &myclass )=delete;

Just to be safe :-)
jpm48
·5 jaar geleden·discuss
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.
jpm48
·5 jaar geleden·discuss
I teach students who write code for VFX software, Simulations and Games so it is a "creative endeavour" :-)
jpm48
·5 jaar geleden·discuss
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 “Design Patterns” book is one of the worst programming books ever. Yes, really. I’m 100% dead serious when I say that I think it has set (and will continue to set) the progress of software development back by decades."
jpm48
·5 jaar geleden·discuss
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 come by, you basically have to look at the source / examples.
jpm48
·5 jaar geleden·discuss
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.
jpm48
·5 jaar geleden·discuss
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 )