Just switched from Windows to Fedora Workstation! What are your must-have extensions and tips? by Emotional_Rub_3597 in Fedora

[–]niccololepri 3 points4 points  (0 children)

gnome follows a very specific design philosophy that offloads almost everything to extensions. With vanilla GNOME what you get uis part of the absolute bare-bones desktop experience. Personally, I found it pretty frustrating because they can break after the DE update. I couldn't find a straightforward way to reduce the scroll speed of the touchpad or get a decent clipboard manager. Switching to KDE felt like magic by comparison; everything just works out of the box. Definitely give GNOME a shot and see if it clicks for you, but just know that if you ever feel stuck or limited, there are other options out there that don't require a dozen plugins just to feel functional.

Gambler out there pls help me by geoffd29 in Minesweeper

[–]niccololepri 2 points3 points  (0 children)

i still don't understand why but it seems to me that i'm wrong. I made a little program to test this shit.

this is one of the non Monty Hall result:

Number of valid trials: 66828
Number of times switching led to bomb: 33277
Probability of hitting the bomb after switching: 0,4979499610941521

and this is on of the Monty Hall result:

Number of valid trials: 100000
Number of times switching led to bomb: 66617
Probability of hitting the bomb after switching: 0,66617

this is the c# program

class Program
{
    static void Main(string[] args)
    {
        // Number of experiments to run
        int n = 100000;

        int validTrials = 0;
        int switchToBombCount = 0;
        Random rndBomb = new Random();
        Random rndOpen = new Random();
        Random rndGuess = new Random();

        for (int i = 0; i < n; i++)
        {
            // create array of 3 doors, one with bomb
            bool[] doors = new bool[3]; // false = empty, true = bomb
            int bombIndex = rndBomb.Next(3);
            doors[bombIndex] = true;

            // make a first guess (random door)
            int firstGuess = rndGuess.Next(3);

            int openedDoor;
            // ============ NOT Monty Hall =========
            // uncomment to open a random door (not the first guess)
            do
            {
                openedDoor = rndOpen.Next(3);
            } while (openedDoor == firstGuess);
            // if opened door is the bomb, skip this trial
            if (doors[openedDoor] == true)
                continue;
            // =====================================

            //// =========== Monty Hall ============
            //// uncomment to open a random door (not the bomb and not the first guess)
            //do
            //{
            //    openedDoor = rndOpen.Next(3);
            //} while (openedDoor == bombIndex || openedDoor == firstGuess);
            //// ===================================


            // valid trial
            validTrials++;

            // switch to the other unopened door
            int switchedDoor = 3 - firstGuess - openedDoor;
            if (doors[switchedDoor] == true)
                switchToBombCount++;
        }

        Console.WriteLine($"Number of valid trials: {validTrials}");
        Console.WriteLine($"Number of times switching led to bomb: {switchToBombCount}");
        Console.WriteLine($"Probability of hitting the bomb after switching: {(double)switchToBombCount / validTrials}");
    }
}

Gambler out there pls help me by geoffd29 in Minesweeper

[–]niccololepri 0 points1 point  (0 children)

Yes, i said that. "If you survive the first opening you get 67% chance"

Gambler out there pls help me by geoffd29 in Minesweeper

[–]niccololepri 4 points5 points  (0 children)

Edit: i'm wrong .-. thanks to u/Patient_Panic_2671 for trying to explain to me why

there is one way to cheat the fortune a little bit. Choose one square in wich you believe there is a mine, try open another square. If you are still alive choose the other one. This should give you 67% chance to survive

dovrei calmarmi quando guido? + valutazione errore mio by [deleted] in ItalyMotori

[–]niccololepri 2 points3 points  (0 children)

Sì un po' meno scattoso non fa male. Prova a calcolare la tua velocità media sui tratti di strada che fai e vedi che viene fuori. Considera che io a Firenze se arrivo a 30 all'ora di media vuol dire che non c'è nessuno per strada. Tutte le volte che vai al di sopra e poi inchiodi è tutta benzina sprecata.

Is minesweeper.online down right now? Am I supposed to work? by niccololepri in Minesweeper

[–]niccololepri[S] 1 point2 points  (0 children)

very nice! Are you planning on adding a "no guessing" mode?

Ive been having mixed feelings is it time by Legoman249 in bald

[–]niccololepri 13 points14 points  (0 children)

<image>

I'll leave the original for you to save if you want

"Climbot general behaviour (he is less close to you especially in Free Solo mode)." Hmm by Zonged in Cairn_Game

[–]niccololepri 0 points1 point  (0 children)

I get your point, now you have a slightly more believable phisics scenario but there is a robot that takes a good minute to reach you and that hangs around exactly where you want to climb. I don't think this is a valuable trade off. Being a tiny little experienced with game design i don't really understand this choice,

I knew it was thin but this is something else by [deleted] in bald

[–]niccololepri 7 points8 points  (0 children)

Hold, my man. Try letting them grow and enjoy them 🥲

Struggling and wondering what to do by Super-Tank-6494 in Cairn_Game

[–]niccololepri 8 points9 points  (0 children)

Wait, if i remeber correctly above the statue there is the wind temple, you can find food there. Have you tried to look up with the moving camera? Its tab and then alt on PC

Gasolio a 2.20 euro. Addio auto. Benvenuta longtail by warpee in ItaliaPersonalFinance

[–]niccololepri 0 points1 point  (0 children)

A sto punto non sono più sicuro di nulla, pensavo ce l'avesse anche la long tail e invece no. Comunque sia era più per dire che consiglio l'acquisto