Home | Notifications | New Note | Local | Federated | Search | Logout
Federated Timeline
Reply to @sun@shitposter.world
:pascal: @triodug@shitposter.world (2026-08-01 16:17:52)
@sun yeah not expensive at all!
Ganbold@ganbold (2026-08-01 16:17:05)
3 more integration, deployment, then sleep/anime time
Blurry Moon@sun@shitposter.world boosted:
@maxmustermann@shitposter.world (2026-08-01 15:52:09)
Now any NEET can build a guided missile. Fucking Ukraine war has made warfare cheap.
---Attachments---
image: https://media.shitposter.world/shitposter.club/ee/23/92/ee2392e11c9124e4a3f0eb5717e2d88051674b0857d757bb43d917dc31a122e1.webp?name=PKXsBVlVCZF6SQ.webp
Ganbold@ganbold boosted:
@ivy@misskey.id (2026-08-01 15:31:59)
rage
Reply to @triodug@shitposter.world
Blurry Moon@sun@shitposter.world (2026-08-01 16:12:32)
@triodug not that expensive even
:pascal: @triodug@shitposter.world (2026-08-01 16:11:47)
Just found out the domain Trio.dog is available
Layar Laut@layarlaut@misskey.id boosted:
@mikaduki@misskey.io (2026-08-01 15:23:40)
---Attachments---
image: https://media.misskeyusercontent.com/io/webpublic-f85d66cd-6dd3-4fa8-8b0c-11c21fd9d6c1.png
Max Mustermann@maxmustermann@shitposter.world (2026-08-01 15:52:09)
Now any NEET can build a guided missile. Fucking Ukraine war has made warfare cheap.
---Attachments---
image: https://media.shitposter.world/shitposter.club/ee/23/92/ee2392e11c9124e4a3f0eb5717e2d88051674b0857d757bb43d917dc31a122e1.webp?name=PKXsBVlVCZF6SQ.webp
来夏:irai_bosyuu_tyuu:@Raika_555@misskey.io (2026-08-01 15:37:16)
アナログ一発描きは気持ちいいゾイ
---Attachments---
image: https://media.misskeyusercontent.com/io/webpublic-71592969-6f45-4e99-9248-77dd02c26290.webp
ivy@ivy@misskey.id (2026-08-01 15:31:59)
rage
Ganbold@ganbold (2026-08-01 15:31:56)
I'll def rewrite my things to rust once it's stable enough to cover things I want to
みかづき@mikaduki@misskey.io (2026-08-01 15:23:40)
---Attachments---
image: https://media.misskeyusercontent.com/io/webpublic-f85d66cd-6dd3-4fa8-8b0c-11c21fd9d6c1.png
NullDott 🎩@NullTheFool@mastodon.gamedev.place (2026-08-01 15:22:24)
Moon shorty! (╯°▽°)╯ ┬─┬
#CodeGals #Art #DigitalArt #MastoArt #FediArt #Krita
---Attachments---
image: https://cdn.masto.host/mastodongamedevplace/media_attachments/files/117/018/760/452/461/315/original/4a2434819a09ff1c.png
lunya :neocat_flag_plural::neobot_floof_devil:@sleepybisexual@mk.absturztau.be (2026-08-01 15:22:09)
step 1: be cute and floofy :neobot_floof_cute:
step 2: get approached by critters that wanna pat the floof
step 3: get pats!!! :neobot_pat_floof:
its flawless
MUAHAHAHA :3c
Reply to @sandycorzeta@misskey.id
∷ccccel△♪ :asakusaSit: :sakurazaka46:@celbri@misskey.id (2026-08-01 15:10:51)
@sandycorzeta serem, entar satu kesuspend semua hilang :(
Reply to @SARXASTIXX@misskey.id
∷ccccel△♪ :asakusaSit: :sakurazaka46:@celbri@misskey.id (2026-08-01 15:10:18)
@SARXASTIXX lekas sembuh mbak 😣
冬野アヤネ@fuyuno@oniwasskey.life (2026-08-01 14:50:55)
あと12月のコミティアに申し込みました 抽選が発生しないといいンゴね
---Attachments---
image: https://oniwasskey.life/files/webpublic-e8aa0dbc-97f3-4f0a-a4fb-993cca86c513
Reply to @yonle@fedinet.waltuh.cyou
Maulana M. Diansyahbani@thea@misskey.id (2026-08-01 14:34:15)
@yonle@fedinet.waltuh.cyou huh, TIL osu!Lazer is on flatpak
Yonle@yonle@fedinet.waltuh.cyou (2026-08-01 14:15:50)
Post-install fedora cheatsheet for beginners
Upgrade everything first: sudo dnf upgrade
Run the following commands for fixing ca-certificate & video hardware encoding/decoding:
---
sudo ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
sudo dnf install @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
---
Set up hardware codec:
---
INTEL:
(Gen10 and above)
sudo dnf install intel-media-driver
(Lower than Gen10)
sudo dnf install libva-intel-driver
---
AMD:
sudo dnf install mesa-va-drivers-freeworld
(if use steam soon):
sudo dnf install mesa-va-drivers-freeworld.i686
---
NVIDIA:
sudo dnf install libva-nvidia-driver
(if use steam soon):
sudo dnf install libva-nvidia-driver.{i686,x86_64}
---
SPECIAL: NVIDIA Proprietary Driver
NOTE: You must do the first 3 commands above before proceeding!
sudo dnf install akmod-nvidia -y
---
Setting up Steam:
You must have run the first 3 commands mentioned above before proceeding.
sudo dnf install steam -y
---
Setting up VSCode:
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
sudo dnf install code
---
Optional: Install pavucontrol (for controlling speaker input & output)
sudo dnf install pavucontrol
Optional: Install easyeffects (for equalizer)
sudo dnf install easyeffects
Optional: Install Audacity for audio editing
sudo dnf install audacity
---
Optional: Install a
Reply to @koakuma@uwu.social
Alviro Iskandar Setiawan@viro_ssfs@misskey.id (2026-08-01 13:52:02)
@koakuma@uwu.social
The place looks very familiar to me. Is this Palmerah Station?
Reply to @freeplay@wetdry.world
Freeeeeeeeeeeeee :ablobfoxbongohyper: :fluffytail:@freeplay@wetdry.world (2026-08-01 13:42:42)
oki so baisicialy im a hecm lflfjufy and u can pet me :fluffytail: :neofox_up_paws:
Freeeeeeeeeeeeee :ablobfoxbongohyper: :fluffytail:@freeplay@wetdry.world (2026-08-01 13:38:55)
im a fox
Reply to @tsugumi@shitposter.world
Blurry Moon@sun@shitposter.world (2026-08-01 13:35:36)
@tsugumi not a coincidence that's how I got the idea.
Reply to @sun@shitposter.world
Blurry Moon@sun@shitposter.world (2026-08-01 13:35:04)
@bajax @georgia separate issue from if landlords are scum, obviously many (probably almost all) are
Reply to @subnetter@shitposter.world
Blurry Moon@sun@shitposter.world (2026-08-01 13:34:24)
@subnetter @Owl maybe we can make a movie night series or something
Reply to @bajax@baj.ax
Blurry Moon@sun@shitposter.world (2026-08-01 13:33:59)
@bajax @georgia I helped landlords do property work a few times and straight up a lot of people are just scum and they destroy shit and don't care. not sorry for observing this
Reply to @RustyCrab@clubcyberia.co
Blurry Moon@sun@shitposter.world (2026-08-01 13:33:07)
@RustyCrab @genmaicha blair witch was great. it has no rewatchability but that's fine
海@tsugumi@shitposter.world (2026-08-01 13:23:53)
I think it was a couple of days ago when sun posted something about a pleroma myspace thing and lurking twatter today I saw that myspace is supposedly making a comeback
coincidence???? :thinking_ai:
ivy@ivy@misskey.id (2026-08-01 13:15:58)
sorry, persona 2 is about robot nazis??????
MaeMelé@MaeMele@critters.gay (2026-08-01 12:59:44)
Kofi Paint doodle for @aMaxphous@critter.cafe, who commissioned me $25 towards my goal to pay off my medical bills. It asked me to draw its sona curled up sleeping, or walking along the beach, if the first idea was too hard. I decided to draw both. ...I struggled a bit but I hope it's still good in spite of that.
If you want a paint doodle, they're only $1.50 at my Kofi. The goal is at 91%! https://ko-fi.com/maemele
#art #kofi #furry
---Attachments---
image: https://critters.gay/files/3b7d225e-feb9-4a9b-a831-eb1ceca26a8a.webp
Older Notes