HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nullfish

147 karmajoined 4 năm trước
Founder, Overseer Studio [email protected]

Submissions

Show HN: I built a digital game master screen

overseer.studio
2 points·by nullfish·4 ngày trước·0 comments

Show HN: Our 3D dice roller is up for an ENNIE Award

dddice.com
2 points·by nullfish·3 năm trước·0 comments

3D Dice at Scale

blog.dddice.com
1 points·by nullfish·4 năm trước·1 comments

Best online dice rollers for RPGs in 2022

blog.dddice.com
2 points·by nullfish·4 năm trước·0 comments

Show HN: Dddice – Roll 3D digital dice in the browser

dddice.com
2 points·by nullfish·4 năm trước·0 comments

Show HN: Create and share 3D dice

dddice.com
3 points·by nullfish·4 năm trước·0 comments

Show HN: 3D dice for tabletop roleplaying games

dddice.com
2 points·by nullfish·4 năm trước·2 comments

Show HN: Online dice roller for tabletop roleplaying games

dddice.com
2 points·by nullfish·4 năm trước·2 comments

Show HN: Roll 3D dice with friends in the browser

dddice.com
2 points·by nullfish·4 năm trước·1 comments

comments

nullfish
·6 tháng trước·discuss
ah that's right, thanks for correcting.

still, I think my other remark about his writings stand.
nullfish
·6 tháng trước·discuss
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.
nullfish
·6 tháng trước·discuss
I suspect the migration to Azure is continuing to go well
nullfish
·3 năm trước·discuss
“Yes, the planet got destroyed. But for a beautiful moment in time we created a lot of value for shareholders.”

https://www.newyorker.com/cartoon/a16995
nullfish
·3 năm trước·discuss
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.
nullfish
·3 năm trước·discuss
Thank you :)

Laravel, MySQL (Planetscale), Redis. Hosted on fly.io

Total monthly expenses is somewhere near $30/mo which is less than I've paid for personal hosting at times.
nullfish
·3 năm trước·discuss
3D dice rolling with friends https://dddice.com

Have some ideas on monetization in the future but for now it's just fun
nullfish
·4 năm trước·discuss
Did the company make money?

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!
nullfish
·4 năm trước·discuss
Been using fly.io - Started to move professional projects over too
nullfish
·4 năm trước·discuss
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.
nullfish
·4 năm trước·discuss
Hey HN

Co-founder of dddice here. Feel free to ask any questions about our infrastructure, codebase, or my latest D&D characters!
nullfish
·4 năm trước·discuss
https://dddice.com - 3D dice roller

"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.
nullfish
·4 năm trước·discuss
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.

https://dddice.com
nullfish
·4 năm trước·discuss
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.
nullfish
·4 năm trước·discuss
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.
nullfish
·4 năm trước·discuss
s/php/node.js/g
nullfish
·4 năm trước·discuss
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.
nullfish
·4 năm trước·discuss
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.
nullfish
·4 năm trước·discuss
How does this compare to TinyLetter? (Been using them for years, no complaints)
nullfish
·4 năm trước·discuss
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!