> ## Content Index
> Fetch the complete content index at: https://www.gorillasun.de/llms.txt
> Use this file to discover other available public pages before exploring further.

# Gorilla Recap 1
- URL: https://www.gorillasun.de/blog/gorilla-recap-1/
- Published: 2023-04-24T10:55:37.000Z
- Updated: 2023-12-19T23:12:40.000Z
- Description: This week we have a look at an implementation for the Quickhull Algorithm, how Twitter works behind the scenes, the usual AI controversies and other inspirational reads.
- Author: Ahmad Moussa
- Tags: Newsletter

Hey everyone, it's Monday, and that means it's time for the weekly Gorilla Recap!

I'm actually following through on it! So, here's what I did last week, the new articles that are up on the blog, sketches I worked on and other interesting reads from the past week.

> Hey everyone, I'm starting a weekly newsletter! 🗞️📫  
>  
> The first issue of Gorilla Recaps is out not! Read it here and let me know what you think 👇[https://t.co/LvNLFuWl5L](https://t.co/LvNLFuWl5L?ref=gorillasun.de)
> 
> — Ahmad Moussa || Gorilla Sun (@gorillasu) [April 17, 2023](https://twitter.com/gorillasu/status/1647868816649592833?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

You should definitely also check out @sableRaph's weekly creative coding newsletter (If you're reading this you probably already do):

> A warm welcome to this week's instalment of Creative Code News, coming to you this week from sunny Los Angeles! 🌴[https://t.co/zlCTb0ze7t](https://t.co/zlCTb0ze7t?ref=gorillasun.de)  
>  
> Make sure to follow and check back every Tuesday for new issues! 📰 [pic.twitter.com/WYmD3SU8tf](https://t.co/WYmD3SU8tf?ref=gorillasun.de)
> 
> — Raphaël de Courville (he/him) 𓅬 (@sableRaph) [April 19, 2023](https://twitter.com/sableRaph/status/1648569213626515457?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

This week's header is by yours truly.

# Gorilla Articles and Sketches

1. Beginning of this week I worked on an implementation of the Quickhull algorithm, which can be used to compute the convex hull of a set of points. Incredibly useful for real-life problems, but I have yet to find a use for it in my creative coding. I summarized the required steps to implement the algo in this post:

[Quickhull Algorithm for Convex HullsOne method for finding the convex hull of a point set is the Quickhull algorithm. It makes use of the divide and conquer paradigm, and builds the convex hull in a recursive manner. This post is a break-down of a Quickhull implementation.![](https://storage.ghost.io/c/e8/51/e851bb8f-1e95-43e1-83eb-1b6ae9a0791c/content/images/size/w256h256/2023/03/icon-1.png)Gorilla SunAhmad Moussa![](https://storage.ghost.io/c/e8/51/e851bb8f-1e95-43e1-83eb-1b6ae9a0791c/content/images/2023/04/banner-2-.jpg)](https://www.gorillasun.de/blog/quickhull-algorithm-for-convex-hulls/)

> Implemented the Quickhull algo. It recursively finds the convex hull of a set of points! [#creativecoding](https://twitter.com/hashtag/creativecoding?src=hash&ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de) [#programming](https://twitter.com/hashtag/programming?src=hash&ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de) [pic.twitter.com/UORl0okhpZ](https://t.co/UORl0okhpZ?ref=gorillasun.de)
> 
> — Ahmad Moussa || Gorilla Sun (@gorillasu) [April 17, 2023](https://twitter.com/gorillasu/status/1647915804359360512?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

1. I also finally found the time to have a look at the open-sourced Twitter code, which I've been meanign to do for a while. It's fascinating to see how a modern social media platform like Twitter operates behind the scenes. It is also interesting to discuss how such an algorithmic pipeline influences free speech on the platform, and if it is even possible to have completely untainted freedom of speech in that manner:

> New post is up on the Blog! 🔖 This time around we'll inspect the Twitter algorithm, and see what it does behind the scenes!  
>  
> 🤫 Don't tell Twitter, but the link is in the replies... Why in the replies? Well, only one way to learn why the algorithm doesn't like URLs 👇 [pic.twitter.com/VJuRxUTPzK](https://t.co/VJuRxUTPzK?ref=gorillasun.de)
> 
> — Ahmad Moussa || Gorilla Sun (@gorillasu) [April 24, 2023](https://twitter.com/gorillasu/status/1650443283187879936?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

[Everything we learned about the Twitter Algorithm so farElon Musk’s decision to open-source the algorithm that powers Twitter after acquiring in October of 2022, is a monumental event in social media history. In this post we’ll dive into everything that we’ve about the inner workings of the code so far.![](https://storage.ghost.io/c/e8/51/e851bb8f-1e95-43e1-83eb-1b6ae9a0791c/content/images/size/w256h256/2023/03/icon-1.png)Gorilla SunAhmad Moussa![](https://storage.ghost.io/c/e8/51/e851bb8f-1e95-43e1-83eb-1b6ae9a0791c/content/images/2023/04/akshar-dave-mkTqZN1NzhY-unsplash-1-.jpg)](https://www.gorillasun.de/blog/everything-we-learned-about-the-twitter-algorithm-so-far/)

1. I continued working on this sketch of mine. I took the grid based contour walk code that I implemented two weeks ago and patched it in, and am now able to determine individual Tetris-like regions, rather than just the illusion of segmented regions that was previously made by filling the grid in with rectangles. I'm pretty happy with this generative system so far, and I think I can now start working on some textures and fill experiment with fillin out the different regions with patterns.

> Probably doesn't look like much in comparison to the previous version -- however, now each individual region is it's own polygon -- in contrast to before where it was just a bunch of rectangles! [#creativecoding](https://twitter.com/hashtag/creativecoding?src=hash&ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de) [#p5js](https://twitter.com/hashtag/p5js?src=hash&ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de) [https://t.co/79lVPkvWeh](https://t.co/79lVPkvWeh?ref=gorillasun.de) [pic.twitter.com/9ap9q9mUa1](https://t.co/9ap9q9mUa1?ref=gorillasun.de)
> 
> — Ahmad Moussa || Gorilla Sun (@gorillasu) [April 20, 2023](https://twitter.com/gorillasu/status/1649010384584540163?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

# Interesting Reads of the Week

1. Up until now I have been under the impression that one should be active on as many social media platforms as possible to maximize one's growth. However, now I'm coming around to thinking that this might not be so, and might actually be counter productive in the larger scheme of things, and might in a way even stifle your goals.  
I recently read this post on creator science by Jay Clouse, he writes:

> \[...\] – we're all competing for a finite amount of global attention. And there are people who are putting way more time and effort into learning the ins and outs of that game – that's why they're winning!

[The game within the game (why your growth may be slow)The fastest way to build an audience is to focus on doing one platform really well. I am absolutely convinced of this. It’s not the only way to build an audience and I’m not passing judgment that it is the best way – but I’m convinced that, objectively, the fastest way![](https://creatorscience.com/content/images/size/w256h256/2022/07/White-bg-circle-1600px.png)Creator ScienceJay Clouse![](https://creatorscience.com/content/images/2023/02/creatorscience_fallback_shadow-3.png)](https://creatorscience.com/game-within-game/?ref=gorillasun.de)

1. The controversy on AI generated imagery continues. Last week we observe an AI generated image win the Sony World Photography prize. The photographer says that he did it to provoke debate.

[Photographer admits prize-winning image was AI-generatedGerman artist Boris Eldagsen says entry to Sony world photography awards was designed to provoke debate![](https://static.guim.co.uk/images/favicon-32x32.ico)The GuardianJamie Grierson![](https://i.guim.co.uk/img/media/078000b0fe3db3d5b3ab33e6c56f42cd614b1119/0_315_498_299/master/498.jpg?width=1200&height=630&quality=85&auto=format&fit=crop&overlay-align=bottom%2Cleft&overlay-width=100p&overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&enable=upscale&s=86bd70cce86c5220314c7ea7c85b024e)](https://www.theguardian.com/technology/2023/apr/17/photographer-admits-prize-winning-image-was-ai-generated?CMP=fb%5Fgu&utm%5Fmedium=Social&utm%5Fsource=Facebook&fbclid=IwAR1WNBRDR6zPO16vhnk0Q3uWFTy9pHyzOFCYLOGYDQtSSmUbXjFY2RMX-g4#Echobox=1681750767)

Last year we saw something similar on a smaller scale, where an AI generated image won the Colorado State Fair's Art contest, sparking a huge backlash from other artists with accusations of cheating.

[An A.I.-Generated Picture Won an Art Prize. Artists Aren’t Happy.“I won, and I didn’t break any rules,” the artwork’s creator says.![](https://www.nytimes.com/vi-assets/static-assets/ios-ipad-144x144-28865b72953380a40aa43318108876cb.png)The New York TimesBy![](https://static01.nyt.com/images/2022/09/01/business/00roose-1/00roose-1-facebookJumbo.jpg)](https://www.nytimes.com/2022/09/02/technology/ai-artificial-intelligence-artists.html?ref=gorillasun.de)

I would argue that the issue could potentially be solved by opening a new separate category for AI generated art, and put in place a meaningful method to judge and compare these submissions fairly.

In the case of the photography contest, I'm not certain how much this stunt actually pushes the debate forward, except that better measures need to be put in place to avoid such deceptive attempts in the future. By analogy, this makes me wonder where the line falls regarding photoshop and the post-processing of images. Because technically, one could edit their photos at an atomic pixel-level and essentially reshape an image from the ground up into something completely different... how different is that from using a neural network to upsample these pixels?

The problematic that emerges here, is that I don't really see an obvious way in which these images could be judged. It would take a jury that has some technical know how, or is at least to some extent acquainted with the tech, to adequately judge these submissions. But then again, I don't know how subjective the final verdicts of these contests generally are after all.

1. Amy Goodchild with another banger article on her blog. She recreates Sol Lewitt's wall drawings using chatGPT:

[Midjourney takes on Sol LeWitt’s Wall Drawings — Amy GoodchildSol LeWitt’s ‘Wall Drawings’ aren’t actually drawings at all but, rather, instructions for drawings. These instructions have been implemented in many ways, by many different people, revealing how they are both prescriptive and ambiguous. Control over the final output lies somewhere between the ins![](https://images.squarespace-cdn.com/content/v1/5f33cddd6aff255aabb0c6cd/1598285066323-AE6AS241FTS6QP3C4OA6/favicon.ico)Amy GoodchildAmy Goodchild![](http://static1.squarespace.com/static/5f33cddd6aff255aabb0c6cd/5f37d09b551f154577577f01/6436c6ee39541628db228906/1681745235939/295+-+g.png?format=1500w)](https://www.amygoodchild.com/blog/midjourney-sol-lewitt?ref=gorillasun.de)

1. Jeff aka ippsketch with another process thread that I thoroughly enjoyed. I just love his stuff; it's simple but relatable, and at the same time always technically involved. For this one he draws inspiration form a book-cover:

> 1 hour sketch ⚪️🔵🔴🟡  
> I've started keeping notes and screenshots while I work. It's fun to go back and watch how a work develops. The step-by-step development of this sketch is documented in the thread below.  
> 1/10 [pic.twitter.com/QAWFV0n2Mu](https://t.co/QAWFV0n2Mu?ref=gorillasun.de)
> 
> — Jeff / ippsketch (@ippsketch) [April 18, 2023](https://twitter.com/ippsketch/status/1648300644707467264?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

On this note, I also bought a book last week while at a book-thrift-store (is that a thing?). I have yet to dig into it, but I'm already quite excited about it! Here's a sneak peak:

> I bought a book last week! It'll come in handy when I need some inspiration! 🔖 [#bauhaus](https://twitter.com/hashtag/bauhaus?src=hash&ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de) [pic.twitter.com/gqLCj4dlvl](https://t.co/gqLCj4dlvl?ref=gorillasun.de)
> 
> — Ahmad Moussa || Gorilla Sun (@gorillasu) [April 24, 2023](https://twitter.com/gorillasu/status/1650439391876198400?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

# Tip of the Week

Serving responsive images over the web! One thing I have struggled with since I started with the blog was how to efficiently serve the images in my posts. Some of my posts have a large number of them in addition to GIFs and videos, hence it can quickly add up and slow down the overall page load speed.

Nowadays I try to avoid the lossless PNG format and use JPEGs wherever I can, but there's an even better way to save on bandwidth, and that's the html srcset property:

[Responsive images - Learn web development | MDNThat’s a wrap for responsive images — we hope you enjoyed playing with these new techniques. As a recap, there are two distinct problems we’ve been discussing here:![](https://developer.mozilla.org/favicon-48x48.cbbd161b.png)MDN Web Docs.logo-m{fill:var(--text-link)}![](https://developer.mozilla.org/mdn-social-share.cd6c4a5a.png)](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia%5Fand%5Fembedding/Responsive%5Fimages?ref=gorillasun.de)

With the srcset property we essentially provide the browser with multiple different versions of the same image to choose from depending on the window's size and the resolution of the display.

# Music for Coding

This week I really enjoyed listening to 53 thieves while coding and writing:

# Memes of the Week

![](https://storage.ghost.io/c/e8/51/e851bb8f-1e95-43e1-83eb-1b6ae9a0791c/content/images/2023/04/IMG_2197.jpg)

![](https://storage.ghost.io/c/e8/51/e851bb8f-1e95-43e1-83eb-1b6ae9a0791c/content/images/2023/04/tabletop_roleplaying-1.png)

> [pic.twitter.com/1uHAIrAGRq](https://t.co/1uHAIrAGRq?ref=gorillasun.de)
> 
> — LaurieWired (@lauriewired) [April 22, 2023](https://twitter.com/lauriewired/status/1649850649805479936?ref%5Fsrc=twsrc%5Etfw&ref=gorillasun.de)

And that's about it! See you in next week's recap! Let me know what you think in the comments, and if you liked this newsletter recommend it to a friend!