Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Acasis 8-in-1 40Gbps dock turns a Mac Mini into a 2,910 MB/s workstation with one 4TB SSD slot. Hands open the silver case. A Samsung 990 Pro 4TB drops into the single M.2 bay. Lid screws down. The Mac Mini slides in from the side. Two USB4 ports. Three...

16,198 görüntüleme • 15 gün önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

APPLE SOLD THIS 39.9-POUND TOWER FOR $2,499 IN 2009 - ONE LATCH TURNED THE ENTIRE MACHINE INTO A WORKBENCH. this is the Early 2009 Mac Pro. the video shows the part spec sheets rarely capture. pull one latch and the aluminum side panel comes away. the memory, graphics card, drive bays and expansion slots are immediately visible. no hidden screws before you can inspect the machine. no loose SATA cables hanging from every drive. the base model shipped with: 2.66GHz quad-core Xeon 3GB of 1066MHz DDR3 ECC memory 640GB SATA hard drive GeForce GT 120 with 512MB of memory four PCIe 2.0 slots. the quad-core model supported up to 16GB of RAM. storage was handled by four cable-free carriers that connected directly inside the chassis. the case also left space for two optical drives. the rear panel carried hardware that now feels like an archive: dual Gigabit Ethernet optical audio USB 2.0 FireWire 800. the GT 120 offered Mini DisplayPort and dual-link DVI. install four of those cards and Apple rated the tower for up to eight 30-inch displays. the enclosure measured 20.1 inches tall and weighed almost 40 pounds before serious upgrades. this was not a compact desktop. it was a machine designed to be opened, understood and rebuilt. honest line: the Xeon, GT 120, SATA drive and USB 2.0 ports are ancient by modern standards. beautiful serviceability does not make old hardware fast. those parts aged. the enclosure did not. 17 years later, the most impressive component is still the case. bookmark & watch today ↓

Grimmer

221,756 görüntüleme • 9 gün önce

One guy keeps a farm of Mac minis on his desk and says each $600 box brings him $2,000 a month while he sleeps. AND THE HARDWARE ACTUALLY WORKS. But the number is not even the interesting part. The broken part is HOW: his AI no longer sits in a chat window. It sees the screen, moves the mouse itself, types and clicks the interface like a human at a computer. That is it. While most people still run AI in a chat and ask it for text, he sat Claude down right at the computer and put it to work with its hands. He automated not a single task but the workplace itself. How it actually works: on every Mac mini Claude runs with computer use turned on and the official Claude API docs spell it out: screenshot capture, mouse control, keyboard input, desktop automation. The agent opens the browser and the apps itself and runs the boring routine on a schedule: pulls leads, fills the CRM, checks orders, runs QA on the site. One box, one quiet worker that does not sleep and does not ask for a salary. His math is simple: a Mac mini is $600 once, Claude Max is $200 a month, and a live white-collar worker on the same routine costs a business $4,000 and up. So he rents out each node to a client as an AI worker for about $2,000 and 6 Mac minis come out to around $12,000 a month with costs a bit over $1,000 on subscriptions. But the $12,000 is his projection not a revenue dashboard: the video has no client, no task log, no working automation at all. The real asset here is not the stack of hardware but the one repeatable process the agent actually closes. Because a Mac mini on its own earns nothing. The money shows up exactly where the boring browser routine used to be done by hand for a salary and now you can hand it to an agent for the price of a subscription. Computer use is still in beta, almost nobody builds a service on it and the demand for cheap GUI routine is huge. The window is open for literally the next few months. Most people will watch this, laugh at the "$600 AI worker" and close it. And the ones who actually put an agent on one boring task and grind it into a repeat will ride this wave while it is still empty. Would you sit an AI right at your own computer on the boring routine or are you still clicking through it by hand?

Sorven

12,259 görüntüleme • 1 ay önce

