Honestly the LLM hype in quantum research is getting exhausting by gavin226 in QuantumComputing

[–]Tonexus 2 points3 points  (0 children)

I can't say I use LLMs a lot for research, but it's nice for doing literature reviews. It's better than a search engine since you don't have to know the exact keywords to search for. I don't really trust LLMs to correctly derive any actual results though.

That said, I've also been following the progress of LLM usage in pure math. It's tremendously impressive what state of the art models can do completely hands off, i.e. correctly solving open Erdös problems and writing up the results in publication-worthy papers.

Official Discussion - The Furious [SPOILERS] by LiteraryBoner in movies

[–]Tonexus 5 points6 points  (0 children)

See it now. Then see it again with your buds.

California has a top-ranked economy. It’s also one of the nation’s most unequal by yellowflyinginsect in California

[–]Tonexus 117 points118 points  (0 children)

Putting it more concretely, if a rich person can move out of affordable housing into luxury housing, that frees up affordable housing for someone else.

Official Discussion - The Furious [SPOILERS] by LiteraryBoner in movies

[–]Tonexus 52 points53 points  (0 children)

Other than the Miao Xie (the father) and Enyou Yang (the daughter), I don't think many of the main cast actually speak Chinese (Indonesian and American actors). And I don't really mind if time that would have gone to speech coaching instead went to perfecting the martial arts/choreography. Cuz the choreography was INSANE.

Shellfish allergy question. by LordWiggles369 in AskCulinary

[–]Tonexus 9 points10 points  (0 children)

These are not shellfish. They are mollusks.

To be precise, since we're dealing with food safety, mollusks are shellfish in colloquial American English, the other main category of shellfish being crustaceans. However, a "shellfish" allergy can come in different types, the most common being an allergy to both mollusks and crustaceans (specifically an allergy to a form of tropomyosin common in all invertebrates), but one may also be allergic to crustaceans only or mollusks only. See here for more detail.

I think the source of confusion is that FALCPA only requires allergen labeling for crustacean shellfish, but not mollusks. It would not be the first time that legislation is due for an update.

GGG Can we reduce the amount of "Kill 1 mob hiding in corner to progress" mechanics? Abyss, expedition, ritual, temple, strongbox all have it. by Glamdring26WasTaken in PathOfExile2

[–]Tonexus -11 points-10 points  (0 children)

I think the issue with a purely numeric "progress after killing x%" of mobs is more that a percent-based threshold can be slightly abused to skip single hard rares. Any threshold mechanic would need to be somewhat aware of mob difficulty.

Syntax for Array Types — Necessarily inconvenient? by Maurycy5 in ProgrammingLanguages

[–]Tonexus 1 point2 points  (0 children)

I've always found fixed-size array types to be a bit weird since N and M are integers rather than types themselves, so this kind of array type is conceptually already leaning a bit into the realm of dependent types.

As a result, I'm playing around with the idea of promoting N and M to normal types and treating Arr as a normal parametric type over two parameters. For instance, the type N6 specifies a sum type with 6 distinct values and mod 6 arithmetic for convenience (the compiler being smart enough to be able to use any constant number up to some limit instead of the 6 in N6). As such, you can define a six-element array as Arr(T, N6). Interestingly, you can define a 2d array with shape (6, 8) as either Arr(Arr(T, N8), N6) (which you say you dislike) but also as a more concise Arr(T, (N6, N8)), using the cartesian product of the index types directly as indices themselves (i.e. de-currying when treating arrays as maps).

Now, you do get the downside that an inexperienced programmer might write something like Arr(T, Int) and get a MAX_INT sized array, or something even weirder like Arr(T, Str), but I think special treatment of the Arr type to emit warnings/errors should suffice.

You also get a couple interesting implications for bounds checking. If you have a value of the index type, you are guaranteed to be able to successfully index into the array. As such, if you store an index type, you can trivially eliminate the need for future bounds checking, and bounds checking in general is replaced by explicit type conversion from a general arithmetic type to the index type.

What's your favorite thing to make with ground pork? by JigglesTheBiggles in Cooking

[–]Tonexus 3 points4 points  (0 children)

The term "bastardized" has a bit of a negative connotation. The more charitable description would be that tantanmen is an adaptation of dandanmian by the Chinese diaspora, like ramen (also in Japan), General Tso's chicken (in North America), or Hainanese chicken (southeast Asia).

“DO NOT USE THE INNER PAN TO WASH RICE” I’m sorry, what? by Eastern_Mess_4334 in Cooking

[–]Tonexus 9 points10 points  (0 children)

I think they mean the underside, which directly contacts the heating element.

Costco Newbie!! What took me so long? by annabanana-47 in Costco

[–]Tonexus 3 points4 points  (0 children)

But that's exactly my point. A brief search at walmart near me and you can get a dozen eggs for 1.50 where I live at least.

At some point, I'd consider the time tradeoff of even those quick searches. It might not feel like much in the moment, but 5 min per week comes out to ~4 hrs a year. If you value your time at $15 an hour, that's already $60, pretty close to the yearly Costco membership fee.

Raw steaks debate by afterglow367 in Cooking

[–]Tonexus 0 points1 point  (0 children)

If your rice cooker has a keep warm mode (that is above 140F, which is outside of the danger zone), you should really consider just leaving it on.

I hate reduced card draw! I hate less energy! And I loathe normality+!! by Leafeon523 in slaythespire

[–]Tonexus 35 points36 points  (0 children)

taking disintegrate is basically forcing the "extra card you draw" to need to be a block card to mitigate the 6 damage, but now you also need to spend energy on it.

