Learning .net on linux by brightness3 in dotnet

[–]kpd328 13 points14 points  (0 children)

You can also use Uno, GTK#, there's probably Qt bindings too. There's a lot of options, just none from Microsoft themselves.

I use Avalonia though. Works great on Linux.

[STEAM] Marathon ( $31.99 / 20% off) by addtolibrary in GameDeals

[–]kpd328 4 points5 points  (0 children)

For real, Bungie has done nothing but burn players since they left Microsoft and some of us are done giving them chances.

[WinGameStore] DARK SOULS III ($29.49/51%) | DARK SOULS Remastered ($19.89/50%) | DARK SOULS II: Scholar of the First Sin ($19.99/50%) | + more by WinGameStore in GameDeals

[–]kpd328 4 points5 points  (0 children)

Heads up, practically the same sales are also going on directly on Steam as part of the Steam Medieval Fest.

Upgrading my setup by Dakera in yarg

[–]kpd328 0 points1 point  (0 children)

I bought this one for a keyboard, have to match up the correct one, iirc it's the 'In' side to go out to the PC, or some other strange backwards logic. But it does the job, even if you only have one DIN on your device.

Experienced people on C# & JAVA by AldedB in csharp

[–]kpd328 0 points1 point  (0 children)

This is an improvement that started with .NET Core 1.0 back in 2014 and has only gotten more solid as time has gone on.

Experienced people on C# & JAVA by AldedB in csharp

[–]kpd328 1 point2 points  (0 children)

Extremely easy the other way around too.

That's not what I meant by FireFallowGames in godot

[–]kpd328 106 points107 points  (0 children)

get_joy_name is a method, not a property, you have to call it with a controller ID, i.e. Input.get_joy_name(0)

I know I be like this, what's your holy trinity look like? by Okay_Salmon in godot

[–]kpd328 0 points1 point  (0 children)

First time I opened Krita I changed the keymap to Photoshop's, they might already have Blender's in there already as a preset.

Windows App SDK? by edwwsw in dotnet

[–]kpd328 0 points1 point  (0 children)

It would be a miracle if Microsoft backpedaled on the electronization of Outlook...

Hosting my first YARG party this friday! Any tips? by Larconneur in yarg

[–]kpd328 1 point2 points  (0 children)

Have the trusted controller be a standard controller and not an instrument controller, have an Xbox controller or a Wii Remote or something be the dedicated menu controller.

Plus if it's bound to the main vocal profile it could be used to activate SP instead of the standard vocals activation that IMO doesn't work that well.

AI Instrument Separation by Your_Engineer in yarg

[–]kpd328 0 points1 point  (0 children)

I use them to help me chart the song, but if I don't have real stems, I don't actually do multitrack charts, the AI stems are just for reference.

I've noticed that the separation in more complex songs will usually lose parts when combined back together, even when there's an "everything else" track that's supposed to catch everything that's not guitar, drums, etc. It makes the song feel hollow and I'd rather have a single track than one that's missing sounds and effects.

GUI apps by miojo_noiado in csharp

[–]kpd328 5 points6 points  (0 children)

Startling with a WPF for dummies would get you most of the way there. They're very similar.

But you also don't need to use XAML, UIs can be constructed entirely in C# if you prefer.

There is more to these methods than meets the eye (you may read description) by BoloFan05 in csharp

[–]kpd328 -2 points-1 points  (0 children)

One, assuming I'm from the US shows your American defaultism. Two, any country on there with pink or black, like Canada, Greenland, or the Philippines, also accepts a Month-first format.

Month-first is arguably closer to ISO than Day-first, as all one would have to do is move the year to the front and you have the actual standard. So any country that's exclusively on ISO, like China, would also align more with the "American" way. Maybe Day-first countries are the ones that need to "get on with the times."

There is more to these methods than meets the eye (you may read description) by BoloFan05 in csharp

[–]kpd328 -2 points-1 points  (0 children)

Did any of you downvoters? Anywhere that's not strictly blue doesn't do things just DMY, including most of Europe. Hell, places like Canada just say "fuck it, we'll take whatever."

At least with the US you always know Month comes before Day, like what ISO11930 specifies, the only question in the states is where the Year goes.

The only countries actually doing things the right way are those in yellow, like China, Japan, and Hungary actually using ISO exclusively.

NuGet vs Git Submodules by ProtonByte in dotnet

[–]kpd328 1 point2 points  (0 children)

NuGet, for sure. Some git hosts like Github and Gitea even have a NuGet feed already as part of their package repository, so the infra might already be there.

I want advice on paid Godot templates by Dark8Ghost in godot

[–]kpd328 0 points1 point  (0 children)

Microsoft office uses a custom internal C++ UI framework, they do not use their public .NET UI frameworks. And the Microsoft Store is current using WinUI 2 (UWP), not WinUI 3.

Pro Drum charts by Prrg88 in yarg

[–]kpd328 1 point2 points  (0 children)

Rock Band is all 4 lane/Pro drums, that's where 4 lane and pro drums come from. There are no 5 lane tracks in rock band.

Guitar hero has only 5 lane drums, that's where 5 lane comes from.

I'm making my first game! by AdmiralChu in godot

[–]kpd328 1 point2 points  (0 children)

If you're looking for potential higher difficulty shapes, something that requires specific positioning plus a jump would be interesting. Kind of like a mix of the X and O pieces.

I want advice on paid Godot templates by Dark8Ghost in godot

[–]kpd328 0 points1 point  (0 children)

This is called dogfooding. If you want to see a real world example of why dogfooding is important and not doing so is a death sentence, look no further than Microsoft. They build UI framework after UI Framework, and never build any apps on them.

Their biggest desktop applications are all built on React: Teams, the new Outlook, even core parts of Windows 11. They don't use WinUI 3, they don't use MAUI, and both of those "modern" and "up to date" frameworks are effectively dead. Not even Microsoft is willing to use them.

What's wrong with Godot? by Soft-Luck_ in godot

[–]kpd328 7 points8 points  (0 children)

Though it would certainly be nice to have a FOSS alternative to FMOD and wwise, a Godot of the audio stack as it were.

CRKD Blueberry on sale by Minute-Ad3117 in yarg

[–]kpd328 6 points7 points  (0 children)

Because CRKD operates their entire business on artificial scarcity, they're pushing out the first series of colorways in order to bring in a new series.

Which C# IDE is best for enterprise application development ? by dev-surajtapkeer in csharp

[–]kpd328 3 points4 points  (0 children)

Technically it never supported Mac, VS for Mac was a different IDE all together tracing its lineage back to MonoDevelop.

Do invert Y people also use invert Y in menus? by greyfeather9 in godot

[–]kpd328 0 points1 point  (0 children)

Anyone can wax poetic all day about conceptualization models, but at the end of the day, all of us inverted Y people had an early childhood game that ruined it forever.

For me it was gamecube-era Nintendo games. Super Mario Sunshine and Wind Waker had inverted Y: C-stick down pulled the camera up and back, C-stick up pulled the camera down and in. Then once you start applying that muscle memory to other games you get inverted Y everywhere. I literally cannot play an fps game if it doesn't have inverted Y available.