Readit News logoReadit News
sltr commented on Every industry is an overcrowded airport lounge now   quoththeraven.substack.co... · Posted by u/walterbell
sltr · 8 hours ago
When I go to a retail store, my primary emotion is empathy for the workers: I think, "sorry you have to stand here for 8 hours and listen to entitled upper middle class customers". Sometimes at the grocery store, if there's no bagger I'll start bagging my own groceries instead standing there waiting for the cashier to do it. Gets me out of there quicker, and they're often surprised in a grateful way.

Love your neighbor as yourself.

sltr commented on Monday – A personality experiment   chatgpt.com/g/g-67ec3b788... · Posted by u/brightbeige
sltr · 13 days ago
A cute gag. Seems its every response is sarcastic. Good sarcasm is delivered in doses. The best sarcasm is delivered when you didn't expect it.
sltr commented on Ask HN: What toolchains are people using for desktop app development in 2025?    · Posted by u/lincoln20xx
sltr · 20 days ago
On my projects [1][2], I use C# and Avalonia with Rider or Visual Studio. For extra performance, turn on AOT, which has the nice side-effect of making reversing your app to C# impossible.

I worked in WPF for a decade. I wouldn't go with it for a new project since it's Windows-only and doesn't support AOT.

At work we have a Blazor MAUI hybrid desktop app because it also has to run on the web. If we only needed a desktop app, I'd go with Avalonia.

[1] https://linklever.net/ [2] https://github.com/endurabyte/FitEdit

sltr commented on "This question has been retired"   learn.microsoft.com/en-us... · Posted by u/1970-01-01
slater · 23 days ago
From the URL, i'd say: "can i open 16 bit application in windows 8?"
sltr · 23 days ago
Hi slater! I'm sltr. Which is the same name but without vowels.
sltr commented on "This question has been retired"   learn.microsoft.com/en-us... · Posted by u/1970-01-01
sltr · 23 days ago
What was the question?
sltr commented on SimpleW – Web Server Library .NET Core   github.com/stratdev3/Simp... · Posted by u/prodbro
zigzag312 · 24 days ago
Enable trimming
sltr · 24 days ago
Simple claim with a complex story.

I thought about mentioning AOT and trimming, but my comment was already long.

AOT in ASP.NET is still a moonshot in most cases, and a non-starter in existing web apps due to dependencies not supporting AOT.

Worth mentioning that as of .NET 9 AOT is not supported on Android.

sltr commented on SimpleW – Web Server Library .NET Core   github.com/stratdev3/Simp... · Posted by u/prodbro
andix · 24 days ago
But why?

ASP.NET Core is one of the best web frameworks, extremely modular and flexible. It's low level components (http server, routing) can be used as a foundation for new web frameworks.

sltr · 24 days ago
The library's tagline says "Powerfully Simple. Blazingly Fast." So there. ::folds arms::

Joking aside, I do agree that ASP.NET Core is a behemoth. On .NET 9, I just now did `dotnet new webapi` followed by `dotnet publish --self-contained -p:PublishSingleFile=true` and the binary is 103MB. That would blow up the size of a mobile app considerably, just to listen to HTTP.

There a separate use case that SimpleW won't solve: When you're on a platform that .NET Core doesn't support, like Raspberry Pi Zero (armv7l). In this case all you have is the mono framework and binding to raw ports.

sltr commented on AI slows down open source developers. Peter Naur can teach us why   johnwhiles.com/posts/ment... · Posted by u/jwhiles
sltr · a month ago
A couple of months ago I put forth Naur's program theory as an argument why LLM's can't replace human developers:

> LLMs as they currently exist cannot master a theory, design, or mental construct because they don't remember beyond their context window. Only humans can can gain and retain program theory.

https://news.ycombinator.com/item?id=44114631

sltr commented on Let me pay for Firefox   discourse.mozilla.org/t/l... · Posted by u/csmantle
DangerousPie · 2 months ago
How are you expecting to run an entity with developers, support, and operations without any leadership?

I don't know if you have ever worked in a larger team that lacked someone to make decisions, take responsibility and set a strategy, but in my experience that is almost always a disaster.

sltr · 2 months ago
They wrote "pad the CEO salary", not "support any leadership"

Compare to Torvalds. You may or may not like his leadership, but nobody feels sour about his salary.

u/sltr

KarmaCake day119December 15, 2020
About
https://www.slater.dev/
View Original