People made fun of Alex Finn for buying three Mac Studios to run AI at home. Then Fable got banned for a week, GLM 5.2 dropped, and those exact Mac Studios started reselling for 4x what he paid. He showed me how he built his home AI lab from scratch. Here's the playbook: 1) The hardware. three 512GB Mac Studios, an NVIDIA DGX Spark, a custom RTX 5090 build, and a few Mac Minis. ~$30k all in. 2) The buying framework... - Mac Studio: huge memory, runs GLM 5.2 (open weights, near Opus 4.8 on benchmarks), but slow. - DGX Spark ($4,800): the sweet spot for most people. - RTX 5090: smaller models at blazing speed (Qwen's 29B now hits Sonnet 4 level). 3) Tailscale networks every machine into one private network with root access to each other. Only one machine is plugged into a monitor. 4) A Nous Research Hermes agent is his IT guy. New model drops? It SSHs into the right box, loads 5 candidates, runs evals overnight, and reports back which task belongs on which machine. Alex has literally never loaded a model himself. 5) The whole point: achieving "ambient intelligence." Always-on jobs that would bankrupt you on per-token billing. A security sweep of his API endpoints every hour. Code optimization every 20 minutes. Database anomaly & churn detection. Hourly scraping of X, Reddit & Hacker News for business opportunities. 6) Running those workloads on frontier models would cost thousands a month. His actual cost: ~$60 more in electricity. 7) Btw he's not anti-frontier. He still maxes out his Claude plan. The way he sees it: frontier is for hard thinking, local is for the foot soldiers that never sleep. 8) "We own everything except for the intelligence. Why can't we own the intelligence?" 9) He thinks frontier-level intelligence runs on consumer hardware within 6 months.

Alex Lieberman

57,764 görüntüleme • 1 ay önce

A Stanford 26-year-old spent 2 years turning 11,400 Obsidian notes into a neural net that finishes his sentences. It started as a folder called “misc” with 43 PDF in it. Most vaults die around 300 notes, because nothing connects and nothing comes back roughly 90% of what you save gets read once, on the day you save it. He fixed it by treating retrieval as the product and storage as the leftovers. Phase 1: Atomize (months 1-3) One idea per note, 200 words max, title written as a claim instead of a topic. “Attention is a filter, not a spotlight” beats “Notes on attention.” He rewrote 1,200 old notes this way and the vault shrank from 2,800 files to 1,600 usable ones. Phase 2: Embed locally (months 4-8) Ollama running nomic-embed-text on a Mac Mini M4, every note chunked at 512 tokens with 64-token overlap, all of it dumped into a local ChromaDB. 11,400 notes became 38,000 vectors and 1.2 GB on disk. Query time 0.4 seconds, cost $0 a month, nothing leaving the machine. Phase 3: Kill the hallucinations (months 9-14) Plain cosine search returned garbage about 30% of the time, so he bolted on a re-ranker and one hard rule: every retrieved chunk carries its source note title into the answer, and no citation means no answer. Wrong recalls fell from 1 in 4 to 1 in 30. Phase 4: Make it speak first (months 15-24) A nightly job reads the day’s writing, pulls the 5 oldest notes with the highest similarity, and drops 3 questions into tomorrow’s daily note. He stopped searching the vault somewhere in month 17 now it opens the conversation before he does. Before: 2,800 notes, 0 reused, 6 weeks per paper draft. After: 11,400 notes, 60-70 surfaced every week unasked, 9 days per draft. The whole stack is 4 pieces Obsidian, Ollama, ChromaDB, and a 40-line Python script that runs at 2 AM. Total software spend across 24 months: $0. Most people build a second brain to store things they will never open again. He stopped writing to remember. He writes so the machine can remind him.

West Lord

170,060 görüntüleme • 25 gün önce

