• 5 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: July 26th, 2024

help-circle

  • Any interested in making this a federated search?

    I’ve been toying with the idea of a web-ring style search engine where it uses the fediverse’s post and sub system so that you can subscribe to “indexers” that are made by other users (or even mastodon users themselves) so that you can have highly targeted search engine systems. So, for example, you could make multiple search “scopes” and each of those scopes would follow specific other “sources” and search from them. Likewise, users could provide links and descriptions to add new entries to each scope which would, in essense, work like a fediverse post and then be distributed to all other interested parties.

    I haven’t done a lick of implementation yet, but thought I’d share the idea here as I consider doing this more and more every day. The only thing I haven’t figured out yet is images, because ideally that would be a special type of scope view.






  • I’ve not see anything but hand wavy “add a layer of clear coat” for sealing.

    Hmm, maybe I’m mistaken but is this not pretty sound advice? Or is the implication that you want this paint job to be matte and coarse (in which case, clear coat to start and perhaps sanding after a few paint coats?)

    Otherwise, I wish I could help, I don’t have much experience printing PLA.





  • MoogleMaestro@lemmy.ziptoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    9 months ago

    I mean, it seems like Pihole is generally talked about first as a “ad filter” when it’s discussed online and second as a dns resolver. But either way, just saying that the use for that is pretty much overblown and not worth actually trying for a smart tv, for example, where you can’t normally block ads anyway. (Might be nice for preventing software updates, though.)


  • MoogleMaestro@lemmy.ziptoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    4
    ·
    edit-2
    9 months ago

    Depends on how you do it and what you need from it. I’ve actually moved on from my Pihole instance, for reasons I’ll get into later.

    The broad appeal of using Pihole for DNS in a homelab is the ability to route services from domain names on the local host. This can be really useful, especially for “hacking” service availability onto other unintended devices. Additionally, it can be nice for less tech-savvy users who might not be comfortable editing /etc/hosts or just want to check out a service on their phone web browser.

    I would generally recommend using an isolated device for Pihole needs; If you’re doing work on your home server, you’ll probably want all users on your service to keep their internet connection working to not be a burden to others living in your household (if you have others). A raspberry pi is a really good target for a pihole, and even a cheap old/used one from the interwebs can serve you well (I was using one recently on a pi3b and it was no issue.) Keep in mind that you can’t really do fallback dns configuration unless you’re ok with losing the key feature of pihole (blocking ads and redirecting domains). Notably, I’m actually not a proponent of running all services on individual compute units generally, I just think DNS is special and you don’t really want to tie it into docker services to keep a separation between the services and the server, so to speak.

    This brings me to the second feature: adblocking. This one is really a mixed bag. Ultimately, I turned this feature off only because it doesn’t work for the websites that have arguably the most ad content (youtube, twitch) and really only serves to hurt the smaller players. Sometimes it’s great for blocking things like SmartTV advertisements or data encroachments, but it’s very hard to block ads from a web domain in a way that doesn’t outright block the service itself (so blocking youtube ads without blocking youtube is, seemingly, a fools errand.) I’m willing to hear other people’s opinion on this, I just couldn’t get this working to a satisfactory degree.

    I’ve abandoned Pihole as a local dns resolver. This is because Tailscale suits my needs and also allows me out-of-house connectivity to things like my music or personal data so my phone never goes out of communication with my home network. When you use tailscale at home, it’s generally really good about routing that through your local network instead of the relay, so there shouldn’t be that many downsides. Note, I say generally, because there have been times where it goes through a relay unexpectedly which I haven’t solved yet (this is likely a local router configuration issue, anyway…)

    I notice that you’re already familiar with Pihole, but just thought that it would be best to “explain” my thoughts on it in the form of a recommendation/editorial form.





  • Let me know how it goes.

    Another feature that might be useful in the arsenal is that you can purposely downclock the refresh rate of the gamescope session when the window is out-of-focus, which means you can put less burden on the computer when multi tasking. Obviously the game will run at a lower frame rate when focus is away, but this might be OK if you want to free up more system resources for watching videos.

    But like the other use said, a good place to start is making sure hardware accel is on within Firefox (or whatever browser you’re using.)


  • Right now it is ESO and nothing else, when she tries the whole system lags until she can move the mouse painfully slowly to the browsers X.

    Maybe you should consider using gamescope? This is what the steam deck uses internally to isolate games so that they fight with the window manager less often.

    On KDE Kubuntu, you should have no problem installing it if you’ve installed steam as a .deb from the website. Basically, install it either from source or repo (whichever is recommended for ubuntu) and then modify your steam game settings to something akin to the following:

    gamescope -f -- %command%
    

    This will launch the game in an isolated WM so that it interferes less with your existing window manager. There’s a tonne of settings, so gamescope --help might give you more details.

    Steam is apparently working on making this easier to access by supplying it with all steam installations in the future, IIRC, but work there isn’t finished yet.




  • Is it plugged into a GFCI protected outlet?

    Would this help? I’m currently using a standard 3-prong outlet with no ground fault protection, but I suppose I could install one on the given port…

    There could just be too many devices with some earth leakage connected to the circuit, causing it to trip without any of them being faulty.

    This could be, I suppose. Though what should someone do about this ultimately? I’ve already tried removing elements a piece at a time, but it would only work properly once the ender was off the circuit.