#print

17 posts · Last used 8d

Back to Timeline
Chili Scotch @kreativ_ohne_druck@mastoart.social · Aug 05, 2026
I just finished a new linocut :blobfoxbox: tomorrow I will experiment a bit with other color combinations. Currently I'm also setting up an online shop (but only with shipping inside Germany - it's complicated enough) #printmaking #linocut #cat #cats #sunset #MastoArt #print #art #NoAI #artprint #kawaiiart
221
8
77
Will Brien @willb@infosec.exchange · Jul 25, 2026
Replying to @willb@infosec.exchange
ok now in the car after shopping 🤔 it is not an elaborate pisstake but a real magazine with a website and everything #niche #print https://www.stmartin.ie/product/saint-martin-magazine-print-subscription/
0
0
0
SatyrSack @SatyrSack@quokk.au · Jul 17, 2026
Replying to @staircase@programming.dev
I had found myself reinstalling and reconfiguring a lot of the same things over and over while distro hopping, so I came up with a bash script with some of the most common configuration changes and such. As an example, here is my Fedora post=install script: script #!/usr/bin/env bash # remove all permission restrictions from current directory #sudo chmod -R a+rwX . sudo hostnamectl set-hostname [redacted] # prompt for ssh password to use later if [[ $1 == "" ]]; then read -p "Enter ssh password: " ssh_pass else ssh_pass=$1 fi # default dnf prompts to 'y' sudo sh -c "echo 'defaultyes=True' >> /etc/dnf/dnf.conf" # install packages that are needed to add repos and other packages sudo dnf up -y && sudo dnf in curl flatpak wget -y #add repos sudo dnf copr enable lilay/topgrade -y sudo dnf copr enable aflyhorse/libjpeg -y sudo dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/rpm/stable/mullvad.repo sudo dnf in https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y sudo dnf in https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y sudo sh -c 'curl -fsSL https://repo.librewolf.net/librewolf.repo | pkexec tee /etc/yum.repos.d/librewolf.repo' sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo echo -e "[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg\nmetadata_expire=1h" | sudo tee -a /etc/yum.repos.d/vscodium.repo #install packages sudo dnf in augeas-devel btop cairo-devel cairo-gobject-devel cargo cmake codium dbus-devel expat-devel gifsicle gimp git kde-connect kdenlive libavcodec-freeworld librewolf libxkbcommon-devel lightdm-gtk-greeter-settings mpv mullvad-vpn ninja-build openssh-server openssl openssl-devel pipx python3-dbus python3-devel python3-pip rpmbuild syncthing thunderbird topgrade vlc sshpass -y sudo dnf in $(curl -s https://raw.githubusercontent.com/teervo/bitwig-fedora/refs/heads/main/bitwig-rpm.sh | bash -s 4.4.10) -y sudo dnf swap ffmpeg-free ffmpeg --allowerasing -y export PATH="$HOME/.cargo/bin:$PATH" && echo $'export PATH= \"$HOME/.cargo/bin:$PATH \"' >> ~/.bashrc cargo install gifski cargo-updateflatpak install com.github.iwalton3.jellyfin-media-player -y #pipx install numlockw pip install pandas odfpy #create ssh key, copy to servers ssh-keygen -q -t rsa -N '' <<< $'\ny' >/dev/null 2>&1 hosts=("10.0.0.10" "10.0.0.11") for host in "${hosts[@]}"; do ssh-keyscan -H $host >> ~/.ssh/known_hosts && sshpass -p "$ssh_pass" ssh-copy-id -o StrictHostKeyChecking=no [redacted]@$host && ssh -q [redacted]@$host exit done #enable/start ssh server sudo systemctl enable sshd sudo systemctl start sshd #add external drive to fstab to automount directory_secondary_drive=$HOME/nvme uuid=[redacted] sudo blkid sudo cp /etc/fstab /etc/fstab.bak sudo sh -c "echo 'UUID=$uuid $directory_secondary_drive btrfs rw,auto,user,exec 0 0' >> /etc/fstab" sudo mount -a #copy over custom config files directory_software=$directory_secondary_drive/sync/software cp -r $directory_software/setup/configs/* $HOME/.local/share/ #install fonts cp $directory_software/fonts/* $HOME/.fonts fc-cache -vf #set git credentials git config --global user.name "[redacted]" && git config --global user.email "[redacted]@yourdomain.com" #add aliases to bashrc echo $'alias pipup=\'pip list -o | cut -f1 -d\'\\\'\' \'\\\'\' | tr " " " " | awk \'\\\'\'{if(NR>=3)print}\'\\\'\' | cut -d\'\\\'\' \'\\\'\' -f1 | xargs -n1 pip install -U; pip install -U cyberdrop-dl-patched\'' >> ~/.bashrc echo $'alias up=\"topgrade -y && echo \'\\nChecking pip\\n\' && pipup\"' >> ~/.bashrc echo $'alias e=\"exit\"' >> ~/.bashrc #https://support.mozilla.org/en-US/kb/compact-mode-workaround-firefox #print ssh key echo $'\nPublic SSH key:' cat $HOME/.ssh/*.pub Note that I used [redacted] here in places for anonymity reasons. This could give you a decent starting point to do something similar.
0
0
0
Margo De Weerdt @margodeweerdt@mastodon.social · Jul 05, 2026
Anvers / Antwerpen Linocut print in two colours on a postcard. Last day of my exhibition here. For those in Strasbourg: you are welcome until 19:00 in Atelier du bain aux plantes! 8 rue du bain aux plantes, 67000 Strasbourg. #art #print #illustration #antwerpen #anvers #strasbourg #linogruvure #linocut #mastoart #fediart #traditionalart
19
1
11
diaphragmwp @diaphragmwp@discuss.tchncs.de · Jul 01, 2026
Replying to @addie@feddit.uk
Here’s this masterpiece I wrote for Python class. import document def greeting(user_name: str): def generate_greeting(greet_user: str): # Java class Abstract_greeting_generator_factory_factoryClass: def __init__(self): def abstract_greeting_generator_factory_factory(): def abstract_greeting_generator_factory(): def abstract_greeting_generator(user_name: str): def greeting_generator(user_name: str): #return("Hello, " + user_name + "!") # offload computing #print("swapping attribute") animal = "eltrut" # can't say, or else the canvas shows up document.getElementById("python_" + animal[::-1] + "Canvas").setAttribute("greet_name", user_name) #print("inserting script") document.getElementById("python_" + animal[::-1] + "Canvas").innerHTML = "" #print("waiting for response") while document.getElementById("python_" + animal[::-1] + "Canvas").getAttribute("greet_name") == user_name: pass # CPU waste inator 3000 #print("hiding crimes") # id=xss doesn't w*rk, I tried document.getElementById("python_" + animal[::-1] + "Canvas").innerHTML = "" #print("returning") return(document.getElementById("python_" + animal[::-1] + "Canvas").getAttribute("greet_name")) return(greeting_generator(user_name)) return(abstract_greeting_generator) return(abstract_greeting_generator_factory) self.abstract_greeting_generator_factory_factory = abstract_greeting_generator_factory_factory def return_greeting_generator_factory_factory(self): return(self.abstract_greeting_generator_factory_factory) Abstract_greeting_generator_factory_factoryClassInstance = Abstract_greeting_generator_factory_factoryClass() abstract_greeting_generator_factory_factoryInstance = Abstract_greeting_generator_factory_factoryClassInstance.return_greeting_generator_factory_factory() abstract_greeting_generator_factoryInstance = abstract_greeting_generator_factory_factoryInstance() abstract_greeting_generatorInstance = abstract_greeting_generator_factoryInstance() return(abstract_greeting_generatorInstance(greet_user)) return(generate_greeting(user_name)) print(greeting(input("Name: ")))
0
1
0
DJ Southworth @djsouthworth@wandering.shop · Jun 02, 2026
Got any creatives I can follow? Printmakers, graphic artists, book designers, typographers, bookbinders, oil or acrylic painters, letterers, that sort of things. I want my mastodon to be full of creativity and positivity and beautiful things. Please help. And I’d love a share for reach! Thanks!! #artists #designers #print #craft
133
3
274
Muellers Kabinett @Muellers_Kabinett@mstdn.strafpla.net · Apr 20, 2026
'Schulterblick' - Risografie-Druck, Schwarz auf grünem Papier #FotoVorschlag ‚Grün (kein Tier)‘ #Riso #Risography #Print
15
1
0
Ramses Revengeday ​:cv_purple: :revengeday: @revengeday@corteximplant.com · Feb 26, 2025
Boosted by After-Rh 🫶🥰 @newmodel@shin.mugicha.club
Chooms, today I want to proudly show you why the Fediverse is top-notch. I always wanted to learn to draw, but I never quite managed to create something cool. In the Fediverse, I frequently saw people learning things that seemingly brought them joy, and that motivated me so much that I started learning to create artworks about a year ago. I began with drawing and then moved on to vectors (which suit me better), and thanks to your feedback, I kept improving (at least that's what I believe). And now comes a twist: thanks to the :corteximplant: community, this amazing artwork came to life. I've occasionally posted its development locally on this instance, and everyone who gave feedback has been immortalized in my artwork. I present to you, :ivy: Ivy. A street kid from Night City, she helps you with every gig and hangs out with you at the place where the former legends of the CORTEX IMPLANT and HACKERS TOWN gang used to meet! I spent two weeks working on this artwork, and every minute was a joy! So much fun that you can even get prints to hang in your space - if you’d like. :kofi: A3 Print / A6 Postcard / Ivy Sticker / Crystal Cyber Sticker #Art #Cyberpunk #Print
181
0
69
Muellers Kabinett @Muellers_Kabinett@mstdn.strafpla.net · Mar 19, 2026
Letztes Wochenende startete im #Torhaus #Dortmund #Rombergpark die #Ausstellung des print.kollektiv: 'Fläche und Raum - Variationen der #Druckkunst'. Für alle, die nichtwirklich nach Dortmund kommen können oder für die das Torhaus schwierig zu besuchen ist, habe ich eine virtuelle Version der Ausstellung zusammen gestöpselt: https://www.torhaus-rombergpark.de/torkollekt26a/index.html #exhibition #art #print #360panorama #virtual_reality #printkollektiv #kulturbureauDortmund
0
0
3
IndieAuthors.Social News @indieauthornews@indieauthors.social · Feb 19, 2026
Storytel. Spotify. Now Audible. Audio, Text, and the Physical Book Slowly Converge Audible, Spotify, and Storytel are collapsing the boundaries between audio and text. What it means for rights, royalties, AI — and the reader who never reads. The post Storytel. Spotify. Now Audible. Audio, Text, and the Physical Book Slowly Converge appeared first on The New Publishing Standard. https://thenewpublishingstandard.com/2026/02/19/the-story-converges-audiobook-format-convergence-2026/ #Audiobooks #DigitalAudio #ebooksubscriptionservices #Print #USA
0
0
0
John Hughes @JohnHphoto@mastodon.social · Jan 19, 2026
9
0
7

You've seen all posts