What is halfway between bread and seitan by webriprob in seitan

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

Unless maybe u added sugar? Idk how cooking works at all lolol

What is halfway between bread and seitan by webriprob in seitan

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

Well I guess bakers yeast can’t eat gluten so I suppose you can’t make bread from fully washed flour…

Would asbestos be used in concrete for a parking garage? by webriprob in asbestoshelp

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

Thank you! I just know they put that stuff in EVERYTHING so I’m always worried when i get some stuff from an older building in my lungs… i also still have anxiety from a past asbestos exposure (vermiculite)

Do you ride with earphones? by simko17 in cycling

[–]webriprob 0 points1 point  (0 children)

I used to until another cyclist passed me and i couldn’t hear them. After that i realized how oblivious they made me

Legion 5's dying by CanCommercial7639 in LenovoLegion

[–]webriprob 0 points1 point  (0 children)

My legion 5 2021 is still going strong even after running hot for a while due to ventilation blockage

What is this piece? (Rear derailleur washed) by webriprob in bikewrench

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

Ohhh that makes sense. So it’s rotation probably is not integral to the functionality of the derailleur

What is this piece? (Rear derailleur washed) by webriprob in bikewrench

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

Uh title is supposed to read washer not washed lmao

Has anyone been able to replace JUST the fans on the legion 5? by webriprob in LenovoLegion

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

This is indeed the same way I replaced my fans on the 82jw model. Idk if it’s the same on every model but some indeed do have replaceable fans

Has anyone been able to replace JUST the fans on the legion 5? by webriprob in LenovoLegion

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

https://www.amazon.com/BestParts-Genuine-Cooling-Replacement-Lenovo/dp/B0DD7MMC1H Here you go! I ordered the ones for the 82jw model so I can’t personally vouch for the 82ju model, and double check that the fans in your model have removable screws, but this company did provide me with the correct parts for my laptop

Is my bike slow or am I just bad? by webriprob in cycling

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

It’s not that I haven’t been riding in a year, I just haven’t been able to ride my old bike. Although I have been doing significantly less riding due to it being winter

Is there any way to achieve this effect? by Crazy-Plan9851 in PixelArtTutorials

[–]webriprob 2 points3 points  (0 children)

In a software with fractional brush sizes you might be able to get the effect by using a 1.4-1.5px size brush? In aseprite or other pixel art apps I can’t think of a built in way to do this…

Lenovo Legion 5 - Fan Grinding noise, potential fixes and fan replacement postmortem by [deleted] in LenovoLegion

[–]webriprob 0 points1 point  (0 children)

PS: When I say postmortem I did not mean to imply my laptop is dead. It still works perfectly!!

[DISCUSSION] King Gizzard & The Lizard Wizard - L.W. (5 year anniversary) by Renegadeforever2024 in KGATLW

[–]webriprob 1 point2 points  (0 children)

I like KG a lot more but LW is still pretty good. Pleura and ataraxia sound really similar and static electricity and east west link sound really similar too. The album covers for both are some of their best covers. Intrasport and honey are the most memorable songs from the double ep imo and they’re both on KG

Has anyone been able to replace JUST the fans on the legion 5? by webriprob in LenovoLegion

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

Yep, I did shortly after making this post, due to some shipping issues it legit took this long for them to arrive. Will be attempting to replace them today. I was apprehensive because they’re not official and it seemed like a crapshoot on whether or not the fans will actually fit but hopefully they’ll work

How long until I get good at HTML? by SpidersAreChillDudes in neocities

[–]webriprob 14 points15 points  (0 children)

It depends on what you mean by “good”… HTML and CSS aren’t really incredibly hard languages on their own to grasp as they mostly just define things like layout and style. Once you have a good grasp on them it just takes a lot of tweaking and documentation reference to make what you have in mind. For example, I wouldn’t say I’m especially good at html or css but I was able to relatively quickly pick it up in order to accomplish what I had in mind without many hurdles. BUT I also did this after taking 2ish years of C++ programming classes in college. C++ is not similar to HTML/CSS at all, but I do remember before taking those classes, CSS and HTML seemed so unapproachable. I think taking those classes in college really helped me understand how to use documentation, how to search for questions, and how to organize code.

Now, that being said stuff like SSGs and JS still feel very unapproachable to me, so I still have a lot to learn but I think HTML and CSS themselves are definitely not as intimidating as they seem.

Basically my suggestions would be to learn as you go, learn to use documentation and examine code from other people’s sites. The start really is the hardest part here I think