HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jazzprogramming

no profile record

comments

jazzprogramming
·vor 24 Tagen·discuss
One thing that always comes to mind when I read articles like this is that, suppose he's right and the economic value of 8 billion people becomes close to zero at some point because of AI or something else:

What will 8 billion people be then doing with their time?

Will they be watching Netflix all day in the future?

Or building their dream castle & kingdom in Minecraft instead of IRL?
jazzprogramming
·vor 26 Tagen·discuss
I am working on vorfract, a voronoi voxel world. I've always found the shapes generated by voronoi diagrams so interesting and I quite like the aesthetic.

What new ideas am I thinking about?

I'm pretty sure there are plenty of things left to discover about voronoi diagrams, but for the time being, I'm mainly exploring what's possible to build by using voronoi cells as voxels and devising various tools for cutting them.

Since they're convex polyhedra, almost any shape is possible (in principle, if not in practice) by combining several cells.

What I find particularily interesting is that a solid 3D world can emerge from just a collection of points arranged in different patterns.

https://jazzprogramming.itch.io/vorfract
jazzprogramming
·vor 6 Monaten·discuss
https://vorfract.com

To be honest, it's actually more of a game development log, but it's the closest thing I have to a personal website.

It's hosted on an old Linux PC at home.
jazzprogramming
·vor 7 Monaten·discuss
I've been working on vorfract (a voronoi voxel world) for some time now:

https://jazzprogramming.itch.io/vorfract
jazzprogramming
·vor 8 Monaten·discuss
I'm working on vorfract, a voronoi voxel world:

https://jazzprogramming.itch.io/vorfract
jazzprogramming
·vor 9 Monaten·discuss
Same as last time, I guess. It's a voxel building environment that uses irregular voxels (voxels with sloped faces). I've been working on fixing the bugs for a while now (and there are still a lot of them left).

Browser version here, if you're curious:

https://jazzprogramming.github.io/vorfract/
jazzprogramming
·vor 9 Monaten·discuss
Speaking of unconventional languages for web development, there's also Wt, for people who are used to building things using C++.

I found it surprisingly good and considering how little I know on how to use HTML/CSS/JS/PHP, the usual web stack, it would have taken me months or more to learn how to build an equivalent site using the standard stack (and then have to maintain it).

Of course, if you're already familiar with web development, that's the best way I guess, but for those who aren't and don't have the necessary time to learn, there are probably alternatives using languages they're familiar with.
jazzprogramming
·vor 9 Monaten·discuss
A voxel building environment using cellular voxels, which allows voxels to have sloped faces.

WebGL version:

https://jazzprogramming.github.io/vorfract/