
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
The Do-It-Yourself (DIY) Factory of Modern Originals (FoMO) Presents
Yes, you can! Generate your own 24×24 goblins or 20×20 lil' goblins (pixel) monster avatars images (off-blockchain) from text attributes (via built-in spritesheets); incl. 2x/4x/8x zoom for bigger sizes and more
Let's generate some super-rare never-before-seen goblin monster (pixel) avatars (24x24):
require 'goblins'
goblin = Goblin::Image.generate( 'Green', 'Teeth',
'3D Glasses', 'Blue Sweater' )
goblin.save( "goblin1.png")
goblin.zoom(4).save( "goblin1@4x.png" )
goblin = Goblin::Image.generate( 'Gold 2', 'Eyes', 'Frown',
'Horns', 'Suit Open' )
goblin.save( "goblin2.png")
goblin.zoom(4).save( "goblin2@4x.png" )
goblin = Goblin::Image.generate( 'Blue', 'Eyes', 'Smile',
'Hoodie', 'Bow', 'Bojangles' )
goblin.save( "goblin3.png")
goblin.zoom(4).save( "goblin3@4x.png" )
Voila!
In 4x:
Let's try some lil' goblins (20x20):
lilgoblin = LilGoblin::Image.generate( 'Green', 'Orange Beanie',
'Earring Silver', 'Blue Sweater' )
lilgoblin.save( "lilgoblin1.png")
lilgoblin.zoom(4).save( "lilgoblin1@4x.png" )
lilgoblin = LilGoblin::Image.generate( 'Gold', 'Cool Shades',
'Horns', 'Suit Open' )
lilgoblin.save( "lilgoblin2.png")
lilgoblin.zoom(4).save( "lilgoblin2@4x.png" )
lilgoblin = LilGoblin::Image.generate( 'Red', 'Chef',
'Orange Shades', 'Hoodie', 'Earring Gold' )
lilgoblin.save( "lilgoblin3.png")
lilgoblin.zoom(4).save( "lilgoblin3@4x.png" )
Voila!
In 4x:
Is ugly the new beau / belle? Yes, you can. Design your own goblin (pixel) monsters.
To get you started find a series of original 1/1 goblin monsters (see above in 4x zoom) and a script to (auto-)generate some variants (with horns, cap forward, hoodies, golden earrings, & more) in the goblins/sandbox »
Goblins (24x24px)
See the spritesheet-24x24.csv dataset for all attribute names (w/ categories).
(Source: goblins/spritesheet-24x24.png)
Lil' Goblins (20x20px)
See the spritesheet-20x20.csv dataset for all attribute names (w/ categories).
(Source: goblins/spritesheet-20x20.png)
Post them on the D.I.Y. Punk (Pixel) Art reddit. Thanks.
FAQs
Unknown package
We found that goblins demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.