# cats

Published articles for cats.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## The History and Variations of GitHub's Octocat Mascot

DevFeed: [The History and Variations of GitHub's Octocat Mascot](<https://devfeed.tech/articles/what-on-earth-is-an-octocat-exploring-all-160-variations-of-github-s-mascot-38577.md>)

Original publisher: [Read original article](<https://blog.jakelee.co.uk/what-on-earth-are-octocats/>)

Author: Jake Lee

Published: 2024-12-07T00:00:00Z

Content type: article

Language: en

Sources: [Jake Lee's Programming Blog](<https://devfeed.tech/sources/jake-lee-s-programming-blog.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [communications](<https://devfeed.tech/topics/communications.md>)

Tags: [art](<https://devfeed.tech/tags/art.md>), [cat](<https://devfeed.tech/tags/cat.md>), [cats](<https://devfeed.tech/tags/cats.md>), [communications](<https://devfeed.tech/tags/communications.md>), [design](<https://devfeed.tech/tags/design.md>), [github](<https://devfeed.tech/tags/github.md>), [illustration](<https://devfeed.tech/tags/illustration.md>), [logo](<https://devfeed.tech/tags/logo.md>), [mona-lisa](<https://devfeed.tech/tags/mona-lisa.md>), [twitter](<https://devfeed.tech/tags/twitter.md>)

### AI overview

An overview of GitHub's Octocat mascot, including Mona's origins, the creation of the Octodex, and the evolution of Octocat designs from classic to modern variations.

### Source excerpt

If you've used GitHub for any length of time, you've probably seen their odd "Octocat" logo. This cute little cat also has a lot of bizarre variations, here's an explanation of them all!

## Using a Neural Network for sending memes to my girlfriend

DevFeed: [Using a Neural Network for sending memes to my girlfriend](<https://devfeed.tech/articles/using-a-neural-network-for-sending-memes-to-my-girlfriend-40826.md>)

Original publisher: [Read original article](<https://mutto.fyi/posts/2021/05/nn-sending-memes/>)

Published: 2021-05-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Mutt0-ds Notes](<https://devfeed.tech/sources/mutt0-ds-notes.md>)

Topics: [Neural Network](<https://devfeed.tech/topics/neural-network.md>), [image recognition](<https://devfeed.tech/topics/image-recognition.md>), [ImageNet](<https://devfeed.tech/topics/imagenet.md>), [Reddit](<https://devfeed.tech/topics/reddit.md>), [API](<https://devfeed.tech/topics/api.md>), [Library](<https://devfeed.tech/topics/library.md>), [email](<https://devfeed.tech/topics/email.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cats](<https://devfeed.tech/tags/cats.md>), [email](<https://devfeed.tech/tags/email.md>), [image-recognition](<https://devfeed.tech/tags/image-recognition.md>), [images](<https://devfeed.tech/tags/images.md>), [library](<https://devfeed.tech/tags/library.md>), [model](<https://devfeed.tech/tags/model.md>), [neural](<https://devfeed.tech/tags/neural.md>), [neural-network](<https://devfeed.tech/tags/neural-network.md>), [password](<https://devfeed.tech/tags/password.md>), [reddit](<https://devfeed.tech/tags/reddit.md>)

### AI overview

This tutorial describes a project that uses Reddit's API and the praw library to download wholesome memes, applies a ResNet50 image-recognition model to identify animal content, and emails selected memes to a recipient.

### Source excerpt

Well, my GF's tastes in memes are simple: she loves wholesome memes and, most importantly, she loves animals. That's why I created a fun...