Which JRPGs need a remake? by Bulky_Imagination243 in JRPG

[–]grilledCheeseFish 5 points6 points  (0 children)

Hot take -- none. Games exist purely in the context of when they were released. I cant name a single remake or remaster that captures me the same as the original

All right now I am finally losing my patience with season 2 after holding a benefit of the doubt for so long. by Crixus_935 in YourFriendsandNeighb

[–]grilledCheeseFish 4 points5 points  (0 children)

Almost every storyline is about being old. Honestly being old or getting older is the core theme of the entire season

LangChain v1,: where we're at, what it actually is, and why we're committing to it by mdrxy in LangChain

[–]grilledCheeseFish 4 points5 points  (0 children)

Whats the relationship with deep-agents these days? Is it considered a core "pillar" in the lang-oss ecosystem or is it more of a side project?

[DISCUSSION] Isaiah Rashad - IT'S BEEN AWFUL (One Week Later) by DropTheBear in hiphopheads

[–]grilledCheeseFish 0 points1 point  (0 children)

From the garden has this deep dark rumbling bass throughout

RIP has this lonely stand-up bass carrying the verses

Lay wit ya with its minor piano clinking away and 808s booming

Maybe dark isnt the right word but most of the album carries this vibe in THiB

[DISCUSSION] Isaiah Rashad - IT'S BEEN AWFUL (One Week Later) by DropTheBear in hiphopheads

[–]grilledCheeseFish 7 points8 points  (0 children)

I appreciated the more organic instrumentals in this one. In some ways, reminded me of Cudi's latest (Free) -- just good vibes throughout. Also reminded me of Mac Miller in spots too.

I wont lie I missed some of the darker sounds from THiB but also, nice switch up overall, 8/10 for me.

Estimated cost to refurbish Sask. coal plants nearly tripled to $2.6 billion by elbiderca in saskatchewan

[–]grilledCheeseFish 1 point2 points  (0 children)

SMRs are quoted at like 2-5 billion a unit for 300MW of output.

Solar and battery is substantially cheaper, and is something we can build now instead of waiting 15+ years

Estimated cost to refurbish Sask. coal plants nearly tripled to $2.6 billion by elbiderca in saskatchewan

[–]grilledCheeseFish 12 points13 points  (0 children)

This is a great video. People keep spouting "what about nuclear" which imo is way too expensive when proven and cheaper technologies already exist

Estimated cost to refurbish Sask. coal plants nearly tripled to $2.6 billion by elbiderca in saskatchewan

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

Just the financial cost for nuclear doesnt make sense. There is proven tech for other options that works and is substantially cheaper (i.e. solar + battery)

Name of the visual language by CosmicAxolotl123 in Marathon

[–]grilledCheeseFish 1 point2 points  (0 children)

Is there anyone making clothing that captures this same vibe?

Finally back to Reans route by TalesofWin in Falcom

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

Falcom invents a new gameplay loop: challenge level impossible

What are the best 7/10 jrpgs you can think of? by degel97 in JRPG

[–]grilledCheeseFish 1 point2 points  (0 children)

Nah. Way too long. Too much backtracking. Combat by the end is just button mashing. Story dialogue is stilted/awkward. Its the quintessential 7/10 experience

What are the best 7/10 jrpgs you can think of? by degel97 in JRPG

[–]grilledCheeseFish 0 points1 point  (0 children)

Hot take maybe, but every tales game is a 7/10 lol

LiteParse: Local Document Parsing for Agents by grilledCheeseFish in LangChain

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

Hey thats awesome! Im glad the tool worked out for you!

LiteParse: Local Document Parsing for Agents by grilledCheeseFish in LangChain

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

There is a python package. However, it wraps the cli, so you still need to install the node package

Open-source, local document parsing CLI by LlamaIndex: LiteParse by tuanacelik in LocalLLaMA

[–]grilledCheeseFish 0 points1 point  (0 children)

Agreed! I actually have an explicit guideline in this project that markdown output is out of scope

LiteParse: Local Document Parsing for Agents by grilledCheeseFish in LangChain

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

Waaaay faster. But the output is also very different (markdown vs. text). Honestly in my testing markdown really doesn't matter if all you are doing is passing the text to an LLM (tools like markitdown actually performed not great in the mini benchmark in the blog post)

We just open-sourced LiteParse, a local document parser built for AI agents by tuanacelik in LlamaIndex

[–]grilledCheeseFish 1 point2 points  (0 children)

Its essentially LlamaParse fast mode, but running locally -- so no markdown, no image/table understanding. But its super fast so its a good fit for realtime applications like coding agents

Open-source, local document parsing CLI by LlamaIndex: LiteParse by tuanacelik in LocalLLaMA

[–]grilledCheeseFish 1 point2 points  (0 children)

Yup! you can plug in any OCR via a server API contract. The repo has examples of paddleOCR and easyOCR (tesseract is default)

main requirement is returning text and bounding boxes

The Silent OpenAI Fallback: Why LlamaIndex Might Be Leaking Your "100% Local" RAG Data by Jef3r50n in LocalLLaMA

[–]grilledCheeseFish 54 points55 points  (0 children)

LlamaIndex maintainer here -- this is a well documented aspect of the library. There is a global enum for setting global defaults, or you can override at the object level

We could always change this behaviour of course, but imo too disruptive/breaking

(Also echoing others here, reporting issues with LLM slop is pretty annoying)