Tondy (Тонди in bulgarian) is my real life and virtual nickname over 35+ years.
tondy67 if it is an account. This nickname is like my name already.
My logo always is a some variant of Sunny and "The Art of Infinity" is my passport.
If you see these things around is probably me :)
Monday, September 8, 2014
The KISS principle
The KISS is an abbreviation of Keep It Stupid Simple or Keep It Simple, Stupid ... or Sweety :)
The principle most likely finds its origins in similar concepts, such as
Occam's razor,
Leonardo da Vinci's "Simplicity is the ultimate sophistication",
Mies Van Der Rohe's "Less is more",
Antoine de Saint Exupéry's "It seems that perfection is reached not when there is nothing left to add, but when there is nothing left to take away",
Albert Einstein "Make everything as simple as possible, but not simpler.", or
Meditations
The principle most likely finds its origins in similar concepts, such as
Occam's razor,
Leonardo da Vinci's "Simplicity is the ultimate sophistication",
Mies Van Der Rohe's "Less is more",
Antoine de Saint Exupéry's "It seems that perfection is reached not when there is nothing left to add, but when there is nothing left to take away",
Albert Einstein "Make everything as simple as possible, but not simpler.", or
Meditations
Friday, September 5, 2014
UTF8 windows console
Change default code page of Windows console to UTF-8
Create this bat file in system folder
--- C:\Windows\System32\switch.bat ---+
@ECHO OFF
REM change CHCP to UTF-8
CHCP 65001
CLS
-----------------------------------------------------------+
In the properties of cmd.exe, change the destination to: C:\Windows\System32\cmd.exe /k switch
AND
@ECHO OFF
REM change CHCP to UTF-8
CHCP 65001
CLS
-----------------------------------------------------------+
In the properties of cmd.exe, change the destination to: C:\Windows\System32\cmd.exe /k switch
AND
ANSICON provides ANSI escape sequence recognition for Windows console programs (both 32- (x86) and 64-bit (x64)). It is basically the Windows equivalent of ANSI.SYS.
Marinaleda
from wikipedia
"Marinaleda is a town and municipio of the province of Seville,Andalusia, Spain. The town is a self-identified social-democratic and cooperative municipality of 2,700 people;[1][2] The town has been described as communist for its collectivist economy.[3] In 2008, its population was 2,708 people in an area of 25 km2..."
"Marinaleda is a town and municipio of the province of Seville,Andalusia, Spain. The town is a self-identified social-democratic and cooperative municipality of 2,700 people;[1][2] The town has been described as communist for its collectivist economy.[3] In 2008, its population was 2,708 people in an area of 25 km2..."
Subscribe to:
Comments (Atom)