Demon goat girl horns, anyone?
13.10.2025 08:23 β π 2 π 0 π¬ 0 π 0@tigerplushie.bsky.social
Demon goat girl horns, anyone?
13.10.2025 08:23 β π 2 π 0 π¬ 0 π 0Am I obsessed with demon goat girl? Why yes.
12.10.2025 18:57 β π 0 π 0 π¬ 0 π 0"So, we play DnD in a magical land where almost everything is possible - what character do you wanna play?"
"Human male."
Every. Fucking. Con.
New tooth, who dis?
08.10.2025 06:50 β π 0 π 0 π¬ 0 π 0Ich will was bohren aber es ist Sonntag
28.09.2025 12:18 β π 0 π 0 π¬ 0 π 0Blob?
12.09.2025 12:04 β π 0 π 0 π¬ 1 π 0Ich hab ΓΌbrigens nicht alle bekommen, weil der Sad Eyes Beige Dragon is ultra rare
11.09.2025 15:20 β π 2 π 1 π¬ 0 π 0 Indie Outpost WΓΌrzburg
21. Okt 2025, 19:00
Dom@in WΓΌrzburg
Talks
Emanuel Fitz - Vom GerΓ€usch zum GefΓΌhl β wie Audio Gamewelten lebendig macht
Alexander ElsΓ€Γer - Antikrieg im Game Design β Entwicklung und Herausforderungen bei All Quiet in the Trenches
#GameDev #IndieDev
Nachrichten, die hΓ€ufiger verbreitet werden sollten: Die AfD hat heute zwei Wahlen um RathΓ€user im Osten verloren. In #Wolmirstedt (Sachsen-Anhalt) und #MeiΓen (Sachsen) setzten sich jeweils andere Kandidaten im 1. Wahlgang durch. Die AfD ist schlagbar. Der Nimbus der Unbesiegbarkeit ist Taktik.
07.09.2025 18:41 β π 3341 π 1141 π¬ 47 π 21Destroy.
en.m.wikipedia.org/wiki/Institu...
Adama was the best
22.08.2025 09:12 β π 1 π 0 π¬ 1 π 0Original post: social.wildeboer.net/@jwildeboer/...
22.08.2025 08:33 β π 1 π 2 π¬ 1 π 0A three paneled comic in anime/manga style. The first panel is of a frog in a black turtleneck sticking to a wall, holding an obviously stolen bag over the head of a goat in suit. The second panel shows the goat touching the wall, determining that the wall isn't straight but in a 92Β° angle. The third panel shows the suited goat walking up the wall with ease, shocking the frog thief.
22.08.2025 09:12 β π 2 π 0 π¬ 0 π 0No cheating, show the last pic of your pet.
Cheddar likes to watch you poop.
Troibl
06.08.2025 05:31 β π 0 π 0 π¬ 0 π 0An einem Mittwoch diesmal?
02.07.2025 06:09 β π 1 π 0 π¬ 1 π 0I was part of the team that won the jam π€©
24.06.2025 05:34 β π 13 π 2 π¬ 1 π 0Stefan KΓΆnig prΓ€sentiert:
Killerwels am Brombachsee
yeeee more accessibility in games, letsgo
04.06.2025 09:40 β π 1 π 0 π¬ 0 π 0WeiΓ ich noch nicht, ich soll am Montag zu meinem regulΓ€ren Zahnarzt
01.06.2025 07:02 β π 0 π 0 π¬ 1 π 0Mir ist heute ein StΓΌck von meinem Backenzahn abgesplittert aufgrund von "interner Resorption". Ursachen dafΓΌr sind unbekannt, ist mit ca 1% PrΓ€valenz selten und unerforscht. Einzige MΓΆglichkeit das zu Erkennen ist durch RΓΆntgen - oder wenn es zu spΓ€t ist.
31.05.2025 11:11 β π 0 π 0 π¬ 1 π 0Geht regelmΓ€Γig zum Zahnarzt.
Lasst euren Kiefer RΓΆntgen.
TW ZΓ€hne
Ich hatte gerade die Idee fΓΌr einen neuen Themenpark:
Health Landβ’ (patent pending)
Man scannt am Eingang seine Krankenkassenkarte und lΓ€sst sich komplett durchchecken.
use iddqd::{IdOrdMap, IdOrdItem, id_upcast}; #[derive(Debug)] struct User { name: String, age: u8, } // Implement IdOrdItem so the map knows how to get the key from the value. impl IdOrdItem for User { // The key type can borrow from the value. type Key<'a> = &'a str; fn key(&self) -> Self::Key<'_> { &self.name } id_upcast!(); } let mut users = IdOrdMap::<User>::new(); // You must pick an insertion behavior. insert_unique returns an error if // the key already exists. users.insert_unique(User { name: "Alice".to_string(), age: 30 }).unwrap(); users.insert_unique(User { name: "Bob".to_string(), age: 35 }).unwrap(); // Lookup by name: assert_eq!(users.get("Alice").unwrap().age, 30); assert_eq!(users.get("Bob").unwrap().age, 35); // Iterate over users: for user in &users { println!("User {}: {}", user.name, user.age); }
new #rustlang crate drop: iddqd! ID-based maps where keys are borrowed from values. Four maps are included: IdOrdMap, IdHashMap, a bijective (1:1) BiHashMap and a trijective (1:1:1) TriHashMap.
At Oxide we've found this pattern to be very useful. iddqd is no-std compatible, too!
docs.rs/iddqd
I came for this joke
20.05.2025 06:21 β π 1 π 0 π¬ 0 π 0And now back to our regularly scheduled dystopia
19.05.2025 17:30 β π 84 π 18 π¬ 1 π 1The #RainbowMap 2025 is live! Find out how 49 European countries rank on LGBTI human rights and see which ones are leading, or falling behind. Check it out now! rainbowmap.ilga-europe.org
14.05.2025 06:03 β π 790 π 336 π¬ 40 π 195That's partly the reason why I started the Open Fortress repo. I finally learned how to structure code and put together mechanics and I wanted to share that with a others
10.05.2025 08:14 β π 1 π 0 π¬ 0 π 0