Why is this so damn important? Isn't it more important to end up with the best result?
I (in Norway) use a homelab with Ollama to generate a report every morning. It's slow, but it runs between 5-6 am, energy prices are at a low, and it doesn't matter if it takes 5 or 50 minutes.
Don't get me wrong, I like the idea and all that, but this is another pgsql "solution" that is tied to the database layer, when it should be in the application layer.
I like to be database agnostic, and while I prefer PostgreSQL on production, I prefer SQLite on the dev layer. You should never have to HAVE TO use a specific database to make your APPLICATION work.
> There's a lot that hosted services with extra features can give you.
I totally agree with that, but in my experience 99% of "application developers" don't need all these features. Of those you listed, I only see "backups" as a requirement. Everything else is just - what I said - features for when your application is successful and you want something streamlined.
If those managers currently sold on The Cloud, can instead be sold on how much money they'd save not being on The Cloud, then corporate can do what it does best and change policy hard enough to give the staff whiplash.
I don't know what managers have been reading/hearing, but for the last decade or so as a developer what I've mostly been hearing is that the only people who actually benefit from Big Data architectures are FAANG, that it's much cheaper to run on a single small self-hosted system that's done right, that the complexity of managing the cloud is even higher than a local solution.
This matches my own experience of what people needed to serve millions of users 20 years ago. If you can't handle a chat system or a simple sales system with 100k-1M customers on a server made out of one single modern mobile phone, you're either just not trying hard enough or have too many layers of abstraction between business logic and bare metal. Even for something a bit more challenging than that, you should still be thinking thousands of users on a phone and 10k-100k on a single device that's actually meant to work as a server.
> If those managers currently sold on The Cloud, can instead be sold on how much money they'd save not being on The Cloud...
This is more than a theory, it's a trend that is already underway. The cloud remains supremely capital efficient for startups, but pricing has crept up and some customers are falling off the other side of the table.
You might save 100k in server fees, but now you have to hire three full time people to manage your own servers. And you won’t get the redundancy or the security of having the experts do it across three data centres for you.
They don't want to necessarily buy it, but they want to hedge their options from "my $guy can do everything" to "on which cloud platform can I find a competent operator tomorrow".
I'm in Norway, and I wonder if I see different prices than people from elsewhere in the world? Here it says $1.7K, and I can get the LG UltraFine 6K 32" for $2K, with the benefit of being bought from a Norwegian retailer (think guarantees and shopping security).
To be clear; I have never tried either of these monitors, so I can't tell if either is any good. :D
> I have to charge it from the right hand ports. I think that is dumb, but it did solve the issue.
I _had to_ do this for a while (around 2023, I think, not that it matters), but I no longer have to. I don't know what has changed, unfortunately; I haven't reinstalled anything, and I can't say I have uninstalled anything either. It's really weird...
Why is this so damn important? Isn't it more important to end up with the best result?
I (in Norway) use a homelab with Ollama to generate a report every morning. It's slow, but it runs between 5-6 am, energy prices are at a low, and it doesn't matter if it takes 5 or 50 minutes.
reply