Is there a name for the trope where a story is high fantasy at first glance, except for it's not fantasy and is actually set in a post-apocalypse dystopian future?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    It doesn't have one. I was making a joke.

    • Hi = High
    • Fanta = Fantasy
    • Po = Post(-apocalypse)
    • Dys = Dystopian
    • Fut = Future

     

    Hifantapodysfut = High-Fantasy-Post-Apocalypse-Dystopian-Future.

    It's in the title.

    10
  • Remember That DNA You Gave 23andMe?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    Yeah, I imagine the USPS would would have some concerns about transporting biological samples across international borders. Lol.

    2
  • Is there a name for the trope where a story is high fantasy at first glance, except for it's not fantasy and is actually set in a post-apocalypse dystopian future?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 94%

    I really like the term "Science Fantasy". It acknowledges the parallels with Science Fiction but respects how they differ as well.

    16
  • Remember That DNA You Gave 23andMe?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    Same. I'd love to know any privacy-respecting companies.......that is, if they even exist.

    9
  • Ryujinx has been taken down after an agreement between the developer gdkchan and Nintendo
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 88%

    Goddammit!

     

    Why won't Nintendo just FUCK. OFF. with this crusade of theirs??!!

     

     

     

     

    ^(And^ ^before^ ^anyone^ ^mentions^ ^it,^ ^yes,^ ^I'm^ ^aware^ ^as^ ^to^ ^why^ ^they^ ^don't.^ ^The^ ^question^ ^was^ ^rhetorical.)^

    14
  • What are the pros and cons to buying a smart watch from temu?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    I figured they meant that as well. I'm just saying their rules may not be as hard and fast as they seem to be presenting them.

    2
  • Amazon Returns
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    "Somehow.......Amazon returned."

    13
  • What are the pros and cons to buying a smart watch from temu?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    Agreed. Getting something second-hand is almost always better.

    5
  • What are the pros and cons to buying a smart watch from temu?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    While I completely appreciate your perspective, I do have to ask: what with how interconnected, not to mention fucked up, the world is today, wouldn't pretty much everything violate at least two or three of those rules?

    5
  • What are the pros and cons to buying a smart watch from temu?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    IIRC Temu makes its business from super cheaply priced items.

    Super cheaply priced generally means either super cheap quality or some really iffy labor rights violations* in third-world countries (I know that term isn't the term to use nowadays since it's a cold war relic but I can't think of a better term—lemme know if you know of one), usually both.

     


    *Up to and including slave labor. (Yay capitalism!)

    13
  • I freed another one from the iron grip of the bloated legacy of Billy G
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    Here's hoping they stick to it.

    I imagine a lot of people switch, see how hard it is (due to it not being how they're used to things), and then go back.

    5
  • I am a victim of a data breach, what do I do?
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 66%

    And, as advised, watch for unusual activity (but forever, not just a few months, that’s just a false sense of security).

    Alternatively, pay a service (one that's actually reputable!!!*) to watch your shit for you. (Still keep an eye out, of course, but this at least takes a LOT of the load off.)

    For example, I pay a 12.95 USD a month for a service provided by my credit union (way better than a bank) and I can input whatever information I want monitored. They do that and let me know as well if they detect any shit going down. They also give me an update email every month letting me know that something has changed (or, likewise, if nothing hasn't changed :) ).

    I started doing this way back in 2018 when my wallet (containing my ID, debit card, social security card, everything) was stolen. (Gods, that was a fucking nightmare.)  

     


    *None of that LifeLock bullshit. AFAIK that's just marketing fluff mainly. (Somebody correct me if I'm wrong on that.) In any case, I don't trust any service that is provided by the same fucking company that owns Norton. shudder

    1
  • All Proton Drive apps are now open source
  • EveryMuffinIsNowEncrypted EveryMuffinIsNowEncrypted Now 100%

    Oh that is a SHAME.

    DuckStation is such a wonderful piece of software too. :(

    1
  • https://youtu.be/wgkC8SxraAQ?si=8Mf45sBKo4BR-qX5&t=315

    I'm currently doing Dr. Charles Severence's lessons on FreeCodeCamp to try to learn Python3. I'm on lesson exercise 02_03 and confused about multiplying floating-point and integer values. The goal is to write a Python program multiplying hours worked by pay rate to come up with a pay quantity. This is the code I wrote: h = input("Enter hours: ") r = input("Enter pay rate: ") p = float(h) * r I got a traceback error, and the video said the correct way to solve said error was change Line 3 from `p = float(h) * r` to `p = float(h) * float(r)`. However, what I'm confused about is why would I need to change `r` to a floating-point value when it's *already* a floating-point value (since it'd be a currency value like 5.00 or something once I typed it in per the `input()` command*? What am I missing here?   --- *I can't remember: are the individual commands in a python line called "commands"?     --- **Edit**: Wrote plus signs in my post here instead of asterisks. Fixed.   --- **EDIT**: Thanks to [@Labna@lemmy.world](https://lemmy.world/u/Labna) and [@woop_woop@lemmy.world](https://lemmy.world/u/woop_woop). I thought that the `input()` function was a string until the end-user types something in upon being prompted, and then becomes a floating-point value or integer value (or stays a string) according to what was typed. This is incorrect: the value is a string regardless of what is typed unless it is then converted to another type.

    6
    14

    **Follow-Up**: It's going great! I've stopped using my Tile tracker, I haven't lost my keys (yet), and I feel like I'm a LOT less trapped by my circumstances regarding them. Many thanks everyone! Many thanks indeed! ---   (See bottom for tl;dr.) I'm the kind of person who loses their keys easily, so I love the idea of trackers: little devices that you can attach to your wallet, phone, or keyring that connect via bluetooth to an app on your phone to help you find it. Problem is pretty much all the options I can find are run by companies with shitty privacy policies: Tile, Apple AirTag, Chipolo, and so forth. - Tile collects shitloads of data and is partnered with Amazon to boot; - Apple Airtags AFAIK only work with Apple devices, and besides it's Apple so no thank you; and - Chipolo also collects shitloads of data and shares information with data brokers and data collection companies of all stripes. No thank you. In any case, I really don't need a location network larger than maybe 200 meters (about 650 feet). If I lose my keys, odds are it's either in my car or in my house, and my house is like 100 square meters (about 1000 square feet). So Bluetooth is really all I need. I don't even need to see it on a map; I just need for it to ding or something. I'm currently using Tile but I *really* want to get away from it. Worst case scenario, I'll stop using the Tile, but I really am a forgetful little shit. Lol.   *tl;dr – Looking for recommendations for ideally short-range Bluetooth trackers for keys, with decent privacy. Max required range = 200 m (650 ft). Also, pie tastes great. Cheers.*   --- **Edit**: Added a single comma (because fuck syntactic ambiguity) and added follow-up. :)

    28
    27

    I'm currently learning Python and am learning about very basic functions such as `int()`, `float()`, and `input()`. I have the first two down pat, but I'm struggling to understand the last. The example I'm looking at is found at [12:26 of this video](https://www.youtube.com/watch?v=dKgUaIa5ATg&t=746s): nam = input('Who are you? ') print('Welcome', nam) Who are you? Chuck Welcome Chuck In this case, wouldn't `nam` be a variable equal to the text on the right side of the `=` sign? In which case, if `nam` is equal to `input('Who are you? ')`, then wouldn't `print('Welcome', nam)` just result in `Welcome input(Who are you? )`? Obviously not (nor does it work in a compiler), which leads me to believe I'm clearly misunderstanding something. But I've rewatched that section of the video several times, and looked it up elsewhere on the web, and I just can't wrap my head around it. Could someone help me with this? Thanks.

    41
    34

    I'm currently learning how to code (currently Python, then maybe JavaScript), but I'm not always around my desktop, and learning on my phone is not always an option (also, it can be quite cumbersome at times). Therefore, I'm looking into purchasing a laptop just for learning how to code and stuff. I don't want to get a Chromebook because I want to be able to wipe the drive and install Linux on it (probably Linux Mint). Maybe it's changed since 2013, but the last time I had a Chromebook, it was a *pain in the ass* to install even bog-standard Ubuntu on it. Problem is, I'm also *heavily* limited by space & budget: no more than 11 in (280 mm) total laptop width and 330 USD base price. Does anyone have any suggestions? Please forgive me if this is not the right space for this kind of question. Lemme know if it is and I'll delete it. :)

    83
    113

    I suppose the answer could apply to any instance, but I'm mostly referring to this one. Mind you, I don't have two accounts, but I'm considering it: one for memes, the other for serious discussion. But I'm unsure if that's considered bad form by most people, so I thought I'd ask. Thanks!   --- **EDIT**: Also, come to think of it, even if it *were* okay, would it even be possible to have to be logged into two separate accounts on the same instance at the same time with the same browser profile? :/

    23
    11

    Lately, when I load up lemmy.blahaj.zone, the notification bell in the corner of the screen doesn't display a count typically until I load a post or comment. It's also only a recent thing. Any idea what might be causing it? Not sure what other details you might need, so just ask if you think of anything. :)

    5
    0

    To start off, I just want to say that Kega Fusion is a *wonderful* emulator for pre–Sega Saturn emulation. However, the fact that it is not open-source concerns me. What if something happens and the person is required to take it down? (Not likely after 14 years but still...) Or hell they just decide to take it down for whatever reason. (Again, not likely after 14 years, but *still*...) I still am using it, but it would also be nice to have an alternative if the worst were to happen, or hell just in case there's a person out there who would prefer a different emulator. Unfortunately, the Megathread is kind of...lacking in this department. In the Sega subsection, it lists three emulators: two for the Dreamcast and one for the Genesis / Mega Drive and below. So, yeah, does anyone know of any alternatives we could add to the Megathread? (On the same note, I'd also like to add that [Yabause](https://yabause.org/) seems a decent enough emulator for the Saturn, none of for which are included on the Megathread. (Not sure if my syntax was correct there... :/ ))

    17
    11

    I remember back in the day the emulator Snes9x was one of the best emulators for Super Nintendo emulation, but it's not on the Megathread. Is it no longer trustworthy or was it just missed? Sorry if this was already asked in this community. I would've searched but Lemmy (or at least my Lemmy instance, I suppose) doesn't seem to have a search function for intra-Community searching. Cheers.

    112
    41

    Howdy, y'all. :) So, within the last couple of days or so, I've been having this problem where if I click on the notification bell, then the chain icon next to a shown reply, then click "Show context" above the horizontal rule (see screenshot), it doesn't proceed to load the context. Rather, it just reloads the same page. The strange thing is this doesn't happen with every notification. Another notification I had was from here on the Blahaj Lemmy instance, and that worked fine. Maybe it's a thing to do with federation protocols? Anyway, I'm no expert. I just thought I'd ask. :) Cheers.

    18
    9

    Hello. I'm extremely tired, so it very well could be that this is extremely simple and I'm just not getting it. However, what I would like to know is how to open a post from a community on one instance on another instance. For example, here's a [recent post](https://lemmy.ml/post/11470168) from !asklemmy@lemmy.ml. I know that to open that community in the instance lemmy.blahaj.zone, I would merely type into the address bar lemmy.blahaj.zone/c/asklemmy@lemmy.ml However, how would I open that particular *post* in that community on the latter instance? Is it even possible? Cheers.   P.S. I did do some searching on both this community as well as the [Reddit Lemmy FAQ page](https://www.reddit.com/r/Lemmy/comments/143gozf/lemmy_faq/) but I didn't find anything. However, I could've missed something. If it's something obvious, I apologize in advance. --- **Edit**: Assuming I understand what people are saying, well, evidently, it seems to be a current limitation of the ActivityPub protocol. Perhaps that will change one day. Hopefully soon. ¯\\_\(ツ)\_/¯

    20
    22

    - In the Megathread, section 3-12 (*Unsafe Sites*), under ["All Purpose"](https://rentry.co/megathread-unsafe-sites#all-purpose), the first entry is 1377x-to, reason listed as > Fake clone: (Crafted with cunning intent to ensnare unsuspecting users through deliberate deception). - However, in the Megathread, section 3-1 (*All Purpose*), under ["Torrents"](https://rentry.co/megathread-all-purpose#torrents), likewise the first entry is 1377x-to.   --- **Edit**: Lol, got the characters mixed up, I guess. Whoops. Well, to all the people being nice about it and kindly letting me know, thank you very much! To all the people being dicks about it (concerningly a *lot* of you it seems ಠ_ಠ), maybe learn a bit of humility. Some people mix up similar-looking characters in their heads. It's a thing that happens.

    45
    10

    I'm well aware that I can rip most Blu-rays with MakeMKV and then convert to mp4 with Handbrake; however, the former just rips everything raw from the disk so the file size is humongous and the conversion via Handbrake for just a single file is terribly long and puts a lot of strain on my computer. I've heard that EaseFab LosslessCopy is decent, but they only have a Windows and a Mac version, and I'm unsure how well it'd run under Wine. I am willing to pay for it, but only as long as it's not a subscription thing. Has to be a one-time payment. Does anyone know any decent Blu-ray ripping software that fits these conditions and run well on Linux? Specifically, it would be either Pop!_OS or Linux Mint. (I'm still using Windows because I want to figure out some software alternatives before I do so I'm not caught with my pants down, so to speak.)

    103
    68
    EveryMuffinIsNowEncrypted Now
    14 1.4K

    EveryMuffinIsNowEncrypted

    lemmy.blahaj.zone