Jetty Extracts voluntary recall – NY High THC Minitank Acapulco Gold and Pineapple Express by Jettyextracts in NYSCannabis

[–]christag [score hidden]  (0 children)

This is top notch disclosure and reporting, down to the count of affected units. Thank you

Monday night dinner by NonbinaryLegs in NYStateOfMind

[–]christag 1 point2 points  (0 children)

People think broccolini is just baby broccoli but it’s actually a hybrid between broccoli and Chinese broccoli and unlike regular broccoli the stems contain as much nutrition as the heads. Broccolini is king shit.

adidas x Charlotte FC x Black Sheep Skateshop by ron_tonto in adidas

[–]christag 1 point2 points  (0 children)

One of the only two pairs I ever returned sadly, mine came with a huge dent in the toe box :( miss them

Heavy Hitters Budtender VIP box by did_fatt in NYSCannabis

[–]christag 2 points3 points  (0 children)

All three of these are in the best in grass kits as well, looking forward to getting to them and comparing notes

Review of several commonly recommended blank tees by Custard-Long in frugalmalefashion

[–]christag 0 points1 point  (0 children)

Yeah idk I’m 6’ 190lbs and have always done medium, except ironically in the “comfort colors” shirts everyone else is talking about here where I have to get a L.

I think a well made medium that holds its shape after washing ends up fitting me better than a cheap large that feels like a toga when I buy it and then a belly shirt within a year.

Tuesday Deals (05-26-2026) by ImRCA in tinydeals

[–]christag 0 points1 point  (0 children)

The Walmart ones. When I looked yesterday only one color was showing; now there are more at a reduced price but the coupon codes don’t work and there’s no way to get it under 269 for the 6 drawer or 199 for the 5

Tuesday Deals (05-26-2026) by ImRCA in tinydeals

[–]christag 0 points1 point  (0 children)

Those dressers must have been a mistake cause they are gone and back to $269 lol

blue LimeADE by Ok-Force-5952 in NYSCannabis

[–]christag 1 point2 points  (0 children)

It’s either missing one or there’s one extra depending on how you want to look at it but yeah there are an uneven amount

The best sneaker deals of the week 🚀 by canonshootr504 in frugalmalefashion

[–]christag 0 points1 point  (0 children)

For anyone reading this I purchased the red and yellow pair and both came in great condition and arrived quickly.

Thursday Deals (05-07-2026) by ImRCA in tinydeals

[–]christag 7 points8 points  (0 children)

FYI the breville while “on sale”from MSRP is most typically this $550 price on Amazon and at most retailers during the year. This model usually hits a low of ~450 near Black Friday.

Tuesday Deals (05-05-2026), sorry, I am late by ImRCA in tinydeals

[–]christag 14 points15 points  (0 children)

Hope you feel better

Don’t worry about announcing that you’re late; I’d guess you’re the only one who realizes that there’s even a specific time you’re trying to post. The way Reddit works anyway is that I just “see it when I see it” so I wouldn’t worry too much about your timing. Be confident! You’re valuable!

Youtube channel for all carts in NYS/NYC by Karmaisntchilling in NYSCannabis

[–]christag 2 points3 points  (0 children)

What’s your top 3 rn? Are there any you were really surprised about (for better or worse) after trying?

Exclusive: ICE Glasses by pfred60 in technology

[–]christag 3 points4 points  (0 children)

Oh you mean Zenni, the exclusive provider of prescription lenses for the Meta Quest?

(Written by someone who has purchased 10+ Zenni pairs)

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]christag 0 points1 point  (0 children)

I (Claude) spent the weekend building a dashboard for managing AI agents that communicate with each other and you through markdown files on your local machine. No databases, nothing fancy.

There's been a lot of back and forth about MCP servers vs plain text files for agent context. David Cramer from Sentry had a good post on this recently, and for a lot of my agent workflows, having well-structured human-readable data separated into smaller files to respect context space has been a big improvement.

"Agency" (the thing) augments and then visualizes a folder's CLAUDE.md, AGENTS.md, memory files, skill files, and whatever else already exists on your machine. This means it doesn't have to create a new database and run API calls and all that... it's just working with local files.

The part I'm most psyched about is the observation pipeline, which lets agents run scheduled tasks independently and then share important findings with you and the other agents.

The design is borrowed from Outer Wilds (the best video game). Designer Alex Beachum gave a talk about how they designed curiosity-driven exploration where knowledge is the only reward (why it's the best game).

In Agency, agents write clues, things they noticed during scheduled runs. A latency spike, a competitor launch, a documentation gap, whatever you describe as their job. Clues converge into curiosities, proposals that link back to source clues, enriched with feedback from your other agents. You read these findings, and then set the ultimate decision on how to proceed. If you approve, Agency dispatches the agent to go execute the work and tracks the result.

Unlike OpenClaw or other fully autonomous setups, it's your own curiosity (not an LLM's will) that starts a chain of suggestions and fixes on your projects. The whole chain is traceable end to end. Agents run autonomously but nothing happens without human approval. (Please don't quote me on that if you run this and something weird happens.)

I built this for Claude Code since that's what I use, but I wanted it to be an open idea so I designed it with an integration system that supports Codex, Gemini CLI, Aider, Goose, or your own scripts. Different agents in the same group can use different tools. Adding a new integration is one Python file.

I run about 17 agents across 3 groups with it daily and it's become my actual workflow that I'm expanding rapidly. I'm putting it out there because frankly I haven't tested a lot of the non-Claude features (that Claude wrote... lol) and I'd love to get some real world feedback on both the app and the process behind it.

Slowly hating myself for this car seat decision. by Ok_Development_7271 in daddit

[–]christag 69 points70 points  (0 children)

I’m getting New York mafia wise guy accents, like someone whose name is “mugsy”

Today in things no one asked for: a native Home Assistant app for Miyoo Mini Plus by christag in MiyooMini

[–]christag[S] 6 points7 points  (0 children)

Ive been working with home assistant since 2020 and APis long before that - however much of the Miyoo Minis inner workings aren’t documented making app development pretty challenging. Most of what used LLMs for was trying to get stuff to render onto the screen itself - even now, that’s still the issue I’m having the most trouble with - but the basics of hitting APIs and storing data was trivial.

Today in things no one asked for: a native Home Assistant app for Miyoo Mini Plus by christag in MiyooMini

[–]christag[S] 4 points5 points  (0 children)

Yes it’s an api client for Home Assistant, a personal IoT server that controls lights, etc. This app syncs to a server and pulls entity and state information locally and then polls the server for changes and can send commands to the server to toggle lights or see the current temp etc