You are browsing as a guest. Sign up (or log in) to start making projects!

ZiggyZonko

@ZiggyZonko

Joined June 1st, 2026

  • 16Devlogs
  • 5Projects
  • 1Ships
  • 15Votes
DuckML / Duckonomics
DuckMail
Working on programming projects --> Feel free to contact me if you want to collaborate! I'd love to.

Discord: ziggyzonko
Github: https://www.github.com/ZiggyZonko
Open comments for this post

32m 49s logged

Implemented a tray icon with a show and quit button, so it runs in the background and picks up on your clipboard when it’s merely running as a task. I also fixed the pinning button, so when pinned, the entry adds a pin emoji 📌 and places it at the top of the list. Release 1.0 is being shipped soon….

3

Loading discussion…

0
78
Ship Pending review

Created a duck themed economics simulator, implementing machine learning. I am extremely proud of this project, it was such a fun idea I randomly thought of on the bus home from school. I must add more playability and user interactivity in the next release! (the readme lists were made by AI, the rest was not, I wanted the emojis 🫠, just putting that out there if any of the shipwrighters are questioning it's authenticity.)

  • 11 devlogs
  • 10h
Try project → See source code →
Open comments for this post

33m 18s logged

Added a working delete button and fixed a few bugs associated with the search bar and the history array, soon to be finalised

0

Loading discussion…

0
57
Open comments for this post

1h 1m 14s logged

Created a json saving and loading system so you can close down the application and still have the clipboard saved. Added a search bar and pinning button, search bar functionality is added while pinning is not. More to come!

0

Loading discussion…

0
76
Open comments for this post

1h 0m 7s logged

I created the basis of the clipboard, overiding duplicates, adding a nice aesthetic and consolidating the foundation of DuckyPaste.

2

Loading discussion…

0
70
Open comments for this post

28m 20s logged

Made a Bussiness Tax for the government and let the simulator run for 150 days to see what happens, everyone is rich and most only last until they turn 8, will start tweaking the taxing, birth and death rate to simulate a realistic economy.

0

Loading discussion…

0
1
Open comments for this post

1h 13m 9s logged

Added Population control, changing the birth and death rate to execute once every 30 second day. Added an Obituary and implemented Government Taxing on wages, (jobs added) and jobs include:

JOBS = {
“Baker”: 12,
“Fisher”: 8,
“Merchant”: 15,
“Programmer”: 25,
“Unemployed”: 0
}

Suggest some jobs in the comments, and suggest some first and last names too

FIRST_NAMES = [
“Bob”,
“Sarah”,
“Alex”,
“Emily”,
“Oscar”
]

LAST_NAMES = [
“Quackson”,
“Featherstone”,
“Breadsworth”,
“McDuck”,
“Waddles”
]

Also added some UI regarding the treasury and added a seperate birth rate for an additional child.

0

Loading discussion…

0
3
Open comments for this post

1h 55m 11s logged

Added Uniquness, more traits, age, birth, death, accessories based on wealth, names and working toward a more functioning society. Also made a cleaner codebase, with constants and variable scripts in place to make everything cleaner. Fixed the duck finding a shop algorithm, based on nearest shop AND STOCK now, rather than just distance. Increase Screen Size and minor tweaks here and there.

0

Loading discussion…

0
81
Open comments for this post

1h 29m 45s logged

Added Waves, Icons, And working shop system that refills the stock everyday and uses machine learning to predict what the stock of the bakery needs to be in order to sustain the hunger of the populaation. It tracks the sales, predictions, stock and money of the stores. I also added a day counter and a time label to ensure players know the status of the shop and sales.

0

Loading discussion…

0
13
Open comments for this post

1h 19m 47s logged

Began Duckonomics, created the basics and beginning to implement Machine Learning into the prices for profit of bread. Ducks have a random movement pattern, bread label in progress. Each duck will have own character traits that make it unique.

0

Loading discussion…

0
9
Open comments for this post

1h 6m 11s logged

Experimented with Markov Chains and made a dynamic system that scans a dataset of sentences based off a theme, forms new sentences, that adds to the csv of QuackJudge. This creates a sustainable loop all based off one single initial dataset and a Markov Chain.

The Markov chain tracks different sentences and interprets words that come after one another to form sentences. Realistically my dataset isn’t large enough to showcase accurate data but still showcases the concept’s nature.

0

Loading discussion…

0
14
Open comments for this post

57m 49s logged

Made a simple word to emotion classifier using the Naive Bayes Classifier algorithm, with training of 90% and testing of 10%, it provides on average, 51% accuracy based on self-testing. By increasing the size of the dataset, the accuracy and vocabulary will increase, showcased in the vectorisation of the word below, where the one is a recognised word. Mathematically this is represented in a multi-dimensional space based on how many known words the AI understands based on training and testing. Might test image classification next or try new Machine Learning Concepts to create an All-in-one, self taught AI, image, audio, emotion etc.

0

Loading discussion…

0
12
Open comments for this post

45m 6s logged

Added a working delete button that removes an email from the inbox, merely visually for now but soon to be working with express to make a saving inbox.

0

Loading discussion…

0
4

Followers

Loading…