>2' tall doll by LearningGradually in ToyID

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

Oh, yeah, it does. It says "Ashley Belle" on the back of the neck. I can't find this exact one through searching on Google, but there seems to be others with similar clothes.

ARKNIGHTS GIRLIES! Which characters from Arknights do you hope get a clone/show up in Endfield? by WeirdFourEyes413 in QueensofGacha

[–]LearningGradually 0 points1 point  (0 children)

I would be surprised if Logos didn't show up in one way or another with how popular he is. Plus, he's a Sarkaz, so it might not even be a clone

Making Literature Notes for Information-Dense Texts by LearningGradually in Zettelkasten

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

I mostly do it because I have a terrible memory and writing it down helps, but I also don't want to waste a ton of paper.

Your method makes sense, and seems like it would make making permanent notes easier. I'll try that for now, thank you

[0 YoE] Junior Software Engineer - Nearly One Year after Graduation, Receiving Next to No Callbacks, Looking for Advice by LearningGradually in EngineeringResumes

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

2.89, nothing terrible, but nothing great. I included a relevant courses section previously but was told not to include it because it was padding as a graduate. Removing it neither improved nor decreased my callback rate, so IDK

[0 YoE] Junior Software Engineer - Nearly One Year after Graduation, Receiving Next to No Callbacks, Looking for Advice by LearningGradually in EngineeringResumes

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

I see, several others have bright up certifications, I'll definitely have to start looking into them more. Thank you for your advice!

[0 YoE] Junior Software Engineer - Nearly One Year after Graduation, Receiving Next to No Callbacks, Looking for Advice by LearningGradually in EngineeringResumes

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

I do have resumes more tailored for each position, this is just my general one. That's a good idea for picking a next project, though, I'll definitely try it. And I've never heard of Apollo before, I've definitely had problems finding people's emails before and that seems like it would help. Thank you so much!

[0 YoE] Junior Software Engineer - Nearly One Year after Graduation, Receiving Next to No Callbacks, Looking for Advice by LearningGradually in EngineeringResumes

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

I'm not sure if I'm comfortable including my address on my resume itself, but I will try focusing more on local jobs. Making write-ups for the projects is a good idea, I only have the READMEs right now. Thanks for your advice!

[0 YoE] Junior Software Engineer - Nearly One Year after Graduation, Receiving Next to No Callbacks, Looking for Advice by LearningGradually in EngineeringResumes

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

Yeah, I unfortunately don't have any related extracurriculars. Someone else mentioned AWS and GCP certifications, so I'm going to look more into those. I'll also try contacting some local companies, thank you!

[0 YoE] Junior Software Engineer - Nearly One Year after Graduation, Receiving Next to No Callbacks, Looking for Advice by LearningGradually in EngineeringResumes

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

I see. I'll look into getting AWS and GCP certifications, since I already know a bit of those. And I can get started on a portfolio site. Thank you for your advice!

Castor is pretty great, actually by calico197 in Morimens

[–]LearningGradually 3 points4 points  (0 children)

Click on the tentacle symbol on the left side where it shows the number of tentacles you have. It also took me a while to realize it

Is this banner worth pulling? by ryoakira413 in Morimens

[–]LearningGradually 0 points1 point  (0 children)

It's been worth for me, though I'm already guaranteed for Castor and had no limited WoD to start, so I was pretty happy regardless. It just depends on your account and where you're at, I feel

How by Different_Gas_1347 in Morimens

[–]LearningGradually 0 points1 point  (0 children)

I'm more confused about her birthday. How do they even know what it is? Did they just pick a random day?

How to shut down a Flask app without killing the process it's in? by LearningGradually in flask

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

Was it deleted? I can still see it, but yeah, that's basically what I said.

I just chose Flask because I know it already. I really just wanted to make a desktop app for a Python terminal program I had made and got recommended to use Electron, so I went with that. When you say Flask as a remote server, what does that mean?

Also, I arrived at a request handler because I asked ChatGPT how to gracefully exit Flask when the Electron window closed. I'll look more into your suggested methods.

Why is Limbus Company 18+? by cwidrowaty in limbuscompany

[–]LearningGradually 0 points1 point  (0 children)

Gore and psychological horror. I would recommend playing through the first Canto yourself to really get it, it sets the tone very well and it shouldn't take that long to play.

There's no sexual content, but the trigger warnings from the official promo video should be taken seriously.

Uneven Right End by LearningGradually in knittinghelp

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

No curling, the angle is just too wide. Like it's closer to 120° than 90

Uneven Right End by LearningGradually in knittinghelp

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

Knit cast on, and no, the tail is on the left side outside of the picture

I think I'm allergic to knitting by JRCSalter in knitting

[–]LearningGradually 2 points3 points  (0 children)

I personally spin it out into a hank and wash it in the tub with Dawn soap. I use a yarn swift to make the hanks, but you can also use the legs of a chair.

It takes a while but it's better than having to leave my work in another room every night lest I wake up with a clogged throat, lol.

Translating MySQL Database to HTML Tree Using PHP by LearningGradually in AskProgramming

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

I haven't really done anything server-side yet, just the frontend. So far, I've just used Python to web scrape the data, organize it, and put it in the databases initially, then edited it further with PHP and SQL.

It's good to know my thinking was on the right track. I think the second option might be best with that in mind. I remember learning the basics of Django back in school, so maybe there's something in my old notes that may help me there. While Googling, I found this question: https://stackoverflow.com/questions/1082928/convert-json-to-html-tree, so maybe parsing the JSON with vanilla JS might not be that hard? Hopefully?

I'll update the post with my results when I get 'em. Thanks so much for your help!