The race to build the next WordPress
Article URL: https://opencomputer.dev/blog/the-race-to-build-the-next-wordpress/
Comments URL: https://news.ycombinator.com/item?id=47829280
Points: 9
# Comments: 5
Article URL: https://opencomputer.dev/blog/the-race-to-build-the-next-wordpress/
Comments URL: https://news.ycombinator.com/item?id=47829280
Points: 9
# Comments: 5
I ported Microsoft's TRELLIS.2 (4B parameter image-to-3D model) to run on Apple Silicon via PyTorch MPS. The original requires CUDA with flash_attn, nvdiffrast, and custom sparse convolution kernels: none of which work on Mac.
I replaced the CUDA-specific ops with pure-PyTorch alternatives: a gather-scatter sparse 3D convolution, SDPA attention for sparse transformers, and a Python-based mesh extraction replacing CUDA hashmap operations. Total changes are a few hundred lines across 9 files.
Generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro (24GB). Not as fast as H100 (where it takes seconds), but it works offline with no cloud dependency.
https://github.com/shivampkumar/trellis-mac
Comments URL: https://news.ycombinator.com/item?id=47828896
Points: 22
# Comments: 1
Article URL: https://www.swiss-ai.org
Comments URL: https://news.ycombinator.com/item?id=47828444
Points: 12
# Comments: 3
Article URL: https://www.nytimes.com/wirecutter/reviews/older-kindle-support-ending/
Comments URL: https://news.ycombinator.com/item?id=47828427
Points: 43
# Comments: 24
Related ongoing thread: Swiss authorities want to reduce dependency on Microsoft - https://news.ycombinator.com/item?id=47827383
Comments URL: https://news.ycombinator.com/item?id=47828420
Points: 60
# Comments: 17
Article URL: https://www.reuters.com/legal/government/ex-ceo-ex-cfo-bankrupt-ai-company-charged-with-fraud-2026-04-17/
Comments URL: https://news.ycombinator.com/item?id=47828225
Points: 85
# Comments: 34
On the latest episode of Equity, we discuss OpenAI's latest acquisitions and whether they address "two big existential problems" for the company.
Today's launch of AST SpaceMobile's BlueBird 7 satellite aboard Blue Origin's reusable New Glenn rocket was a partial success. The New Glenn touched down on its landing pad without incident, making it the second launch and landing for the first stage booster, and officially giving Jeff Bezos a reusable launch vehicle. Unfortunately for AST SpaceMobile, […]
Vercel, a major development platform that hosts and deploys web apps, was compromised, and the hackers are attempting to sell stolen data. A person claiming to be a member of ShinyHunters, which was behind the recent hack of Rockstar Games, posted some data online, including employee names, email addresses, and activity time stamps. Vercel confirmed […]
A lot of AI startups exist partly because the foundation models haven't expanded into their category yet. As many jokingly acknowledge, that won't last forever.