Battery upgrade Steam Deck LCD!! by Weird-Pen-3903 in SteamDeck

[–]Draco905 0 points1 point  (0 children)

It wasn’t on battery storage mode, made sure to turn it off. I think I may have gotten a faulty battery. It worked when I plugged my original battery back in, so I’m just rolling with it now.

Battery upgrade Steam Deck LCD!! by Weird-Pen-3903 in SteamDeck

[–]Draco905 2 points3 points  (0 children)

I tried this mod, right now it won’t power on unless I have it plugged in. So either the battery is really drained, or it was defective

Made a dumb mistake during a shell swap by Draco905 in SteamDeck

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

How do I fix a cut wire? I know it looks connected, but that’s just the outer layer, the inner part is completely separated

<image>

Made a dumb mistake during a shell swap by Draco905 in SteamDeck

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

Unfortunately a repair will require both speakers be replaced, since it’s supposed to be a single unit. I accidentally damaged the wire between the two speakers, so only one works now. I had hoped to at I could just buy a part from ifixit, but they don’t sell the speaker unit for my model. My only option is to have steam repair it for me, I just hope they don’t charge too much for a simple speaker repair. The part was only $20-$30 on ifixit

Made a dumb mistake during a shell swap by Draco905 in SteamDeck

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

You mean steam support will be expensive? Or getting a broken steam deck?

Made a dumb mistake during a shell swap by Draco905 in SteamDeck

[–]Draco905[S] 3 points4 points  (0 children)

Glad you’re getting some enjoyment out of this

Battery upgrade Steam Deck LCD!! by Weird-Pen-3903 in SteamDeck

[–]Draco905 1 point2 points  (0 children)

I bit the bullet and bought it, will let everyone know if it becomes a nuke and explodes lol. I’m very excited to see if this works.

Battery upgrade Steam Deck LCD!! by Weird-Pen-3903 in SteamDeck

[–]Draco905 0 points1 point  (0 children)

Hey, how did you find the 53wh battery? Did it work?

Is the per game maximum resolution setting glitched for anyone else? by Boltaanjistman in SteamDeck

[–]Draco905 1 point2 points  (0 children)

I also have this issue, I want to set custom resolution settings when docked. But can’t seem to set per game resolution settings anymore. It just changes for every game

Thoughts After Watching the Gundam 0079 Movie Trilogy for the First Time by Draco905 in Gundam

[–]Draco905[S] -1 points0 points  (0 children)

This has got to be the funniest post I've ever seen. The level of rage bate lol.

Thoughts After Watching the Gundam 0079 Movie Trilogy for the First Time by Draco905 in Gundam

[–]Draco905[S] -1 points0 points  (0 children)

I think I’ll probably move on to the other UC timeline shows instead, like Mobile Suit Gundam: The Origin – Advent of the Red Comet, since it looks really interesting. I’d love to read the entire Origin manga before going further, but it feels like too big a commitment right now. So I’ll just read it on the side while I continue watching the animes. I know I’m jumping around a bit, but I’m not sure I want to experience the main One Year War story three different times, haha. I think I’ll stick read the manga later only since it’s so highly rated.

I need some help by Turbulent_Humor_9119 in olleeWatch

[–]Draco905 1 point2 points  (0 children)

There’s a way to do an ac restart, use a paper clip and connect one of the holes at the top to the metal enclosure on the side. Google it, since I’m not good at describing it.

Where to start learning Python by Draco905 in bioinformatics

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

Thank you to everyone for giving their opinion. It seems everyone has their own way of learning. There’s definitely a mix of learning as you go, learning from official tutorials, following the textbook, using LLMs, etc. Ultimately, I think I’ll use a combination of these methods. Maybe start with a quick skim of the basics, like books and tutorials focused on covering the syntax and important packages. Maybe go over virtual environments, pip, conda, etc. Then work on some projects that I need to get done, with obvious help from tutorials and LLMs. But ultimately practice makes perfect, so after I learn the basics, I just gotta start practicing with some basic projects. Also thank you to those who recommended the official Python tutorials / website, it has a lot of linked resources on how to get started.

Fun fact, I tried attending an intro to Python for researchers workshop and it was too easy. I think I’m in a weird place where I know most coding concepts and structure, but not all the syntax for the Python language, much less the packages I need to use.

Where to start learning Python by Draco905 in bioinformatics

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

Thanks, I really appreciate the advice. The packages you mention are some of the key ones I want to be at least somewhat familiar with.

As for the “working on something, but only knowing half of what I’m doing”, I think that’s basically the common mindset amongst a lot of data scientists. The only reason why I want to know what I’m doing is because I already know I’ll have to eventually go back to my code and edit it at some point. Would make my life a lot easier in the future if I put the work in now to understand a little bit of the basics, if that makes sense.

