Marty McGuire

Posts Tagged art

2025
Mon Jan 6

Weird to feel seen by Bruce Sterling!

Some Public Limits of Everyday Weirdness (2025)

hat-tip: https://pluralistic.net/2025/01/06/how-the-sausage-gets-made/#linkdump

2024
Sun Dec 15

I screen printed some stuff

This week I finished up a fun and challenging screen printing class at the Gowanus Print Lab!

Tucked away in the giant maze of brick buildings that is Brooklyn's Industry City, Gowanus Print lab is a small space, mightily equipped for paper and fabric screen printing projects.

Our instructor (and the proprietor) Todd took me and three other students through four 3-hour sessions: a hands-on instruction session introducing the basics of screen printing on apparel, an open apparel-printing lab where we could bring our own project of up to about 30 pieces, an instruction session on two-color paper printing (featuring our own designs), and a final do-what-you-want lab with the option to do a single-screen apparel run or up to three screens for a paper project.

I consider myself a person with little in the way of art skills, so with three opportunities to design basically whatever I wanted, I struggled a lot with anxiety and trying to push various software to turn half-imagined ideas into simple designs. I also had an "A-student mentality" kick in, driving me to maximize each session, which led to way more angst about deciding what to make than necessary. 🫠

Anyway, here are some photos of my finished projects!

Eternal Caturday shirt featuring a spiral of Lolly cats surrounding a large image of her making big owl eyes. In the background, actual Lolly sits on the floor making big owl eyes.
A two-color blue and yellow poster print of Lennon in an homage to the iconic three-wolf-moon design.
The Eternal Caturday spiral design as a three-color paper print. Black text and Lolly face, with alternating red and green cat silhouettes for the spiral.

I feel like the class gave a good foundation on the physical processes involved in screen printing. It's a lot of steps, but they're all about using careful prep to make things easier when it's time to start pulling the squeegee and churning out prints.

In terms of moving forward, I'd say the biggest thing I need to work on is a design practice - regularly pushing my skills with design software techniques. I'm in a bit of a negative cycle of having vague ideas combined with not enough skills to quickly sketch them out. I learned some new techniques in Inkscape (soo good for layout!) and the GIMP (newsprint filter and color managment!) but need to challenge myself to improve.

That said, I also need, uh, facilities?? A home setup feels pretty far out of reach given limited space and the potential for mess. I have a couple of places to try (textile arts center and Manhattan Graphics Center (when they're done moving to Brooklyn lol) and look forward to posting future projects if and when I try it out.

A fun thing that I feel is solved is where to get stuff (particularly, apparel) to print on! Todd pointed us to Suneco Tees, which has really great prices on t-shirts, and the folks there were super nice and able to quickly grab what I needed, rather than let me waste everyone's time trying to hunt things down myself. 😅

Some stuff I'd like to try in the future includes transparent ink printing with color mixing (just to learn the technique), as well as making short apparel runs with home-made logos for all the silly things that I like!

Many many many thanks to Amy for putting this on my radar and encouraging me through the class, staying excited about ideas even as my anxiety was spiraling, and helping me put together lists of family and friends who would happily accept and maybe even wear the results. Oh, and for shipping out a bunch of shirts!!!

Thanks for reading this far! Your reward is a bunch of random process photos!

2021
Fri Apr 23
🔖 Bookmarked 11 Years of Inspiration https://pketh.org/decade-of-inspiration.html

“I visit this space often. Sometimes to wander and wonder, other times to gather ideas for something new.”

2019
Thu Apr 4
🔖 Bookmarked Usage Guidelines — The Gender Spectrum Collection https://broadlygenderphotos.vice.com/guidelines

“The Gender Spectrum Collection is a stock photo library featuring images of trans and non-binary models that go beyond the clichés of putting on makeup and holding trans flags. This collection aims to help media outlets better represent members of these communities as people not necessarily defined by their gender identities—people with careers, relationships, talents, passions, and home lives.”

2011
Fri Jan 14

Baltimore Node logo (Unicorn)

Files

node_logo.eps
12655 bytes. Updated
node_logo.dxf
154894 bytes. Updated
node_logo.gcode
124318 bytes. Updated
node_logo_plain.svg
10868 bytes. Updated

This work is licensed Creative Commons - Attribution.

Description

I felt that it was about time Baltimore Node had a Unicorn-plottable logo! You can learn more about this awesome hackerspace at baltimorenode.org.

I’ve attached all the files I used to create the G-Code for this thing, which tells the story of how you can make your own:

  • node_logo.svg - Start with the SVG logo available from the Node wiki.

  • node_logo.eps - Use Inkscape to export an EPS file, making sure to convert text to paths.

  • node_logo.dxf - Use pstoedit as described on Tony’s 2D-to-3D post - tonybuser.com/2d-to-3d - to create a DXF, with simple line approximations of curves. I also ended up using some scaling:

    pstoedit -xscale 18 -yscale 18 -dt -f dxf:-polyaslines node_logo.eps node_logo.dxf
    
  • node_logo.gcode - Use scribbles.py from GitHub to convert the DXF into Unicorn G-Code. github.com/makerbot/Makerbot

I used Pleasant3D for its excellent G-Code preview capabilities to check that everything looked reasonable, find a good scaling, etc.

Instructions

  1. Load node_logo.gcode up in ReplicatorG
  2. Line up your pen as shown in this image: thingiverse.com/image:39483
  3. Build!

You may need to flip axes, etc.

I also don’t have any of the niceties like pen registration tests or multi-sheet printing in this G-Code. Feel free to add your own!