
me and tommys website.
6 popular and fun browser games you can play for free, some online with friends and some alone. all are browser games so they require wifi but some once the tab opened can without wifi.
google gemini certificate

obs video tour
my google calender
1 Improve itself
Ai can help improve itself and i did this, using a separate ai to improve prompts that can then be used to improve the output of ai
This affects me because since I haven’t spent a lot of time with ai, it helps me know where to add detail and the typing is quickened significantly. It also helps me because standard ai does not ask for clarification and just guesses if it doesn’t know, making the process of using it a lot harder and more frustrating.
2 sports
Ai can help with sports by helping coaches create drills and players learn new techniques and anybody analyse their game film.
This helps me because when I am struggling with a skill I can ask an AI for tips and maybe a new technique to help me improve. I can also use it to review game films especially when I am very busy.
3 messy handwriting
Ai can help decode handwriting and turn it into clean print to help anyone and everyone decode terrible handwriting.
This would help me because I have terrible handwriting so I could use this to decode my handwriting for assignments or notes.
4 story modes
My table partner Tommy is running through a simulation where he manages a soccer team so it could be used for entertainment and simulation of potential things that happen for entertainment.
This would help me because instead of gaming or watching videos i could engage my brain more and it is also more social and entertaining.
5 summarize videos
If you don’t enjoy the contents or tone of the video but want to learn you can use ai to summarize it for you. This could also help if you need to learn the backstory to a movie quickly.
This will help me if i ever am going to movies and havent watched the first one or if i am really busy i can just get a summary for homework.
6 ethics
We can use ai as a extra voice in ethics and decision making. This can also help teach the ai about humans and improve it for the future.
This will affect me because sometimes i will need a second opinion for ethical desicions and if there is nobody i can ask at the time i can use ai instead.
7 Translation
Ai can help with real-time translation because instead of computer learning simply where it recognises one thing ai can dig from the whole internet and also help if there are different languages.
This can help me because a lot of people i know speak mandarin so if i had something to translate i would be able to understand them better.
8 formatting
For example the entire word and exel test could of been done by ai a lot faster so to save time you could get ai to format long text for you.
This could help me because when i have to write a lot and would have to go through tediously to format it instead i could just ask ai and save a lot of time.
9 Problem solving
If you have a problem but dont know anything about the subject you could just ask ai to help you with the subject and ai help you solve the problem.
This could help me because i miss quite a lot of classes for athletics so if i dont understand i problem ai could help teach me how to do it.
10 coding
Since a lot of people dont know how to code and do not have the time to learn they could just type into ai and ai makes the code for them and so they get the same result faster and as long as you bug fix better than learning the language then coding the whole thing.
This could help me because i cannot code to a professional level so i i wanted to do something with code instead of learning everything you need to code a app i could just ask ai and save so much time.
11 Planning
If you have a really long or complicated trip and dont have mutch time to plan you could just get ai to do it to save you time and also ai is able to copile a lot from different websites instead of just one or two.
This can help me because i am going to australia tomorrow and my parents are getting me to find a place where we can wach a australian rugby game.
12 Boring automated tasks
If you need to do the same thing over and over again then using ai would help speed up the process so much and also let you do other things while the ai works.
This can help me when i enter draws for world cup tickets the ai can get the whole thing done a lot faster and make more so i have a higher chance of being selected.
13 voice to text for keeping track of what you did
My mom is a doctor and when she makes a diagnoses she talks while doing it and the ai picks it up and records it.
This can help me if i am reading and need to take notes i can talk as reading
and the ai picks up on the notes.
14 checking if students used ai
15 creating questions for self-quizing
You can tell ai what topic you are studying and the ai can make questions for you so you dont have to make them.
This helps me because when i dont have study material i could just use ai to give me questions so i can practice
16 teaching
Ai can be used to self-teach people if they want to learn how to do something ai can find all the strategies and teach the person how to do it.
This can help me if i ever want to learn anything i can just ask ai then learn it.
17 finding and verifying sources
This can help if you do not know what source to use you can just ask ai for top trustworthy sources and then ai can give you them and you can use them.
This can help me if i need to find a source for an school assignment i can do this and use that source for research.
18 creating schedules for work blocks
This can help if you have a lot of work where ai optimizes a schedule for your attention span and work to do.
This could help me when i have a lot of work over a long period of time the ai could organize it for me while accounting for breaks.
19 optimizing student schedules
This could help when admin makes everybodys schedule instead of tedious filling everybodys and if one thing doesent line up having huge trouble ai doing it.
This could help me because when i need to do homework but also have activities i could plan in blocks while accounting for the activities.
20 generating art with specifications for people who have bad fine motor
If someone would struggle to make artwork on their own because they struggle with straight lines, colors and visulization ai could do it for them and all they have to do is describe and refine.
This would help me because i have terrible handwriting and doing this would allow me to make art without the constraint of my handwriting.
traffic light video and code
code
from Phidget22.Phidget import *
from Phidget22.Devices.DigitalInput import *
from Phidget22.Devices.DigitalOutput import *
import time
redButton = DigitalInput()
redLED = DigitalOutput()
greenButton = DigitalInput()
greenLED = DigitalOutput()
redButton.setHubPort(0)
redButton.setIsHubPortDevice(True)
redLED.setHubPort(1)
redLED.setIsHubPortDevice(True)
greenButton.setHubPort(5)
greenButton.setIsHubPortDevice(True)
greenLED.setHubPort(4)
greenLED.setIsHubPortDevice(True)
redButton.openWaitForAttachment(1000)
redLED.openWaitForAttachment(1000)
greenButton.openWaitForAttachment(1000)
greenLED.openWaitForAttachment(1000)
while True:
if redButton.getState()==1:
for i in range(5):
redLED.setState(True)
time.sleep(0.2)
redLED.setState(False)
time.sleep(0.2)
greenLED.setState(True)
time.sleep(5)
for j in range(5):
redLED.setState(True)
time.sleep(0.2)
redLED.setState(False)
time.sleep(0.2)
time.sleep(0.1)
greenLED.setState(False)
time.sleep(0.1)
redLED.setState(True)
digital citizenship certificate
my basketball/tennis form app
basketball link:
https://spiffy-marshmallow-6fd492.netlify.app/
tennis link:
https://leafy-ganache-008d6e.netlify.app/
nhl data unit
https://docs.google.com/spreadsheets/d/1l-742NA0wL2eIrqpKepUJiWX8HBjB78RCti3wP6AaaI/edit?gid=0#gid=0