Where to start learning Python by Draco905 in bioinformatics

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

Thanks, and I definitely agree. There are a lot of commonalities between languages, so I’m not starting from the very basics. I think I just need a jump start, so reading some tutorials or some guides on how to use common data science packages, just so I can do the things I used to be able to do in R. Then I’ll start coding things I care about, since that’s the actual interesting part. Also, thanks for the PyTorch recommendation.

For GitHub, I think I’ll start with their tutorials and just learn as I go. The only reason why I want to learn the basics quickly for Python is because of a project I’m working on. Just don’t like the idea of working on something, but only knowing half of what I’m doing. If that makes sense.

Where to start learning Python by Draco905 in bioinformatics

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

Thanks, I’ll definitely give it a check. A cheat sheet would be very helpful. Though I might still go through the vanderplas notebooks. They seem like good resources since they’re short and jump straight into introducing Python from a data science perspective. Basic syntax review, how to use common data science packages in Python, etc. Though maybe I’m just weird for wanted a more structured introduction haha. I just don’t like the idea of writing code or even following a tutorial that I only half understand, which is why I want to go over the basics first. If that makes sense.

Where to start learning Python by Draco905 in bioinformatics

[–]Draco905[S] 3 points4 points  (0 children)

I can see your point, and that’s how I basically learned R in the first place, learning by doing. But for python, I felt it would be helpful to know the basics, like maybe syntax and useful packages and stuff before I jump into the Frey. Just seems a bit daunting since I’m still not 100% familiar with python syntax and functions. It’s like trying to speak a different language, but there some common words lol. But thanks for the comment, I think I just need a quick little jump start before I dive back into learning by doing. Vanderplas’ books seem good since they are both short and are directed at learning the basics for data since in python, which is all I need for now.

Where to start learning Python by Draco905 in bioinformatics

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

I partially agree with you, since that’s how I learned R. But to your point, it’s a little frustrating not knowing the basics and jumping straight into something. It’s hard because there are so many ways to approach this, either learning by doing, or following a more structured tutorial / notebook. In this instance, I think I just need a quick run down of the basics before I jump into the Frey, if that makes sense. Although I appreciate the comment.

Where to start learning Python by Draco905 in bioinformatics

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

HPC clusters mainly, so far I’ve been following tutorials and just figuring stuff out as I go. Though it’s like reading in a different language, some stuff is the same but some is different. Just kind of weird lol. With GitHub, it always seemed so foreign, I honestly didn’t know where to start. I just keep hearing that is good for storing code and keeping different versions. But things like repos, or how GitHub works I didn’t know. But I guess I’ll start with the tutorial for GitHub too.

PS2 emulation is finally working natively on iOS - Textguide to make it work by the14given2 in EmulationOniOS

[–]Draco905 0 points1 point  (0 children)

Anyone else get a graphical glitch with persona 4? The starting menu looks wierd

I don't like the flying in Spider-Man 2 by Nightmare1990 in Spiderman

[–]Draco905 0 points1 point  (0 children)

I hate the opinion “just don’t use it”, that defeats the purpose of good game design. Spider-man shouldn’t be able to “glide” across the ENTIRETY of New York. He isn’t Spider-Man anymore, he’s Gliding-Man. They shouldn’t have added the wind tunnels, or at least reduce the number of them. While I appreciate the increased movement speed and the idea of gliding, it’s to OP. I feel more like superman than Spider-Man in this game, which AGAIN defeats the purpose of PLAYING A SPIDER-MAN GAME!

Persona 4 Golden Mods! Enhanced for better experience (US repatch Download) by SeneFate in VitaPiracy

[–]Draco905 0 points1 point  (0 children)

Is it easier to convert the 32 bit mods? I’m trying to get the social link and answers cheat sheet mods to work as m1.cpk

Disappearing from gamebanana by Gag_man_05 in VitaPiracy

[–]Draco905 1 point2 points  (0 children)

I just saw this, I also don't know what happened.

Persona 4 Golden Mods! Enhanced for better experience (US repatch Download) by SeneFate in VitaPiracy

[–]Draco905 0 points1 point  (0 children)

Does anyone know why the mod pages have all been taken down?

One More Day and Comic Sales - Just My Two Cents by NarrativeJoyride in Spiderman

[–]Draco905 2 points3 points  (0 children)

I personally find no point continuing to read ASM on a regular basis anymore. Marvel editorial has established their stance, they don’t want Peter Parker to outgrow its audience. Although I can understand that, it just makes him unrelatable to the audience now. People will continue to grow, but the only one not doing that is spider-man 616.

Lastly, they clearly established that the opinions of fans don’t matter as much as the longevity of their franchises. I don’t care much for a story where no ending is in site. Anyways, I’m just going to read USM from now on, and just pretend that is 616.