[-] Fanghole@reddthat.com 5 points 4 months ago

Just in case this isn't a bit: OP, the structure in English should be "adjective noun." The opposite to most romantic languages where you say the noun then the description word. So a cat girl is a girl (assumed human) that can be described as a cat (has the traits of a cat). A girl cat is more reasonably a cat that is a girl, though you'd probably say "female cat" more often. For allergies you'd want to look into hypoallergenic cats like the hairless sphynx.

[-] Fanghole@reddthat.com 7 points 10 months ago* (last edited 10 months ago)

That's not the same logic though. His logic is "Noun A is part of noun AB, that does not mean noun AB is equal to or a subset of A." While the way you're interpreting it is "Noun A is part of noun AB, thus AB is not equal to and not a subset of A." The important part is that his logic only dictates that the relationship between A and AB are independent of eachother, while your interpretation states that A depends on AB in an inverse manner. Ie: "We cannot say popcorn is or is not corn based on name alone," vs "popcorn cannot be corn because corn is in the name."

Not taking a side on social justice, the logical comparison you attempted just bothered me. Thank you for coming to my Ted Talk.

[-] Fanghole@reddthat.com 4 points 11 months ago

Thank goodness they're bringing in Mr Sanjome more. I really liked it when he did that one thing that one time some number of chapters ago.

[-] Fanghole@reddthat.com 4 points 11 months ago

What she said was... Sweet? It's just getting more and more suspicious.

[-] Fanghole@reddthat.com 6 points 11 months ago

The Dragon, The Hero, and The Courier, and Mage and Demon Queen are two completely different series I'm currently reading among others. I hope somebody else out there enjoys at least one of them as much as I do.

[-] Fanghole@reddthat.com 4 points 1 year ago

Like John Wick type of teleporting.

[-] Fanghole@reddthat.com 6 points 1 year ago

In a way it is maturing. The first step to change is introspection and self reflection. This was... close enough.

[-] Fanghole@reddthat.com 4 points 1 year ago

Kana must learn that sometimes the biggest threats come from within the house.

[-] Fanghole@reddthat.com 4 points 1 year ago

So, I made something that you might be looking for. https://reddthat.com/post/69331 If you try to open up something in a local instance and it fails because it doesn't find it, it should take you to the search like I think you're wanting.

My first script for something like this and on tampermonkey though, so let me know if it's not working or not what you're looking for.

[-] Fanghole@reddthat.com 5 points 1 year ago

I can imagine your service advisor smirking every time the customer complained and it brings me delight. Her and your manager make it sound like an amazing workplace.

18
submitted 1 year ago* (last edited 1 year ago) by Fanghole@reddthat.com to c/plugins@sh.itjust.works

If you try to access a community on your local instance and it gives you a 404, this automatically takes you to your local instance's search instead and puts the community in for you.

Recommended to use with https://sh.itjust.works/post/33762](local instance redirect script) by @soy@lemmy.world

I started using Tampermonkey today, so dunno if this works with GreaseMonkey, but I assume it does.

// ==UserScript==
// @name         Lemmings Redirect
// @version      1.0
// @description  Redirect to your local Lemmy instance
// @author       @reddthat.com/u/Fanghole
// @match        https://*/c/*@*
// @icon         https://join-lemmy.org/static/assets/icons/favicon.svg
// ==/UserScript==

var unknownLemmy =
  document.body.textContent === "404: couldnt_find_community";

if (unknownLemmy) {
    // Get URL info
    var splitUrl = location.href.split("/");
    var split2 = splitUrl[4].split("@");
    var instanceUrl = split2[1];
    var community = split2[0];
    var searchUrl =
        "https://" + splitUrl[2] + "/search/q/!" + community + "%40" + instanceUrl + "/type/All/sort/TopAll/listing_type/All/community_id/0/creator_id/0/page/1";

    window.location.replace(searchUrl);
}
[-] Fanghole@reddthat.com 5 points 1 year ago

It's like a customized buffet at your table.

[-] Fanghole@reddthat.com 8 points 1 year ago

Accelerator already touched on the side dish/main dish concept being not really a thing for the most part. That being said it is important to note, that traditionally fried rice is basically a leftovers only dish. Like you wouldn't cook fried rice to cook fried rice. You'd cook fried rice because you had leftover steamed rice from the other night (and you'd use other leftover ingredients too). So, I suppose in a lot of those instances you'd only be eating fried rice, thus making it a main course by technicality (though it doesn't have to be).

Source: Am part Chinese. Would cook fried rice to cook fried rice and disgrace my ancestors.

view more: next ›

Fanghole

joined 1 year ago