Earlier quoted context omitted.
1) You're missing the point. Overseer can do this, yes. AI model can work with ANY REST API. 2) How does Overseerr help? I've never really understood it if I could give my family access to Overseerr over a VPN I could just give them sonarr / radarr directly.
Expose Overseerr over HTTPS either from your home network or on a free VPS which has the tunnel into the home network where Radarr and Sonarr live. This is simpler for users to go to a website instead of having to also use a VPN. This of course assumes you already have Plex or Jellyfin exposed to the public internet without a VPN. If you're already forcing users to use a VPN for Plex/Jellyfin then hosting Overseerr l…
Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
101–110 of 133 posts
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#102Earlier quoted context omitted.
Low supply doesn't mean high demand. I don't think many people are buying Mac Studios, so they just lowered production.
He said higher than expected demand. If he lied on an earnings call that's a prosecutable offence.
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#103Earlier quoted context omitted.
If the return policy explicitly allows "change of mind", I'd say it's in the gray area. Though ofc it isn't sustainable if everyone starts doing this. I assume there's a ((returns:buys)/payment identity) metric to ban the largest offenders. Also, there should be some universally accepted way to have access to your data and a secure personal computer in the duration your device is getting repaired.
Also, there should be some universally accepted way to have access to your data and a secure personal computer in the duration your device is getting repaired. Yes, exactly. When getting your car repaired there’s loaners or rentals to allow you to keep driving. Why isn’t a loaner computer a standard thing?
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#104The Neo as well, I just need a Mac to test with and finding one is ridiculous. Hackintoshes are hell to setup and run like crap. I tried https://www.macincloud.com/ and that was a waste of time. Someone take my money.
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#105Earlier quoted context omitted.
Yea it does look like 5 year old M1's are going for $300 on eBay, but man that's painful a 5 year old machine for that much when you could get a new Neo or Mini for $600, if only you could buy them. I probably should just get the M1, test and sell it back on eBay. Thanks.
Neo isn't much better than M1.
(If I were building a Jellyfin server today, I'd probably use a MacBook Neo.)
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#106Earlier quoted context omitted.
He said higher than expected demand. If he lied on an earnings call that's a prosecutable offence.
It can be true of the overall demand between the 2 products, since the Mac Mini is indeed very much in demand, but false for the Mac Studio individually.
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#107Earlier quoted context omitted.
Neo isn't much better than M1.
In my personal experience, 13” M1 MacBook Air, 15” M4 Macbook Air, M4 Pro Mac Mini, and MacBook Neo, the Neo is the fastest for single threaded and strictly CPU bound tasks. E.g. calculating 200x200, 1000 max iterations Mandelbrot fractals it does ~785 in ten seconds compared to ~760 on the M4s and somewhere in the 600s for the M1. Given its RAM size I’m not going to be spinning up VMs, but in terms of general purpos…
The M4 and the neo share the same CPU architecture but the M4 has 4 performance cores at 4.4ghz, while the neo has 2 performance cores at 4ghz.
The neo also does not have any CPU heatsink so it thermal throttles after only a few seconds:
https://cdn.arstechnica.net/wp-content/uploads/2026/03/MacBo...
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#108Earlier quoted context omitted.
Expose Overseerr over HTTPS either from your home network or on a free VPS which has the tunnel into the home network where Radarr and Sonarr live. This is simpler for users to go to a website instead of having to also use a VPN. This of course assumes you already have Plex or Jellyfin exposed to the public internet without a VPN. If you're already forcing users to use a VPN for Plex/Jellyfin then hosting Overseerr l…
Overseer runs on plex's media port? Plex has the media port 32400 NAT hole-punched, but none of my other webservices are exposed outside my VPN.
Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#109Earlier quoted context omitted.
In my personal experience, 13” M1 MacBook Air, 15” M4 Macbook Air, M4 Pro Mac Mini, and MacBook Neo, the Neo is the fastest for single threaded and strictly CPU bound tasks. E.g. calculating 200x200, 1000 max iterations Mandelbrot fractals it does ~785 in ten seconds compared to ~760 on the M4s and somewhere in the 600s for the M1. Given its RAM size I’m not going to be spinning up VMs, but in terms of general purpos…
I'm not really sure why your neo is performing better than the M4. The M4 and the neo share the same CPU architecture but the M4 has 4 performance cores at 4.4ghz, while the neo has 2 performance cores at 4ghz. The neo also does not have any CPU heatsink so it thermal throttles after only a few seconds: https://cdn.arstechnica.net/wp-content/uploads/2026/03/MacBo...
The actual code I am using for this is:
#include
#include
int gettimeofday(struct timeval *tp, void *tzp);
int main(int argc, char *argv[]) {
double xmin, xmax;
double ymin, ymax;
double x, y, xs, ys;
int max_iter;
int i, px, py;
int width, height;
volatile double wx, wy, t;
double start, now;
struct timeval tv;
int count;
xmin = -2.0;
ymin = -1.5;
xmax = 1.0;
ymax = 1.5;
max_iter = 1000;
width = 200;
height = 200;
xs = (xmax - xmin) / (double) width;
ys = (ymax - ymin) / (double) height;
gettimeofday(&tv, NULL);
start = (tv.tv_sec * 1000000.0 + tv.tv_usec) / 1000000.0;
count = 0;
now = start;
while (now - start Re: Apple Says Mac Studio and Mac Mini Will Be in Short Supply for Months
#110Earlier quoted context omitted.
> in stead of relaying requests through me. Overseerr is a thing.
People just text me their request, you want me to setup yet another *arr service to have people setup accounts or me sending passwords around that's not behind my safe VPN and is the only thing connected to my home network that i would expose and it's setup different so my maintenance is different and more work and people wont remember the password or account and blah blah blah. Yeah I'll just have them text me and I…
Authentication to Overseerr is done with a Plex account. No new accounts.