Damus
Orange Dad profile picture
Orange Dad
@orangedad85

Middle-aged dad, late to the game, but so glad to be here.

Banner art purchased with sats from @isolabellart

Relays (9)
  • wss://bits.lnbc.sk/nostrclient/api/v1/relay – read & write
  • wss://feeds.nostr.band/react – read & write
  • wss://relayable.org – read & write
  • wss://relay.primal.net – read & write
  • wss://relay.mattybs.lol – read & write
  • wss://proxy-experiment.onrender.com – read & write
  • wss://purplepag.es – read & write
  • wss://wheat.happytavern.co – read & write
  • wss://blossom.happytavern.co – read & write

Recent Notes

Orange Dad profile picture
Tonight we had "fancy goulash" - it has chilli paste that give it an earthy flavor. The ground beef was purchased with bitcoin. I got a 1/4 cow, so I've got steaks and roasts I need to eat up. Just been busy and haven't cooked as much.

The rancher is on the other side of the rocky mountains from me. Seems like a great guy.

#worththesats #circulareconomy #bitcoin

note1s2u7v...
Orange Dad profile picture
I need to have a good to roast chicken and pan chicken recipe. Post a picture when you cook these up!

When I had a smoker I would brine 2-3 whole chickens overnight in a cooler, then the next day I'd stuff the cavity with lemon, rosemarry, onion. Then butter between the breast meet and the skin.

Even when there was pulled pork or ribs served, the chicken was everyone's favorite. I forget the smoke time, but it was faster than other meat.
Orange Dad profile picture
I’ve been working 6-7 days a week for the past 10 weeks. More weeks like this to come. I think I can let up on the gas in July, but I could be wrong. I have a friend who ran 100 mile races in the mountains and he would talk about “all day pace.” I’m trying to dial that in.

There’s a lot I can do to leverage ai, but I think that window will close fastest than I’d like. And I’m not sure the bitcoin price will be 0.6-0.7 power law for years to come. I’m late to this whole Bitcoin thing so I’m mostly happy for it to be at these levels.

Two windows closing faster than I’d like is my general outlook.

What are your thoughts?

#ai #bitcoin

Jake Woodhouse · 1w
What are you building?
Orange Dad profile picture
I need to collect public data and put it into PDFs. Lots of data from various sources and to make the PDFs really useful it becomes complex. Part of a bigger project. Nothing that’s exciting.

I am building some business specific tools. I think that’s what people will do if they are a 1 person business. Build things that’s fit their needs.
❤️1
Jake Woodhouse · 1w
What are you building?
Orange Dad profile picture
I've been working 7 days a week the past couple of months on my new business, which is, for better or worse, very much and AI business (which is why I've been silent here - miss you all!)

I thought I'd share this in case people are curious about how plebs can use Claude Code, Codex, and the new Perplexity Computer. Also, I slept on Claude Cowork and it's so great in so many ways, so I wouldn't make the same mistake I did.

I'll preface this with I'm not a developer and not super technical, though I've used tools like Final Cut for video editing for decades. But I still have to think hard to set up a lightning node and would not be able to set up my own block template with DATUM and @OCEAN.

The following is the workflow for a very specific project, so I likely won't translate to your Claude Code work, save for one possible unlock:

Codex is really good at checking Claude Code's work. And Perplexity Computer is really powerful for specific tasks.

I asked Claude Code to explain how I've used Codex and Perplexity Computer for a project and how the three worked together. It called Codex the "the architectural auditor."

No doubt @HaloKat and other technical people could use it better, but a non technical pleb like me has found a use for Codex.

Here's what Claud Code said...

I'm building a product that requires a large structured database - roughly 23 verified fields per entity, across hundreds of entities, all sourced from official public websites. The data has to be right, sourced, and structured consistently because it feeds a rendering pipeline that produces customer-facing documents.

I used three AI agents in a single day and they each did something the others couldn't.

Claude Code (Opus) was the system builder - it wrote the schema, the validation rules, the handoff specs, and tracked every decision across multiple review cycles. It doesn't do research; it builds the deterministic infrastructure that consumes research.

Codex was the architectural auditor. Every time Claude Code produced a spec or Perplexity returned data, I pasted it into Codex for review. Codex caught schema drift between documents, flagged hidden assumptions, and issued binding implementation directives - not suggestions, decisions that prevented downstream failures and unnecessary data reruns.

Claude builds, Perplexity researches, and Codex pressure-tests the system to make sure the research contract and the implementation plan stay aligned as the work scales.

Perplexity Computer was the surprise MVP, and this is worth explaining because I also have Firecrawl - a powerful web scraping tool - fully integrated into my coding environment with plenty of API credits to burn.

If you've watched any AI coding content on YouTube, you've heard the pitch that Firecrawl can do everything - crawl sites, convert pages to markdown, map entire domains, extract structured data. And it genuinely can. We've used it heavily for other parts of this database and it's a real tool.

But Firecrawl is a parser. It can tell you what's on a page. It can check whether a URL returns 200. It can extract text and structure from HTML. What it cannot do is make a judgment call. It can't look at a page and decide whether the information listed there covers one category or two, whether a "not found" result means the page doesn't exist or the entity simply doesn't offer that thing, or whether a third-party hosted tool is legitimate or junk.

Perplexity is a researcher, not a parser. It reads actual page content, understands context, makes semantic decisions, and returns structured findings with confidence tags and notes explaining every edge case.

I ran two parallel Perplexity accounts and processed over 200 entities in a single day at 95-98% resolution. The companion notes alone -documenting which entities are structured differently and why certain fields are legitimately empty - represent judgment work that no parser can replicate, no matter how many credits you throw at it.

Firecrawl tells you what a page says. Perplexity tells you what it means and whether it's the right page.
2❤️1
Sam Magner · 2w
I need to talk to you about a project I'm working on with Claude right now. Its not even as complex as what you have here but I want it to actually be functional.
HaloKat · 2w
Anyone try both Claude and codex to compare? #asknostr
Orange Dad profile picture
Yes. Preface this with I'm not a developer, but I'm building part of a new business with Claude Code.

Right now Claude Code does most of the work, but Codex is the proof reader. Anything that needs to be built - such the tools and databases for the business, Claude Code gets first shot at, but Codex always get to fine tune things. At some point Codex called itself the PM - project manager - and that makes a lot of sense.

But I tried to start building some things in Codex and I didn't like the results - it seemed to get stuck in loops, but I think it's likely designed that way.

The main developer of Claude Code said Opus 4.7 is made for you to give it clear instructions and then let it run for longer.

Check the Superpowers plugin for Claude Code - it's helped quite a bit.

Finally, I slept on Cowork and it's super powerful if you start connecting it to things.

And right now I have two Perplexity Computer sessions going for a very specific data scrapping project of public data that Claude Code can't do well, even with Firecrawl.

Really cool time to be alive!
❤️1
🐉AT ₿01 · 2w
Is your hot water heater broken?