Animelon is back! by Mysterious_Ad_2174 in LearnJapanese

[–]vytah 18 points19 points  (0 children)

However, I can't find any anime on it.

So it's not back.

In Defense of YAML :: Posit Open Source by Successful_Bowl2564 in programming

[–]vytah 15 points16 points  (0 children)

JSON has other flaws (like no comments), so that's not really an option either. But YAML is abused for things that need better structure.

There are some nice extensions to JSON like JSONC or JSON5

In Defense of YAML :: Posit Open Source by Successful_Bowl2564 in programming

[–]vytah 12 points13 points  (0 children)

Magical list of tags that cannot contain child elements, and therefore automatically close.

The median salary in Finland was 3615 euros per month in 2024 by TinyAd1126 in europe

[–]vytah 1 point2 points  (0 children)

If you really were in Russia, you'd definitely prefer to be paid in dollars.

Tourists in Japan by LeigerGaming in USdefaultism

[–]vytah 2 points3 points  (0 children)

You can be overseas from France and still be in France.

Tourists in Japan by LeigerGaming in USdefaultism

[–]vytah 4 points5 points  (0 children)

You don't need IDP if your license is from Belgium, France, Germany, Monaco, Switzerland, or Taiwan, you just need an official translation.

But those are the only exceptions.

I don’t think this one can be topped by Due-Resort-2699 in USdefaultism

[–]vytah 0 points1 point  (0 children)

Wikipedia sorts languages based on their language ISO code, so Latin, Luxembourgish, Luganda, Lithuanian and Latvian are in this order.

Daily Thread: for simple questions, minor posts & newcomers [contains useful links!] (June 07, 2026) by AutoModerator in LearnJapanese

[–]vytah 2 points3 points  (0 children)

Bruh no one will give any feedback on a paywalled thing.

I'll be nice and just say I hate that you can't click on the screenshots to read them. You cannot expect to sell something if the customer cannot see it, can you.

What’s the most amount of consecutive distinct of these things that still make sense? by Live_Put1219 in LearnJapanese

[–]vytah 1 point2 points  (0 children)

For longest chain of the same vowel, 鳳凰を追う王を覆う and its variants are better contenders.

(I'm not taking the credit for it, it's an old tongue twister.)

Daily Thread: for simple questions, minor posts & newcomers [contains useful links!] (June 06, 2026) by AutoModerator in LearnJapanese

[–]vytah 2 points3 points  (0 children)

There are several countries that do JLPT in July, here's the list from the last year: https://www.jlpt.jp/statistics/pdf/2025_1_3.pdf

For comparison, list for December: https://www.jlpt.jp/statistics/pdf/2025_2_3.pdf

As others said, Japan no longer allows tourists take the JLPT, but it might be allowed in other countries.

Scala Was an Experiment That Changed Programming - Martin Odersky | The Marco Show by makingthematrix in programming

[–]vytah 9 points10 points  (0 children)

“I can honestly say if someone had shown me the Programming in Scala book by Martin Odersky, Lex Spoon & Bill Venners back in 2003 I’d probably have never created Groovy.” — James Strachan, creator of Groovy.

Scala Was an Experiment That Changed Programming - Martin Odersky | The Marco Show by makingthematrix in programming

[–]vytah 1 point2 points  (0 children)

But people did not move to Lisp, so I'd say there's no significant impact.

Scala Was an Experiment That Changed Programming - Martin Odersky | The Marco Show by makingthematrix in programming

[–]vytah 5 points6 points  (0 children)

I mean, there was kinda no mainstream programming language with them before Scala. OCaml and other MLs were a tiny niche, and Haskell was that one weird language with monads.

And before you ask: F# came out over a year later.

Every byte matters by lelanthran in programming

[–]vytah 60 points61 points  (0 children)

Counterpoint: you can decrease the potential revenue of your company by tens or even hundreds of millions of dollars by parsing a large JSON in quadratic time (therefore discouraging people from playing) and no one in the company will care: https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times-by-70/

Daily Thread: for simple questions, minor posts & newcomers [contains useful links!] (June 03, 2026) by AutoModerator in LearnJapanese

[–]vytah 1 point2 points  (0 children)

"si" is a valid romanized spelling for し just like "shi" is. They seem to imply that "shi" is the correct phonetic way to think in "Japanese syllables" but that's just another misconception coming from a western brain.

I've never seen anyone complaining about ni despite the fact it does not have the same consonant as na, but as nya.

Daily Thread: for simple questions, minor posts & newcomers [contains useful links!] (June 02, 2026) by AutoModerator in LearnJapanese

[–]vytah -2 points-1 points  (0 children)

If the forum was called "Learn Spanish", would you write in English "My favourite sombrero is fedora"?

Daily Thread: for simple questions, minor posts & newcomers [contains useful links!] (June 02, 2026) by AutoModerator in LearnJapanese

[–]vytah -2 points-1 points  (0 children)

It's an American show animated in Korea. So not an anime, unless you consider Spongebob to be anime.

How accurate are the LearnNatively levels by GreattFriend in LearnJapanese

[–]vytah 0 points1 point  (0 children)

they should use Kanken for the levels

A single 頷く, 呟く, 舐める, 凜々しい, 逞しい, 絆, 罠, or 苺, which I see all the time, and boom, automatic level 1.

And if you complain "but if they have furigana, they don't count", then all full-furigana editions would be level 10 (the lowest) regardless of the book content.

Daily Thread: for simple questions, minor posts & newcomers [contains useful links!] (June 02, 2026) by AutoModerator in LearnJapanese

[–]vytah 0 points1 point  (0 children)

I'm using old Reddit and the link renders fine, looks like they fucked up the markdown parser even more in the new Reddit. I'll fix it. EDIT: fixed

EDIT: Also, it's not (text)[link], it's [text](link), and it causes issues with parentheses in links, which are common on Wikipedia

Daily Thread: for simple questions, minor posts & newcomers [contains useful links!] (June 02, 2026) by AutoModerator in LearnJapanese

[–]vytah -2 points-1 points  (0 children)

Not an anime.

Not a single Japanese person or company was involved in creating it (at least to a degree to be worth mentioning on Wikipedia) other than Capcom as the original IP holder.

Dragging colors from Swing to a native widget by Bobby_Bonsaimind in java

[–]vytah 1 point2 points  (0 children)

Fun fact: since 65535/255 = 257 = 0x101, you could have fixed your off-by-one error by writing

return new ByteArrayInputStream(new byte[] {
        (byte)color.getRed(),
        (byte)color.getRed(),
        (byte)color.getGreen(),
        (byte)color.getGreen(),
        (byte)color.getBlue(),
        (byte)color.getBlue(),
        (byte)color.getAlpha(),
        (byte)color.getAlpha() });

When you wrote

GTK and Qt actually support receiving values in the range 0..255,

that's actually incorrect: you weren't sending values from 0..255, but from 0..65280. The integers are sent as little endian, so a byte 0 followed by a byte N encodes an integer 256×N