this post was submitted on 29 May 2026
101 points (100.0% liked)

Ask Lemmy

39744 readers
1370 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Postmortal_Pop@lemmy.world 7 points 15 hours ago (2 children)

Coding. I love gaming and I love mods for games, but even my best efforts don't get me very far. I can't fully grasp how it works, what it means, or how to ask for what I need to know. It's not for lack of trying or exposure, I've been bullshitting my way through linux for about 16 years now and only recently learned how to use systemctl without without copy paste.

You want literally anything physical I'm your guy. This week I'm researching how to reflow the APU on a ps4 motherboard and it just makes total sense to me, but I'm struggling just to make the json files in a mod for vintage story. Totally lost when it comes to the C#.

[–] insomniac_lemon@lemmy.cafe 1 points 8 hours ago

I'm somewhat similar. I don't think it's impossible* for me, but it's easy to run into issues and lose motivation or simply lack viable ideas for learning projects. Currently stalled due to multiple system-related issues**, and chilling effect of AI (copilot).

I have a YLoD PS3 I've fixed a few times before many years ago, though it likely was a capacitor issue that was only fixed accidentally. Don't feel like spending money on caps/cooling stuff etc, not set up for soldering. I have another PS3 that currently works, not bothering to set up for firmware stuff for that either (slow internet, no easy way to monitor progress).

* I completed a sweeper clone months ago (in the one somewhat-niche language that I actually like) and that actually went great but I haven't been able to share it. So haven't done anything since then

** I probably need to use a different distro but not convinced by any, and probably need a better GPU to sidestep legacy driver issue (which could help w/updating my current setup) but everything seems like a side-grade or overpriced or both

[–] Witchfire@lemmy.world 2 points 12 hours ago* (last edited 12 hours ago)

CodeAcademy is pretty good for a free self-teaching tool, you should definitely take their course! The good news is that the stuff you learn in C# can easily translate to other languages like Java or Python. C# also has a lot of nifty synthetic sugar, it's a fun language