Why I forked httpx
Hacker News · 2026년 3월 25일Article URL: https://tildeweb.nl/~michiel/httpxyz.html Comments URL: https://news.ycombinator.com/item?id=47514603 Points: 125 # Comments: 80
원문 보기IT 뉴스 모아보기
Article URL: https://tildeweb.nl/~michiel/httpxyz.html Comments URL: https://news.ycombinator.com/item?id=47514603 Points: 125 # Comments: 80
원문 보기CSS has evolved dramatically. What used to require JavaScript workarounds or float hacks now has first-class CSS primitives — flexbox, grid, custom properties, container queries, and cascade layers. B
원문 보기That Photo Looks Too Perfect — And That's the Problem You're scrolling through Twitter. Someone posts a "leaked" photo of a politician at a controversial event. The image looks real. The lighting is
원문 보기Your link previews on Twitter and LinkedIn probably look broken. Or they show your favicon at 50x50 pixels. Or there's no image at all and the link gets scrolled past. This happens because you either
원문 보기Hey devs! I recently shipped an AI-powered auto-dubbing web service built almost entirely with the help of coding agents (Claude Code + Google Gemini), and I wanted to share what I learned along the w
원문 보기How I Took My PageSpeed Score from 35 to 90 (And What I Got Wrong First) Have you ever shipped a feature you were really proud of, only to watch your PageSpeed score sit at a painful 35? That was me
원문 보기The flex property in CSS is part of the Flexible Box Layout module, a one-dimensional layout model used for designing responsive layouts that align and distribute space among items in a container. It
원문 보기As a frontend dev, I constantly need to grab exact HEX or RGB codes from design mockups, inspiration images, or competitor screenshots. But every time I Google "online color picker", I run into the sa
원문 보기CSS Grid is the most powerful layout system in modern CSS — but the syntax can feel cryptic until it clicks. Visual generators close that gap by letting you design layouts interactively, then copy the
원문 보기When your sponsor page looks like it belongs to a different website than your homepage, you have a brand consistency problem. Here's how I fixed it—and what I learned about the iterative process of de
원문 보기Entering the European market is a big milestone for any medical device company - and CE marking is the key that unlocks this opportunity. Each step ensures compliance with the EU Medical Device Regula
원문 보기CSS Minifier Tool Online Every kilobyte matters. CSS files bloated with whitespace, comments, and redundant formatting slow down your page load — and Google notices. A CSS minifier tool online compr
원문 보기CSS Minifier Tool Online Free — Compress CSS Instantly, Boost Page Speed Every byte of CSS that loads on your page adds to your Time to First Byte and Largest Contentful Paint score. A CSS minifier
원문 보기I recently built Bazi Calculator, a free online tool for Chinese Four Pillars (八字) destiny analysis. Here's a quick overview of the tech stack and what I learned. Bazi (八字), or Four Pillars of Destiny
원문 보기When you're serving stock data for 100,000+ companies across 73 exchanges, rendering strategy isn't academic - it's the difference between a fast app and an unusable one. Here's what we learned buildi
원문 보기We are building a fintech product. The backend is a set of microservices — each service does one job, like handling payments, managing users, or dealing with authentication. For the frontend, we chose
원문 보기Modern web applications require both performance and interactivity, with users expecting fast page loads and dynamic experiences. Traditionally, developers faced a trade-off between server-side render
원문 보기Article URL: https://research.google/blog/turboquant-redefining-ai-efficiency-with-extreme-compression/ Comments URL: https://news.ycombinator.com/item?id=47513475 Points: 210 # Comments: 49
원문 보기I just added 990 crypto/fiat price conversion pages to my dev tools site using Next.js dynamic routes and CoinGecko's free API. Every page like /price/sol-to-usd, /price/btc-to-eth, /price/doge-to-jpy
원문 보기Hey folks! As someone doing hybrid search daily and wishing I could have a pgvector-like experience but with actual prefiltered approximate nearest neighbours, I decided to just take a punt on impleme
원문 보기