Dear July Joe,
You are a moron.
–Sincerely, November Joe
microblogging by @vrhermit
@vrhermit
Dear July Joe,
You are a moron.
–Sincerely, November Joe
@vrhermit
I thought vector math was hard, but this week I somehow managed to cut a pie into seven pieces 🤷🏻♂️
@vrhermit
I was today years old when I found out about the kbd HTML element 🫤
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd#
@vrhermit
For the first time in my career, I updated an SSL certificate on a FileMaker Server and it didn’t go all fucky and ruin my day.
@vrhermit
Pimax Portal View: Throw everything at a headset and see what sticks.
Trailer: https://www.youtube.com/watch?v=Uf3In_ZCj7Q
Upload VR Write-up: https://uploadvr.com/pimax-portal-handheld-vr-headset/
@vrhermit
I have a friend whose preferred valediction is to say something like “I hate people, but I don’t hate you” while walking away. Good friend. 10/10
@vrhermit
Articles that I need to write:
🔲 Exploring the 3D Web for WordPress developers
🔲 Exploring the 3D Web for FileMaker developers
Other article format ideas:
Why
[FileMaker/WordPress]
developers should use
[Three JS, AFrame, PlayCanvas, Babylon JS, 8thWall, etc.]
@vrhermit
Working alone role play of the day.
Treating my alternate email addresses like employees, while I play the terrible boss.
@vrhermit
Here is an early demo of a timeline feature I’m building in a PlayCanvas project. This uses an array of data to determine which actions to perform at a specified time during the sequence.
Concepts * Entities publish events that the timeline can run * Timeline reads an array of objects containing time and action(s) to execute * Actions are run by calling the events using “app . fire(“event-name)”
You can try it out or checkout time timeline script here. Run the scene and press 0 (zero) on your keyboard to kick off the timeline.
https://playcanvas.com/project/969046/overview/timeline-concept
@vrhermit
I know my choice of platforms isn’t for everyone, but with these three tools I feel like I can make anything:
All three of these take the hard part of development off my plate, letting me focus on building what I need to build.
Oh, and there are buckets of cash to be had in all three platforms.
@vrhermit
Can’t find my way out of this daedabase project
@vrhermit
One last Tiny Memex update for today. I setup a basic Python webserver with Flask and hosted a bare bones Babylon JS scene.
This tutorial helped me get started.