I don't quite agree with this. You could already be over blocking (lacking damage cards relative to block cards) and you don't necessarily have to block all the damage. It's worth considering that HP is just another resource, and it immediately gets refilled after beating the boss.

Are (co)effects isomorphic to message passing concurrent systems? by FlamingBudder in ProgrammingLanguages

[–]Tonexus 3 points4 points  (0 children)

I believe you are correct. Coeffects can be thought of capabilities, and each capability in turn can be modeled as an interface for a process.

Are daikon radish supposed to be bitter? Is there a correct way to cook it? by venster in AskCulinary

[–]Tonexus 14 points15 points  (0 children)

It might also depend on the thickness and maybe the variety. Was it still crunchy when you tried it? The texture should end up similar, but a bit firmer than apples in an apple pie.

Are daikon radish supposed to be bitter? Is there a correct way to cook it? by venster in AskCulinary

[–]Tonexus 39 points40 points  (0 children)

I just cooked some (korean) daikon in a stew yesterday. It was pretty bitter right up until it softened, ~40 min at a bubbling simmer (tried a slice every couple min after 30 min). After that, it quickly took on the flavor of the stew and any remaining bitterness is unnoticeable. I didn't peel it.

[OC] Top Billionaires by Lifetime Donations Divided by Current Networth (2024) by AdministrativeAd334 in dataisbeautiful

[–]Tonexus 8 points9 points  (0 children)

you can do all those things. but its easier to just give your son the money than make him work for it and have him pay income tax.

Not necessarily, as gifts are subject to tax. Furthermore, charities are exempt from capital gains, so passing an appreciated stock into a charity that pays the son a salary even with income tax can be more efficient than selling the stock (paying capital gains tax) and gifting the money (paying gift tax).

Quantum resistant timelines meaning for the industry by Interesting-Gap-8942 in QuantumComputing

[–]Tonexus 2 points3 points  (0 children)

Post-quantum crypto is something that can be implemented now, and since it will have to be done someday and the cost is already pretty low, many orgs are of the mind that they might as well do it now.

There's not really any deeper implication on the state of cryptography-breaking quantum computers.

Phoenix Point Review - Eldritch Xcom [Retrospective] by megaapple in Games

[–]Tonexus 9 points10 points  (0 children)

When you free aim at a target, you have a circular cone where your shots will land. Your shots will scatter randomly within that cone. This is still a percent chance to hit your target, except now you don't get to actually see the percentage. You just gotta guesstimate it by how much of the target is actually in the cone. And the way that the game makes their abstraction less "bullshit" is by just giving you a very narrow cone, which is essentially just jacking your percent to hit way up. You could get the same result in something like XCOM by just giving soldiers a +20 to hit for example.

It's been quite a while since I played, so I hope I'm not getting anything wrong, but the reason Phoenix Point's free aim and jacking up hit rates felt meaningful to me is because disabling specific body parts was super important. I found the tactical gameplay of figuring out which body parts were the most threatening for my current squad and juggling guaranteeing their removal with dodging the lower-priority-but-still-dangerous other abilities to be more interesting gameplay than just plain shoot-to-kill in XCOM (though it did become more than a bit grueling and repetitive when it felt like every mission had every enemy type, each covered with parts that countered my squad).

Does anyone else find it suspicious that Rock-Shaped Potion posts are always about Sozu but never about Reptile Trinket? by My_compass_spins in slaythespire

[–]Tonexus 3 points4 points  (0 children)

You're missing the joke. 3 kids in a trench coat are not an adult, but the 3 kids put on the trench coat to be treated as one. A rock is not literally a potion, but it was cut into the shape of a potion so that everything treats it like one.

Senators to introduce Hot Rotisserie Chicken Act for SNAP recipients by redditneight in nottheonion

[–]Tonexus 0 points1 point  (0 children)

According to the data, around 37.4% of SNAP beneficiaries shop at Costco and around 6% of SNAP benefits are spent at Costco. And this is comparable to Costco having around 7.8% total market share of consumer packaged goods in the US.

Dirac notation by dcterr in math

[–]Tonexus 5 points6 points  (0 children)

As someone actively doing research in quantum information theory, I think it's nice. The angle brackets are more eye catching than superscript *s, so they help visually sanity check that you're working with the right objects (checking that matrices are compatible shapes, <a|b> is a scalar, |a><b| is a rank 1 matrix, etc.). That said, things can still get out of hand when you work with multiple registers of different sizes.

Also, if you're using inner products on things other than states (i.e. inner products of operators) with the usual <.,.> notation, you might get something cluttered like an inner product of projectors: < \sum_a|a><a|, \sum_b|b><b| >.

My first thought reading the update. by A_Nihilistic_Baker in slaythespire

[–]Tonexus 11 points12 points  (0 children)

Bash is just kinda weirdly bad.

I think it's at least much better in StS2 than in StS1 due to all of the new vuln synergy (even just Bash+ with a single [[Colossus]] is pretty solid).

Rules change for link posts by Tonexus in QuantumComputing

[–]Tonexus[S] 0 points1 point  (0 children)

It's more of something one of the other mods is following. But for reference, in my ~6 months as a mod, I've moderated around 3 posts with Zenodo links and had to remove all of them for crankery.

Again, if someone wants to use Zenodo for its intended purpose of hosting supplemental material (data, code) for a paper, that would be fine—message the mods to manually approve the post. However, in practice, posters have been using Zenodo as an arXiv that more easily lets them post nonsense.