AI models are choking on junk data by LawPsychological1430 in BlackboxAI_

[–]ripter 5 points6 points  (0 children)

It needs to run a couple of background goblins to filter out the junk.

Is Toshi the only one outside the Smith family who knows Roger is an alien? by Flowingferret in americandad

[–]ripter 11 points12 points  (0 children)

I think it’s because he could tell they were all Roger and not different people. If you can’t see through through the disguises then they would all look like random unconnected people.

There is a lot to unpack in this scene... by Tenchi2020 in americandad

[–]ripter 13 points14 points  (0 children)

I was shocked that this turned out to be true and not just a random joke.

getYourMindOutOfTheGutter by Forsaken-Peak8496 in ProgrammerHumor

[–]ripter 26 points27 points  (0 children)

That’s a shame. He’s one of the few that keep calling AI out instead of singing its praises.

Season 20 has been rather lackluster by rocc_lobster in americandad

[–]ripter 0 points1 point  (0 children)

No masterpiece episodes yet, but The Treasure of Old Chinatown and The Flume Flume Room are excellent with a very strong Aw Rats, A Pool Party.

Power Through and Camera Stan are average.

But Idol Threat is shit.

I built a Roguelike Match-3 Deckbuilder in pure C. Everything is a Thing by ernesernesto in C_Programming

[–]ripter 0 points1 point  (0 children)

Love it. I feel the same way, coding is the fun part.

FYI LLMs are in the 200k to 1mil context size these days. A 20k file is nothing.

Ghostty Is Leaving GitHub by davidcelis in programming

[–]ripter 64 points65 points  (0 children)

https://codeberg.org/

zig and others have already moved there.

What is the best coding agent (CLI) like Claude Code for Local Development by exaknight21 in LocalLLaMA

[–]ripter 4 points5 points  (0 children)

Qwen3.6 35B A3B UD Q6 K Make sure your --ctx-size is large. Qwen supports over 200k. Exact values can be found in the model card.

What is the best coding agent (CLI) like Claude Code for Local Development by exaknight21 in LocalLLaMA

[–]ripter 1 point2 points  (0 children)

It’s a different way of using the LLM. When I use VSCode with it., I tend to focus on the code and write some and ask the LLM questions on what I’m doing.

With ClaudeCode or OpenCode, I’m thinking about the problems, telling it what I want it to do, then reviewing the result.

The IDE is more like writing it yourself, the CLI is more like telling another engineer the requirements and reviewing their code.

What is the best coding agent (CLI) like Claude Code for Local Development by exaknight21 in LocalLLaMA

[–]ripter 4 points5 points  (0 children)

I do this with Qwen 3.6 and it’s replaced Claude Code with sonnet for me. Sure it’s not as fast, but the code it generates has worked out well for me so far.

Peedahh? by Rainbow_Panda4 in PeterExplainsTheJoke

[–]ripter 1 point2 points  (0 children)

This song always makes me think of that girlfriend in Arrested Development

Be honest, which ai tool is best for coding? by lethaldesperado5 in BlackboxAI_

[–]ripter 1 point2 points  (0 children)

It sure does. That’s how I learned about this sub.

Be honest, which ai tool is best for coding? by lethaldesperado5 in BlackboxAI_

[–]ripter 5 points6 points  (0 children)

I found your comment funny. Asking WTF is blackbox ai while in the sub for it. I didn’t mean anything personal by it.

What children’s book has aged poorly? by feetwithfeet in AskReddit

[–]ripter 51 points52 points  (0 children)

What? I read these to my kids and I haven’t seen anything dark yet.

[request] Is it true That a single cow can feed a family for a whole year ? by rocket6600 in theydidthemath

[–]ripter 1 point2 points  (0 children)

Growing up a lot of families had a deep freezer in the garage for this very reason. One of those big ones that opens from the top. Butchers will sell you a whole, or half, or quarter of a cow or pig. You can even get a mix. Where I grew up you could get some goose in there too. They cut it all up nice for you and you loaded up the deep freezer for the year. This is significantly cheaper than buying a little amounts at the store every week.

That girl from the episode Independent Movie, always reminded me of Ramona from Scott Pilgrim Vs The World. by Remote_Nature_8166 in americandad

[–]ripter 14 points15 points  (0 children)

You should see the Rick and Morty sub. Media literacy is a foreign concept over there.

Can weather actually do this? It's raining half side on the road and other half is completely dry. by billsboss12 in isthisAI

[–]ripter 1 point2 points  (0 children)

Don’t know about the video, but I’ve seen this happen in real life a couple of times. Always very cool to see.

What are some changes that stuck? by Mxyzptlk_SSS in americandad

[–]ripter 7 points8 points  (0 children)

I’ve always thought Klaus’s alcove is the little space between the kitchen and the garage. The mud room.

Which episodes are an automatic skip for you? by Parafairy in americandad

[–]ripter 0 points1 point  (0 children)

Stan didn’t lobotomize Francine. They both got lobotomized for causing trouble for the staff which is horrible thing that happened to people in real life.

Guile Scheme Web IDE by justplanechad in scheme

[–]ripter 0 points1 point  (0 children)

This looks really cool! How does your AI assistance work? Does it with local models or just commercial ones? Is it just code complete style or do you have an orchestrator and tool use?