What did you teach, deltOr?
Throw up a pastebin link and I (or anyone else) can have a look through it. (Also, being more specific as to what is wrong would help)
But you really should just use JOML.
Statistical genetics, plain statistics, Bayesian statics, MCMC methods, population genetics, and Public DNA databases and how to not be bad on computers. Also some plain CS stuff.
I did enjoy teaching. But at universities it counts for nothing. Only publications do. Hence why so many bad teachers at uni, we mostly just donāt give a rats arse.
Haha, yes thatās prevalent in Australia too. Another trick they use is to take a US book and āAustralianiseā it with a handful of new questions or case studies, and then become a joint author and make the students buy that odd new version, making more money for the new author and the publisher.
Free textbooks are pretty hard to find in my subject area which is business. Of course that makes sense, why would a business-minded person give away things for free? Lol.
But I think that a project to make an opens-source textbook, modeled on the wiki community, would be very useful for many teachers and students. I havenāt heard of any successful endeavor in the business subject area yet.
Interesting subjects. Have you thought about taking a casual teaching job in Auckland for cash flow while you start your exciting business? I do some casual tutoring in Sydney and it helps pay the bills. āData scientistā skills are in vogue these days so your subject area will probably be in demand for competent teachers.
Iāve been working on setting up a 3D environment in order to have something to use with testing 3D audio. Yesterday I got a 3D chessboard set up with a camera that tools around over the squares, using JavaFX. Today, instead of continuing that, I took a break to write a little āGetting started with JavaFXā tutorial.
Most of the online tutorials I found via browsing are for the old version of JavaFX, not the Java 8 version. There were a number of annoying things I had to figure out, such as which of several options of game loops formats to use, and how to read keyboard input. So, the tutorial (posted in our tutorials and articles section) covers those annoying sorts of basics. Also covered an Eclipse/JavaFX bug that probably also stops a few beginners in their tracks.
My apologies to anyone trying to read it when I was first posting. My current browser is Firefox, and with the changeover to Windows 10, I got saddled with a weird new version of Internet Explorer that I havenāt come to terms with yet. Need to download Chrome or something. So there was a fair bit of thrashing while the article was loaded, proofed, deleted, edited, reloaded, proofed, deleted, edited, several iterations of this.
Solved 3x3 Rubikās cube in less than a minute! 57.56 seconds is my new best. 8)
I agree, and donāt see big problem in books - we have open WIKI
- make Site - copy past all you need from Wiki + add own explanation
and you receive full book.
Print Black A4 ā Home Task.
Orange, the glow outline seems to fail close to corners, is it a limitation?
Yep.
Currently, it renders a mesh to a FBO, I then downscale it by half and blur it. Then I use the original FBO and ācutā it out of the blurred FBO. Corners get lost in the blurring
To be honest, it should be fine for practical uses IE outline-ing a gun or player object.
^ Would that help?
I came across this article about running java on a Sega Genesis. I thought it was cool because itās my favorite console:
Awesome good job! I actually recently broke my PB too: 7.653! First PB in a few months.
Practice practice practice.
Did a first draft of the upcoming JOML Cheat Sheet (starting with the Matrix4 classes):
So that people would not have to scroll thousands of lines through Java source or JavaDoc.
The Cheat Sheet should provide all information necessary: Categorizing methods, shortly describing them, indicating semantics and overloads.
I installed Attack of the titans and revenge of the titans. And i played a bit of revenge as āresearchā. I keep running out of monies! Can i use my CC for more monies
I managed to teach myself how to whistle (musically, not the earsplitting one). It took several days of trying and just blowing air but eventually I found the sweet spot where I can make a tone easily.
Some advice to others learning: blow air at your lower teeth while making a slight duckface. The whistling noise comes from air blowing over your lips akin to a bottle, not just blowing air.
āI keep getting asked why Iām programming for a Sega Genesis system in Java, the reason is Iām hoping someone from Sega or Sun Microsystems finds this page and offers me a job.ā
;D
Speaking of signed distance fields: http://computergraphics.stackexchange.com/questions/306/sharp-corners-with-signed-distance-fields-fonts/2151#2151
Thank you Roquen for digging that solution up - we were scratching our heads over that one a couple of months ago.
Relatedly:
Last night I dreamed of a computer language which is formulated line-by-line with questions which are sent to stackoverflow. The resulting program just extracts the highest rated snippet of code from the answers. Then the resulting compilation error messages are fed back to stackoverflow and the answers parsed and enacted until the code compiles and the program performs its expected function. Then it decided we were no longer required and started writing its own programs⦠and I woke up.
Cas
Looks like you dreamed about automating my day job. The only difference is that I am typing the questions directly into the search field and I need to copyānāpaste the snippets by myself. Other than that 100% match. 8)