September 13, 2024
Be wary when asked “Let’s connect you to a network”. Think [SHIFT]+[F10] , cmd, “oobe\bypassnro”, “I don’t have internet”, etc. Rufus will have taken care of local account already. Reminders: Advertising, Telemetry, Bloatware, Bitlocker, Edge, (stealthy) OneDrive sync, Teams, Copilot, Core Isolation FPS drop. [Post setup tips go here — uncharted territory as of yet. […]
June 11, 2024
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 […]
December 1, 2023
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2023inputs.zip 2023 Day 25 python -m pip install -U networkx 1 2 3 4 5 6 […]
September 29, 2023
https://projecteuler.net/archives 0001 1 print(sum(x for x in range(1000) if (x % 3 == 0 or x % 5 == 0)))print(sum(x for x in range(1000) if (x % 3 == 0 or x % 5 == 0))) 0002 1 2 3 4 5 6 7 8 limit = 4000000 x, y = 1, 2 total = […]
April 26, 2023
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2022inputs.zip 2022 Day 25 1 2 3 4 5 6 7 8 9 10 11 12 […]
April 26, 2023
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2021inputs.zip 2021 Day 25 1 2 3 4 5 6 7 8 9 10 11 12 […]
April 8, 2023
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2017inputs.zip [To be uploaded still…] 2017 Day 25 Part 02 1 2017 Day 25 Part […]
April 8, 2023
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2016inputs.zip 2016 Day 25 Part 01 + 02 1 2 3 4 5 6 7 8 […]
March 31, 2023
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2015inputs.zip 2015 Day 25 1 2 3 4 5 6 7 8 9 10 11 12 […]