Very creative! Does anyone else besides me suspect X11 will outlive visionOS?
These are fun to say out loud in the voice of the Kai Lentit's Perl programmer https://youtu.be/0jK0ytvjv-E?t=43 https://youtu.be/xE9W9Ghe4Jk?t=238
A great writeup of excellent work! The flight simulator / magic carpet easter egg in Microsoft Excel 97 used that same shaded-colormap palette trick, plus some dithering: https://rezmason.github.io/excel_97_egg…
> If Meta is liable for when someone underage uses their service, then Meta is going to require proof of age— Let's be clear what this means, "Meta is going to require" something. They'll require it to continue to do…
Y'all have got to check out the color palette widget wizardry of David Aerne. Seriously, the guy's prolific. The first link is similar to OP's, an image color palette extractor: https://okpalette.color.pizza…
Ah! Sorry, I misunderstood, I thought the above comment was saying Meta was behind the open source exemption
[citation requested]
Were fonts always able to do "texture healing"? Has no one tried this before?
In case anyone's wondering, this website's syntax highlighting color scheme is called "gruvbox", which I quite like but took an embarrassingly long time to track down https://github.com/morhetz/gruvbox
Since Apple turns 50 this year, I went looking for a graphic that symbolizes what I always liked about Apple and the Mac, without implying I condone anything I dislike about them. Here's my vector reproduction of the…
It begins!
We also typically value things that are not tied to productivity/output, like product quality/reliability, security, and our own agency. I want to be free to read, write, run, and share code, now and in the future.…
This article's from 2021. Does anyone know if there are elements (no pun intended) of this classification of element origins that's impacted by those JWST observations of complex early galaxies?
Nicely done! Related projects: https://wakaba.c3.cx/s/games/swear https://milksnake.c3.cx
I contributed one earlier this year! The community's a great bunch and I learned a lot. Always remember, folks: the best feature request is a pull request ;)
Sorry, I was cracking a joke about the browser in a shader. The GLSL I originally posted is from the "cursed mode" of my side project, and I use it to produce a data URI of every frame, 15 times per second, as a twisted…
Don't make me upload my web-browser-in-a-GLSL-shader snippet
base64 is embarrassingly parallel. So just pipe it to the GPU: precision highp float; uniform vec2 size; uniform sampler2D src,tab; void main(){ vec4…
There goes my evening.
Just as long as we don't observe it reeeeally closely, I imagine.
Bravo! I love color and color spaces. I've been researching the way classic Macs quantize colors to limited palettes: https://rezmason.net/retrospectrum/color-cube This cube is the "inverse table" used to map colors to…
I can appreciate the passion and consideration that went into this presentation of the subject!
hundredrabbits' game Verreciel uses a reimplementation of webgl-lines, to pretty good effect, if I may say so: https://github.com/mattdesl/webgl-lines https://hundredrabbits.itch.io/verreciel PS— I still play Retro, and…
I think of bone conducting headphones as the most realistic foundation for augmented reality on the market. Hearing things without plugging your ears up, weighing you down or taking you out of your surroundings is…
I'm not especially familiar with this, but I believe making the SVG element larger can increase its filter effects' resolution, and then using CSS transforms to scale the element's parent will return it to its original…
Very creative! Does anyone else besides me suspect X11 will outlive visionOS?
These are fun to say out loud in the voice of the Kai Lentit's Perl programmer https://youtu.be/0jK0ytvjv-E?t=43 https://youtu.be/xE9W9Ghe4Jk?t=238
A great writeup of excellent work! The flight simulator / magic carpet easter egg in Microsoft Excel 97 used that same shaded-colormap palette trick, plus some dithering: https://rezmason.github.io/excel_97_egg…
> If Meta is liable for when someone underage uses their service, then Meta is going to require proof of age— Let's be clear what this means, "Meta is going to require" something. They'll require it to continue to do…
Y'all have got to check out the color palette widget wizardry of David Aerne. Seriously, the guy's prolific. The first link is similar to OP's, an image color palette extractor: https://okpalette.color.pizza…
Ah! Sorry, I misunderstood, I thought the above comment was saying Meta was behind the open source exemption
[citation requested]
Were fonts always able to do "texture healing"? Has no one tried this before?
In case anyone's wondering, this website's syntax highlighting color scheme is called "gruvbox", which I quite like but took an embarrassingly long time to track down https://github.com/morhetz/gruvbox
Since Apple turns 50 this year, I went looking for a graphic that symbolizes what I always liked about Apple and the Mac, without implying I condone anything I dislike about them. Here's my vector reproduction of the…
It begins!
We also typically value things that are not tied to productivity/output, like product quality/reliability, security, and our own agency. I want to be free to read, write, run, and share code, now and in the future.…
This article's from 2021. Does anyone know if there are elements (no pun intended) of this classification of element origins that's impacted by those JWST observations of complex early galaxies?
Nicely done! Related projects: https://wakaba.c3.cx/s/games/swear https://milksnake.c3.cx
I contributed one earlier this year! The community's a great bunch and I learned a lot. Always remember, folks: the best feature request is a pull request ;)
Sorry, I was cracking a joke about the browser in a shader. The GLSL I originally posted is from the "cursed mode" of my side project, and I use it to produce a data URI of every frame, 15 times per second, as a twisted…
Don't make me upload my web-browser-in-a-GLSL-shader snippet
base64 is embarrassingly parallel. So just pipe it to the GPU: precision highp float; uniform vec2 size; uniform sampler2D src,tab; void main(){ vec4…
There goes my evening.
Just as long as we don't observe it reeeeally closely, I imagine.
Bravo! I love color and color spaces. I've been researching the way classic Macs quantize colors to limited palettes: https://rezmason.net/retrospectrum/color-cube This cube is the "inverse table" used to map colors to…
I can appreciate the passion and consideration that went into this presentation of the subject!
hundredrabbits' game Verreciel uses a reimplementation of webgl-lines, to pretty good effect, if I may say so: https://github.com/mattdesl/webgl-lines https://hundredrabbits.itch.io/verreciel PS— I still play Retro, and…
I think of bone conducting headphones as the most realistic foundation for augmented reality on the market. Hearing things without plugging your ears up, weighing you down or taking you out of your surroundings is…
I'm not especially familiar with this, but I believe making the SVG element larger can increase its filter effects' resolution, and then using CSS transforms to scale the element's parent will return it to its original…