<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/peace-for-all-re-factor-q7dwdilw1" -->

---
title: Peace For All – Re: Factor | daily.dev
description: A fun programming exercise inspired by an obfuscated bash script found on an Akamai-designed Uniqlo T-shirt. Using the Factor programming language and the...
canonical: https://daily.dev/posts/peace-for-all-re-factor-q7dwdilw1
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Peace For All – Re: Factor | daily.dev
og:description: A fun programming exercise inspired by an obfuscated bash script found on an Akamai-designed Uniqlo T-shirt. Using the Factor programming language and the...
og:url: https://daily.dev/posts/peace-for-all-re-factor-q7dwdilw1
og:image: https://api.daily.dev/og/posts/Q7dwdilw1.png
og:image:alt: Peace For All – Re: Factor
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Peace For All – Re: Factor

**[Lobsters](https://daily.dev/sources/lobsters)** · 3 min read · 0 upvotes · 0 comments

## Summary

A fun programming exercise inspired by an obfuscated bash script found on an Akamai-designed Uniqlo T-shirt. Using the Factor programming language and the Raylib graphics library, the author builds a colorful animated 'Peace For All' text display. The implementation covers circular sequences for looping text, sine wave-based horizontal movement, color interpolation between cyan and orange, and custom heart glyph rendering since the default font lacks the symbol. Full source code is available on GitHub.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://re.factorcode.org/2026/07/peace-for-all.html>

## Similar posts on daily.dev

- [Tris Sherliker](https://daily.dev/posts/tris-sherliker-nwkphnlsu) · Lobsters · 1 upvotes · 0 comments
- [From pixels to characters: The engineering behind GitHub Copilot CLI’s animated ASCII banner](https://daily.dev/posts/from-pixels-to-characters-the-engineering-behind-github-copilot-cli-s-animated-ascii-banner-by6szkb17) · GitHub Blog · 152 upvotes · 8 comments

---

Tags: [#bash](https://daily.dev/tags/bash), [#graphics-programming](https://daily.dev/tags/graphics-programming)

[View this post on daily.dev](https://daily.dev/posts/peace-for-all-re-factor-q7dwdilw1)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Peace For All – Re: Factor","url":"https://daily.dev/posts/peace-for-all-re-factor-q7dwdilw1","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/peace-for-all-re-factor-q7dwdilw1"},"datePublished":"2026-07-09T19:43:26.417Z","dateModified":"2026-07-09T19:43:45.035Z","description":"A fun programming exercise inspired by an obfuscated bash script found on an Akamai-designed Uniqlo T-shirt. Using the Factor programming language and the...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b6b4e923f50883f8030efc0160867348?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b6b4e923f50883f8030efc0160867348?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Lobsters","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Lobsters","logo":"https://media.daily.dev/image/upload/s--tl8v_Fku--/f_auto,t_logo/v1698841318/logos/lobste.jpg","url":"https://daily.dev/sources/lobsters"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/peace-for-all-re-factor-q7dwdilw1","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"bash,graphics-programming","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Lobsters","item":"https://daily.dev/sources/lobsters"},{"@type":"ListItem","position":3,"name":"Peace For All – Re: Factor"}]}
```

