Advertisement · 728 × 90

Posts by Rph

it should be a criminal offense for sunday to be the default first day of the week in any program

1 day ago 69 5 3 0

Catch me renderdocing minecraft at 23:00

3 weeks ago 0 0 1 0
    float screenSizeX = 2 / ProjMat[0][0];
    float screenSizeY = -2 / ProjMat[1][1];

    switch (gl_VertexID % 4) {
        case 0:
            gl_Position = ProjMat * ModelViewMat * vec4(Position.x, screenSizeY - 10.0, Position.z, 1.0);
            break;
        case 1:
            gl_Position = ProjMat * ModelViewMat * vec4(Position.x, screenSizeY, Position.z, 1.0);
            break;
        case 2:
            gl_Position = ProjMat * ModelViewMat * vec4(Position.x,  screenSizeY, Position.z, 1.0);
            break;
        case 3:
            gl_Position = ProjMat * ModelViewMat * vec4(Position.x, screenSizeY - 10.0, Position.z, 1.0);
            break;
    }

float screenSizeX = 2 / ProjMat[0][0]; float screenSizeY = -2 / ProjMat[1][1]; switch (gl_VertexID % 4) { case 0: gl_Position = ProjMat * ModelViewMat * vec4(Position.x, screenSizeY - 10.0, Position.z, 1.0); break; case 1: gl_Position = ProjMat * ModelViewMat * vec4(Position.x, screenSizeY, Position.z, 1.0); break; case 2: gl_Position = ProjMat * ModelViewMat * vec4(Position.x, screenSizeY, Position.z, 1.0); break; case 3: gl_Position = ProjMat * ModelViewMat * vec4(Position.x, screenSizeY - 10.0, Position.z, 1.0); break; }

I love fucking around with core shaders

3 weeks ago 0 0 1 0
Minecraft inventory screenshot, but the text that's meant to be in the tooltip when hovering over an item is at the bottom of the screen instead.

Minecraft inventory screenshot, but the text that's meant to be in the tooltip when hovering over an item is at the bottom of the screen instead.

help all my text has fallen to the bottom of the screen

3 weeks ago 3 0 1 0

Child support is passive income if you are clever about how you are raising your child. (Roblox, youtube shorts, etc)

3 weeks ago 2 0 0 0
a youtube screen shot of a man in a symphony orchestra playing an octobass, which is a very, very, very large bass.

a youtube screen shot of a man in a symphony orchestra playing an octobass, which is a very, very, very large bass.

Well that is just silly

3 weeks ago 72 5 7 13

mods.one now supports japanese, russian and polish as the website UI languages, with more to come in the future. Thank you to the translators for helping on that!

2 months ago 3 2 1 0
Advertisement
Preview
GitHub - rphsoftware/resource-pack-deobfuscator: Resource pack deobfuscator for minecraft resource packs Resource pack deobfuscator for minecraft resource packs - rphsoftware/resource-pack-deobfuscator

I made a little tool to deobfuscate minecraft resource packs from servers, go play around with it: github.com/rphsoftware/... / resource-pack-deobfuscator.pages.dev

2 months ago 2 1 0 0
Post image Post image
3 months ago 200 54 4 0

facts

3 months ago 29 3 2 0

If you root your phone (and make the system partition writable, whole other quest!) you can add certs to the system cert store (or use a root tweak to force apps to accept user certs)

5 months ago 3 0 1 0

Android lets apps ignore user-installed CAs and it is a default value for most apps nowadays, and something apps need to explicitly opt-in to, which is different from iOS

5 months ago 3 0 2 0
Screenshot of a linux terminal. The first command ran shows that the music folder is 264 GB. The second command ran shows that the music folder has 10172 files.

Screenshot of a linux terminal. The first command ran shows that the music folder is 264 GB. The second command ran shows that the music folder has 10172 files.

