this post was submitted on 12 Jun 2023
617 points (100.0% liked)

Technology

37734 readers
600 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hey everyone. If you want to post links or discuss the Reddit blackout, please localize it to this thread in order to keep things tidy!

you are viewing a single comment's thread
view the rest of the comments
[–] Kwakigra@beehaw.org 52 points 1 year ago (3 children)

I have typed the letter "o" for "old.reddit" about six or seven times today out of habit. Thanks to the Beehaw team for providing a space which is better than a simple substitute in many ways. I am simply incapable of operating any of the newer reddit interfaces, so once "old." is history that will be it for me totally.

[–] mizmoose@beehaw.org 29 points 1 year ago (1 children)

I'm totally not going through withdrawal.

Uh huh.

[–] matzah@lemmy.blahaj.zone 15 points 1 year ago (2 children)

Deleted my account and took Apollo off my phone. My hands feel… itchy.

I'm doing the same on 6/30. I had to move Apollo off my front page to stop me from reflexively opening it every ten minutes.

I deleted RiF in the line for the bagel shop this morning. I feel exactly the same way.

[–] setsneedtofeed@beehaw.org 8 points 1 year ago

I opened Apollo once and got a special splash screen. I moved Apollo off the front page of my phone display.

[–] Penguincoder@beehaw.org 8 points 1 year ago* (last edited 1 year ago) (1 children)

There's an app for that

Save and import:

{
    "createdBy": "Redirector v3.5.3",
    "createdAt": "2023-06-01T00:00:00.011Z",
    "redirects": [
        {
            "description": "Reddit to Beehaw",
            "exampleUrl": "https://reddit.com",
            "exampleResult": "https://beehaw.org",
            "error": null,
            "includePattern": "^(https?://)([a-z0-9-]*\\.)?reddit.com(.*)",
            "excludePattern": "",
            "patternDesc": "Reddit to Beehaw",
            "redirectUrl": "https://beehaw.org",
            "patternType": "R",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        }
    ]
}
[–] XpeeN@sopuli.xyz 2 points 1 year ago (1 children)

Is there a way for the extension to replace only the domain? for example, https://lemmy.ml/c/memes will become https://sopuli.xyz/c/memes ?

[–] Penguincoder@beehaw.org 1 points 1 year ago

Yes, that can be done like so:

{
    "createdBy": "Redirector v3.5.3",
    "createdAt": "2023-06-01T00:00:00.011Z",
    "redirects": [
        {
            "description": "LemmyML to Sopuli",
            "exampleUrl": "https://lemmy.ml/c/memes ",
            "exampleResult": "https://sopuli.xyz/c/memes ",
            "error": null,
            "includePattern": "^(https?://)([a-z0-9-]*\\.)?lemmy.ml/(.*)",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "https://sopuli.xyz/$3",
            "patternType": "R",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        }
    ]
}

Copy that to a file, save it and then import into Redirector.