[-] starman@programming.dev 7 points 2 years ago* (last edited 2 years ago)

BTW, can someone recommend me nice alternative for fast and free static website hosting?

I tried GitHub Pages, but I couldn't get it working with subdomains.

[-] starman@programming.dev 7 points 2 years ago

I wonder why AMD stock hasn't really gone significantly up (500% vs over Nvidia's 3000% in last 5Y). They make GPUs too

[-] starman@programming.dev 7 points 2 years ago

Besides Dutch, tekst is a word used in Albanian, Danish, Estonian, Icelandic, Norwegian, Polish, Serbo-Croatian and Turkish

[-] starman@programming.dev 7 points 2 years ago

Like a Rolling Stone (Wikipedia, YT Music)

[-] starman@programming.dev 7 points 2 years ago

Same thing with Teams

[-] starman@programming.dev 7 points 2 years ago* (last edited 2 years ago)

Helix and Code - OSS sometimes (Code - OSS is an open source vscode distribution)

[-] starman@programming.dev 7 points 2 years ago

Check out programming.dev instance

[-] starman@programming.dev 7 points 2 years ago

Not technically IDEs, but you can try Helix or Lapce, both written in rust.

[-] starman@programming.dev 7 points 2 years ago

On most of communities I moderate, almost all content comes from me. I hope that this will change.

[-] starman@programming.dev 7 points 3 years ago

Nice wallpaper

[-] starman@programming.dev 7 points 3 years ago

Yeah, and also I left reddit not to use other proprietary software.

12
12
1
1
1
1
1
11

New features for those who haven't seen them:

// Primary constructors
public class NamedItem(string name)
{
    public string Name => name;
}

// Default lambda params
var IncrementBy = 
    (int source, int increment = 1) => 
        source + increment;

Console.WriteLine(IncrementBy(5)); // 6
Console.WriteLine(IncrementBy(5, 2)); // 7

// Type aliases
using Point = (int x, int y);
4
Migrating Microsoft Forms to .NET 6 (devblogs.microsoft.com)
4
New T4 Command-Line Tool for .NET (devblogs.microsoft.com)
36
submitted 3 years ago by starman@programming.dev to c/news@beehaw.org
28
JetBrains Survey 2023 (blog.jetbrains.com)
view more: ‹ prev next ›

starman

0 post score
0 comment score
joined 3 years ago
MODERATOR OF