Ask HN: What's the most creative 'useless' program you've ever written?
11–20 of 422 posts
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#12Re: Ask HN: What's the most creative 'useless' program you've ever written?
#13I learned in college Geometry class that you can transform a square to an equilateral triangle in 11 cuts or so So I wrote a matlab program to draw the shapes, and cut them out, and it works It’s mathematically exact, not just approximate Still surprises me after 20 years, so I want to find this old program again lol
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#14Re: Ask HN: What's the most creative 'useless' program you've ever written?
#15https://github.com/incanus/subleq
It was fun to see how simple a model of computation could actually be.
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#16I learned in college Geometry class that you can transform a square to an equilateral triangle in 11 cuts or so So I wrote a matlab program to draw the shapes, and cut them out, and it works It’s mathematically exact, not just approximate Still surprises me after 20 years, so I want to find this old program again lol
This got a downvote and I wonder if it’s from a person who doesn’t think it’s true
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#17Re: Ask HN: What's the most creative 'useless' program you've ever written?
#18Turns out, this is actually a real challenging task for computers - what the eyes perceive as dominant, computers do not and vice-versa. For example, if you draw a small circle on a black board with white chalk, take a picture of it and ask a computer, it will tell you black is the dominant color because it covers most of the pixels. Whereas, any human would tell you the white drawing is the dominant color because it stands out.
There are some ways of guiding the computer to get the color palette you want out of an image, but they are never as accurate. Over the years, I would from time to time, throw a bunch of images at it - ranging from portraits to beautiful flowers from gardens to see how my algorithm would perform and improved it bit by bit. I would say, it is close to 90% accuracy now and I still work on it over the weekends. It has no use cases so far (for me). It just exists as a pure passion project that got me excited about programming such algorithms.
Recently, I did a Fashion degree just out of passion and I realized this code has so much applications for things like making mood boards and color palettes from inspiration boards. However, none of my professors nor fellow students were impressed or saw utility in it because they believed no algorithm can match or replace a true creative process. They are pretty old-school about this, so, there's that. But, they just didn't seem to understand the technical challenge about this seemingly simple task.
However, over the years, I did build an API around this algorithm, kept fine tuning it and even made some marketing material for it. For no purpose other than reminding myself of why I am excited about programming.
If you're interested, here is a decade old snapshot of the algorithm's output:
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#19[1] https://codegolf.stackexchange.com/questions/176966/golf-a-n...
Re: Ask HN: What's the most creative 'useless' program you've ever written?
#20Communicating via paste would work but speaking or typing was near impossible.