Live data from Hacker News

Ask HN: Companies of one, what is your tech stack?

news.ycombinator.com

71–80 of 206 posts

Re: Ask HN: Companies of one, what is your tech stack?

#71

You're going to love to hate this: Best choice I made was using WordPress! I run https://rpgplayground.com , a web tool to make RPG games without coding (6000+ user published games) The app itself is written in Haxe. My website is WordPress. Haxe because it will be easy to port to any device. Why was WordPress the best choice? Basically everything you need has a plugin. I needed a forum: bbPress I needed a community…

[deleted]

Re: Ask HN: Companies of one, what is your tech stack?

#72

You're going to love to hate this: Best choice I made was using WordPress! I run https://rpgplayground.com , a web tool to make RPG games without coding (6000+ user published games) The app itself is written in Haxe. My website is WordPress. Haxe because it will be easy to port to any device. Why was WordPress the best choice? Basically everything you need has a plugin. I needed a forum: bbPress I needed a community…

Good on you. WordPress is a fantastic piece of software and I think a lot of the nose wrinkling and hemming a hawing about security comes from people installing suspect plugins. If you stick with the core product and set a very high bar for which plugins you install, Wordpress is rock solid

+1.

I didn’t work with PHP since 4 to 5 days and honestly I never feel OK with it personally but always admire two things. First Drupal, second Wordpress.

Re: Ask HN: Companies of one, what is your tech stack?

#73
We're very much not a company of one anymore, but I used Unicorn Platform for our startups website (http://robusta.dev)

It's optimized for building a decent looking startup website in half an hour.

We now have an in house designer and frontend team so the whole thing will be replaced soon... But it got us fairly far.

Re: Ask HN: Companies of one, what is your tech stack?

#75
I just wrote something relevant:

https://tamagui.dev/docs/intro/compiler

I use:

- Tamagui + React + React Native

- Hasura + Postgres + GQty[1]

- A long-fought after monorepo with a bunch of stuff to make this all dev nicely and deploy with a push (for now Docker Swarm + Hetzner. GCloud + Kubes was too heavy, tried Fly a while ago and it was a bit too green).

[1] https://gqty.dev

Re: Ask HN: Companies of one, what is your tech stack?

#77
post #63

Earlier quoted context omitted.

I dont know if LiveView is easy to learn though, maybe easy to learn the happy path, but when things are outside the normal path, things can be hard to figure out/understand, even when they know the basic HTTP stuffs. At least thats been my experience with it ~3months back. I was familiar enough with elixir/phoenix/channels to source dive and figure out whats happening, and today i know liveview well enough to avoid…

@hdra did you capture your LiveView experience somewhere e.g. a learning log (blog post). I would love to read it as I’m sure everyone in the Phoenix team would. Thanks!

I'm embarrassed to say that writing about that has been on my Soon™ list for quite a while ;)

Re: Ask HN: Companies of one, what is your tech stack?

#78
post #5

Earlier quoted context omitted.

Out of curiosity, what is keeping you on Heroku?

It's a good question. Since they disabled the automatic deployment it has been causing some issues and I'm revalidating using Heroku. The main reason is the ease of use Would you suggest something alternative? AWS?

DigitalOcean App Platform

Re: Ask HN: Companies of one, what is your tech stack?

#79
post #33

I run https://text-generator.io competing with OpenAI. I used to use kubernetes on Google cloud, but now run it from my house behind a CloudFlare tunnel believe it or not Using my own GPUs allows me to undercut them with around 10x cheaper pricing. The product is built with some open source and some retrained models, it analyses input links or linked images with tesseract/unified IO / OFA / beautiful soup so it can a…

Nice signup flow. Just tonight I was wanting GFN-GAN + a more light/noise/color cleanup ML model combined to restore old photos. Gluing a couple together would be super useful.
Post reply on HN