Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,490articles · 30d
- 46+ min agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 293avg words
- software 9,725
- coding 9,511
- development 9,479
- engineering 9,455
- community 9,438
- inclusive 9,399
- ai 7,976
- webdev 5,733
- programming 5,144
- productivity 3,495
- python 2,954
- technology 2,877
- artificial intelligence 2,828
- devops 2,733
- security 2,726
- llm 2,284
- architecture 2,253
- agents 2,156
- tutorial 2,103
- javascript 1,924
- SOD 9,692
- science and technology 9,566
- CE 7,413
- BI 808
- IT 771
- economy business and finance 384
- FI 333
- arts culture entertainment and media 246
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Flora Find — A Full-Text Search Engine for Your Own Files, Built Without a Single Third-Party Import.
2+ day, 19+ hour ago (364+ words) We've all had that moment of typing a filename into search and getting nothing back, because the file... Tagged with python, beginners, testing, webdev....
Queried the Local Embeddings Store for the First Time
2+ week, 5+ day ago (820+ words) Context: Building the vector store in the last entry was only half the job — the actual point of embeddings is being able to ask a question and get back the right stored document, not just any document. Chroma does this…...
The one Whoosh setting that decides whether search actually works: the analyzer
3+ day, 12+ hour ago (391+ words) Nine times out of ten the answer is the analyzer — the small pipeline that decides how text becomes searchable tokens. It runs when you index and when you query, and if the two sides don't agree on what a "word…...
Full-Text Search Still Works. It Just Doesn’t Get You to an Answer
2+ week, 6+ day ago (1027+ words) Imagine a typical online shoe store. A shopper opens search and types: I need black waterproof running shoes for daily runs on wet pavement. What would you recommend? A few years ago, almost no one expected this from a search…...
Agentic RAG 2026: When the AI Decides How It Searches
34+ min ago (274+ words) Production systems standardly use LangGraph as the orchestration framework for this, supplemented by LlamaIndex for the retrieval layer. LangGraph's checkpointing makes every step of the agentic loop traceable, pausable (for human approvals), and repeatable – an essential property for compliance and…...
Don't just return results — show users WHY they matched (highlighting in pure Python)
2+ week, 1+ day ago (187+ words) You don't need Elasticsearch for that. Whoosh — the pure-Python full-text search library — ships a full highlighting engine. Here's how to use it. (whoosh3 is the maintained fork; you still import whoosh.) One important gotcha: the field you highlight must be stored…...
Pew Study Shows Google AI Summaries Are Reshaping Search Click Behavior
3+ week, 3+ day ago (440+ words) Pew's study used data from KnowledgePanel Digital, covering the real-world browsing activity of participating U.S. adults. It is a snapshot of Google search behavior in March 2025, not a measure of every search engine, country, audience, or query type. That scope matters....
Keenable: Agent-First Search API Architecture and the 100B-Page Index Trade-Off
2+ week, 4+ day ago (1111+ words) Agents don't search like humans. They issue hundreds of queries per session, need structured extraction over snippet relevance, and care more about p95 latency than the perfect top result. Keenable built a search API around those constraints with a 100B+ page proprietary…...
Measuring AI Search Consistency Beyond Traditional Rank Tracking
2+ week, 5+ day ago (632+ words) This does not make conventional SEO measurement obsolete. Organic rankings, traffic, conversions, and technical performance remain important signals. But they do not fully describe how a brand, product, or source is represented in generated answers. A practical AI search measurement…...
Google Search Console Platform Properties Bring Social Query Data to Content Teams
3+ week, 23+ hour ago (606+ words) Google Search Console is expanding its measurement scope beyond websites with platform properties, a new property type for linked social and video accounts. The feature lets eligible creators and site owners see how content from Instagram, TikTok, X and YouTube…...