Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
TheAceOfHearts
on Nov 14, 2018
|
parent
|
context
|
favorite
| on:
Abusing C macros to render the Mandelbrot Set at c...
This is really neat. I changed the quality value to 6: clang took ~20 minutes to compile and it used around 32GB of RAM. The resulting executable is 13KB, and it generates a 4KB image as output.
Here's a link of the output image:
https://imgur.com/cUdForu
exikyut
on Nov 14, 2018
[–]
Case in point: that 4KB output file refers to the size of the uncompressed PNM file, and as such is an inaccurate hint as to the image dimensions.
It's 64x64.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Here's a link of the output image: https://imgur.com/cUdForu