Bastiaan

3.8K posts

Bastiaan banner
Bastiaan

Bastiaan

@basst85

Self-taught Full Stack Developer 👨‍💻. Exploring the intersection of modern web stacks and AI. Writing about Web dev and AI. Always building, always learning🚀

Katılım Şubat 2009
3.3K Takip Edilen543 Takipçiler
Bastiaan
Bastiaan@basst85·
@jarredsumner Is it also possible to generate PDF and markdown files from a webpage?
English
1
0
15
2.7K
Jarred Sumner
Jarred Sumner@jarredsumner·
In the next version of Bun `Bun.WebView` programmatically controls a headless web browser in Bun
Jarred Sumner tweet media
English
124
148
2.7K
231.2K
Nano Banana 2
Nano Banana 2@NanoBanana·
In Nano Banana 2 you can generate images with new aspect ratios: 4:1, 1:4, 8:1 and 1:8. Try it with these prompts: 1. A 4:1 panoramic photo I took on my phone, showing the luscious jungle view from my cabin 2. A 4:1 panoramic photo I took on my phone, showing the view from my apartment, when the sunset looked perfect with rows of deep red cirrocumulus
Nano Banana 2 tweet mediaNano Banana 2 tweet media
English
181
372
4.9K
352.3K
Hasan Toor
Hasan Toor@hasantoxr·
🚨 Alibaba just quietly dropped a vector database that destroys Pinecone, Chroma, and Weaviate. It's called Zvec and it runs directly inside your application no server, no config, no infrastructure costs. No Docker. No cloud bills. No DevOps nightmare. Built on Proxima, Alibaba's battle-tested vector search engine powering their own production systems at scale. The numbers don't lie: → Searches billions of vectors in milliseconds → pip install zvec and you're searching in under 60 seconds → Dense + sparse vectors + hybrid search in a single call And it runs everywhere: → Notebooks → Servers → Edge devices → CLI tools 100% Opensource. Apache 2.0 license. This is the vector DB the RAG community has been waiting for production-grade performance without the production-grade headache. Link in the first comment 👇
Hasan Toor tweet media
English
142
525
4.2K
352.8K
Aakash Gupta
Aakash Gupta@aakashgupta·
This tweet frames Zvec as a Pinecone killer. That framing obscures what Alibaba actually built. Zvec is an embedded, in-process library. No server. No network calls. No daemon. You import it like you import pandas. Pinecone and Weaviate will never see this in their competitive dashboards because it targets a completely different layer of the stack. The technical lineage matters here. Proxima has been running production vector search inside Alibaba for years. Taobao product search, Alipay face payments, Youku video recommendations, Alimama advertising. Billions of queries across systems where latency failures cost real revenue. What Alibaba’s Tongyi Lab did is strip that engine down, wrap it in a Python API, and release it as a library anyone can pip install. The benchmarks back it up. On VectorDBBench with the Cohere 10M dataset, Zvec hits 8,000+ QPS at comparable recall. That’s more than 2x ZillizCloud, the previous #1, with faster index build times. An embedded library matching or beating managed cloud services on raw throughput. This follows the SQLite playbook. SQLite opened an entirely new category of database usage by embedding directly inside applications. Software that would never have run a client-server database suddenly had access to SQL. Zvec is making the same bet for vector search: local RAG pipelines, desktop AI assistants, CLI tools, edge devices, anywhere spinning up a Pinecone cluster would be absurd. And that tells you where AI inference is heading. Every agent framework, every local assistant, every on-device RAG system needs vector search. The vast majority of those workloads run fine on an in-process library with 64 MB streaming writes and configurable memory limits. Pinecone raised $138M and just repositioned as a “knowledge platform.” Weaviate raised $50M. Their customers have SLAs, compliance requirements, and enterprise procurement cycles. Zvec is going after the 90% of developers who were overprovisioning infrastructure for workloads that fit inside a single process. The companies that should actually be nervous are Chroma and FAISS, the current defaults for lightweight local vector search, because Zvec just showed up with Alibaba-scale engineering in a pip-installable package.
Hasan Toor@hasantoxr

