AI 资讯
Apple’s new Mac Mini has fresh M6 and M5 Pro chip offerings — and higher prices
Apple is announcing a new generation of the Mac Mini, once again offering two models: one with a new M6 chip and a higher-end model with the M5 Pro found in this year's MacBook Pro. The new Minis have the same tiny design and footprint as the 2024 M4 / M4 Pro models, but with […]
AI 资讯
Apple’s new M6 chip gets more cores and more AI compute
Apple has announced a new M6 chip for Macs, along with an M5 Ultra that it says is its "most powerful chip ever," designed for tasks like 3D rendering and running frontier AI models. The M6 is Apple's first 2nm chip, which Apple says will bring improvements in performance and power efficiency, and it also […]
AI 资讯
I spent a day at a robot “carnival” in Shanghai. Here’s what I saw.
Humanoid robots are having a moment in China. The popular machines are part of the country’s strategy to bring artificial intelligence into daily life. Embedding the technology into physical systems—an idea called embodied AI—was a key facet of China’s latest five-year plan, and companies here are already world leaders in humanoids. Nearly 90% of the…
产品设计
Welcome to the spiderverse, a world measured through webs
Counting the creatures in the world around us is critical for a raft of conservation efforts. It helps scientists gauge biodiversity, track migration, and spot invasive species. That census-taking, though, often requires humans to tabulate what they see, trap, or otherwise sense—a potentially laborious, costly process that can still leave gaps. But developments over the…
AI 资讯
Free AI App Builder with Backend: FastAPI Microservice Guide
If you need a free AI app builder with backend to get a FastAPI microservice running today, you can do it with a handful of platforms that bundle hosting, a database, and auth for zero cost. The catch is that the free tiers have hard limits, and they expose the same failure modes you’ll hit in production if you’re not careful. Below I walk through the exact steps, show the code that works, compare the popular builders, and explain how to transition to a production-grade stack when the free tier starts to choke. What free AI app builder platforms include backend services? The short answer is: Cursor , Bolt , and Lovable all ship with a “one-click deploy” that creates a container, wires up a PostgreSQL instance, and adds optional OAuth. They are marketed as “no-code AI app builders,” but you can drop in any Dockerfile – including one that runs FastAPI – and they’ll handle the rest. Platform Backend offering Free tier limits Auth support Cursor Managed container + Postgres 13 500 MB RAM, 1 CPU, 100 k requests/mo Google, GitHub, email Bolt Container + SQLite (upgrade to Postgres) 256 MB RAM, 0.5 CPU, 50 k requests/mo Magic link, JWT Lovable Container + MySQL 5.7 300 MB RAM, 1 CPU, 75 k requests/mo Email/password, OAuth All three let you push a Git repo and they rebuild automatically. That’s the “free AI app builder with backend” you’re after – you get a place to run your FastAPI code without paying for a VM. How do I build a FastAPI AI microservice and deploy it with a free builder? The first thing most builders break on is the cold-start latency of a Python container that pulls a large model at import time. I’ve been bitten by this on Cursor: the first request took 30 seconds, then timed out because the free tier caps request time at 15 seconds. The fix is to load the model lazily or move it to a separate worker. Below is a minimal FastAPI app that calls Claude via the anthropic SDK. The code fits in a 30-line file and works on any of the three platforms. # main.py fro
开发者
Zillow and Redfin settle FTC antitrust case
Zillow and Redfin reached a settlement with the FTC, which requires Redfin to reenter the rental advertising business.
AI 资讯
How to use Samsung's new My FanCam feature to make yourself the main character in your videos
Zooming in on your kid's performance in the school play is about to get a whole lot easier. It's going to look better, too.
科技前沿
Threads is testing a podcast transcription feature
Meta keeps trying to entice audio content creators to Threads.
AI 资讯
How to encourage smarter AI use in the classroom
This article is from Making AI Work, MIT Technology Review’s limited-run newsletter examining how to apply LLMs across industries. To receive it in your inbox, sign up here. Chatbots took many schools by surprise upon their release a few years ago. Suddenly, students carried an app in their phones that could magically answer almost any…
AI 资讯
Kids outlearn AI—and we still don’t know why
People have been talking to each other for at least 100,000 years, as best we can tell. And in all that time, there has been only one thing in the world that could learn a human language to perfect fluency: a human child. Now there are two. Four short years after the release of ChatGPT,…
产品设计
How to stop Siri from interrupting while you're using CarPlay
Don't let Siri become a hassle instead of an assistant; keep it quiet in the car to reduce distractions.
创业投融资
Uber faces fine of nearly $1B over automated driver suspensions
The Dutch Data Protection Authority is fining Uber €825 million in the second largest penalty issued under Europe’s GDPR.
AI 资讯
Linkdaze’s smart calendar is built to run a household, not just track a schedule
Linkdaze's smart digital calendar stands out for not putting its features behind a paywall, including an AI meal planner tool.
科技前沿
These modern smartwatches are in their last year of updates
A whole bunch of smart watches are getting phased out this year. Is your watch on the list?
科技前沿
The reasons Siri may not work on CarPlay
If you're struggling to get Siri to work with your car's CarPlay system, there are some things you can check.
AI 资讯
This affordable fix may be all you need to improve earbud sound quality
You might not need to invest in a newer pair of earbuds to improve the sound quality. Here's how to upgrade your current pair for a better listening experience.
AI 资讯
7 Basic iPhone Tricks I Built With iOS 27’s Revamped Shortcuts App
From halting my doomscrolls to automating air-quality checks, Apple’s streamlined Shortcuts app is my favorite iOS 27 feature.
AI 资讯
The oldest iPhone model you can trade-in with Apple is older than you'd think
Even old Apple devices you haven't touched in years could still get you some credit towards a new phone.
AI 资讯
How to AirPlay from iPhone or MacBook to your TV
If you want to display media from your phone on a TV screen, you'll need to follow these steps to use AirPlay or screen mirroring.
开发者
This handy Google Pixel feature can help solve annoying Android Bluetooth problems
If you're having trouble with Bluetooth connections on your Pixel phone, this tool is a great place to start your troubleshooting.