geohotz, the infamous person who cracked the PS3 at the time. Been following him since that time and this project since he started it. His blogs have always teetered on the edge of unprofessional while remaining incredibly knowledgeable and insightful. Truly enjoy all his work.
Thanks! Frontend stack is React, Three.js, and Cannon.js. We use FBX for the models mostly but started to support GLB files recently which open up a world of new options for customization.
That's the reality of it. You don't need shiny frameworks or any of those tools to make money.
Are developers happy with it? Maybe! Nothing wrong with spicing up a site with a little jQuery. Heck, I used Alpine.js on a brand new site and it's great. No build step, just works!
Love seeing Laravel in the wild. We've had a lot of success with it so far. Good luck with the project!
Completely aside, but I used to write PHP 10-ish years ago during the PHP 3/4/5 era. My career launched me into Node.js and JavaScript but I've since come back to PHP and it's been really lovely to write and maintain.
"Use boring technology" - Laravel, MySQL, Fly.io for hosting
We automate nearly all aspects of the business as well. If a task needs to be done more than once, it's worth automating. GitHub actions to test/deploy, admin pages for all activities such as marketplace submissions, payouts, tax reports, chargebacks/refunds ... If there is ever a problem with a purchase, we have ways to reply and refund all with the click of a button.
We recently switched from a VPS to Fly.io and PlanetScale as well and it's been working quite nicely. As we grow to more regions, it's nice to know we can deploy servers close to our users with a single command.
I created a 3D digital dice rolling app for tabletop roleplaying games like Dungeons & Dragons. Been slowly adding features to it for just under a year. No timelines, no stress. Growing at a nice pace.
Sounds like you have poor self-control. I've been working from home for 6-years and never once had this problem.
There are many ways to form productive habits at home; for example, remote conference rooms that people can jump in and out of. Slack even has "huddles" now which are very useful for remote work.
Letting your team down has nothing to do with being a seat-warmer in the office.
I've been using PHP for our latest venture after 8+ years of node.js and it's become the de facto language to use at our company.
Anyone writing comments about "scaling" or "performance" has never had to deal with a half-baked application written by some junior node.js developer who thought their microservice had to be Internet Scale(tm)
PHP is a great choice in 2022. Hell, it'll be a great choice in 2032 I'm sure. The tooling and debugging that PHP provides is incredibly powerful. Developers are easy to find, it's easy to pick up (which sure makes it easy to get wrong), but those who get it right will do it incredibly well.
Arguments against PHP are lead by developers who think they're smarter than they really are.
This is an interesting concept. Would the API help fill in this type of feature? You could roll using the API and use the return to perform a lookup in a table you design.
Good question - The dice organizer (to the left of the roll buttons) lets you organize different dice themes into your bottom piles. You can also customize your own themes with the basic editor.
A friend and I needed a quick and easy way to share dice rolls while playing tabletop games remotely, so we created this tool in our spare time to do so.
There's a couple themes to choose from right now but we have an editor in the works that should allow anyone to create their own dice themes.
Happy to answer any questions about the tech or site!