Browsing Tag
browser
10 posts
瀏覽器跑 LLM 的實際體感與骨感限制
直接在瀏覽器跑 LLM,既兼顧隱私又不用複雜的GPU設定,太完美了吧? 從 WebLLM 到 Transformers.js,前端社群有一群反骨仔吹起一股「邊緣 LLM」的熱潮,可是,當真正將模型落地到使用者的瀏覽器時,第一個面對的考驗就是,WebGPU 真的有比 WASM 快嗎? 這陣子實測的結論比想像中更加戲劇化, 500M 以下的微型模型,WASM 反而快了 12%,但是對於 3B 以上的大模型,WASM 直接變成悲劇,直接讓Chrome撞的頭破血流(Chrome…
Why SaaS Tools Are Dropping the Login Wall in 2026
Something quiet happened to the web over the last few years. Tools that used to demand your email…
🚀 The AI-Native Browser Wars: Comet vs. ChatGPT Agent
2023 was the year of generative AI. 2025? It’s the year AI invades your browser. The way we…
🚀 How a Browser Renders a Web Page: A Functional Journey
Ever wondered how your browser magically turns lines of code into stunning websites? 🌐 Let’s break it down…
How Web Browsers Work: A Simple Guide to Loading and Displaying Web Apps
Ever wondered what happens inside a web browser when you open a web app? It’s like a magic…
Dive Deeper: Unveiling the Power of the Latest Microsoft Edge
Microsoft Edge has undergone a metamorphosis, transforming into a powerful browsing companion that caters to both productivity enthusiasts…
Core Web Vitals: UX além da interface
Na web a experiência do usuário vai além da interface: tempo de carregamento, interatividade e estabilidade são alguns…
How to test a browser extension locally
I built a browser extension this week, and had to do a bit of digging to figure out…
Have you tried the Arc browser?
I have no affiliation with Arc, but I’ve been experimenting with it, and I’m quite pleased. I’ve known…
How to debug a Firefox add-on (extension)
Before we get started Firefox supports browser extensions like Chromium-based browsers (Chrome, Arc, Brave, Edge etc.). Sometimes they’re…