6 ms·
Yea, it will also block words like email, daily, main, domain, train etc as the term AI is case insensitive without word boundaries. I used gemini to update it
by busymom0 5d ago
Yea, it will also block words like email, daily, main, domain, train etc as the term AI is case insensitive without word boundaries.
I used gemini to update it to:
news.ycombinator.com##tr.athing:has(a:has-text(/\b(?:A\.?I\.?|A\.?G\.?I\.?|LLMs?|GPTs?|TPU|NPU|RAG|MoE|RLHF|xAI)\b|Anthropic|agent|super-?intelligence|Blackwell|Cerebras|ChatGPT|Claude|Cohere|Command\s*R|Context\s*window|Copilot|Cursor|DALL-E|deep\s*learning|DeepSeek|ElevenLabs|Fine-tun(?:e|ing)|Flux|Gemini|GenAI|Generative|Gemma|Grok|Groq|H100|Hallucination|harness(?:es)?|Hugging\s*Face|LangChain|Llama|LlamaIndex|Midjourney|Mistral|Ollama|OpenAI|OpenRouter|Perplexity|prompt|Qwen|Runway\s*(?:AI|ML)|Gen-[1-4](?:\.5)?|Sora|Synthetic\s*data|token|vibecod|vLLM|Whisper/i)):xpath(. | following-sibling::tr[1])
Note that blocking token, prompt, agent, and harness will also block things like auth tokens, SSH agents.
Here's how mine looks using my method:
https://imgur.com/a/P1qMIok https://imgur.com/a/P1qMIok
9 out of 30 posts have been removed.
Any improvements to above filter are welcome.