I'm a honeycrisp fanatic (and it's a good balance of sweet/tart for me). This is the first I've heard of Sweetango, I don't think I've seen them in the grocery stores. Will be keeping my eyes peeled.
Unlike many other apple varieties these days, SweeTango are only available in traditional "apple season" (Autumn months through November in the USA). I've long been a fan of HoneyCrisp, so I tried SweeTango, and while it was quite good, I still prefer HoneyCrisp. I had a similar experience with Cosmic Crisp--not as good as HoneyCrisp, but nice for some variety.
"So it was families that had spent all day walking to a clinic in Sudan—you know, with the USAID logo on it—expecting to get food and medical supplies, seeing that clinic ends up being shuttered and were then forced to go home and then make the heart-wrenching decision of which of their children to feed."
That really personalized it. Imagine being the head of a household, trying to maintain morale and provide, trekking to get your supplies, and coming home empty-handed to your family because a man far away with hundreds of billions of dollars thought it was wasteful.
I asked it to write a script that would search for a specific string in footers in a massive series of DOCX files and change them according to some rules. The strings ended up being embedded in cells within an invisible table in the footers, the LLM realized this and switched strategy to a full deep traversal of the underlying XML. It correctly processed like 50 of these files in about 10 minutes, using libraries I wasn't aware of. I had spent an hour being annoyed before trying.
It was an "oh shit" moment for at least that category of work.
I got a partial load and what it looks like it does is just search each submission for a list of key words and discards any that hits, so it would discard this submission.
I was not suggesting that it would be a false positive, I was suggesting that this will filter out many submissions that would be of interest to those that want less AI on HN. This would flag a blog that has nothing to do with AI if some random person mentioned AI in the comments of that blog post, right?
Could you elaborate a little on what you are doing with 40-50 agents? I use Claude, I've employed sub-agents, but I still can't wrap my head around how people are using them to that extent.
ha, I didn't mean they are all running at the same time. sorry if it sounded like this.
I open a new worktree/agent session for each new feature or bugfix. Usually I start with ideation and brainstorming before doing the actual implementation. However my priorities shift daily, so I could be starting a feature on monday, but then stop during the ideation already, pick up another task on tuesday and won't go back to the initial one until a week or a month later. Since I got it in a neat worktree in superset, I still see my open branches easily, have access to its claude code session and can resume the work much easier than before having terminal tabs.
Because of this setup I currently have 17 backend sessions, 25 frontend sessions, plus several other repos open and ready, when i need to.
reply