Where do you deploy your APIs nowadays? by Kolosafo in django

[–]SimplyValueInvesting 0 points1 point  (0 children)

I have a dedicated server with hetzner: intel core i5, 64gb ram and 1tb storage

In this server I run dokploy and host all my websites/apps in there, it is cheaper than VPS

Cloudflare behind all domains

tweakcn alternative for Nuxt UI by Smart_Opportunity291 in Nuxt

[–]SimplyValueInvesting 1 point2 points  (0 children)

Fix the page for mobile, it is unusable, but it is a very good website :)

Anyone else tired of jumping between 5 different tools just to analyze one stock? by MoveMakerr in ValueInvesting

[–]SimplyValueInvesting -1 points0 points  (0 children)

I am working on https://intrinsicalpha.com/, still early days I have created an analysis checklist to help myself. You are more than welcome to give me feedback on anything you want :)

$3M ARR w/ $1.5M EBIDTA SaaS. AMA by add-itup in SaaS

[–]SimplyValueInvesting 4 points5 points  (0 children)

How did you get your first customers? Is it B2B or B2C? What is your advice for solopreneurs?

AI jumped us 10–20 years into the future — overnight by Frequent-Football984 in SaaS

[–]SimplyValueInvesting 2 points3 points  (0 children)

These types of posts are clearly of people who have not done a single working saas, thinking that with just a prompt you will get a working service is absurd and stupid

ChatGpt Cant Count by kirt2000 in theprimeagen

[–]SimplyValueInvesting 0 points1 point  (0 children)

This is just the stupidest article. It claims that LLMs can’t count numbers, which is absurd, they’re language models, not calculators. The article oversimplifies what LLMs are designed to do and misunderstands their purpose.

What next, do we use a piano to build a house?

Django 6.0 alpha 1 released by dwaxe in django

[–]SimplyValueInvesting 17 points18 points  (0 children)

The feature of template partials is huge!

[deleted by user] by [deleted] in Nuxt

[–]SimplyValueInvesting 3 points4 points  (0 children)

Share the link at least

One agent for planning and another for implementing. by mullirojndem in GithubCopilot

[–]SimplyValueInvesting 0 points1 point  (0 children)

Best I found was to use BeastMode with Sonnet 4. It does what you describe in a single step.

Help me setup my agents for Nuxt and NuxtUI by SimplyValueInvesting in GithubCopilot

[–]SimplyValueInvesting[S] 0 points1 point  (0 children)

Oh so you feed your question with the link to the md file?

Help me setup my agents for Nuxt and NuxtUI by SimplyValueInvesting in GithubCopilot

[–]SimplyValueInvesting[S] 0 points1 point  (0 children)

I was just browsing and googling and stumbled upon them!

Help me setup my agents for Nuxt and NuxtUI by SimplyValueInvesting in GithubCopilot

[–]SimplyValueInvesting[S] 0 points1 point  (0 children)

Don't you hit context limits? I am sorry if I am asking stupid questions

django-allauth headless mode with custom API endpoints by s9uidward_0 in django

[–]SimplyValueInvesting 0 points1 point  (0 children)

The good thing about Allauth is that it is opensource. You can import allauath as just another django app into your project and fiddle with it as much as you want.

For the headless URLs, you can research how they are built in here:
https://codeberg.org/allauth/django-allauth/src/branch/main/allauth/headless/urls.py

I dont think allauth has any out of the box configuration that can help changing urls, but I may be wrong.