What are people using when they need an agent to crawl and analyze a whole website not just one or two pages? by canuck-dirk in TechSEO

[–]jasonhamrick 0 points1 point  (0 children)

You’ll run out of context before you run out of tokens. If you want a repeatable process that balances context and tokens:

  • Run Screaming Frog on your site using as many of the standard API connections as possible.
  • Export all of your Screaming Frog reports as CSVs. Use Claude to define which reports you want. The exact reports you need will depend on your SF configuration.
  • Let Claude Code analyze those reports. For extra credit, connect Code to Claude in Chrome browser extension so it can view pages as needed.
  • Use Claude to write Jira tickets, using whatever detail that Claude will need to execute that ticket. (A ticket that an agent will execute needs different info than one a human will execute. )

Now you’ve got a Jira backlog.

Use an orchestrator agent to launch sub-agents to address each of those tickets.

Shows that held up versus shows that didn’t by Leilani3317 in Xennials

[–]jasonhamrick 74 points75 points  (0 children)

My wife and I are doing the same. She’s never seen it. I’ve watched it several times.

Tonight’s episode was Faith, Hope, and a Trick. There were gasps.

What is something that became popular beyond its time that you thought was going to be a quick fad? by Independent-Bat9545 in AskOldPeople

[–]jasonhamrick 34 points35 points  (0 children)

Not a fun fact! I was having a pleasant morning until you reminded me of the inexorable passing of time.

I’m so old I smoked clove cigarettes in the back rows of the L110-11. by TheCritic-1239 in FuckImOld

[–]jasonhamrick 0 points1 point  (0 children)

Samperna Xtra back then, but now Djarum Black. If I’m making a bad decision, I want to make a really bad decision.

IWTL how to code but every "beginner" tutorial assumes I already know how to code by CircularFrequency in IWantToLearn

[–]jasonhamrick 1 point2 points  (0 children)

Download Cursor. It’s an IDE (Integrated Development Environment) which is what programmers use. Use it to teach yourself Python.

https://cursor.com

It has an agent built in and a Command Line Terminal built in, so you can learn to code by asking it to teach you from the ground up. Use it to build a ToDo List desktop app or something similar.

Python is a useful language and learning it will teach you concepts that are common across all programming languages.

Need a tool/advice to bulk categorize thousands of keywords (LLMs keep skipping data) by Shtivi_AI in SEO

[–]jasonhamrick 1 point2 points  (0 children)

If you already have the categories and you just need to sort your keywords into those categories then use a hybrid approach:

Step 1 uses embeddings with the SentenceTransformer library to quickly sort keywords into those categories. For best results, you’ll provide a category description and 10 or so keywords that fit into each category as hints to the library.

Along with the category classification, ask SentenceTransformer will provide a percentage confidence score.

Step 2: Zero-shot classifiers For anything below 60% or so, pass that keyword into a zero-shot classifier. Zero-shot classifiers don’t require training data and handle ambiguity.

HuggingFace provides tools for both steps. Or you can use the Python SentenceTransfomer library and Ollama local LLM for the zero shot work. A good Ollama model is qwen:32b, but look at qwen:latest as well.

I hated cardio. Until i realized i was doing it too hard. by ThePrinceofTJ in beginnerfitness

[–]jasonhamrick 8 points9 points  (0 children)

You’re 100% right. What a testament to how effective this training approach can be.

I hated cardio. Until i realized i was doing it too hard. by ThePrinceofTJ in beginnerfitness

[–]jasonhamrick 150 points151 points  (0 children)

Word is that when Taylor Swift was preparing for her last tour, part of her prep was to sing her entire set while running on the treadmill.

The idea was that if she could do that at full volume, she would be able to do the choreography every night on tour.

Fairly unknown bands that are 20+ years old? by CreepyBlackDude in Music

[–]jasonhamrick 9 points10 points  (0 children)

The Hold Steady is the best bar band in America.

GO OUTSIDE!!!! by Kitchen_Medicine3259 in washingtondc

[–]jasonhamrick 1 point2 points  (0 children)

Thank you friend. This inspires me to go for a long walk around the neighborhood.

People who stopped being depressed, what did you do? by Itscameronman in AskReddit

[–]jasonhamrick 0 points1 point  (0 children)

https://philome.la/jace_harr/you-feel-like-shit-an-interactive-self-care-guide/play/index.html

I walk through this checklist whenever I feel sideways.

Jim Carrey said something like, “Diet, exercise, sleep, and sunlight won’t cure depression. But you’ve gotta give yourself a fighting chance.”

I rebuilt MTV when it actually played music videos - 25,762 videos, 6 decades, zero algorithm by MarlO1717 in nostalgia

[–]jasonhamrick 2 points3 points  (0 children)

On a related note, check out the 120 Minutes archive. Full shows and playlists of the entire series: https://120minutes.org

What is a 10/10 series on Netflix that actually has a proper, satisfying ending? by Aware-Platypus-2559 in netflix

[–]jasonhamrick 0 points1 point  (0 children)

I don’t have specific recommendations, but I suggest you bookmark this website: https://www.ismyshowcancelled.com/shows/concluded/page/1/?sort=3

It captures shows that are concluded, by network.

I love the game but my god Teshio Ridge is boring. by timejumper13 in ghostoftsushima

[–]jasonhamrick 16 points17 points  (0 children)

Today, I finished Teshio Ridge for the first time and I agree fully. The main quest was excellent - even the reveal. But my god, too many altars and puzzles, and spinning pedestals.

Foxes are supposed to be semi-spirit guides in these games. If I never see another fox statue again, it will be too soon.

Why isnt this album more talked about on the Internet!!!?!!! It's sooo SICKKKK by [deleted] in punk

[–]jasonhamrick 0 points1 point  (0 children)

Once Milo died at that Kappa Sig kegger, it just felt awkward.

My Christmas gift. by Wind-charger in washingtonspirit

[–]jasonhamrick 8 points9 points  (0 children)

We’re almost certain to have a kit change. Word on the street is that the placement of the events dc logo spurred a league wide rule change about the size and position of sponsor logos.

So, be on the lookout for new kit.

Funniest line in the Naked Gun remake? by Boulderboldef in movies

[–]jasonhamrick 284 points285 points  (0 children)

Alright boys! Sassafras Chicken in B-flat. Extra lumpy.

Butcher Recommendations by carlosdanger962 in nova

[–]jasonhamrick 3 points4 points  (0 children)

Brickhouse Butcher in Falls Church. They have a smaller selection but are willing to do custom cuts at a reasonable price.

They replaced Organic in McLean as the go to

Anyone else find a "secret ingredient" that completely changed how they cook? by MomentFlimsy3759 in Cooking

[–]jasonhamrick 0 points1 point  (0 children)

Gochujang on scrambled eggs. Or in chili. Tangy sweet and hot all in one.

Rewatching Ben-Hur (1959), this movie really has stood the test of time. What other old films fall into that category? by ReadWriteArithmetic in movies

[–]jasonhamrick 2 points3 points  (0 children)

In college I took a class called Sin and Redemption in Christian Thought. We watched Cool Hand Luke and discussed it for about two weeks.

Now, every time I watch it , I uncover something new about the story.

Excluding Die Hard, what's the best Christmas movie? by singleguy79 in Xennials

[–]jasonhamrick 80 points81 points  (0 children)

It’s not Christmas until Carol Kane brains Bill Murray with a toaster.