Thinking about getting into Seraphine Noir, but do they use AI?

I'm not trying to accuse them of using AI, but how their music sounds did happen to remind me a little of certain AI music I have heard, and I just don't want to get super into it then find out it's AI down the line.

reddit.com
u/Channel_el — 4 days ago

Is there a way to draw raw pixels on the screen? I'm trying to implement hitboxes with toggleable visibility in my game but I don't want to have to add in a hitbox texture every time I make a new project.

reddit.com
u/Channel_el — 11 days ago
▲ 20 r/csharp

Beginner here. Is there a way to make it so a child class can simply add to the implementation of an inherited function without outright making it do something different entirely?

For example if you were to have an Update function in a base class, but then make the Update function in a child class do some extra stuff on top of what the base Update function already does.

Closest thing I've found to that is using the override keyword but it seems like that just makes the child's version of the function do something different entirely.

reddit.com
u/Channel_el — 20 days ago

New Pyra/Mythra skins for Xenoblade Chronicles 2 Nintendo Switch 2 Edition.

I’m not going to get too much into how the outfits being less revealing actually makes it better cause while I like 95% agree my take on it is just nuanced enough to probably warrant like multiple lengthy paragraphs explaining my position.

Anyway these designs are so amazing. It goes so well with their >!cosmic super computer origins!< and makes them look so ethereal but not like to the point to where it’s over the top. Also the colors are absolutely beautiful especially with the hair and accent colors and work with each other in such a great and unique way, and then on top of that the fact that they’re less revealing makes them more visually cohesive.

I personally was never really the biggest fan of Mythra’s design but almost every other official design I’ve seen has made the character much more visually appealing to me and this is probably the new best example.

u/Channel_el — 21 days ago
▲ 70 r/csharp

Difference between File, FileStream, and StreamWriter/Reader?

Looking at the documentation it looks like they can all do the same thing, though I suppose in just slightly different ways?

reddit.com
u/Channel_el — 1 month ago
▲ 0 r/csharp

A couple questions about namespace access:

  1. Can a source file use any class defined in other source files provided they are defined to be in the same namespace (and are a part of the same project)?
  2. Can you use a namespace (without for example having to add a reference like with if the source file is in another project) if the source file is in the same project?
reddit.com
u/Channel_el — 1 month ago
▲ 0 r/vscode

I don't understand why my custom extension isn't showing up in my Vscode.

u/Channel_el — 1 month ago
▲ 2 r/vscode

I want to change the default foreground color for my terminal, but I've tried terminal.foreground and all the ansi color scopes and none of them seem to work. What scope do I need to use?

u/Channel_el — 2 months ago

What does Monogame being a "re-implementation of the discontinued Microsoft's XNA Framework" mean exactly?

I noticed that when using what the Monogame framework provides you with you never actually import a dedicated Monogame namespace, and instead just use Microsoft.Xna.Framework, though I don't see a copy of the Xna framework in the templates, and instead uses it's own Monogame.Framework.dll files. I assume the Xna references are handled there, though I'm curious about both what specifically Monogame adds to the Xna framework and if "re-implementation" means any different than just building off of a copy of the original framework.

reddit.com
u/Channel_el — 2 months ago
▲ 2 r/vscode

I think there may be something wrong with my C# highlighting or something cause I didn't change anything in this file but I'm getting all these weird errors now. I tried restarting Vscode but that didn't work. (This is using a template from the Monogame framework)

u/Channel_el — 2 months ago
▲ 10 r/vscode

Is there a way to move an editor up/down in the open editors view?

u/Channel_el — 2 months ago
▲ 0 r/dotnet

Trying to set up .NET SDK using the Windows binary. Is there a way to set it up to where it's only available for use (I plan to mainly use it with CLI) if operating in a specific directory?

Ideally it works so that I can have a folder in Documents that is specifically for all my projects developed with .NET and has it's own local .NET version(s)

ie.

Documents

Programming

C#

Dotnet

Project_1

Project_2

Project_3

Java

Python

reddit.com
u/Channel_el — 2 months ago

Why am I getting an "';' expected" error at the first equals sign when I have a semicolon for that line?

//Get intbox values
const BoxTopLeft = document.getElementById("BoxTopLeft");
const BoxTopRight = document.getElementById("BoxTopRight");
const BoxBottomLeft = document.getElementById("BoxBottomLeft");
const BoxBottomRight = document.getElementById("BoxBottomRight");

const logTL = document.getElementById("valueTL");
const logTR = document.getElementById("valueTR");
const logBL = document.getElementById("valueBL");
const logBR = document.getElementById("valueBR");


//TOP LEFT

BoxTopLeft.addEventListener("input", updateBoxTL);

function updateBoxTL(e){
    document.getElementById.style.border-top-left-radius = BoxTopLeft + 'px';
    logTL.textContent = e.target.value;
}
reddit.com
u/Channel_el — 2 months ago
▲ 3 r/vscode

What type of list are these? I'm trying to keybind their navigation to my custom up and down commands that I use for other lists (the explorer, for example) but using list.focusUp/Down doesn't work

u/Channel_el — 2 months ago

Trying to make a terraria mod for the first time. For some reason it's expecting my "Sword.cs" file to be in my Materials folder, even though I had moved it to a new Weapons/Melee folder. Even then, it said the same thing even when the file was in the Materials folder.

Is there somewhere I need to edit the targeted file locations?

u/Channel_el — 3 months ago
▲ 1 r/vscode

Is there a way you can bind the file navigation hover usually done with the arrow keys to a shortcut? (I want it to be the same shortcuts I use for up and down in the editor when the explorer is focused since my up/down arrow keys are pretty small)

u/Channel_el — 3 months ago
▲ 20 r/gumball

Where’s that one image of Darwin tied to the wall with a rose in his mouth?

Think it’d be a pretty funny reaction image

reddit.com
u/Channel_el — 3 months ago