kty990 / kty990.github.io

https://www.kutcher.ca/
1 stars 0 forks source link

Project page #47

Closed kty990 closed 11 months ago

kty990 commented 11 months ago

Add a 'stories' subpage which includes (at minimum):

kty990 commented 11 months ago

Early Life and Career:
Terry A. Davis, born in 1969, graduated with a degree in electrical engineering from the Colorado School of Mines. He worked in the tech industry at companies like Ticketmaster and 3DO, gaining valuable experience in software development.

Divine Calling and the Birth of TempleOS:
In the early 2000s, Terry Davis claimed that God had given him a divine mission to create an operating system. He embarked on this journey, initially naming the project "LoseThos." However, he later renamed it "TempleOS" to reflect his belief that it was a temple for God.

The Creation of HolyC:
To build TempleOS, Terry created a programming language called "HolyC." This language was designed to be closely integrated with the TempleOS environment. It was essentially a dialect of the C programming language but with unique features tailored for the 16-bit, 640x480 VGA display of TempleOS.

Distinctive Features of HolyC:

Interpreted Nature: HolyC was an interpreted language, allowing code to be executed directly by TempleOS.
Dynamic Typing: It supported dynamic typing, allowing variables to change data types during runtime.
Integration with TempleOS: HolyC allowed for low-level system access and interaction with the TempleOS environment.
No Memory Protection: Unlike modern languages, HolyC lacked memory protection, demanding careful programming to avoid system crashes.
Mental Health Struggles and Isolation:
Throughout his work on TempleOS, Terry Davis faced mental health challenges, including schizophrenia and bipolar disorder. He often made eccentric and controversial statements, which led to his isolation from mainstream programming communities.

Legacy and Passing:
Terry Davis tragically passed away in 2018. His legacy lives on through TempleOS and HolyC, which were made open source after his death. Despite the unique and unconventional nature of his work and the challenges he faced, TempleOS and HolyC continue to be discussed and remembered online.

The combination of Terry Davis's vision, his divine calling, and the creation of HolyC resulted in the development of TempleOS, a unique and controversial operating system with a dedicated but limited following in the world of technology.
kty990 commented 11 months ago

Structure of stories element on projects page

<div id="stories">
    <a href="">Cool Stories<\a>
    <p id="descriptor">These are some cool programming related stories.<\p>
<\div>
#stories {
    position: fixed;
    bottom: 5vh;
    left: 5vw;
    width: 10vw;
    height: 5vh;
}

#stories>a {

}

(...)