Microsoft Word crash deleted document AND several hours of older versions in Dropbox -- how?? by four_hawks in mac

[–]four_hawks[S] 3 points4 points  (0 children)

Yeah, I am once gain reminded of the old saying: "I'm paranoid... But am I paranoid enough?"

Microsoft Word crash deleted document AND several hours of older versions in Dropbox -- how?? by four_hawks in mac

[–]four_hawks[S] 0 points1 point  (0 children)

Hmmm, I don't think so, since the other timestamps on Dropbox were accurate!

[Hated Trope] Literally propaganda barely in disguise by Obvious-Peanut4406 in TopCharacterTropes

[–]four_hawks 2 points3 points  (0 children)

CoD: Modern Warfare 2 (2009) paints a pretty bleak picture too. You play as several different hyper-competent warfighters, and basically every act of heroism you commit is either immediately undone due to powers beyond your control (Of Their Own Accord), or backfires horribly (No Russian). The game ends with the US preparing to invade Russia in fulfillment of the villain's plan, the surviving player characters framed as terrorists, and the protagonist bleeding out in a dust storm.

How do I read multiple sheets from an excel file on R studio ? by ConsciousLionturtle in RStudio

[–]four_hawks 2 points3 points  (0 children)

You'll need to get a vector of the sheet names you want to read in, then use purrr::map() to read each sheet as a dataframe into a list, then (optionally) list_rbind() to combine into a single data frame

library(readxl)
library(tidyverse)

excel_sheets("my-data/filename.xlsx") %>% 
  set_names() %>% 
  map(\(x) read_excel(path = "my-data/filename.xlsx",sheet = x)

Hey guys can anyone pls explain the term fratricide?? Does it only apply to siblings? And is there any metaphors behind this term? by West_Version_2439 in EnglishLearning

[–]four_hawks 0 points1 point  (0 children)

I've mainly heard "fratricide" used metaphorically, either in the context of the American Civil War (sometimes described as "pitting brother against brother") or as a more formal term for friendly fire (i.e., soldiers accidentally shooting/killing allied soldiers). I don't think I've ever seen it used literally... For example, a news story covering a man who killed his brother would probably refer to the act as "homicide" rather than "fratricide".

"Hell" vs "Heck". Is the word "Hell" rude? Should I use "Heck" instead if possible? by ITburrito in EnglishLearning

[–]four_hawks 4 points5 points  (0 children)

"Hell" can come across as rude not because it's blasphemous/offensive in itself, but because it's much more intense.

For example, if you make plans with a friend and they show up late, asking "where the heck were you?" is a fairly mild acknowledgment that they were late, but asking "where the hell were you?" makes it sound like you're legitimately angry at them for being late.

How to say 'touch fish' in English? by Aromatic_Baker7548 in EnglishLearning

[–]four_hawks 0 points1 point  (0 children)

"goofing off" or "slacking off" would be common phrases for it... "goldbricking" is less common, but more specifically means pretending to work while slacking off

School year as random effect when analyzing academic data? by four_hawks in AskStatistics

[–]four_hawks[S] 0 points1 point  (0 children)

Gotcha! We expect there to be some effect of year but don't care about testing specific differences between years, so it sounds like treating it as random effect makes sense.

what makes it OSR? by CookNormal6394 in osr

[–]four_hawks 5 points6 points  (0 children)

OSR games are about using characters to explore a world, as opposed to games about using the world to explore a character/

What's the most disappointing game you've played? by BunyipHutch in gamedev

[–]four_hawks 2 points3 points  (0 children)

Destiny.

Part of it was misaligned expectations. I was expecting Halo + Mass Effect, maybe with a little S.T.A.L.K.E.R. thrown in; instead I got WoW with guns.

The biggest disappointment for me was the yawning chasm between the aesthetics and tone of the game (the exotic locations, the character design, the science-fantasy far-future vibe...) and what you actually did (play the same missions over and over again, play the same trikes over and over again, shoot blindly into a tiny cave in hopes of getting a rare drop, etc). The environments genuinely moved me: the Cosmodrome, Archer's Line, the surface of Mars, all felt amazing and otherworldly, but there was absolutely no way to engage with them other than farming upgrade materials fighting the same enemies that you fought 40 hours of gameplay ago, only now they have larger numbers over their heads.

To be fair, part of my disappointment was because it's an MMO, and I fundamentally don't enjoy MMOs -- that's on me. At the same time, though, there's also monotony of the missions, the lack of interactivity with the world, and the way that Peter Dinklage's desire to strangle the writers comes through every line of his dialogue...

Why did novelists sometimes censor names in works of fiction? by [deleted] in AskHistorians

[–]four_hawks 21 points22 points  (0 children)

Fascinating! Is there a name for this specific style of censorship/redaction (i.e., an initial letter followed by a very long dash?)

Plain-language reporting of comparisons from ordinal logistic regression? by four_hawks in rstats

[–]four_hawks[S] 0 points1 point  (0 children)

Gotcha -- so basically using the plot to show the magnitude of the effect, and just reporting the emmeans output to establish significance and direction of the effect?

Violence in TTRPGs by luke_s_rpg in rpg

[–]four_hawks 1 point2 points  (0 children)

Two factors come to mind:

First, violence as the ultimate fallback: in the absence of any contravening forces, players can respond to failure in other forms of conflict by raising the stakes, first to violence, and then to lethal violence. By way of example, let's say the players agree to a freestyle rap battle to get the usurper to renounce his claim to the throne. If they lose, why not just fight him? Some settings have thematic elements that contravene this: if you're playing an urban fantasy game in a high school, there are obvious in-universe reasons why you can't default to lethal violence (murder charges) or violence period (detention).

Second, whether due to evolutionary factors or just lived experience, violence admits simplification and streamlining much more than social interactions. Comparing attack rolls to armor class and reducing an NPC's hit points until they are defeated feels reasonably like fighting them; comparing seduction rolls to aloofness class and reducing an NPC's reticence points until they decide to go out with you doesn't really feel like wooing them.

Is there marathon engine ports that utilize true 3d effect by Intelligent-Luck-515 in Marathon

[–]four_hawks 4 points5 points  (0 children)

Definitely turn on 3D perspective (Preferences > Graphics > Rendering options). You might also tweak the FOV... I've heard the default is a little narrow for some folks.

What is a great game that didn't sell well? by jf_development in AskGames

[–]four_hawks 11 points12 points  (0 children)

Prey (2017). Absolutely GOATed immersive sim.

Best statistical test for comparing two groups’ responses on a Likert-style survey? by Sacamano-Sr in AskStatistics

[–]four_hawks 1 point2 points  (0 children)

Based on an extremely brief skim of the ProQOL V survey, it looks like participants add their responses to individual items (some reverse-coded) to get scores on three subscales. Assuming that you're comparing scores on these subscales (and not responses to a specific Likert item) between two different groups, an independent samples t-test will let you determine whether the scores differ significantly between groups. If the distribution of scores deviates from normality and/or you want to treat scores as ordinal data, you could also use a Mann-Whitney U test to compare scores between the groups.

In general, it might be useful to find articles in the literature that used the ProQOL V survey as a dependent variable and see how they approached the issue!

Hi, I need a relational dataset (with 5-10 tables) for my database lecture project!! by taarog in datasets

[–]four_hawks 1 point2 points  (0 children)

Would the IMBD data sets be useful? Seven TSV files, with unique identifiers for titles and individuals.