runesoerensen | 3 months ago | on: Heroku Support for .NET 10
runesoerensen's comments
runesoerensen | 3 months ago | on: Heroku Support for .NET 10
Also, the AppHarbor blog is technically still running, so there's that :)
Hope you're doing well!
runesoerensen | 3 months ago | on: Heroku Support for .NET 10
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-dotnetrunesoerensen | 3 months ago | on: Heroku Support for .NET 10
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...
runesoerensen | 1 year ago | on: .NET Support on Heroku
runesoerensen | 1 year ago | on: .NET Support on Heroku
runesoerensen | 1 year ago | on: .NET Support on Heroku
Also see https://devcenter.heroku.com/articles/dotnet-heroku-support-...
runesoerensen | 1 year ago | on: Skeptical of rewriting JavaScript tools in "faster" languages
runesoerensen | 1 year ago | on: Racket Language
runesoerensen | 1 year ago | on: Programming Is Mostly Thinking (2014)
runesoerensen | 1 year ago | on: Racket Language
runesoerensen | 2 years ago | on: OpenAI researchers warned board of AI breakthrough ahead of CEO ouster
runesoerensen | 2 years ago | on: Starship Integrated Flight Test 2 at 7 Am Central Time
runesoerensen | 2 years ago | on: Norwegian ban on Meta behavioral advertising extended to entire EU
More details on the temporary ban: https://www.datatilsynet.no/en/news/aktuelle-nyheter-2023/te...
runesoerensen | 2 years ago | on: Danish artist told to repay museum €67,000 after turning in blank canvasses
The guy was paid less than $6K for his work. He was not handed a "giant pile of cash" either, but he will now have to pay back the cash that the museum (for whatever reason) lent him, along with the legal costs amounting to ~$11K.
runesoerensen | 2 years ago | on: Teleport Team
Teleport Assist looks pretty neat! https://goteleport.com/features/assist/
runesoerensen | 3 years ago | on: Introducing ChatGPT and Whisper APIs
If you have time to elaborate on how you make a little money on it at some point, I’m sure lots of people here would love to hear more details and thoughts on that!
runesoerensen | 3 years ago | on: Cloudflare lobbied FTC to stifle security researchers
Lobbying can happen in many ways, and have many different implications. It certainly sounds like it didn’t happen as a result of company/executive action (and at least Tavis believes that), and neither parent, gp or ggp claim so (in fact they agree the opposite is the case).
I rarely have casual discussions with friends working at regulatory agencies that come back to haunt other people. I also don’t think the word “lobbied” was used in a harmful or particularly egregious way, especially considering the context in which it was used (and explained).
runesoerensen | 3 years ago | on: Netflix Releases Second-Quarter 2022 Financial Results
runesoerensen | 4 years ago | on: Chip shortage leads carmaker Opel to shut German plant until 2022
No. That’s an extreme, just like your idea of what you call a “social service” performed by scalpers.
There’s a middle ground, and it’s certainly possible to regulate a market to mitigate the most pathological consequences of capitalism without Stalinism. In fact, that happens all the time.
While it was always called .NET Framework, it was very commonly referred to simply as .NET (e.g. .NET 4.5) - and the "Microsoft .NET" logo was widely used in .NET Framework branding/marketing.