Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

A guy in Vancouver built an entire operating system inside a Chrome tab. By himself. Over six years. His personal website is the OS. You open and a Windows-style desktop loads. File explorer. Start menu. Taskbar. You can drag in a zip and extract it. You can play DOOM....

72,629 Aufrufe • vor 1 Monat •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

If you think this is just another silly demo made with AI, read this post. You might change your mind, because this demo is about MATH. What you see on the screen is not a render from Blender (obviously, it’s not that good). It’s a three.js app built with Toolcraft. Available on the web and rendered in real time(link in the comments). But Blender still has a lot to do with it. Blender has Geometry Nodes - a powerful node-based system for creating and manipulating procedural geometry. In other words, it’s math. And math is a universal language. And who do you think is pretty good at math? >>> AI. Now you can download or buy Blender files from marketplaces, and when they contain Geometry Nodes for procedural animations, objects, surfaces, or effects, you can transfer that logic to the web. Make it real-time, make it interactive. Materials are a separate story, of course. They can still suck unless you use the right tricks: PBR, HDRIs, material blending, displacement, and faked surface relief. So why is Blender important here? Blender is open source, and many tools around it are open source too. An AI trained on their code. That means it can translate the math from one environment to another quite accurately. If you’ve been struggling to reproduce some idea with AI that you had in your head or seen in some references, and it has something to do with Geometry Nodes, and you can find that idea or a close one in the Blender ecosystem - it means you can transfer it to the web. Thank me later.

Alex Barashkov

28,090 Aufrufe • vor 22 Tagen

CCleaner used to be the default way to keep a Windows machine fast. Then it got bought, stuffed with ads and bundled crapware, and in 2017 one release was compromised and shipped malware to over 2 million people. Millions still install it every month because nothing else has really replaced it. So, a team called AdventDev just built a free, open-source replacement. It's called Kudu. Open the app and you get one dashboard for the whole machine. > System cleaner for temp files, logs, caches, and crash dumps. > Browser cleaner across every major browser. > Gaming cleaner for launcher and shader caches. > Registry cleaner for broken and orphaned entries. > Startup manager that shows the actual boot impact of each program. > Disk analyzer with an interactive treemap, so you can see where 40GB quietly disappeared to. > Debloater that rips Windows bloatware out. > Program uninstaller that also removes the leftovers other uninstallers leave behind. Then it does the parts CCleaner never did. A malware scanner with signature matching, heuristic analysis, and Windows Defender integration. A privacy shield that lets you flip 30+ Windows privacy settings from one screen: telemetry, ad ID, Cortana, tracking. Secure delete that overwrites files with random data before removing them, so nothing can recover them later. There's a real-time performance monitor with per-core CPU, memory, disk, network, and S.M.A.R.T. drive health. A one-click restore point before every clean, so you can roll back. Scheduled scans. A CLI mode for people who don't want a GUI. Support for 30 languages. Native app for Windows, macOS, and Linux. Intel and Apple Silicon builds. No ads, no upsells, no telemetry, no account. The cleaning rules are plain JSON files, so if your favorite app isn't covered yet, you can add support for it without writing a line of code. MIT license. 100% Open Source. Repo:

Brady Long

148,368 Aufrufe • vor 18 Tagen