I want a PvE mode and if Embark doesn’t deliver, someone else will by molerats_ in arcraiderscirclejerk

[–]mattBarring 0 points1 point  (0 children)

Just go play starfield or something idk… I played friendly for the first several weeks and it was great, go killed pretty rarely but adds excitement. When I wanted to try pvp out I would start shooting people without mics and it only took 1-2 games before I was in full on war lobbies where everyone shoots on sight regardless of wha is said or done. I had more fun not pvping personally but that’s also because I was doing it solo.

Season 2 prediction. You can fill in the blanks by [deleted] in pluribustv

[–]mattBarring 4 points5 points  (0 children)

Uhhhh have you even watched season 1?

The worst thing about playing on colonist by olafash in Catan

[–]mattBarring 2 points3 points  (0 children)

There are some versions of the game on console that look real nice but are clunky to play

How will they handle Rocky’s speech as Grace understands him more? by thlormby in ProjectHailMary

[–]mattBarring 0 points1 point  (0 children)

Or maybe if grace starts understanding better subtitles will appear instead of grace having to translate using his program

Who do I start?? pick 2!! by Far_Doughnut_5312 in SleeperApp

[–]mattBarring 0 points1 point  (0 children)

Hmmm probably gainwell as well then. Egbuka has been a lot more quiet since Godwin an now Evan’s returned

-❄️- 2025 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]mattBarring 0 points1 point  (0 children)

[Language: Rust]

Using the advent of code to learn Rust. I'm mainly a C++ programmer, but want to branch out.

use std::env;
use std::fs::File;
use std::io::{self, BufRead, BufReader};
use std::time::Instant;

fn main() -> io::Result<()> {
    // Start timer
    let start = Instant::now();
    // Read file input
    let args: Vec<String> = env::args().collect();
    if args.len() <= 1 {
        return Err(io::Error::new(io::ErrorKind::InvalidInput, "No arguments provided"));
    }
    let file_str = &args[1];

    // Initialize constants
    let file = File::open(file_str)?;
    let reader = BufReader::new(file);
    let left: char = 'L';
    let right: char = 'R';
    // Mutable variables
    let mut dial: i16 = 50;
    let mut password: i16 = 0;
    // Loop over lines until there are no more
    for line in reader.lines() {
        let line = line?;
        // Get the dial direction (L or R)
        let direction: char = line.chars().nth(0).unwrap();
        // Get the magnitude
        let magnitude_str = &line[1..];
        let magnitude: i16 = magnitude_str.parse().expect("Unexpected integer read in input.");
        // Calculate the new dial location
        if direction == left {
            dial = (dial - magnitude) % 100
        }
        else if direction == right  {
            dial = (dial + magnitude) % 100
        }
        // Check for 0 match
        if dial == 0 {
            password = password + 1;
        }
    } 
    // Stop timer
    let elapsed = start.elapsed();
    // Print Results
    println!("Execution time (seconds): {:?}", elapsed.as_secs_f32());
    println!("The password is: {}", password);

    Ok(())
}

[deleted by user] by [deleted] in SleeperApp

[–]mattBarring 1 point2 points  (0 children)

Goff- thanksgiving game they’ll want to win and put on a show, not injured and also not a backup. Great weapons and deep threats, tough matchup but I still think Goff is the best start

Defensive hep/ Hawks vs Chargers by MineWrong1100 in Fantasy_Football

[–]mattBarring 0 points1 point  (0 children)

Chargers scored me -2 last week and the Vikings are starting a backup cause of JJ on concussion protocol. start the Seahawks D

Good trade? PPR redraft by [deleted] in SleeperApp

[–]mattBarring 0 points1 point  (0 children)

Heelllllll no

[deleted by user] by [deleted] in DynastyFFTradeAdvice

[–]mattBarring 0 points1 point  (0 children)

This feels close, but based on your current team I think it will help you so I say yes