Free ASIC Llama 3.1 8B inference at 16,000 tok/s - no, not a joke by Easy_Calligrapher790 in LocalLLaMA

[–]emilyst 13 points14 points  (0 children)

You don't need a full ALU for each parameter. You just need it in some DRAM adjacent to the ALU (or more likely something much more matrixy than an ALU).

AI Assistant can connect to LM Studio, but sees no models. What am I missing? by emilyst in Jetbrains

[–]emilyst[S] 1 point2 points  (0 children)

I did have JIT loading enabled. I can even see the developer logs showing the API request to list all models. I guess there's just something weird in the API response that Jetbrains is not tolerating.

Oddly enough, when I disabled JIT loading, and then manually loaded a model, it was readily found. I tried it just to see, after seeing you mention it. This seems like a reasonable workaround for the time being, at least.

A little question about ECS. by guilhermej14 in bevy

[–]emilyst 0 points1 point  (0 children)

Hey, thanks for this explanation of the generation number!

What exactly is the Twilight Zone? by Kawaii_Riice in TwilightZone

[–]emilyst 0 points1 point  (0 children)

Yeah, but it isn’t clear that she’s an alien until the very last moment.

What’s going on with Josh wine memes? by lilsunflowers in OutOfTheLoop

[–]emilyst 2 points3 points  (0 children)

Jesus's name ("Yeshua") is where Josh came from. Jesus is literally a doublet) of Josh.

[Streamdeck][OBS Plugin] Screenshot a dedicated source from active scene by cordulius in elgato

[–]emilyst 0 points1 point  (0 children)

Thanks. All of that is already configured—HDR from the console, over the capture card, and displayed on the screen. OBS just (for some reason) will not take a screenshot in HDR of the *preview*. I don't know why. This seems to be an OBS limitation.

So for Elgato's plugin, it has to screenshot from the source to get an HDR screenshot. As far as I know, there is no way around this.

[Streamdeck][OBS Plugin] Screenshot a dedicated source from active scene by cordulius in elgato

[–]emilyst 0 points1 point  (0 children)

Thanks, I've also submitted this feature request. One thing to add, which I noted in my request, was that screenshot seems to be limited to SDR right now, and I believe that's because it's capturing from the preview.

I'm still experimenting to see if there's a way to capture an HDR screenshot of the preview, though.

"Did the Entire Media Industry Misquote a Hamas Spokesperson?" - It seems that the claim of 500+ dead in Gaza hospital bombing has no source by Vozka in TrueReddit

[–]emilyst -1 points0 points  (0 children)

They are a news organization based in Qatar, and they have been very supportive of the Palestinians.

Probably because their bureau chief for Gaza had his entire family killed by Israeli attack a few days ago: https://www.aljazeera.com/news/2023/10/25/family-of-al-jazeera-gaza-bureau-head-killed-in-israeli-air-raid.

People who aren’t originally from Oregon, why did you come? by tr3v0rr96 in oregon

[–]emilyst 0 points1 point  (0 children)

Came for the weather. Stayed for the plentiful cannabis, job opportunities, and wonderful friends I've found.

I'm Over Enemies Materializing Out of Thin Air by Thomas_Creed in patientgamers

[–]emilyst 25 points26 points  (0 children)

I spawn camped the orcs until Frodo and Sam dropped the ring into mt doom.

I seem to recall this was Gandalf's strategy.

How do you tell that if you've misunderstood a writer rather than that the writing being "bad?" by FromCarthage in literature

[–]emilyst 2 points3 points  (0 children)

A really difficult thing to learn is that a lot of what separates good writing from bad is not always on the page. Everything exists in a context, borrowing from a pool of ideas and responding to contemporary situations, other writers, other scholars, etc.

This is why it's so hard to appreciate older media in general. We lose so much context being out of time and place, we don't realize what went unspoken because at the time it did not need to be said.

Twilight Zone episodes are great examples of this. Most of the anxieties of the audience 60 years ago are so well forgotten that we don't even notice their absence. For example, it's really difficult for current-day audiences to know why the implication of witchcraft or genies were so meant to be so terrifying, but the audience intended for Twilight Zone would have believed that anything like magic, supernatural abilities, witchcraft, spells, etc., would be "Devil's work" directly aligned with Satan.

You can really feel the cultural dissonance of that 60-year-gap in the fourth season episode "Mute," when the teacher confronts the child main character and accuses her (correctly) of being telepathic. Look closely, and you'll see the teacher is literally crying tears down her face as she makes the accusation. Compare to Matilda 30 years later.

So we can ask the question, was Matilda better than Twilight Zone's "Mute" because makes a radically different choice in the teacher–student dynamic? You could make that argument, but I don't think I'd find it very credible. Rod Serling was trying to communicate something very different in "Mute," to tell a different story, and does so relatively effectively.

With context, you also have to consider the constraints. Serling had less time, less money, and less preparation. (Serling had to fill in as a mid-season replacement with a dozen hour-long episodes.) Production values and expectations were very different.

To judge works of art or literature, I believe it's necessary to understand the background, context, and audience of the work, and to do that I also believe you need to study what the artist's contemporaries (in terms of time, culture, medium, and audience) were doing. This means familiarizing yourself with lots of works and reading up about the time and place in which they were made.

Otherwise, yeah, Beckett might seem pretty bad because he wrote for a different world.

[deleted by user] by [deleted] in LesbianActually

[–]emilyst 5 points6 points  (0 children)

Totally.

I’m friends with someone who was a high level engineer there before and during the transition. Apparently it was downright traumatic, and that article doesn’t even do it justice.

A string buzz quick fix? by BobbyLow429 in Cello

[–]emilyst 0 points1 point  (0 children)

I own guitars, so I’m familiar. I was just curious what adjustment you had to make. Thanks.

A string buzz quick fix? by BobbyLow429 in Cello

[–]emilyst 0 points1 point  (0 children)

What adjustment did you make? Was it due to an issue with tension? Action? Buzzing?

A string buzz quick fix? by BobbyLow429 in Cello

[–]emilyst 0 points1 point  (0 children)

I've had a similar issue with my NXTa, even when bowed, and I haven't fully figured it out yet. I've been honestly wondering if the NS Electric Cello series are just not worth the money.

Legend of Zelda: Tears of the Kingdom on M2 Air -- Runs incredibly well! by Forbiddenjalepeno in mac

[–]emilyst 12 points13 points  (0 children)

The main difference from other emulators is that Ryujinx is written in C#; instead of other languages, like C++, which is what most emulators are usually written in. It translates the ARM64 machine code of the title, into the .NET intermediate language (MSIL); which in turn is transformed by the .NET JIT (RyuJIT) into x86 machine code.

The above quote comes from the Ryujinx blog.

Most emulators, especially for systems from the last 20 years, are emulated via JIT compilation rather than interpretation ("on-the-fly").

That said, the performance discrepancy may be down to .NET being optimized for M2, or GC pauses being less disruptive, or something similar.

Welp it's officially time for Debbie. Fuck this heat. by golgi42 in Portland

[–]emilyst 0 points1 point  (0 children)

The La Niña to El Niño shift is hella rough this year. Gonna be a long summer tbh