719 results for zoom · 2.046s

News for “zoom”
16 results • 2040 ms server time
Moozonian News
bing.com• Aug 7, 2026• 1 min read
Best Zoom Alternatives Of 2026Some Zoom alternatives are cheaper or free, while others provide advanced features that Zoom doesn’t have. Check out our rankings below to choose the best Zoom alternative for your business.
Moozonian News
bing.com• Aug 4, 2026• 1 min read
Zoom Phone Review 2026: Features, Pros And ConsZoom’s display is simple and spacious, with easy access to core tools and menu items: dial pad and call logs, voicemail, SMS text and team chat channels. The voicemail logs and message conversations ...
Advertisement
Advertisement
Moozonian News
philomatics.com• Jul 26, 2026• 1 min read
Show HN: Organic cell simulation with infinite zoom (100k cells, raw WebGL)Made this little cell simulation with an infinite zoom mechanic in raw WebGL. Renders up to 100k cells on my laptop (M1 MBA).It's a single HTML file, not minified, without dependencies, so you can just inspect the source code. It's just raw JS and WebGL shaders. No assets, everything is procedurally generated.For each cell, I draw a single quad using instanced rendering. To create a nice organic wobble, I use SDF (Signed Distance Fields) to draw a circle (or another base shape), which is then distorted by adjusting the radius using multiple overlapping sine waves. I explain this visually here. [1]To get the cells to stretch dynamically based on their velocity, I use a technique called Domain Warping. Basically in the fragment shader, the fragmentPosition is adjusted inwards/outwards depending on the current velocity, which squashes/stretches the entire coordinate system of the quad in either direction. Gives it a very organic look. I explain this in more detail here. [2]Physics are als
Moozonian News
app.everything.diena.co• Jul 17, 2026• 1 min read
Show HN: A zoomable timeline of 4M Wikipedia eventsI'm building a journal app in Kotlin Multiplatform and for this purpose I have created a zoomable timeline interface.This is a side-project where I reuse the timeline interface to display 4 million events imported from Wikipedia / Wikidata, scored using PageRank. There is more information on the about page.If you're interested in the stack: I use Kotlin Multiplatform extensively, with Compose Multiplatform for the UI, communicates with the backend using Kotlinx-RPC and behind the hood a simple Postgres database on a Hetzner machine.