Am I doing this right? (Shared-with-a-few-friends navidrome instance that I've been building up the library for for a year now)

6 months ago 4 0 1 0

The only games that deserve audio output privileges are rhythm games

6 months ago 4 0 0 0
Advertisement
Post image

saturday

1 year ago 2074 611 24 7
Discord settings screenshot. The "Show Spoiler Content" setting is set to "Always".

Discord settings screenshot. The "Show Spoiler Content" setting is set to "Always".

Every website with spoiler tags should have a setting like this tbh, I will click on everything regardless

8 months ago 3 0 0 0
STOP USING RETROARCH

* EMULATORS WERE NOT SUPPOSED TO BE CORES
* YEARS OF ADDING "FEATURES" YET NO REAL-WORLD USE FOUND for switching to retroarch
* Wanted to use shaders anyway for a laugh? We had a tool for that: It was called "CRTs"
* "Yes please give me MAME 2003 Plus" "Please give me 14 different versions of bsnes and snes9x to choose from" - Statements dreamed up by the utterly Deranged

LOOK at what retroarch devs have been demanding your Respect for all this time, with all the emulators we built for them
**(This is REAL emulation, done by REAL retroarch devs):**

Shows a picture of cryptic retroarch errors
Shows awful looking shaders applied to Sonic 2 before and after
Shows a clunky UI design with a dropdown for every possible number to set for audio latency

"Hello Steznek, developer of Duckstation help me with my retroarch problem"

They have played us for absolute fools

STOP USING RETROARCH * EMULATORS WERE NOT SUPPOSED TO BE CORES * YEARS OF ADDING "FEATURES" YET NO REAL-WORLD USE FOUND for switching to retroarch * Wanted to use shaders anyway for a laugh? We had a tool for that: It was called "CRTs" * "Yes please give me MAME 2003 Plus" "Please give me 14 different versions of bsnes and snes9x to choose from" - Statements dreamed up by the utterly Deranged LOOK at what retroarch devs have been demanding your Respect for all this time, with all the emulators we built for them **(This is REAL emulation, done by REAL retroarch devs):** Shows a picture of cryptic retroarch errors Shows awful looking shaders applied to Sonic 2 before and after Shows a clunky UI design with a dropdown for every possible number to set for audio latency "Hello Steznek, developer of Duckstation help me with my retroarch problem" They have played us for absolute fools

1 year ago 2135 903 72 49

one sidenote if you decide to take the documentation route, the site I linked seems to have not had any of the actual documents archived by the Wayback Machine, but I found a Microsoft-official source on the .lnk format: winprotocoldoc.z19.web.core.windows.net/MS-SHLLINK/%...

9 months ago 2 0 0 0

Could borrowing some code from Wine be an option? github.com/wine-mirror/... seems to be "code-as-documentation" for them, and references web.archive.org/web/20150323... as a source (archive link, original site seems long-dead)

9 months ago 2 0 0 0

trans women are women. pass it on 🏳️‍⚧️🏳️‍⚧️🏳️‍⚧️

9 months ago 4 1 0 0

starting a shop that specialises in retro nintendo handhelds and calling it the .DS_Store

9 months ago 3 0 0 0

they are obliterating us in our own native culture!!

10 months ago 178 13 4 0

i'm kinda like an sk hynix nand chip i can't remember shit

10 months ago 91 17 9 0
Advertisement

"DOMException: The operation is insecure."
Thanks Firefox, but I'd much prefer if my errors were informative instead of relatable.

10 months ago 3 0 0 1

I mean, OpenSubsonic should be a reasonable base target, iirc almost every "subsonic-like" music server supports that nowadays

10 months ago 1 0 0 0

come to poland

11 months ago 0 0 0 0

oh, wacca's amazingly fun

i wish it didn't, come out at such an unfortunate time, it really could have become a big competitor for other mainstays

11 months ago 0 0 0 0

"Zombies ate my pirate ship" is a song about crashed processes freezing a seedbox

1 year ago 4 0 0 0

The xbox 360 supports Polish

1 year ago 3 0 1 0

i hope the entire betaarchive collection gets leaked onto an open access file directory server someday

1 year ago 39 19 2 0
Advertisement