Thank you, I started Godot recently and I'll take a look at Defold as this is the exact thing I am doing - and Godot seems a little unstable with the APIs. Every tutorial I find is for Godot 3, and Godot 4 seems quite changed.
Yeah the templating language is not so nice, I sometimes use Jinja instead. Also, I don't like the classic MVC so I have a completely different structure thus validation your point completely :P
If you ever end up in Django land (for some project), checkout Django Ninja for APIs, you'll end up avoiding having these annoying url files and just have a
@api.get("some/api")
def some_api(request):
instead. Super simple and useful. I just recently discovered it and I don't know how stable it is but it seems pretty stable so far.
Unpopular opinion here... If you tread carefully you'll most likely not succeed. I am not American and I know you guys like to sue eachother for putting cats in microwaves and stuff so maybe this is not great opinion to have in America at the current moment.
I would go for it and put a disclaimer, or I would just incorporate in a country where there's no issues with these things.
all this is hard of course to provide good value, but worthwhile.
Twitters' cost is insane right now, I had quite a few ideas for twitter integrations but they would easily cost thousands per month just to access their API.
I looked into https://github.com/d60/twikit - might not be suitable but you can definitely play around with it. Just don't use your official account as I got shadow banned using it unfortunately.
I was thinking of building exactly this type of thing here. This is great and I love the simple/minimalistic styled pages.
Things I was also contemplating to implement you can freely steal:
1. Giving a list of potential interesting investments - these could also be behind paywall.
2. Summarize based on sectors to see where there's downturns coming - again maybe paywall this
3. Connect with news-sites or twitter etc.. to see what is happening and what is the sentiment. This is a lot harder as you'll need to either scrape or pay to get that info.
I absolutely love Caddy. Used it for years. Very reliable and so easy to setup once you learn the basics. The documentation is a bit hard to get, but it saved me so much time and energy compared to trying to get letsencrypt working reliable ontop of NGINX.
I don't get it as well, though I think the situation is classical regulatory capture. In other words, the wrong regulation.
I like the style the Czech/German system is doing healthcare. It is public but kinda private. You pay to the government, but you decide where to go so the hospitals/doctors compete for your money. It is very different than the centrally planned Danish or English based where there's basically some person in top that decides everything.
Same here. I just gave up on most of these websites. When I absolutely need to use a website such as for flights, I have a clean chrome browser I spin up.
I love simple solutions. I am doing something similar-but not so similar. I got tired of Loom and needed something simpler, and I made VideoBackr.com that can record your screen for share directly in the browser. I just made a cronjob to encode/compress the videos once a minute, works like a charm though there's a little delay :)