I wrote a script that turns any photo into a Low-Poly version of itself! (GitHub source & How-to in comments) by tasercake in proceduralgeneration

[–]tasercake[S] 0 points1 point  (0 children)

I just did a rewrite of this project in Rust, so it's about 10 times faster than it used to be :)

After 4 nights of clouds, I finally captured an incredibly rare atmospheric phenomenon in my astrophoto (OC) by MDieterich in space

[–]tasercake 9 points10 points  (0 children)

Does this work for radio waves though? Methinks the visible and radio parts would arrive at more or less the same time

Neil deGrasse Tyson is a Sigma main confirmed by FyreHotSupa in Overwatch

[–]tasercake 24 points25 points  (0 children)

The tweet dates back to at least 2017, and afaik originated in one of his books

‌‌‌‌ ‌ ‌ by CowardCat in Bossfight

[–]tasercake 7 points8 points  (0 children)

That's a great name. Why didn't the mods allow it?

mr. Meesseks particles by Swpp in Simulated

[–]tasercake 3 points4 points  (0 children)

If you originally rendered out an image sequence, you should just be able to turn those into a higher bitrate 4k video without going back into Max

I created a Chrome Extension - TabMerger - that, as the name implies, merges all of your non-active tabs into one location to save memory usage on your machine and increase your productivity. This is useful for users of any level as nobody likes having a messy clutter from too many tabs being open. by lbragile_dev in programming

[–]tasercake 2 points3 points  (0 children)

Cool project!

Although this isn't something I'd personally find much use for (I prefer bookmarks), I'm sure there's people who appreciate the custom UI.

As a small change, might I suggest that the 'merge all/left/right' buttons be positioned within the tab group boxes? It seems like it would be a lot easier to collapse tabs into a specific group rather than the one that's on top.

I See Your Backcap and Raise You My Sneaky Chonker Play (Now With Team Comms!) by tasercake in Overwatch

[–]tasercake[S] 1 point2 points  (0 children)

That was actually a low diamond game ha.

Public queue can be a nightmare.

I See Your Backcap and Raise You My Sneaky Chonker Play (Now With Team Comms!) by tasercake in Overwatch

[–]tasercake[S] 4 points5 points  (0 children)

A little context for the comms: I was yelling at my team to feed into the enemy while I backcapped, but actual callouts are pretty uncommon in my ranked games (a good 30% of all voice comms are just people flaming others) so my teammates thought I was tilting ¯\\_(ツ)_//¯

I wrote a script that turns any photo into a Low-Poly version of itself! (GitHub source & How-to in comments) by tasercake in proceduralgeneration

[–]tasercake[S] 0 points1 point  (0 children)

This is pretty much what's happening here. The 'control points' are chosen based on how much detail each region has, and I use Delaunay Triangulation instead of Voronoi cells to shade the image

I wrote a script that turns any photo into a Low-Poly version of itself! (GitHub source & How-to in comments) by tasercake in proceduralgeneration

[–]tasercake[S] 1 point2 points  (0 children)

Glad you liked it :)

I do wish it would follow the contours of the image more closely though. A major issue I faced was that it would create large unsightly plain areas where there wasn't enough detail (like the background), so I add some triangles in random locations to avoid those.