Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
olidb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
olidb
3mo ago
I would really love to see the state of the fn key on the screen, preferably in the task bar. Maybe that would reduce the times I accidently change the volume and brightness.
2.
▲
by
olidb
4mo ago
I still see myself as a developer. A developer creates things, writing code is just one part of that. Yes, AI is now part of it, but it’s still just a useful skill. And yes, some poor developers can easily be replaced by AI, but that's
3.
▲
A Look Behind the for Loop
(debastiani.net)
3 points
by
olidb
4mo ago
|
0 comments
4.
▲
by
olidb
9mo ago
Add "<LangVersion>latest</LangVersion>" to the csproj to get more useful features like pattern matching and raw string literals.
5.
▲
by
olidb
9mo ago
You can add dependencies, it's just important, that you also add the dependencies to the project where the source generator is used: SourceGenerator.csproj: <ProjectReference Include="..\Dependency.csproj" />
6.
▲
by
olidb
1y ago
Maoni Stephens is indeed on the .net team and is, as far as I know, the lead architect of the .net garbabe collector for many years: https://github.com/Maoni0 https://devblogs.microsoft.com/dotnet/autho
7.
▲
How to Validate Email Addresses in C#?
(debastiani.net)
2 points
by
olidb
1y ago
|
0 comments