Post B6cPL7Gl6KLmh1Qzi4 by Humpleupagus@eveningzoo.club
(DIR) More posts by Humpleupagus@eveningzoo.club
(DIR) Post #B6cNmiBnk1xL6o98fQ by kirby@freerobuxextremist.com
0 likes, 0 repeats
installed visual studio, unchecked all the .net shit from the individual components tab, but it installed them anyway and the system was unusable for like 10 minutes because of this stupid fuckin bullshit
(DIR) Post #B6cNuRgsy0QyFvNE7U by kirby@freerobuxextremist.com
0 likes, 0 repeats
and clang STILL somehow can't see the standard c header files despite the fact i installed the universal c runtime which supposedly comes with header files
(DIR) Post #B6cO05dnrNvrbichuK by lyrial@transfem.social
1 likes, 0 repeats
@kirby@freerobuxextremist.com I am deeply sorry that you are apparently forced to develop in a Windows environment. My deepest condolences.
(DIR) Post #B6cO4fwkonq5MjfqsK by kirby@freerobuxextremist.com
0 likes, 0 repeats
@lyrial i'm not actually, i installed windows because i wanted to see the current state of affairs compared to loonix. so far loonix is still the better option by far
(DIR) Post #B6cOBZDAG5gKVHdUEi by collappsar@fediverse-lite.com
0 likes, 1 repeats
@kirby Libraries Lost Very Much (LLVM)
(DIR) Post #B6cOciUjqokT79nmmu by kaia@pleroma.soykaf.com
1 likes, 0 repeats
@kirby why not visual studio code? :02peek:
(DIR) Post #B6cOcirmT9BEGcaBhg by kirby@freerobuxextremist.com
0 likes, 0 repeats
@kaia i need the sdk parts of visual studio not visual studio itself
(DIR) Post #B6cOp69LjByHxDhY4e by Humpleupagus@eveningzoo.club
1 likes, 0 repeats
Have you tried window's excellent theme options. 😒
(DIR) Post #B6cP0AGqkLa1v8UE0O by kirby@freerobuxextremist.com
0 likes, 0 repeats
@Humpleupagus i was gonna say "oh it's good that windows 11 seems to have brought back aero like customization" but i went to change the accent color and the taskbar did not change color. i think it's reliant on whatever the predominant color of the background is. awful
(DIR) Post #B6cP0SQ1GzbuCmunnU by VIPPER@new.asbestos.cafe
1 likes, 0 repeats
@kirby Developing for Windows is worse than being stuck in nigger hell
(DIR) Post #B6cP6T3Dpq0Lu67MY4 by bajax@baj.ax
1 likes, 0 repeats
@kirby don't you want your .net runtimes optimized?
(DIR) Post #B6cP9BJgECzZln6sWe by kirby@freerobuxextremist.com
0 likes, 0 repeats
@bajax aren't the .net runtimes microsoft gives to the general public already optimized or am i making the wrong assumption here
(DIR) Post #B6cPE7L0RpsAsW5G4m by bartholin@fops.cloud
1 likes, 0 repeats
@kirby why not GNU/linux?
(DIR) Post #B6cPE7c1QZU3jI2qbA by kirby@freerobuxextremist.com
0 likes, 0 repeats
@bartholin https://freerobuxextremist.com/notice/B6cO4bzSnxYbuYXN1E
(DIR) Post #B6cPJyLwlZJUkYJdRI by bajax@baj.ax
0 likes, 1 repeats
@kirby i mean, you could always use more optimization. everything has to be optimal and yeah, just let it optimize. i'm sure it's not using your cpu cycles to mine crypto or train an inference engine. you know you should be grateful to them for supplying you with such great software!
(DIR) Post #B6cPL7Gl6KLmh1Qzi4 by Humpleupagus@eveningzoo.club
1 likes, 0 repeats
Windows 95 had more options. You can use WinPaletter though. It works sometimes.
(DIR) Post #B6cQQ4odkau6UADAK8 by m0xEE@breloma.m0xee.net
1 likes, 0 repeats
@kirby @kaiaThey used to have a smaller installer, something like "Command line tools" that contained only the necessities, but I suppose they no longer make that available if even Rust switched to recommending full VS installer.By the way they have decent recommendations on what components you might need: https://rust-lang.github.io/rustup/installation/windows-msvc.html#installing-only-the-required-components-optionalRuntime does not contain headers, SDK does.
(DIR) Post #B6cQfqsLLcybsrSvsO by kirby@freerobuxextremist.com
0 likes, 0 repeats
@m0xEE @kaia >Runtime does not contain headers, SDK does.I figured that out, the Visual Studio installer just lies and says it includes the headers. "Everybody lies." :house: Even after installing that programs would not build due to some internal windows header not being found. I only need the headers to stop clangd from complaining that literally every libc header file I include does not exist, so I'm cutting my losses and am going to try to see if I can get clangd to recognize the existence of a normal ass msys2 environment
(DIR) Post #B6cROpb4wpLEwxq1g0 by m0xEE@breloma.m0xee.net
1 likes, 0 repeats
@kirby @kaiaI remember not being able to link a thing with clang, could be the same problem, but I'm not sure how I solved that.I think it requires some environmental variables to be set and VS installer provides you with a shortcut in Start menu to a script that launches terminal with everything set up, it's called "Developer Command Prompt" or something like that, check that out.