THIS DEVELOPER BOUGHT A $799 MAC MINI AND NOW RUNS 5 FACELESS YOUTUBE CHANNELS FOR $55/MONTH WITH CLAUDE AGENTS the trick is not buying a stronger computer. the trick is giving claude its own 24/7 machine, so it can take over the screen, click through tools, move files, write scripts and keep working while his main laptop stays untouched each channel runs from its own skill. documentary, luxury, gaming, deep sea and infrastructure all have different tones, seo formats and script rules. claude can turn one topic into a 1,600-2,000 word script, 8-10 visual prompts and 3 title options without a new brief every night the whole system costs $799 once and around $55 a month to operate. claude, elevenlabs, midjourney and electricity replace the manual loop most faceless creators get stuck in after month two. the mac mini itself stays online for about $3/month setup takes around 45 minutes. fresh macos install, 32gb ram, claude desktop, computer use permissions, google drive routing, connectors and one dedicated output folder. after that the machine becomes the place where the work happens most people try to scale youtube by adding more channels and more manual work. this flips the model. one box handles research, scripts, prompts, descriptions and scheduling while the human does one review session per week month 6 is where this starts getting dangerous. the channels that survive the first 90 days are not just posting videos anymore. they are running a tiny content factory from a box under the desk

Gipp 🦅

19,829 görüntüleme • 2 ay önce

everyone in iOS development should watch this. seriously, it might change the whole industry. i pointed claude code at a live ios device running on revyl, typed "test everything," and walked away. here's what's actually happening: ① you don't write the tests. no scripts, no selectors, no test plan. i never told it which screens to open or what to check. it read the app, decided what mattered, and tested it. the entire instruction was "test everything." ② it built its own test team. it looked at the app, clocked that it's basically four mini apps (rides, delivery, services, account), and split itself into 4 agents, one per surface. scoping coverage like that is usually a person's whole afternoon. it did it in seconds, unprompted. ③ all four ran at the same time, each on its own live device. this is where revyl comes in. every agent gets its own live ios session in the cloud, so four running apps get tested in parallel instead of taking turns on one simulator. serial testing turns coverage into a time tax. running all of it at once removes the tax. ④ it tests like a person, not like a script. each agent drives the app the way a user would, taps through the flows, and visually checks each screen against what it expected to see. nothing is pinned to a brittle element id, so renaming a button doesn't take down half your suite. that one detail is the most annoying thing about how we test today, and it just quietly goes away. ⑤ no xcuitest, no sims melting your laptop. i didn't write a single xcuitest script, and there were no simulators booting on my machine. the agents run on cloud devices, so coverage stops being capped by what your laptop can handle. the part that got me isn't that an agent tested an app. it's that i never told it how. i handed it a device and an intent, and it figured out the scoping, the parallelizing, and the driving on its own. if you still write and maintain mobile ui tests by hand, i'm not sure that lasts the year.

Landseer Enga

23,963 görüntüleme • 2 ay önce

Trading without AI in 2026? You're done. Purely on the math, before anyone even out-trades you. You are not up against other people anymore. 75% of US stock volume runs through machines. Jane Street put $6 billion and 4,032 GPUs behind agents that write trading strategies, test them and kill them all night. Man Group's AI turns out hundreds of new signals a week where its human desk used to manage about 20 a quarter. You're on the other side of that with a chart and a feeling. 89% of retail traders lost money last year. The gap was never brains. Testing one idea properly costs a desk about $87,500 in salary time or massive computing power for AI. You don't have any of those things. That part is over. You have your own AI trading agent now, built by a team backed by Entrée Capital and hedge fund managers, and trying it costs nothing: No code, no desk, no excuses left. What it does with one English sentence: > compiles your idea into entry, exit, sizing and risk rules > backtests 5 years of data in about 12 seconds, 1-minute bars in 47 > scores it 0 to 100 on Sharpe, Sortino, profit factor and max drawdown > kills anything with a half-life under 10 days no matter how pretty the curve looks > runs walk-forward and Monte Carlo on whatever survives, then years of data it has never seen > puts it live on your exchange in about 90 seconds and keeps running while you sleep Same machine the funds run, minus the hiring, the salaries and the three-week wait. 4,800+ traders are already inside. Save this and put one idea through it tonight after read full breakdown below. You'll know in 12 seconds what three weeks of hoping never told you.

