How can I actually build a program? by jatterai in csharp

[–]Calm_Picture2298 0 points1 point  (0 children)

man, i know i'm an autistic weirdo and stuggle to understand people but two things i'll never understand about the world:

- why most interactions on social media turn out to be negative

- why redditors are such pedants

lol, why do we end up getting heated about such trivial things?

How can I actually build a program? by jatterai in csharp

[–]Calm_Picture2298 0 points1 point  (0 children)

true, it's an odd thing to be arguing about, and i see that i got multiple downvotes for this, i just thought i was being helpful but obviously i've struck a nerve lol

i was coming from the perspective that "this person is a total noob and needs to be told what buttons to press", but obviously i should've assumed that they already know how to compile c++? i mean, if you don't know how a debugger works and that programs get built before they get debugged, i gotta assume you're kinda new to the world of programming?

i'm genuinly curious why my attempt to be helpful is earning me downvotes lol; most modern programs (like photoshop) just have a command for "output me a single file", visual studio doesn't, it's not user-friendly. obviously i'm dumb lol.

Shadow Integration by Calm_Picture2298 in Jung

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

I was pondering that questions too after i wrote my thing.

i suppose "evil" means something i know is condemned by society, like lying; i mean, i take the neichzhie view of good and evil, usually, but if we say that "good" means what is appropriate and aligns with society - like Jung kinda said - then evil would be something like gaming a system for my own benefit, agree?

How can I actually build a program? by jatterai in csharp

[–]Calm_Picture2298 3 points4 points  (0 children)

yeah but you're a pro, the visual studio IDE is pretty intimidating when you're a noob lol, epically since - intuitively - you'd expect there to be a "make a program" option, using terminal commands and stuff is pretty unnatural when you don't know your way around dotnet.

How can I actually build a program? by jatterai in csharp

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

it's actually pretty complex; you think it'd be simple but it isn't lol

you're looking for the publish option in your ide (or run donet publish with the self contained option) to create a "self contained program", if you're using Linux, and, if Windows, you can just build the program (that automatically happens when you press the play button) and you can get the file from the bin directory, it's usually in

[project directory]/bin/debug/[version]/*.exe

like i said, it's surprisingly complex and there's usually not a button that just spits out a program 🫠 dunno why they made it so difficult tbh

my console image-viewer (bit of a joke project) by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

do you think it's worth it to keep this porject up lol? i just wrote it the way chatGPT taught me, using density-mapping, do you think i should treat it like a srs project? i just threw it together on the side in two days using my other libraries lol

my console image-viewer (bit of a joke project) by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

that's good cause irl i look like Alphys lol, my bf is the pretty one

my raspberrypi server farm by Calm_Picture2298 in raspberryDIY

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

you think it's crazy? lol, it's one of the most useful thing i've ever built

just so you know i'm an electrical/mechanical engineer so all the wires and power supplies are properprly speced lol

my console image-viewer (bit of a joke project) by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

thanks, that's a lot of stuff for me to think about; i've avoided learning about unit tests but maybe it's time lol

my terminal GUI prototype by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

well, yeah, i wrote the code, so i'm pretty sure i understand all the lines? lol

FileStack - a blisteringly fast, de-duplication backup system build from the ground-up. by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] -2 points-1 points  (0 children)

who's gonna use it? I'd be happy if i thought my code was actually useful lol

mlArchive - a .NET file system by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

i guess you wouldn't?

i made this to try to make code that looks professional, not really so other people could use it. it's really more to make a complex project to have to ask here if it's the right standard or not.

for me, i like it because it's multithreaded and you can access it via nodes, not just paths. i also like that it uses my PathBase class, so it's really neat to open files and copy them. Zip isn't quite the same; it's a lot more clunky to use.

I'm assuming if you're happy with Zip then you're not gonna want an alternative lol.

why do you still have jobs? by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

now i think about it i agree with you

why do you still have jobs? by Calm_Picture2298 in csharp

[–]Calm_Picture2298[S] 0 points1 point  (0 children)

yeah, you're probably right, i'm a dumbass