We begged heroku for years to lower their prices but they just kept increasing it.
I even showed a rep a side by side comparison of heroku vs raw AWS costs and it was 8x. Absolutely couldn’t justify
In my experience, we (I won't advertise) have prices several times lower, and we try very hard to accommodate more serious projects, but 99% of projects are small and consume less than 200 MB of RAM. This is simply the nature of this market and product.
That's...nuts. o_O
Are you doing something special, do you guys already have a lot of traffic?
You can use it anywhere, even locally, for free. The example in the post uses the .NET 10 file-based app feature we added support for today, so if you want to try the same functionality locally, you can do something like this:
# Create a minimal .NET 10 file-based app
echo 'Console.WriteLine("Hello HN");' > Hello.cs
# Build an OCI image using the .NET CNB
pack build hello-hn --builder heroku/builder:24
# Run it with Docker
docker run --rm -it --entrypoint hello hello-hn
# Output:
Hello HN
The "classic" Heroku buildpack shown in the demo video is just a thin wrapper around the CNB implementation: https://github.com/heroku/buildpacks-dotnetAlso, the AppHarbor blog is technically still running, so there's that :)
Hope you're doing well!
How long does it take AWS Lambda to support the latest Node.js LTS release?
With .net 4 still in active use, the naming makes it harder
Microsoft has historically been pretty bad at naming stuff (sometimes hilariously so, see Microsoft PlaysForSure[1] for an example - spoiler: it surely didn't play for long).
The rebranding from .NET Core 3.1 to .NET 5, and from .NET 4.x to .NET Framework, did make sense to me though - and increasingly so as development continues on ".NET > 5" with yearly releases, while ".NET Framework 4.x" is in maintenance mode.
[0]:https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotn...
- Colgate Kitchen Entrees
- Ayds Diet Candy
- Gerber in Africa (in many regions, it is customary for labels to show what's inside. Having a baby on the bottle is just weird)
- Chevrolet Nova (no va means "don't go")
- Clairol Mist Stick (in Germany. In German, Mist means manure)
- Pee Cola (Ghana)
- Puffs Tissues (Germany) (in German slang, Puff means brothel)
- Nokia Lumia (prostitute in Spanish slang)
- ISIS Chocolates (Belgium)
- Hitachi's Woopie Washing Machine (cute to a Japanese ear, but not to that of an English speaker)