the_real_monte

joined 2 years ago
[–] the_real_monte@sh.itjust.works 1 points 1 week ago (2 children)

They say celebrity deaths come in 3s, still one more to go.

I am currently working on improving the image generation. Currently it only generates a user's pixels, but it will soon be able to generate custom images of the canvas with more options on what pixels to display. Your suggestion should be able to work.

 

Canvas Stats 2025 is now live!

You can view how you rank out of 638 users, see how many pixels you places, how many of each color, and generate an image of all the pixels you placed. You can also compare how you did this year vs previous years.

I am still working on a few more graphs/images for the overall canvas.

The site layout might load weird on mobile, my goal was to get the stats up first, then I will go back and fix the design of the site.

Let me know if there are any other stats you want to see on the site!

 

After the event ended, someone wanted to know how much of the megatemplate form before the event made it on to the final canvas. After running some python code, here is the result

[–] the_real_monte@sh.itjust.works 4 points 2 weeks ago (1 children)

Canvas Stats will have complete user rankings plus tons of other stats later this week. I will post on Lemmy and Matrix/Discord when it is available.

[–] the_real_monte@sh.itjust.works 4 points 3 weeks ago* (last edited 2 weeks ago)

Edit: The site will get full stats for 2025 sometime this week including user ranks, how many pixels you placed, and much more!

Canvas Stats has live updates this year! The site updates every 10 minutes with the total percent covered, percent covered by color, and users online throughout the event. Full stats, graphs, and user rankings will be posted to the site after the event has ended.

[–] the_real_monte@sh.itjust.works 4 points 2 months ago

I know these are games and not toys, but maybe look into "Box One" and "Box Two" made by Theory11

[–] the_real_monte@sh.itjust.works 4 points 4 months ago (1 children)

I'm just hosting it on GitHub pages. Here is the repo.

[–] the_real_monte@sh.itjust.works 25 points 4 months ago (3 children)

I made a super basic site to track the price difference since the page has loaded. A tiny bell rings if the price has gone down more than $2.43, but you might need to leave the page open for a day or 2 to actually see the price drop enough to ring the bell. I am using a free api to track the price, which has a limit to 30 requests per second. So if the page doesn't fully load for you, wait a few minutes and try reloading the page.

[–] the_real_monte@sh.itjust.works 9 points 5 months ago* (last edited 5 months ago) (1 children)

This reminds me of the sketch SNL did saying it's impossible to find jury members for the OJ trail. The only difference is it will be impossible to find anyone willing to say Luigi is guilty

 

There was an error with the fediverse-auth on the Canvas site where after a certain point new logins started being logged as all lower case which created duplicates of 59 users and were treated as separate users. I have merged all of the duplicate accounts and rebuild the database.

This also means that all of the stats on Canvas Stats are incorrect. The canvas Stats app has been updated with the new data.

You can find the fixed database dump sql file on my github: https://raw.githubusercontent.com/TheRealMonte/data-files/main/2024/canvas-2024-fixed-sql.sql The file is 33,568 kB.

The SQL file has 4 tables:

  • users (user_id, username, ranking, total_pixels_placed)
  • colors (color_id, color_name, color_hex)
  • pixels (log_id, user_id, x_cord, y_cord, color_id, time_placed, is_mod_action, is_top, time_deleted)
  • top_cord (top_cord_id, user_id, x_cord, y_cord, count_placed)

The users table includes the rank and total pixels placed for each user. Deleted pixels are not counted. There are 13 users who deleted every pixel the placed. They are still ranked, but their total pixel count is 0.

The colors table includes the color ID, name, and hex which when joined with the pixels table can be used to easly select the color name or hex.

The pixels table includes the username, x and y coordinates, color ID, the time the pixel was placed, if the pixel was a moderator placement, if the pixel can be seen in the final image, and the time the pixel was deleted or NULL.

The top_cord table includes the x and y coordiantes for the coordinate each user placed the most pixels on along with the count.

The only data not included here is the pixel color counts for each user. You an find the pixel color counts for a user by selecting:

SELECT color_name, count(color_name) FROM public.pixels JOIN users on users.user_id = pixels.user_id JOIN colors on colors.color_id = pixels.color_id WHERE username = <username> GROUP BY color_name

 

Another update to Canvas Stats app. You can now view your pixels you placed during the event in your browser and download the pixels as a png image!

 

I have updated Canvas Stats with the new data from the sql log. Rankings should mostly be the same as the old data, but your total pixel count will be lower since deleted pixels no longer count. A new feature to the site is you can now see if your top coordinate placed is also another users top coordinate placed, which would mean you were probably battling it out over a pixel.

I am also generating images of individual user's pixels. If anyone is interested, just send me a DM. Here is an example of just the pixels that @rrconkle@lemmy.zip placed:

If you would prefer the background to be black instead of white, let me know in your DM.

Another feature I added was overall stats for the event.

68
Canvas Stats Website (sh.itjust.works)
submitted 1 year ago* (last edited 1 year ago) by the_real_monte@sh.itjust.works to c/canvas@toast.ooo
 

Hi everybody! I have finished building a web app that allows you to search for a user and view their stats from the event! The app will tell you your overall ranking, number of pixels placed, the coordinate you placed the most pixels on, and how many of each color you placed.

I will probably add more features to the website, but I wanted to get something out there so everyone could see how they did.

Thanks @grant@toast.ooo for providing the data.

Here is the link to the web app.

 

In theaters July 26

view more: next ›