rihards paskausks
@rp.wtf
1.3K followers 340 following 730 posts
dev at Color Gray Games. The Rise of the Golden Idol is out!! working on a little horror game on my free time. write occasionally on https://rp.wtf
Posts Media Videos Starter Packs
Pinned
rp.wtf
I wrote about my experiences on setting up Linux on my new Asus Zephyrus G14.

rp.wtf/articles/gam...

#linux #gaming
Gaming on Linux 2025 | rp.wtf
I installed Linux on a gaming laptop.
rp.wtf
rp.wtf
Yeah, I suppose 😄
rp.wtf
You're a way more sophisticated listener than I am.

I mostly listen to the music itself, not the lyrics.

I don't have vinyl, I buy CDs and rip them for my offline collection.

I grew up with metal, but learned to appreciate electronic music later on - you discover new sounds with every listen.
rp.wtf
oh boy do I have a book for you.

(it's "Aliens: Earth Hive")
rp.wtf
the screenshot looks like a timeline of a pillow succumbing to exhaustion. 😄
rp.wtf
Finished "Stream Big" by @nathangrayson.bsky.social. A great "behind the webcam" look at some big names in streaming.

Lessons in discipline and dedication, but also plenty of cautionary tales.
rp.wtf
well, discord, I think you're the one who needs a passkey or something for more security.
A screenshot from the Discord application with the following text:

"We suggest adding a passkey to your account for easier and more secure sign-ins."

Then follows a button with the text "Add a Passkey"
rp.wtf
well, I'm certainly glad I didn't buy a Framework laptop...
rp.wtf
I reinstalled it again.
rp.wtf
I wrote about my experiences on setting up Linux on my new Asus Zephyrus G14.

rp.wtf/articles/gam...

#linux #gaming
Gaming on Linux 2025 | rp.wtf
I installed Linux on a gaming laptop.
rp.wtf
rp.wtf
had to hotfix my discover feed.

(mine's peoplemaking.games/@rp by the way)
bsky UI screenshot. text:

Your muted words

mastodon in text & tags
Expires in 30 days • Excludes users you follow
rp.wtf
I wrote about my experiences on setting up Linux on my new Asus Zephyrus G14.

rp.wtf/articles/gam...

#linux #gaming
Gaming on Linux 2025 | rp.wtf
I installed Linux on a gaming laptop.
rp.wtf
rp.wtf
ah, read the grug book, I see 😏
rp.wtf
Oh, yeah, I feel you. I'm _very_ new to this as my desktop just has a single card.

The fedora install can't boot into dedicated GPU mode, its just a black screen (maybe i should check HDMI). Back with CachyOS i couldn't really run any game in dedicated GPU mode. Sometimes I can't force PRIME etc ..
rp.wtf
At the end of the day, there should be more grass touching and less posting, I think 😄
rp.wtf
They have deluded themselves that they need massive amounts of money and electricity so they can invent Artificial General Intelligence, and that will then solve world hunger, the climate crisis etc. instead of, as you said, actually solving these problems with the money.
rp.wtf
The CEO should just get a PR person instead of publicly fighting with her own users.
rp.wtf
spent the weekend figuring out that hybrid graphics on Linux aren't that straight forward, but at least now my new laptop is cleansed from the wickedness that is Windows, while still being able to run Cyberpunk 2077.
rp.wtf
Oh man I loved this game as a kid. Me and the boys used to play a ton of the mode where you get to fight against waves of aliens. And SP was fun too.

Had no idea there were people out there who actually didn’t like this game 😄
rp.wtf
I think you're overcomplicating things here. Here's how I'd do it:
A code screenshot with the content:

func either_is_true(...bools: Array) -> bool:
	var booleans: Array[String] = []
	for boolean: bool in bools:
		booleans.append_array(str(boolean).split(""))
	
	booleans.sort_custom(
		# needs to be updated in case they change "false" to something else.
		func(a: String, _b: String) -> bool:
			return a != "f" and a != "a" and a != "l" and a != "s" and\
					a != "e" and a != "r" and a != "u"
	)
	
	return booleans[0] == "t"
rp.wtf
Oh, I remember i had just the circle part of that keyboard.

Googled - It was called wolfclaw devour.

Was hella comfortable playing shooters.

Actually, I have no idea where I've put it and if I even still have it...
Reposted by rihards paskausks
furry-hater.bsky.social
TODAY IS THE ONLY DAY YOU CAN REPOST THIS!!!
rp.wtf
Hah, I understand. I love fullstack though - there's a lot of exciting things to do in both ends!
rp.wtf
Ah. It does start to look more like a bubble from where Im standing, but maybe I'm not following this tech well enough to know 🤔

I tried windsurf (AI tab-completion) on a Godot project for fun yesterday. Turned it off like after an hour lol. So distracting, how can anyone be productive with this...
rp.wtf
I wouldn't be too worried about being replaced. AI is pretty hot garbage and will continue to be. It can't even do tab completion properly, never mind something with a bigger scope.