getting on top100 on https://code.golf/
Ask HN: What's the most creative 'useless' program you've ever written?
261–270 of 422 posts
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#262I invented a programming language where you use Unicode box-drawing characters to draw a structure of boxes and lines: ╓───╖ ║ ! ║ ╙─┬─╜ ┌───╖ ╔═══╗ ┌─────┴─────┤ > ╟──╢ 2 ║ │ ╘═╤═╝ ╚═══╝ ╔════╗ ┌───╖ │ │ ║ −1 ╟──┤ + ╟─┴─┐ │ ╚════╝ ╘═╤═╝ │ │ ┌─┴─╖ │ ╔═══╗ │ │ ! ║ │ ║ 1 ║ │ ╘═╤═╝ │ ╚═╤═╝ │ │ ┌─┴─╖ ┌─┴─╖ │ │ │ × ╟──┤ ? ╟──┘ │ ╘═╤═╝ ╘═╤═╝ └─────┘ │ The language is called Funciton (pronounced: /ˈfʌŋkɪtɒn/) and the above…
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#263rudecaptcha.xyz
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#264http://web.archive.org/web/20200512153032id_/https://andai.t...
There's no "restart" button, but each refresh produces a unique tree.
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#265Someone made an ASCII art bonsai generator in bash, so I ported it to a few lines of JS. Then I made it animate the growth :) http://web.archive.org/web/20200512153032id_/https://andai.t... There's no "restart" button, but each refresh produces a unique tree.
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#266Re: Ask HN: What's the most creative 'useless' program you've ever written?
#267- HN link: https://news.ycombinator.com/item?id=5920732
- Web archive: https://web.archive.org/web/20100105021419/https://peetm.com...
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#268Earlier quoted context omitted.
Seems to me it would already be solved by Minesweepers rules, the clock should be stopped.
Also first click is never a mine (if there's one where you click it's moved to the top left corner).
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#269I created a Magic 8 Ball out of an ESP32 based touchscreen that called an API for a quantum random number generator so that the response to your question was seeded with the most bestest random number possible.
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#270A long time ago I wrote a useless, but fun program that attempts to programmatically recreate a source image by randomly placing randomly sized, randomly coloured rectangles onto a canvas. If the result of this random application of colour is closer to the source image, it's kept, otherwise the changes are discarded. Over time, it gets reasonably close to the source image. https://ajxs.github.io/pbp/
I like how the code is just plain javascript, and less than 114 lines of code. https://ajxs.github.io/pbp/main.js