Advertisement · 728 × 90

Posts by CryZe

Post image

This must be the first time I see them shrink the font size to fit more words

1 month ago 1 0 0 0
Kena: Bridge of Spirits Coming to Switch 2 this Spring!
Kena: Bridge of Spirits Coming to Switch 2 this Spring! YouTube video by Ember Lab

www.youtube.com/watch?v=_veh...
I knew it. There was just no way that it wouldn't come to the Switch, when the game is so clearly inspired by Nintendo games.

1 month ago 2 0 0 0
Video

LiveSplit One now supports adding nested rows and columns of components to layouts, allowing for much more complex layouts.

1 month ago 2 1 0 0
Video

Amazing news! @cryze92.bsky.social, who is a big part of the team over at LiveSplit, has built integration to therun from LiveSplit One.

That means you can now get live stats and therun integrations right from your browser.

CryZe created the video below. Everyone say thanks to CryZe!!!

1 month ago 24 5 1 0
Post image

The devs at YouTube having increasingly worse eyesight meme continues:

2 months ago 1 0 1 0
Post image Post image Post image

TIL that English does not always use . as the decimal separator. Unicode actually defines region specific variants of English (such as en-DE, i.e. the English spoken in Germany) with , as the decimal separator and the OSes / browsers actually base their formatting on that.

4 months ago 2 0 0 0
Post image

It looks like they incorporated Zonai-esque patterns into the new tunic design.

5 months ago 1 0 0 0
Post image

Nice little easter egg on Duolingo

5 months ago 1 0 0 0
Advertisement
Post image

Age of Imprisonment can just straight up stream a full second screen at 60 FPS to a second player on a Switch 1. That‘s crazy.

5 months ago 4 0 0 0

Seems like they have an entire speedrun in there.

6 months ago 1 0 0 0
Post image

LiveSplit has been sighted in the GameFreak Tera Leak xD

6 months ago 4 0 1 0

太 is the kanji to use for the girth of cylindrical objects... ok dude

6 months ago 2 0 0 0
Post image

TW: suicide

more context

6 months ago 0 0 0 0
Post image

TW: suicide

Sooo… I really don‘t know what to do about this. We have someone in the Rust Discord that claims they are going to end their life confessing their love to their project manager at Microsoft tomorrow. Like they might be trolling, but if not, this should probably be reported right?!

6 months ago 0 0 1 0

Ludwig's FAST 52 is so entertaining. They did a really good job so far.

6 months ago 2 0 1 0

Rc / Arc are the real CoW types (they have „methods“ for that use case).

6 months ago 1 0 0 0

Also (one of) the word(s) for husband is 主人 which is the Korean 주인 which means "owner" 🤨

7 months ago 2 0 0 0
Advertisement
Post image

Oh god all the different words for the family members in Japanese are so confusing. They distinguish between who is talking to who, so there's lots of different words. And then there's this weird thing, where the words for uncle and aunt suddenly mean grandfather and grandmother if you add "-san"

7 months ago 3 0 1 0

Look into target features, here‘s an example from my code: github.com/LiveSplit/Li...

7 months ago 2 0 0 0

My language wasn't set to Japanese, so it's a bug regardless. Though going from 0 to 11 makes so much more sense mathematically, that I don't actually mind.

8 months ago 2 0 0 0
Post image

When I was playing DK Bananza I noticed my save file says it got saved at 0:30 a.m. I thought I discovered a bug (0 a.m. instead of 12 a.m.). But as it turns out that's just straight up a thing they do in Japanese. en.wikipedia.org/wiki/12-hour...

8 months ago 2 0 1 0
I Built The Zelda Wind Waker Boat In Real Life (and Sailed It)
I Built The Zelda Wind Waker Boat In Real Life (and Sailed It) YouTube video by Littlejem

That's so crazy: www.youtube.com/watch?v=Mxzv...

8 months ago 3 1 0 0

Apparently it‘s so bad, you can start a lesson without a sufficient amount of energy and no warning, so you have to quit midway through, discarding all the progress.

8 months ago 2 0 0 0

I finished the Korean to Japanese course on Duolingo. Just in time for them to downgrade the service even further where you now lose hearts (now called energy) regardless of whether you make mistakes or not.

8 months ago 3 0 1 0

TIL there's "three" endings to DK Bananza.

8 months ago 0 0 0 0
Post image

To highlight why it's the better choice than sRGB, I extended the comparison to use colors. sRGB completely fails at blending green text on top of the red background and has dark anti aliased regions, whereas the others handle it correctly, but fail at preserving the text weight (except my "Oktext")

9 months ago 3 0 0 0
Post image

You simply take Oklab and replace it's 3.0 gamma with 2.2 for text. It's the best of all worlds, as it preserves most of Oklab's advantages, but works well for text (weight should look the same as sRGB). From top to bottom: Oklab, sRGB, linear, "Oktext":

9 months ago 1 0 1 0
Advertisement

As it turns out Oklab is not suited for text as it also does not correctly preserve the weight of the text. sRGB is actually the best that we got. However, you will need to blend colors, so sRGB actually does an awful job. So I came up with "Oksrgb" / "Oktext" (?). (next post)

9 months ago 1 0 1 0

For text you have the huge problem that rendering it in linear space causes the text to have a weight issue. Black text on a white background will appear thinner than white text on a black background. So you want to do it in a perceptual color space instead. (next post)

9 months ago 2 0 1 0

I've been looking into color spaces, and it's actually super complicated which one is ideal for which situation. I've come to this conclusion:
- Color definitions: Oklch
- UI gradients: Oklab
- 3D: Linear
- Alpha Blending: Possibly linear?
- Anti Aliasing for Text: They are all bad, check next post

9 months ago 4 1 1 0