[–] 5 points 1 day ago (1 child)

If it was really just crazy users and maybe some crazy instances, I would be more willing to give the benefit of the doubt (assuming they changed it, which they are not). But the "perchance" block... Blocking Blahaj entirely... I have a very difficult time accepting this is anything but a personal grudge.

  • source
  • parent
  • context
  • [–] 1 point 2 days ago

    Ah, I see. If you don't remember, don't sweat. I'm mostly curious just because posix issues is one of the few complaints I hear but I never see anything specific so I'm extremely curious lol. Please don't mistake this as one of those fanboyism moments where people try to say something they like is actually perfect and doesn't have flaws.

    My understanding of shebangs is that it isn't your shell doing anything fancy with it, it's your OS (or something, I don't remember exactly, but it's lower level than the shell). So maybe something else borked. But I'm no fish expert, I have some error in some fish thing that prints an error every time I open a new shell that I'm too lazy to troubleshoot lol.

  • source
  • parent
  • context
  • [–] 2 points 2 days ago (2 children)

    Have you run into a specific problem or is this just a hypothetical you're worried about. I see this a lot but haven't ever actually run into it being a concern. If you run a script with #!/bin/sh from a Fish shell, it won't use Fish, it will use whatever you have sh pointing to. (Which shouldn't be Fish, it's usually bash or dash.)

  • source
  • parent
  • context
  • [–] 7 points 2 days ago*

    All of this shit falls flat when the dev themself admits they hid the feature to disable deep in the app and even called it "toxic mode". Is saying "perchance" toxic? Because that's one of their blocked phrases. Fuck no, it's not. This is just shit the personally dislike and put it in under the guise of making the fediverse more normie friendly.

    As if silently hiding content with phrases like "perchance" and causing a massive drama makes the fediverse more normie friendly.

  • source
  • parent
  • context
  • [–] 2 points 2 days ago* (1 child)

    Field sobriety tests are always voluntary

    It may not always be so simple. In my state (Georgia) there is "implied consent" (yes, disgusting term) to breathalyzers and refusing one gets your license suspended for a year. This is after arrest actually, so it might be different.

  • source
  • parent
  • context
  • submitted 1 year ago* (last edited 1 year ago) by to c/rimworld@lemmy.world
     

    When I got to a quest site I made a hitching spot because I understand pen animals like horses (what I brought) may wander off without one. After I undrafted my colonists they hitched them. I dealt with the EMI interference, rejoice! Let's go home.

    But they aren't. Turns out the problem was the hitch spot. They wouldn't unhitch the horses to leave. They loaded them but until I manually deconstructed the hitch the horses were wandering and the colonists wandering the edge of the map waiting for the horses. It took a while to figure out what was wrong. Is this a bug/known quirk?

    Also, caravans in general are sort of annoying to deal with. It seems tricky to figure out why they aren't leaving. On the way to the site I had a similar problem. Turns out I said to bring 8 meals but someone grabbed one and I only had 7. I think I brought up a screen showing what was loaded and missing but I don't remember how I did. Any clues?

    Edit: Okay, so I don't actually know why they didn't unhook the horses, that may still be a bug, but I see now that the intended way to leave a site is to use reform caravan once all threats are neutralized (which includes destroying or shutting down turrets). Then they just magically do everything instead of manually hauling. Also, having done a few more without caravan spots I haven't seen the pack animals wonder off. My best guess is that the game treats them differently or something. But I'm not 100% sure because when I got back home, some tried wandering off before being unloaded. Who knows.

     

    My understanding is adults won't get a smoke leaf addiction if they only take it every other day. That's what the policy is set to and two people developed an addiction. What could I be missing? Or does the policy need to be a little more strict to account for them taking some at the end of a day and then again in the morning the day after? (~25 hours instead of 48 hours.)

    Edit: The schedule is its own thing apart from "for recreation" and "for addiction". The proper way to avoid addictions would be to leave "for recreation" disabled and set a threshold on the schedule for when they should use them. I'm still not sure if they have "any" for mood and recreation and "every x days" if they take them on a strict schedule regardless of mood/recreation or if they still consider them. It's hard to say because I have a mod installed that affects that as well.

     

    I've been getting back into Rimworld after a few years. I've played a bit but never gotten very far. I'm a huge fan of colony management games in general (Dwarf Fortress, Oxygen Not Included, etc.) but Rimworld has always been tough to me. I think part of it is that the tech tree just doesn't make sense in my head.

    I think I'm more used to medieval style games with clear "Minecraft like" material progression (can't think of a better term lol). Plus a lot of games I play a gun is just already the highest tech you'll get, so it's this weird thing where I view my weapons as really strong then they're really early game things. Further, I probably think of other weapons I see that are powerful as being super late game weapons.

    Can someone give me a breakdown of what techs to research over the first year or two of gameplay? I also might not be researching enough in general. I am 3 seasons in and only have one tech unlocked, batteries. Is that a good pace? I know later it will be faster.

    Right now I mostly die to things in the second year it seems like. My new game I am playing with Phoebe Chillax on Adventure Story. Seems like Cassandra Classic on Strive to Survive is the "default". But going over the things they actually change it seems like this will mostly give me smaller raids and events slightly less often, as opposed to doing things like giving me more food from crops. I'm mostly dying to external threats at the moment so I'm trying to make that a teeny bit easier as I learn.

     

    Ages upon ages ago I spilled something on this keyboard. I don't really remember the details. The control key is sticky. It takes about twice as much force to push down and it really annoys me. I suppose I thought over the years it would get better, but it seems like it has gotten worse. How do I clean it or fix it? This keyboard does not have removable switches. The switch is MX Brown.

     

    It only shows Drive (for each account), Bug Reports (?) and System Traces (?). Of course, I just restarted my phone to see if it fixed it. It did, but as soon as I try a second time it's gone again.

    I mention Discord but I'm pretty sure this file picker screen is not directly associated with Discord.

    Update: This is affecting a friend of mine as well in the same way from the same time. Haven't determined if it's just Discord yet.

    Update 2: Alright, if I scroll to the photos instead of selecting "files" then go to "all albums" I see Google Photos. Not sure what changed to make it like this but at least now I know.

     
    :: Remove make dependencies after install? [y/N] y
    

    If I didn't remove make dependencies, would yay/pacman be smart enough to know the thing I am installing does not actually depend on them? It's a very nice feature of package managers that they track dependencies and can do things like remove "dangling" dependencies and I don't want to mess that up with some random dependencies needed only for a build. But I also don't want to install something every time I need to build lol.

    So does yay and/or pacman know that the things I am installing don't actually depend on the make dependencies?


    Solution: Keeping the make dependencies after install will not fool pacman and/or yay into thinking the make dependencies are "real" dependencies of whatever you're building from AUR. They both correctly recognize them as orphans (unless of course something else actually depends on them). So feel free to not remove them during install without worrying about dependency graphs getting tarnished; you'll be able to easily remove them later if you'd like.

    submitted 2 years ago* (last edited 2 years ago) by to c/dndnext@ttrpg.network
     

    I am trying to make a 2024 version of my paladin. I can pick Oath of Devotion because it is free. I can pick the Xanathar's options and Oathebreaker because they are from 2014 content I own, but I cannot pick the 2014 version of things I own if they're in 2024 content I don't own. I can't use the Oath of the Ancients.

     

    I'm interested in setting up something to act as a file server. Think of it as "the cloud" but local. I've never built (or bought) something specifically for this, so it's a big foreign to me.

    I think really all I would want is something that can store a lot of TB of data easily. It doesn't need to be fast. It doesn't need to be able to stream media anywhere. It really only needs to be able to act as an SFTP server, maybe run sync thing (new to that), and maybe act as a NAS. My gut feeling is something like 10+ TB might be a good amount to start. Something that won't fill up quick and that I can put big things in (like a full system image of another computer) without concern.

    What would be a good way to go about this? Building a computer like normal but getting very cheap stuff? Getting something pre built or used (like surplus office stuff)? I'm just not really sure where to begin.

     

    When talking about inflation there are two main types. I usually call them treasury and CPI inflation, but I don't necessarily know if those are widely used terms. By treasury inflation I refer to the total supply of money, like the inverse of federal interest rates basically. By CPI inflation I mean the change of the consumer price index over time. Both are useful, but depending on the context one may be more useful than the other.

    view more: ‹ prev next ›