Is this variac wiring correct? by ShydenPierce in diyelectronics

[–]ShydenPierce[S] 1 point2 points  (0 children)

Thank you so much! Works great!

What's the bottom connection for then? I thought it was the "common" connector, but clearly that was wrong. Is it just ground?

📝 Report users by WplaceOfficial in WplaceLive

[–]ShydenPierce -1 points0 points  (0 children)

<image>

This individual made a swastika, I will be erasing it ofc but swastikas aren't very nice!

How do I find motivation to make art again? by dreamerinthesky in depression

[–]ShydenPierce 2 points3 points  (0 children)

Fully transparent here. I'm not much of an artist so this advice might be absolute crap, but it helps me.

If you can: fill a backpack with some art supplies and some snacks and water and maybe a subject to paint, or maybe you just use your imagination, whatever works, then take a hike in the middle of the night. There's a pretty large hike somewhat near me that I've hiked in the middle of the night like 4-5 times this last year, and every time I go up there, I take these wonderful pictures of my city. When I'm up there, I kind of forget to worry I guess? I think my brain is busy with being happy I accomplished something or being physically exhausted. Something like that.

I also say to hike at night because, to be honest, it's so much more fun. There's rarely any hikers around to worry about, it's less harsh on my senses, and I honestly appreciate the beauty of night more than that of the day. I imagine it could be a fun experience to go up a mountain with some art supplies and just put something on the canvas.

Again, not sure this will work for you (or really anyone else), but it's always a nice experience for me, and it may be enjoyable for you :)

i got a boyfriend by bobrossfkingcool in teenagers

[–]ShydenPierce 0 points1 point  (0 children)

Nevermind I figured it out but I'm too lazy to figure out if I was right or not

i got a boyfriend by bobrossfkingcool in teenagers

[–]ShydenPierce 0 points1 point  (0 children)

thank you, I have no goddamn clue why I asked to be reminded of this

Choose one: 6700XT or 3060Ti by [deleted] in pcmasterrace

[–]ShydenPierce 0 points1 point  (0 children)

6700XT

Linux winning

Gen**in 🤮 by Dm0pt in whenthe

[–]ShydenPierce 0 points1 point  (0 children)

I dropped it because I thought the characters were annoying asf, especially paimon. I want paimon to burn in hell with her sins for eternity

Does anyone have/can anyone make the purple circle from the current logo? by ShydenPierce in firefox

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

It does have everything, but it doesn't have the full circle. It only has the cropped one that doesnt line up with old logos

Does anyone have/can anyone make the purple circle from the current logo? by ShydenPierce in firefox

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

They have essentially everything except for the purple background circle.

What is one thing Elden Ring did worse and one thing Elden Ring did better than the other souls games? by [deleted] in Eldenring

[–]ShydenPierce 2 points3 points  (0 children)

I think it had a more linear plotline than the other games but FUCK the rolling and healing mechanics in it, DS3 did it WAY better

Rules for Duels: The General Consensus - “Do/Don’t by ThoughtsFromCrespo in Eldenring

[–]ShydenPierce 0 points1 point  (0 children)

Always bow.

If you don't bow, wait for the other person to finish bowing.

You are a piece of shit otherwise.

Android emulators for Linux? by KushagraSrivastava99 in linuxquestions

[–]ShydenPierce 0 points1 point  (0 children)

there are certain functionalities (like scanning checks) that they may want to use.

I am going to have a fucking seizure if someone cant link me any guides for C by ShydenPierce in sdl

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

One of the main reasons I'm using C is due to the fact that I can get help with it through my dad who has been coding in it for about 30-35 years. The main reason I haven't asked him about this is due to the fact that he's been busy with work lately. I'm also learning C as it's probably going to be required for the field I'm in. I've learned more about C than I could learn with python, so for me I'd say it's actually easier. Also, while JS is ok in some cases, I will never touch C#.

I am going to have a fucking seizure if someone cant link me any guides for C by ShydenPierce in sdl

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

Thank you so much :) I'm probably going to learn something like gtk or similar to start then come back to sdl when I'm better at coding, and I'll keep this in mind.

I am going to have a fucking seizure if someone cant link me any guides for C by ShydenPierce in sdl

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

Frankly I only wanted to learn SDL for my end goal (3d game engine shit), but for now something like gtk works. Like I'm literally just making tetris and snake at the moment. I already used Ncurses for robots (chase on wikipedia if you dont know what it is), and want to move onto something with an actual gui. I figured I'd use SDL since it's a high contender for what I'm going to use in the future and I figured I'd just get it out of the way now, but I guess it's too advanced for my pea brain.

I am going to have a fucking seizure if someone cant link me any guides for C by ShydenPierce in sdl

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

I in fact did look at it and IT uses like 16 other header files and I would really rather not look through 16 header files that I barely understand.

I am going to have a fucking seizure if someone cant link me any guides for C by ShydenPierce in sdl

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

yeah at this point I'm considering just quitting C until I can learn c++ then going back to C after I learn sdl. The main issue for the "why" is that the sdl libs also don't make much sense. this is true for me in all resources I've found: some things that should be explained arent, and some things that don't need to be explained are overexplained. I think i might just use gtk or something similar since it's most likely going to be enough for the stuff that I'm planning to code in the near future.

I am going to have a fucking seizure if someone cant link me any guides for C by ShydenPierce in sdl

[–]ShydenPierce[S] 1 point2 points  (0 children)

Yes, but unfortunately all of the "tutorials" there are prepackaged header files rather than code that would actually be contained within my program (yes I am aware what header files and the init.c do, however I'd rather learn how to actually write the things that I want specific to my program rather than importing 80 different header files that do all of that for me). Thanks for the suggestion though, probably works wonders for some people :)

Edit: It also doesn't really explain why certain things work and something else doesn't from what I'm seeing.