Rendered at 20:51:52 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
throwa356262 2 days ago [-]
I have a soft spot for 0-dependency projects.
Feels like the old times when every other project didn't look like a supply chain attack waiting to happen.
gabrielsroka 2 days ago [-]
>
Faithful port of Andrej Karpathy's microgpt.py.
metaltyphoon 2 days ago [-]
Curious… why not a single app.cs instead of slnx + csproj boilerplate? The moment you `dotnet app.cs` it will be a cached and fast to start
johanvts 2 days ago [-]
I think the app.cs approach is mainly for single file apps/scripts. While this is small there are two projects and several files so a solution + project files seems totally standard.
Feels like the old times when every other project didn't look like a supply chain attack waiting to happen.