cvxv666

38,982 görüntüleme • 19 gün önce

This Chinese developer linked two $2,999 NVIDIA DGX Sparks into one box and runs the full Qwen3-235B at home, after dropping his $1,999-a-month cloud bill to zero. He wired 2 small boxes into a single computer, split a giant 235-billion-parameter model in half between them, and serves it across his own network at about 10 tokens a second, with no internet, no cloud, right there on the desk. No data center, no thousand-dollar graphics cards, no monthly cloud bill. Just him, 2 gold boxes the size of a sandwich, one cable between them, and 1 power strip. And here is the whole payoff. He used to pay the cloud $1,999 a month for the same model, and the meter ticked on every request. Now he paid $5,998 once for 2 boxes, they covered their cost in 3 months, and after that he sends as many requests as he wants for free, only electricity. The two Sparks talk over one fast cable, each holds 128GB of memory, and together they carry the whole model, about 73GB loaded per box, with the chip inside pinned near the limit at 96%. Both boxes work as one and keep trading data over the cable, with no cloud in the loop and no single word leaking out. The ready model sits on one local address, and any app on his network calls it as easily as ChatGPT. And here is how he described, in plain words, what this pair of boxes does: "this is a pair of boxes that holds the huge Qwen3-235B model and serves it to one network. the model is split in half, and each box owns its half. parts: // Box 1 (holds the first half of the model and starts the answer fast, the first word appears in under a second) // Box 2 (holds the second half and writes out the rest, about 10 tokens a second) // Cable (connects the 2 boxes and moves data between them on every step, with no lag) // Address (one local address where any app sends its request, like to a cloud model) // Test (a script that runs big prompts through and measures speed and delays) // Monitor (checks temperature, power draw, and load on both boxes every 2 seconds). the model never goes to the cloud. he only steps in when a box runs hotter than 80 degrees or the cable between them starts dropping data." So the system knows exactly what it is, what it is for, and where its limits are. It knows it has to hold the whole huge model across 2 boxes on its own. It knows it has to answer every request locally, with no meter, no limits, and no internet. It knows the human is only needed when a box overheats or the link between them stalls. → The setup runs around the clock on 2 boxes, each pulling under 60 watts → However many requests he sends, the monthly bill is $0, only electricity → The first box starts the answer in under a second → The second writes text at about 10 tokens a second → One request at a time: 838 tokens in 85 seconds, first word in 0.8s → Two requests at once: 697 tokens in 108 seconds, first word in 0.7s → Both boxes sit at 96% load and warm up to 76-78 degrees And only when a chip in a box runs hotter than 80 degrees or the cable between the 2 Sparks drops data does the system call the owner. And when he himself is out on a run or in a coffee shop, he still reaches his own model at home from his phone: sends a big prompt to the local Qwen3-235B, gets the full answer back in under a minute and a half, with no token meter ticking and no limit to hit. Here is what the test shows on his screen during one of the night runs: "one request at a time: 838 tokens in 84.9 seconds, first word in 0.8s, then 0.1s per token." "two requests at once: 697 tokens in 107.6 seconds, first word in 0.7s, then 0.15s per token." "Box 1: chip at 96% load, 76 degrees, 56 watts, 73GB used in memory." "Box 2: chip at 96% load, 78 degrees, 56 watts, the Qwen3-235B model fully loaded." And while everyone around is paying for AI by the month and bumping into limits, his top-tier model just sits on the desk and works as much as he wants: his own little power plant instead of a forever meter. He has no server rack of his own and no cloud account behind it. Just 2 DGX Spark boxes on a desk, one model split in half between them, one local address, and a folder of prompts next to it. Out of everything I have seen this year, this is the cleanest way to stop paying for AI: $5,998 of hardware on the desk once, $0 a month to the cloud, unlimited forever, and between them 2 gold boxes, 1 cable, and the full Qwen3-235B answering at home with no internet.

Blaze

93,871 görüntüleme • 2 ay önce