🚨 Alibaba just quietly dropped a vector database that destroys Pinecone, Chroma, and Weaviate. It's called Zvec and it runs directly inside your application no server, no config, no infrastructure costs. No Docker. No cloud bills. No DevOps nightmare. Built on Proxima, Alibaba's battle-tested vector search engine powering their own production systems at scale. The numbers don't lie: → Searches billions of vectors in milliseconds → pip install zvec and you're searching in under 60 seconds → Dense + sparse vectors + hybrid search in a single call And it runs everywhere: → Notebooks → Servers → Edge devices → CLI tools 100% Opensource. Apache 2.0 license. This is the vector DB the RAG community has been waiting for production-grade performance without the production-grade headache. Link in the first comment 👇

English
23
28
321
41.8K
Bastiaan
Bastiaan@basst85·
Just shipped: --a11y flag for react-triage ♿ Scans your @reactjs/@nextjs project for accessibility/WCAG violations in milliseconds: • Missing alt text • Invalid ARIA roles & props • onClick without keyboard events • Unlabelled form controls • Empty headings & anchors bunx react-triage --a11y #DX #BuildInPublic #DevTools
Bastiaan@basst85

🚀Just shipped a new --fail-on policy flag in react-triage. You can now fail CI on a specific severity level. For example: --fail-on=critical --fail-on=performance bunx -y react-triage . --fail-on=critical ⚛️ #reactjs #nextjs #DX #OpenSource

English
0
0
2
53
Bastiaan
Bastiaan@basst85·
💯 What is your React/Next.js project Health score? I created a new tool called react-triage. It scans your code for security, performance, and best practices (including Vercel's best practices) and grades your repo. 🤖 You can also add it as a skill to your AI agent to let it analyze and fix your repo autonomously Don't let tech debt pile up. Check your project score now: github.com/basst85/react-…
English
0
0
0
71
Freek Van der Herten
Freek Van der Herten@freekmurze·
🧑‍💻 Working on a new package that I'll immediately use on a couple of my own codebases. github.com/spatie/laravel… All feedback welcome. Hope to tag 1.0 soon and then I'll talk a some more about it.
English
5
5
76
3.5K
Freek Van der Herten
Freek Van der Herten@freekmurze·
At Spatie, we have the best Slack emojis 😄
Freek Van der Herten tweet media
English
2
5
124
4.9K
Unwind AI
Unwind AI@unwind_ai_·
China's Alibaba just opensourced the SQLite of vector databases. zvec runs as a library inside your app and is built for on-device RAG no external server. no pinecone. no qdrant instance. 100% opensource.
Unwind AI tweet media
English
52
352
2.6K
131.8K
Bastiaan
Bastiaan@basst85·
Does your coding agents forget decisions between sessions? And are you re-explaining the same things to Cursor/Claude/VS Code, like code style, “gotchas”, decisions…? 🧠I built a local-first MCP memory sidecar: • semantic search • store / find / supersede / delete memories • per-project scoping • runs 100% locally Code: github.com/basst85/local-… #MCP #DevTools #ClaudeCode #VScode
English
3
1
4
2.3K
Jarred Sumner
Jarred Sumner@jarredsumner·
if you have a bun GitHub issue open for awhile with a clear reproduction, reply with a link below & I will have Claude try to fix it today
English
81
7
484
71.5K
Freek Van der Herten
Freek Van der Herten@freekmurze·
🚀 Another new Spatie package has dropped: spatie/laravel-screenshot 📸 Take screenshots of web pages with a clean, fluent API. URLs or raw HTML, with beautiful defaults out of the box. Save as .png --> it will create a PNG, as .jpg --> it will create a JPEG #laravel #php
Freek Van der Herten tweet media
English
11
30
248
14.1K