Skip Navigation

Posts
81
Comments
503
Joined
3 yr. ago

  • Same; with Tasker tasks setup to automatically enable/disable when I join or leave the home WIFI. Literally set it and forget it.

  • Time once again for me to share something helpful that can be used with one of my favorite extensions

     
        
    {
        "createdBy": "Redirector v3.5.3",
        "createdAt": "2023-10-12T00:00:00.357Z",
        "redirects": [
           {
                "description": "YouTube>YewTube",
                "exampleUrl": "https://youtube.com/watch?v=ckatAzemRHk/",
                "exampleResult": "https://yewtu.be/watch?v=ckatAzemRHk/",
                "error": null,
                "includePattern": "^(?:https?):\\/\\/(?:\\w+\\.)?youtube\\.com(.+)?\\b",
                "excludePattern": "",
                "patternDesc": "Redirect Youtube",
                "redirectUrl": "https://yewtu.be$1",
                "patternType": "R",
                "processMatches": "noProcessing",
                "disabled": false,
                "grouped": false,
                "appliesTo": [
                    "main_frame"
                ]
            },
        ]
    }
    
      
  • Arch is not a beginner OS.

    OP: give Mint or PoPOS a try or start off directly with Debian stable. As far as driver issues go, make sure to enable the non-free and non-free-firmware for newer Debian versions and you should be okay.

  • Yeah I get that, certainly don't like the spammy nature of such. My apologies. I will put AbstractBot on suspension.

  • Nice idea! I'm planning on doing a few smaller soldering/learning projects with the Kiddo. Nothing fancy or major though.

  • Incorporated an archive link for AbstractBots' summary.

  • The summary shouldn’t replace the article in my opinion, just help someone decide if it’s worth their time to read it.

    100% agreed.

  • I happily pay for their support. Haven't needed it, but IMO; money well spent.

  • Vaultwarden here :) But yes, a secure multi-tenet password manager is invaluable.

  • Not really client software but proxmox is damn useful. It's replaced any hypervisors at at least 2 companies I've been in IT at. It's not going to run your multi-national datacenters, but for the 2 or 4 locations on a low budget, with a need for Virtualization Proxmox makes it easy.

  • Can't say we're 100% responsible for the reduced spam lately; but wanted to get your thoughts. Has there been less Kbin spam lately? Do you feel our countermeasures are working well since a few weeks ago?

  • Agreed on all points.

  • Easy. Kagi cares about the quality of their product giving you the customer good results. Their product is a search engine. Google doesn't care to make their search engine better currently. Their product is ad placement and sales. You are not their customer.

    Kagi already exceeds Google at being a search engine, at this time.

  • Samesies :P This is awesome. Love being a user and not the product. EDIT:

    With the redirector extension you can import the following to help with muscle memory.

     
        
    {
        "createdBy": "Redirector v3.5.3",
        "createdAt": "2023-09-22T00:00:00.631Z",
        "redirects": [
           {
                "description": "Google->Kagi",
                "exampleUrl": "https://www.google.com/search?q=kagi%20rocks&sca_esv=011101111&source=dv&ei=CN",
                "exampleResult": "https://kagi.com/search?q=kagi%20rocks",
                "error": null,
                "includePattern": ""^(?:https?):\\/\\/(?:www\\.)?google\\.com(\\/?$|(\\/search\\?q=.*?(?=[&])))"",
                "excludePattern": "",
                "patternDesc": "Redirect Kagi",
                "redirectUrl": "https://kagi.com$1",
                "patternType": "R",
                "processMatches": "noProcessing",
                "disabled": false,
                "grouped": false,
                "appliesTo": [
                    "main_frame"
                ]
            },
        ]
    }
    
      
  • The fun part is not being able to ask those who run the server about specifics for what’s needed.

    What do you mean by that? Here's a list of some needs; here's more, and others. Beehaw admin are pretty vocal about the specifics of what's needed. If you can code on the stack that Lemmy is in, proficiently, moderator tooling is definitely a sore spot that needs some attention.