- Code: Select all
while (true)
{
SelectDistro($distro);
$boredOfDistro = false;
while (!$boredOfDistro)
{
ScrewUp($epicFail);
SolveProblem($solution);
if (NowBored())
{
$boredOfDistro = true;
$distro = FindAGoodDistro();
}
}
}
while (true)
{
SelectDistro($distro);
$boredOfDistro = false;
while (!$boredOfDistro)
{
ScrewUp($epicFail);
SolveProblem($solution);
if (NowBored())
{
$boredOfDistro = true;
$distro = FindAGoodDistro();
}
}
}



randomizer wrote:This is how I learn.
- Code: Select all
while (true)
{
SelectDistro($distro);
$boredOfDistro = false;
while (!$boredOfDistro)
{
ScrewUp($epicFail);
SolveProblem($solution);
if (NowBored())
{
$boredOfDistro = true;
$distro = FindAGoodDistro();
}
}
}

randomizer wrote:This is how I learn.
- Code: Select all
while (true)
{
SelectDistro($distro);
$boredOfDistro = false;
while (!$boredOfDistro)
{
ScrewUp($epicFail);
SolveProblem($solution);
if (NowBored())
{
$boredOfDistro = true;
$distro = FindAGoodDistro();
}
}
}



















Robin wrote:I learn by accident! I cannot help but learn simply by using it.
When I had three computers instead of one, I experimented alot more. Down to one 'puter which has to be completely stable and completely functional, I rely on the LTS versions of Xubuntu and/or Linux Mint. In fact I won't upgrade to the next LTS edition on this 'puter until the previous one reaches end-of-life.
But when I can get a "spare" computer, I'll experiment and play and adjust and configure and tweak Linux until it breaks, then Google for solutions and fix it. Can't help but "learn Linux" doing that! And it's kinda fun if you have time and don't need the 'puter for anything critical.
Actually I installed Debian and spent the better part of two months getting it to work and to look and act like I wanted. My perfect, personalized Debian Xfce mixture was so similar to Xubuntu that I was like, "Geez I could have done this in 20 minutes instead of two months!"
-R


Users browsing this forum: No registered users and 3 guests