Skip to content

Commit

Permalink
more paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Robin-Taken committed Feb 3, 2024
1 parent 2d20662 commit 6a33938
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 19 deletions.
11 changes: 9 additions & 2 deletions darkmode.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ function darkToLight(e, index, num){
e.style.color="";
}

function scrollToTop(){
window.scrollTo(0, 0);
}

window.onload = function(){ // https://stackoverflow.com/questions/9778888/uncaught-typeerror-cannot-set-property-onclick-of-null

var docelm = document.getElementById('bigdiv');
docelm.addEventListener("animationend", scrollToTop(), {}, false);
var darkmodeImage = document.getElementById("darkmodeimage");

if (getCookie('darkmode')==null){
Expand All @@ -27,7 +34,7 @@ window.onload = function(){ // https://stackoverflow.com/questions/9778888/uncau
document.getElementById("darkmode").onclick = function() {switchDarkOrLight()};
if (getCookie('darkmode')=='true'){
document.body.style.backgroundColor="black";
hOnes = document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a");
hOnes = document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a, li");
hOnes.forEach(changeToDark);
darkmodeImage.src='static/images/lightmode.png';
}
Expand All @@ -40,7 +47,7 @@ window.onload = function(){ // https://stackoverflow.com/questions/9778888/uncau
document.cookie = "darkmode=false";
}

hOnes = document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a");
hOnes = document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a, li");
if (getCookie('darkmode')=='true'){
document.body.style.backgroundColor="black";
hOnes.forEach(changeToDark);
Expand Down
52 changes: 35 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<body>
<button class="darkmodebutton" id="darkmode"><img id="darkmodeimage" src="static/images/MOON.png"></button>
<div class="scale-in-center" tag="darkmodelookfor">
<div class="scale-in-center" id="bigdiv">

<h1>AI Semester Essay</h1>
<h2>By Julian Thomas</h2>
Expand All @@ -24,12 +24,32 @@ <h2>By Julian Thomas</h2>
<h2>The Benefits of AI</h2>
<p>
As of now, AI has many benefits. It can be used in Data science where doctors can analyze "genetic code to detect medical conditions" (Data Science vs. AI &amp; Machine Learning: Mds@rice 2023), use it "as a tool to understand data and inform business decision-making,"
and new technologies in programming like Github's Copilot (GitHub Inc., The world's most widely adopted AI developer tool. 2024). AI is the new car that was once the horse. Humanity will move a lot faster than before.
and new technologies in programming like Github's Copilot have been very useful for programmers (GitHub Inc., The world's most widely adopted AI developer tool. 2024). AI is the new car that was once the horse. Humanity will move a lot faster than before.
Programmers will be able to debug things quicker. Doctors will be able to see what cancers patients might have. Weather could be more predictable. The opportunites are endless.
Sites like StackOverflow have been losing trafic steadily since 2022 (Stack overflow is CHATGPT casualty: Traffic down 14% in March).
AI will definitely improve quality of life for humans in the 21st century and onward.

</p>
<h2>The Risks of AI</h2>
<p></p>
<h3>Taking over the world?</h3>
<p>

Some people fear the risk of AI taking over the whole world and become sentient. AI is also learning more to the point where it's learning things
that it hasn't been taught (“AI Is Now Learning to Do Things It Hasn't Been Taught”). The only reason this would be a problem is if it was trained
incorrectly and started to do harm to humans. This is very rare and unlikely to happen, however it's still a possibility if AI starts getting access
to more things like cars, planes, and maybe military drones.

<br>
</p>
<h3>Art</h3>
<p>
Another problem with AI is AI generated Art and scams. If you've ever been on discord for a while, you'll notice that you'll get random DMs from people
"comissioning" their artwork. It's mostly a bunch of furry art and weird 3d art and trying to grab a quick buck. Although these scams are very easy to spot,
it's <i>likely</i> some people fall for them (which is why scammers keep doing what they're doing).
</p>
<h3>The fall of Stack Overflow</h3>
<p>Of course Stack Overflow is <i>not</i> leaving anytime soon. However, sites like StackOverflow have been losing trafic steadily since 2022 (Stack overflow is CHATGPT casualty: Traffic down 14% in March).
This is most likely from AI because of the time period. AI at the moment produces code that's very sub par and not accurate for most scenarios. But this will change soon.
Bugs will soon be a thing of the past. AI will start writing its own code. It might even write more AIs.</p>
<h2>My Predictions</h2>
<p>I predict that AI will create a better future for humanity as a whole. At some point, AI might be able to create new products that humans haven't made before
by creating a neural network similar to that of human creativity. Although that future is very very far into the future, we can be hopeful that one day
Expand All @@ -41,20 +61,18 @@ <h1>Sources</h1>
APA Citation in text:
(Data Science vs. AI &amp; Machine Learning: Mds@rice 2023)
-->
<p>DeVon, C. (2023, December 9). The “relatively simple” reason why these tech experts say Ai won't replace humans any time soon. CNBC. <a href="https://www.cnbc.com/2023/12/09/tech-experts-say-ai-wont-replace-humans-any-time-soon.html#:~:text=AI%20won't%20replace%20humans%2C%20but%20people,who%20can%20use%20it%20will&text=For%20example%2C%20many%20tech%20experts,another%20human%20may%20have%20missed.">https://www.cnbc.com/2023/12/09/tech-experts-say-ai-wont-replace-humans-any-time-soon.html#:~:text=AI%20won’t%20replace%20humans%2C%20but%20people,who%20can%20use%20it%20will&text=For%20example%2C%20many%20tech%20experts,another%20human%20may%20have%20missed.</a>
<br>
Duggal, N. (2023, November 24). Advantages and disadvantages of artificial intelligence [AI]. Simplilearn.com. <a href="https://www.simplilearn.com/advantages-and-disadvantages-of-artificial-intelligence-article">https://www.simplilearn.com/advantages-and-disadvantages-of-artificial-intelligence-article </a>
<br>
Fox, W. by V., & Fox, V. (2023, March 15). AI Art & the Ethical Concerns of Artists. Beautiful Bizarre Magazine. <a href="https://beautifulbizarre.net/2023/03/11/ai-art-ethical-concerns-of-artists/">https://beautifulbizarre.net/2023/03/11/ai-art-ethical-concerns-of-artists/</a>
<br>
Data Science vs. AI & Machine Learning: Mds@rice. Data Science vs. AI & Machine Learning | MDS@Rice. (n.d.). <a href="https://csweb.rice.edu/academics/graduate-programs/online-mds/blog/data-science-vs-ai-and-ml">https://csweb.rice.edu/academics/graduate-programs/online-mds/blog/data-science-vs-ai-and-ml</a>
<br>
GitHub Inc. (n.d.). The world's most widely adopted AI developer tool. GitHub. <a href="https://github.com/features/copilot">https://github.com/features/copilot</a>
<br>
Stack overflow is CHATGPT casualty: Traffic down 14% in March. (n.d.). <a href="https://www.similarweb.com/blog/insights/ai-news/stack-overflow-chatgpt/">https://www.similarweb.com/blog/insights/ai-news/stack-overflow-chatgpt/</a>
</p>
(“AI Is Now Learning to Do Things It Hasn’t Been Taught”)
-->
<ul>
<li>DeVon, C. (2023, December 9). The “relatively simple” reason why these tech experts say Ai won't replace humans any time soon. CNBC. <a href="https://www.cnbc.com/2023/12/09/tech-experts-say-ai-wont-replace-humans-any-time-soon.html#:~:text=AI%20won't%20replace%20humans%2C%20but%20people,who%20can%20use%20it%20will&text=For%20example%2C%20many%20tech%20experts,another%20human%20may%20have%20missed.">https://www.cnbc.com/2023/12/09/tech-experts-say-ai-wont-replace-humans-any-time-soon.html#:~:text=AI%20won’t%20replace%20humans%2C%20but%20people,who%20can%20use%20it%20will&text=For%20example%2C%20many%20tech%20experts,another%20human%20may%20have%20missed.</a></li>
<li>Duggal, N. (2023, November 24). Advantages and disadvantages of artificial intelligence [AI]. Simplilearn.com. <a href="https://www.simplilearn.com/advantages-and-disadvantages-of-artificial-intelligence-article">https://www.simplilearn.com/advantages-and-disadvantages-of-artificial-intelligence-article </a></li>
<li>Fox, W. by V., & Fox, V. (2023, March 15). AI Art & the Ethical Concerns of Artists. Beautiful Bizarre Magazine. <a href="https://beautifulbizarre.net/2023/03/11/ai-art-ethical-concerns-of-artists/">https://beautifulbizarre.net/2023/03/11/ai-art-ethical-concerns-of-artists/</a> </li>
<li>Data Science vs. AI & Machine Learning: Mds@rice. Data Science vs. AI & Machine Learning | MDS@Rice. (n.d.). <a href="https://csweb.rice.edu/academics/graduate-programs/online-mds/blog/data-science-vs-ai-and-ml">https://csweb.rice.edu/academics/graduate-programs/online-mds/blog/data-science-vs-ai-and-ml</a></li>
<li>GitHub Inc. (n.d.). The world's most widely adopted AI developer tool. GitHub. <a href="https://github.com/features/copilot">https://github.com/features/copilot</a></li>
<li>Stack overflow is CHATGPT casualty: Traffic down 14% in March. (n.d.). <a href="https://www.similarweb.com/blog/insights/ai-news/stack-overflow-chatgpt/">https://www.similarweb.com/blog/insights/ai-news/stack-overflow-chatgpt/</a> </li>
<li>AI is now learning to do things it hasn't been taught. (2019, June 21). CBC. <a href="https://www.cbc.ca/radio/quirks/june-22-is-your-wi-fi-watching-you-dog-s-manipulative-eyebrows-darwin-s-finches-in-danger-and-more-1.5182752/ai-is-now-learning-to-do-things-it-hasn-t-been-taught-1.5182763">https://www.cbc.ca/radio/quirks/june-22-is-your-wi-fi-watching-you-dog-s-manipulative-eyebrows-darwin-s-finches-in-danger-and-more-1.5182752/ai-is-now-learning-to-do-things-it-hasn-t-been-taught-1.5182763</a></li>
</ul>
</div>
</body>

Expand Down
18 changes: 18 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,24 @@ h2{
font-style: normal;
font-size: 3.2vw;
}
h3{
text-align: center;
font-family: "Kanit", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.2vw;
font-style: italic;
}
li{
line-height:2;
font-size:150%;
margin:100px;
font-size: 1vw;
font-family: "Kanit", sans-serif;
font-weight: 200;
font-style: normal;
text-wrap: wrap;
}
p{
line-height:5;
font-size:150%;
Expand Down

0 comments on commit 6a33938

Please sign in to comment.