Asking for clarification as what I’ve read suggests yes, but is also sometimes coupled with advice to (still?) set a static IP outside of the DHCP address range as well.
Thanks in advance!
I like to ask a variety of questions, sometimes silly, serious, and/or strange. Never asking in an attempt to pester or “just asking questions” stuff.
I’m generally curious and/or trying to get a sense of people’s views.
Asking for clarification as what I’ve read suggests yes, but is also sometimes coupled with advice to (still?) set a static IP outside of the DHCP address range as well.
Thanks in advance!
And even though this is lemmy, when I searched for “Ubuntu Help”, there’s no community named that. There’s also no community named “Linux help”. Which I find very very odd. Lemmy of all places you’d think would have a linux help community!
Have you been by !linuxquestions@lemmy.zip yet? Nevertheless, this community should work just as well.
There’s also !linux4noobs@programming.dev or a community with the same name on Lemmy World. When specificity in a search fails, falling back to broader/more basic terms may help (e.g. searching for Ubuntu or Linux).
Asking similarly as I did with a Twitter post, because I think it’s worth discussing (and people should want others to leave the corporate enclosures so info on the internet may move more freely):
How might we help and encourage people to leave Reddit?
Thanks!
What’s a CLA?


When I hosted game servers: Depending on the game, you may have to fix something every few hours. Arma 3 is, by far, the worst. Which really sucks because the games can last really long, and it can be annoying to save and load with the GM tool thing.
Was that a mix of games being more involved and the way their server software was set up, from what you could tell, or…?


Yeah, to clarify I don’t mean organizing/arranging files as a part of maintenance, moreso handling different installs/configs/updating. Sometimes since more folks come around to ask for help it can appear as if it’s all much more involved to maintain than it may otherwise be (with a mix of the right setups and knowledge to deal with any hiccups).
I recognize this will vary depending on how much you self-host, so I’m curious about the range of experiences from the few self-hosted things to the many self-hosted things.
Also how might you compare it to other maintenance of your other online systems (e.g. personal computer/phone/etc.)?


Thanks! I’ll have to give it a look! I currently have Termux, but was wondering about others, although maybe I should have asked for Termux packages instead. 😅
I tried Micro briefly but its interface doesn’t seem to have been as well adjusted for mobile.


I know, I know, but haven’t you wanted to jot down some pseudocode while out and about, formatted neatly, so you could pop it over to your main machine to turn into working code?


Thanks for elaborating! I’m pretty sure I’ve written some variations of the first form you mention in my learning projects, or broken them up in some other ways to ease myself into it, which is why I was asking as I did.


One is simply organizing your code by having a bunch of operations that could be performed on the same data be expressed as an object with different functions you could apply.
Not OP, but also interested in wrapping my head around OOP and I still struggle with this in a few different respects. If what I’m writing isn’t a full program, but more like a few functions to process data, is there still a use case for writing it in an OOP style? Say I’m doing what you describe, operating on the same data with different functions, if written properly couldn’t a program do this even without a class structure to it? 🤔
Perhaps it’s inelegant and terrible in the long term, but if it serves a brief purpose, is it more in the case of long term use that it reveals its greater utility?


Each time I’ve read into self-hosting it often sounds like opening stuff up to the internet adds a bunch of complexity and potential headaches, but I’m not sure how much of it is practicality vs being excessively cautious.
Skillsets skillsets, when the darn thing needs jre older than the one you have installed or tiger.dll is missing, what do you do … ?
where’s waldo.dll when you need them?
Usually everyday people don’t setup forums, that’s the responsibility of the application owner(s) or provider.
By this do you mean official forums? If so I think this is kind of missing some of the independent forums for software (whether games or media players or the like) or other media, which some sorta-everyday people set up in the past. Many have migrated to Discord not only because it’s easy but, I think, because it’s simply more cost-effective.
Forums don’t seem to be cheap. Discourse’s own managed hosting goes for $50 a month, from one of their partners it’s $20, and looks like somewhere in-between if you try to spin it up yourself (e.g. Digital Ocean droplet runs $4 a month, then add in domain, and mail-provider (~$20-35)). Looking at that, it’s little wonder so many either opt for official forums, unofficial subreddits, Lemmy/Kbin communities, or Discord servers instead now.
Maybe if I dug around some more I could find some options for managed hosting (which makes more sense for regular people, I think, to deal with technical maintenance) for Discourse or the like that are cheaper, but I can’t imagine one may find much that beats free. Unless there is something, unfortunately I guess we’re kind of stuck with the situation as-is barring some pleasant exceptions.
While I agree, what might everyday people use to set up forums as relatively easily and cheaply as their Discord servers, and not have them riddled with ads or other clunky elements?
I’m pretty sure those that may have even been considering forums went to Discord because the only other options were more involved in terms of set up/maintenance and cost, the latter to get something without ads.


I see where you’re coming from, I think. In my experiences with trying to follow tutorials though, I’ve found the difficulty to be between rough explanations and the examples given feeling a little too simple and isolated from how they might be applied in a working program.
Appreciate the example! It’s when handling a DHCP range and the related CIDR notation that I tend to get especially muddled in this area. It certainly doesn’t help that each router’s interface and terminology tends to vary just enough to add uncertainty.
Regardless, the comments here and more focus on this have helped clear some of this up for me.