Live data from Hacker News

One Million Checkboxes

onemillioncheckboxes.com

181–190 of 320 posts

Re: One Million Checkboxes

#181

// ==UserScript== // @name Check All Unchecked Checkboxes // @namespace http://tampermonkey.net/ // @version 1.0 // @description Check all unchecked checkboxes on the page // @author MechanicalFish // @match https://onemillioncheckboxes.com/ * // @grant none // ==/UserScript== (function() { 'use strict'; function checkAllCheckboxes() { var checkboxes = document.querySelectorAll('input[type="checkbox"]'); checkboxes.f…

This really feels like it defeats the purpose of the site ngl

Re: One Million Checkboxes

#183

Earlier quoted context omitted.

What's the r for? reddit (markdown?)

There's a link in the bottom-left corner, haven't checked, but reads like an accompanying reddit tool (since there's no real plugin system, guess it's a web app requiring credentials)

No plugins, just HTML, no credentials

Re: One Million Checkboxes

#185

Earlier quoted context omitted.

I don't understand, where is the AI + LLM part

Each time a checkbox is checked, a backend job asks ChatGPT to analyze the board state and write a script using Brainfuck that updates the checkbox states and runs it directly in production. AI LLM cloud crypto.

You said crypto but you forgot where running it in production writes the checkbox change event to the blockchain. Checkbox display states only get read from the blockchain, obvi. Otherwise how could it possibly be secure

Checkboxcoin will be a separate product though, that's for the funding

Re: One Million Checkboxes

#186
post #126

Earlier quoted context omitted.

You announced it on the FediVerse, where it has already been boosted almost 700 times as I write this 4 hours later, and it spread to Reddit within 2 hours of that, as you know because you replied to the Reddit post. There is definitely going to be an initial spike of activity, given those. (-:

Out of curiosity, what’s the Reddit thread?

I suspect it's this one:

https://www.reddit.com/r/InternetIsBeautiful/comments/1dp4t7...

By the way, Reddit allows you to track which communities a domain has been shared in, very interesting. This is how I quickly found it:

https://www.reddit.com/domain/onemillioncheckboxes.com/

Re: One Million Checkboxes

#187
post #126
post #8

(developer here) this is....more popular than i expected. the server's gonna be having some problems for a while

You announced it on the FediVerse, where it has already been boosted almost 700 times as I write this 4 hours later, and it spread to Reddit within 2 hours of that, as you know because you replied to the Reddit post. There is definitely going to be an initial spike of activity, given those. (-:

Love seeing things go viral off the fediverse, it's not designed to push the end of the spectrum out and more organic examples like this might help bring another layer of user adoption.

Re: One Million Checkboxes

#189

Earlier quoted context omitted.

There's a link in the bottom-left corner, haven't checked, but reads like an accompanying reddit tool (since there's no real plugin system, guess it's a web app requiring credentials)

No plugins, just HTML, no credentials

Cool!

Sorry that my comment read like an accusation, should have clicked/tapped the link ;)

Not following links is a bad habit easy to pick up on mobile.

Post reply on HN