Skip Navigation
Posts
16
Comments
1,331
Joined
2 yr. ago
  • That I have no problem with. You had to do that in the classic Doom too. After all, certain weapons worked better with certain enemies.

    Thanks! I'll buy it and try it out!

  • Oh cool.

    Yeah, in Eternal, it seemed that once I got past the first few areas, if I didn't do glory kills, I'd be, within seconds, nearly dead and almost completely out of ammo (if not out of ammo).

    You're saying Doom 2016 isn't like that?

    Like, don't get me wrong, glory kills are awesome, but I feel they should be optional flairs to spice up gameplay, not a required function just to progress. That's what bothered me. It effectively locked out of the game (a Doom game no less) anyone who didn't like the glory kill mechanic. Personally, as a long-time fan of the franchise, that felt kinda cheap.

  • So, that's cool. In any case, yeah, I was just going by what it said on the page. I don't own the game, so I couldn't check.

  • How much harder?

    I just don't like the anxiety that comes with constantly being low health and low ammo that happened the last time I tried Doom Eternal. (Admittedly, I've never played Doom 2016.)

  • Just be aware people that–and this should surprise no one as these features are largely online nowadays (sadly no LAN here :C )—but

    That being said, I personally won't be buying this. Not because the game is poorly made or anything (it's Doom–'nuff said); I'm just not really into the whole glory kill thing. Don't like it.

    No shade to anyone who does; that's just my opinion.

  • Yeah, it's a pretty ridiculous notion when you get down to it. I agree. Haha.

  • Atheist.

    As far as I see, there are 2 basic possible states for being(s) with regards to divinity: either they're omnipotent or they're not omnipotent. (Partial omnipotence may perhaps be great power, but it is still non-omnipotence by definition.)

    The Stone Paradox demonstrates that full omnipotence cannot happen; and any being, however powerful, that does not have full omnipotence is inherently no different than me or you and thus has no right to be considered a god.


    and if you switched faiths, why did you do it and what faith did you choose?

    Well, I used to be a Christian, but only by virtue of being raised as one. As I grew older, I grew out of Christianity. It makes no sense to me from the perspective of the scientific method or Occam's Razor. Also, my very traditional Christian family did not exactly live up to the Christ-like ideals of love and tolerance, so that definitely put me off it, I can tell you that much.

    As I got older, I tried other religions: Islam, Zen Buddhism, Earth paganism, various other forms of paganism. They were excellent experiences that taught me the value of different faiths but they were, in the end, not for me. I like the rock that the scientific method provides, and I like how it teaches and encourages critical thinking ability. With science, I don't need to take some reverend's word for it that a magical sky-daddy is watching me masturbate while my great-great-grandmother judges me from past the celestial gates. I can be confident to know that it's far more likely they're dead, in the ground, disintegrating back into the earth from whence they came.

  • Thanks so much for the suggestions!

    Unfortunately, as much as I'd love to try out Yorkshire Tea (I've heard they're amazing), they don't ship internationally, so as I live in the USA, I don't think that's an option for me. :C

  • To be fair, although admittedly a nitpick, I will say I never said that the caffeine dehydrated you, just that the teas and tisanes do, the latter of which may or may not have caffeine.

    That being said, I looked it up and yeah you're right. The evidence does seem to demonstrate that the diuretic effect of the caffeine in teas not substantial enough to really affect hydration levels.

    However, it does lead me to wonder why my body seems to dehydrate if I drink more 2 cups of tea in a day. Like, it doesn't cause me to pee more (at least not more than an equivalent amount of straight water would cause me to pee); my body just dries out.

  • As an American who wasn't ever raised on tea of any kind (and I don't like coffee) but is starting to really learn to love teas and tasanes (I'm open to suggestions, by the way!), I have to ask: how the hell do you manage to drink 8–10 cups per day without dying of dehydration? If I drink more than 3 cups a day I start to really feel dried out!

  • I have not once in my entire life heard anyone say it like that. Where are you from? Maybe it's a regional thing...

  • sen-tar

    "sen-" like "cent" (like 25 cents), and "-tar" like "a tar pit"

  • Check in

  • Oh my goodness, girl, those eyes!

    They are mesmerizingly gorgeous! _

  • You're not wrong.

    Threat model. It's all about the threat model.

  • Lol this is great. Totally sending this to my spousy. :3

  • I think I'll try using that hotkey (or something similar)!

    Thanks for the suggestion. ;D

  • Okay, I'm gonna be honest. I don't know how to respond to this.

  • Trans Memes @lemmy.blahaj.zone
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    "Here we see a rare glimpse of the trans girl in her natural habitat, where she is currently being courted by a nearby trans boy"

    (I just thought of this and knew I had to make it. Spent the last 20 minutes on it. Hope you like it!)

    Python @programming.dev
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Confused about logical operators (i.e. "comparison operators", or "boolean operators") in Python

    Note: The attached image is a screenshot of page 31 of Dr. Charles Severance's book, Python for Everybody: Exploring Data Using Python 3 (2024-01-01 Revision).


    I thought = was a mathematical operator, not a logical operator; why does Python use

    >= instead of >==, or <= instead of <==, or != instead of !==?

    Thanks in advance for any clarification. I would have posted this in the help forums of FreeCodeCamp, but I wasn't sure if this question was too.......unspecified(?) for that domain.

    Cheers!

    &nbsp;


    Edit: I think I get it now! Thanks so much to everyone for helping, and @[email protected] and @[email protected] in particular! _

    Python @programming.dev
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Confused about multiplying floating-point & integer values

    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:

     undefined
            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?

    &nbsp;


    *I can't remember: are the individual commands in a python line called "commands"?

    &nbsp;

    &nbsp;


    Edit: Wrote plus signs in my post here instead of as

    Privacy @lemmy.ml
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Recommendations for private tracker for keys?

    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!


    &nbsp;

    (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 tha

    Python @programming.dev
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Could someone help me understand the input() function?

    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:

     undefined
            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.

    Linux @lemmy.ml
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Any suggestions for cheap but decent laptops for coding?

    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. :)

    Blahaj Lemmy Meta @lemmy.blahaj.zone
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Is it bad form for one person to have 2 accounts on a single instance?

    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!

    &nbsp;


    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? :/

    Blahaj Lemmy Meta @lemmy.blahaj.zone
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Notification count doesn't display right away

    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. :)

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Does anyone know of a half-way decent FOSS alternative to Kega Fusion?

    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 seems a decent enough emulator for the Saturn, none of for which are inclu

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Is the SNES emulator Snes9x no longer trusted?

    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.

    Blahaj Lemmy Meta @lemmy.blahaj.zone
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    "Show Context" isn't working?

    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.

    Lemmy @lemmy.ml
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    How to open a particular POST on a different instance?

    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 from [email protected]. I know that to open that community in the instance lemmy.blahaj.zone, I would merely type into the address bar

     undefined
            lemmy.blahaj.zone/c/[email protected]
    
    
      

    However, how would I open that particular post in that community on the latter instance? Is it even possible?

    Cheers.

    &nbsp;

    P.S.

    I did do some searching on both this community as well as the Reddit Lemmy FAQ page 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 Activit

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Megathread seemingly has a contradiction. What am I missing?

    • In the Megathread, section 3-12 (Unsafe Sites), under "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", likewise the first entry is 1377x-to.

    &nbsp;


    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.

    Linux @lemmy.ml
    EveryMuffinIsNowEncrypted @lemmy.blahaj.zone

    Are there any good Blu-ray ripping software for Linux?

    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.)