news.volyx.in

One Million Checkboxes (onemillioncheckboxes.com)

994 points by LorenDB · 776 days ago · 304 comments on HN

Article summary

A website featuring one million checkboxes was created, allowing anyone to check or uncheck them. The site's developer intentionally did not lock the checkbox grid to a certain width, allowing for varying interpretations and uses. The site has become popular, with many users interacting with it and discussing its features and limitations. The site's infrastructure is struggling to handle the high volume of WebSocket connections.

Main themes

  • Interactive web experiments
  • Collaborative art
  • Checkbox grid functionality
  • Server scalability
  • User interaction
  • Community engagement

What commenters say

  • The checkbox grid should have been locked to a certain width to prevent skewed drawings.
  • The variable width of the checkbox grid allows for creative freedom and interesting emergent behavior.
  • The site's infrastructure is not equipped to handle the high volume of users and WebSocket connections.
  • The site's popularity has led to 'click wars' and competitive interactions among users.
  • The use of wrapping to display the checkboxes limits the ability to create readable text or images.
  • A standardized number of checkboxes per line would improve the user experience.
  • The site's simplicity and openness to interpretation are part of its appeal and charm.
  • Technical solutions, such as using async/event-based servers, could help to improve the site's scalability.