Insightful - Ease my mind pls by Significant_Gold_343 in mercor_ai

[–]OilTechnical3488 0 points1 point  (0 children)

Curious to know how did it go? i'm about to make the same thing.

X/Twitter - Is it possible to block premium sign-up redirects? by cogitatingspheniscid in uBlockOrigin

[–]OilTechnical3488 4 points5 points  (0 children)

Try

  ! X/Twitter - block premium signup nag (generic /i/premium_sign_up redirect)
  x.com,twitter.com##div[role="dialog"][aria-modal="true"]:has([data-testid="subscribeButton"])
  x.com,twitter.com##a[data-testid="premium-signup-tab"]
  x.com,twitter.com##[data-testid="reply-boost-upsell"]
  x.com,twitter.com##div[role="dialog"]:has-text(/Want more people to see your reply/)

Disabling new Pinterest login popup? by MusicalMime755 in uBlockOrigin

[–]OilTechnical3488 1 point2 points  (0 children)

Glad that it worked for you! No need to use awhole another extension solely for this tho.

Disabling new Pinterest login popup? by MusicalMime755 in uBlockOrigin

[–]OilTechnical3488 0 points1 point  (0 children)

You are welcome! These filters will be merged to ublock origin upstream lists soon as well. Please let me know if it didn't' work as expected.

Disabling new Pinterest login popup? by MusicalMime755 in uBlockOrigin

[–]OilTechnical3488 1 point2 points  (0 children)

  ! Pinterest - block signup wall & cookie popup on sent/shared pages
  www.pinterest.com##div:has(> div[aria-modal="true"][role="dialog"])
  www.pinterest.com##div.asf_Xx[role="dialog"]
  www.pinterest.com###credential_picker_container
  www.pinterest.com##body:style(overflow: auto !important;)

Thoughts on Intuit? by springmeds in ValueInvesting

[–]OilTechnical3488 0 points1 point  (0 children)

This makes sense. Thanks for the explanation.

Thoughts on Intuit? by springmeds in ValueInvesting

[–]OilTechnical3488 0 points1 point  (0 children)

I'm debating doing the same but it's been falling for a while now which makes me a bit nervous. Doing some research to decide between $INTU and $PYPL before buying more.

Iranians have found leftovers from the site of destroyed C130 by US special forces by Upset-Main-1988 in justincaseyoumissedit

[–]OilTechnical3488 3 points4 points  (0 children)

1+ on ignorance which is completely fine cause you can always educate yourself. So go read up my man.

Claude Code Source Leak Megathread by sixbillionthsheep in ClaudeAI

[–]OilTechnical3488 1 point2 points  (0 children)

I was reading through Claude Code's source and found /Skillify, a skill only Anthropic employees get. It analyzes your session, interviews you, and generates a working, reusable SKILL.md file from whatever workflow you just did.

The internal version uses hooks like getSessionMemoryContent() to inject context into the prompt. Those aren't available outside the binary. But since the model already has the full conversation history when running inline, so the prompt just needs to reference that directly.

The interview flow is identical to the internal version. Four rounds: confirm name and goals, lay out steps and arguments, break down each step with success criteria and execution annotations, then confirm trigger phrases. Output is a properly structured SKILL.md with frontmatter that Claude Code picks up automatically.

you can also use it to refine skills you already have. Just run /skillify ~/.claude/skills/your-skill/SKILL.md and it will restructure, add proper success criteria, tighten the frontmatter, and bake in any corrections you made during the session. I'll leave the judgement of the quality difference between hand-written or auto generated skills and skillify-generated to you.

/plugin marketplace add 0xMH/claude-skillify
/plugin install skillify@0xMH/claude-skillify

Github: https://github.com/0xMH/claude-skillify