145 comments

  • arcticbull 6 hours ago

    Periodic reboots are actually a PCI requirement for payment terminals heh, basically every point of sale on the market reboots every 24h.

    • Gigachad 6 hours ago

      Seems like a good defence in depth strategy. These days most systems have a pretty good boot chain security, so after a reboot you know the system is in a valid state and any potential malicious changes have been flushed out.

      • DaiPlusPlus 3 hours ago

        Probably also helps with other kinds of transient hardware faults (and cosmic-rays) that can cause bitflips.

        That said, on principle, there is no reason why ECC RAM should not be the standard (c.f. Linus Torvald’s ire at Intel using ECC as a market-segmentation ploy)

        • close04 15 minutes ago

          > reboots the phone if it’s not unlocked for 72 hours

          Scheduled reboots would help more with clearing malware or transient errors.

          But for now, for anyone periodically using the phone, which I bet is most users, the phone will never reboot automatically.

          • derefr 3 minutes ago

            Not never; phones also reboot when there are critical OS updates to apply — and that happens as long as the phone is locked and sleeping and it's the right time of night, even if the user just put the phone to sleep a moment ago.

      • eleveriven 2 hours ago

        Exactly! Especially in a world where systems are under constant attack

      • bugtodiffer 39 minutes ago

        This is so damn sad. I don't fully get why I have to reboot after kernel updates but accept it, but just every 3 days? Why?

      • raverbashing 2 hours ago

        But wait for security cargo-culters call it "security by obscurity"

        • ip26 2 hours ago

          All that private key nonsense falls in this bucket as well. What else is a private key than an attempt to guard your system behind a thin veil of "an obscure number I know and you don't"? Classic security by obscurity.

          • portaouflop 36 minutes ago

            So everything is security by obscurity?

          • raverbashing 22 minutes ago

            Officially no, as one (or more secrets) are allowed

            But given how some "security specialists" behave, I wouldn't put it past them

    • eleveriven 2 hours ago

      The fact that Apple is adopting a similar approach for iPhones, is pretty much in line with that idea, just applied to personal data protection, isn't it?

      • create-username an hour ago

        Isn’t Apple planning on turning iPhones into POS (point of sale) terminals?

    • paxys 6 hours ago

      And Boeing 787 airplanes

      • dymk an hour ago

        Shouldn’t happen mid-flight though

    • EasyMark 5 hours ago

      Yeah I reboot my iPhone every weekend whether it needs it or not.

    • hackernewds 4 hours ago

      also, pretty necessary for the Prism program at the NSA to reinstall and update their firmware

  • jsjohnst 7 hours ago

    Wish this could be reduced lower. If I don’t unlock my phone in a day, something is up and extra paranoia is warranted.

    • jalk 2 hours ago

      How about a system for rebooting if the phone is not close to a specific Airtag or similar device. Ofc. with the possibility to override by unlocking.

    • astrea 5 hours ago

      After reading your comment, I was interested in whether or not I could achieve this through the built-in Shortcuts app. Unfortunately, "Restart" is not an available action.

      Edit: Actually, I was looking in the wrong place. It’s an option for the "Shut Down” action. Thanks, @jwond!

      • godelski 30 minutes ago

        While we're on the topic of Shortcuts, does anyone know how to do decent data transfer? I've been wracking my head to figure out how to replace my termux script on Android that would sync photos to my home computer whenever I was on my local wifi (or wifi and tailscale).

        I know shortcuts has an ssh action but it appears quite buggy and if I try to do any real bash scripting or wanting to not overwrite existing backups it hangs. It doesn't handle

          [[ ! -a "$FILE" ]] && cat /dev/stdin "$FILE"
        
        Even with more formal if statement notation. Best I have come up with is a very painful shortcut that repeats this for each thing I want to sync

          if [[ ! -a "$FILE" ]];
          then
             cat /dev/stdin "$FILE"
          else
             cat /dev/stdin /dev/null
          fi
        
        Seems to hate functions. iSH and others can't seem to access the photos library. There's got to be some way I can get those out of the sandbox. (God damn is the app buggy. This is worse than programming in brainfuck)
        • giamma 16 minutes ago

          I am using an app for this. It's called WebDavNav+ and there is a free version WebDavNav for evaluation.

          You can create sync configurations and switch on auto sync.

          I have an Odroid HC4 with Open Media Vault and docker which is my personal NAS. It runs a WebDav container and so on a daily basis my iPhone is backing up photos to my NAS using WebDavNav+.

      • elboru 5 hours ago

        It’s so frustrating having a nice Shortcut idea just to hit a limitation right away.

        • __m 2 hours ago

          Yeah shortcuts could be much more useful. I wanted to make a post request when I arrive at some place with some additional javascript logic to update an authentication token. It just doesn’t work when running in the background, I have to manually trigger it

      • create-username an hour ago

        I created a shortcut to turn off my iPad every night. It’s useless

      • bobbylarrybobby 4 hours ago

        But can you have it run a fixed period of time after last using your phone?

        • johnfernow an hour ago

          Unfortunately not. Looks like you can set the time (or choose sunrise or sunset), and then you can set it to repeat daily, weekly, or monthly. No option based on inactivity.

          However, you can set it to shutdown or reboot if it receives an email that contains a specific string in the subject line. So you could have a computer that sends it a shutdown email. You could base it off of inactivity of that computer, or you could have it listen for a cancel-shutdown email, which could be sent by the iPhone when it connects to WiFi (assuming you don't live someplace like a university campus where you're always connected to WiFi even when you leave home.) If the computer doesn't receive the cancel-shutdown email within the set period of time, the computer would send the shutdown/reboot email to the iPhone.

          However, like another commenter pointed out [1], the action doesn't even seem to work currently as of iOS 18.0.1. If you set it to "Run Immediately" with "Notify When Run" to off, it just doesn't run. If you turn "Notify When Run" on, the action runs, but still requires you to confirm it manually with a tap, which defeats the purpose of the automation. Who knows, maybe a future update will fix it.

          1. https://news.ycombinator.com/item?id=42144044

      • jwond 5 hours ago

        There is a restart action. You need to first add the Shut Down action, then you can change it to Restart.

        • designed 4 hours ago

          Just tried it. Unfortunately, even when you choose "Run Immediately", it still asks for user input when the time comes ("Are you sure you want to restart this iPhone?")

        • RulerOf 4 hours ago

          Thank you very much. I've wanted to have a weekly reboot of my phone for years now, and it drove me nuts that I couldn't create a shortcuts automation for it.

        • buzzerbetrayed 5 hours ago

          Nice! Just created an automation to restart daily at 4:00am. Hopefully it works without user input.

        • astrea 5 hours ago

          I'm so dumb. I didn't even click into the "Blank Actions" tile.

    • petesergeant 6 hours ago

      And for minimal hassle if you just hadn’t touched your phone. 12 hours would work great for me.

      • rcMgD2BwE72F 5 hours ago

        18h is the default on GrapheneOS IIRC. Got my phone stolen abroad days ago with tones of sensitive data and that features was a big reassurance. I set it to 6h I believe.

        • yonatan8070 2 hours ago

          I tried to do it using Tasker on my crDroid device, but it requires the phone to be rooted, which mine isn't since some apps detect it and throw a fit.

      • aaomidi 6 hours ago

        I think you may be able to do something like this with a shortcut.

        • HnUser12 6 hours ago

          Iirc reboot requires user input so you can’t automate.

          • itake 5 hours ago

            Yep. I tried to do it with a shortcut and it was basically a reminder to reboot that could be ignored.

    • Hamuko 4 hours ago

      My guess would be that the three-day timer is the first version to test the waters. Put it out there to see if there are any unexpected problems. And if everything's peachy, lower it in some future release to make it more secure.

      • eleveriven 2 hours ago

        If they went with something more aggressive (like 24 hours) it might annoy more users, especially those who keep their phones locked for a while but don't use them constantly

        • Washuu 2 hours ago

          I'm one of those people. I charge my phone once a week. Most of my interaction with it is notifications on the lock screen.

        • Hamuko 2 hours ago

          I imagine the number of people who don't unlock their iPhones in ≥24 hours is a vanishingly small percentage of the userbase. Especially since with new iPhones, just looking at the lockscreen with your face unobscured is enough to unlock it.

          • oarsinsync an hour ago

            I imagine a vanishingly small percentage of the user base is still a very large number of people, that as an absolute number, would make up a significant percentage of the users of any other product.

            Apple’s scale is so large, it’s easy to forget even tiny percentages are still actually really significant in absolute terms.

    • hulitu an hour ago

      You can always install Croudstrike. They will take care of reboots. /s

    • elzbardico 3 hours ago

      I am almost never use my phone at home anymore. And even when I leave home for gym or stuff like that, I will have my phone with me, but will interact most of the time with the apple watch. The only few times I will actually use the phone is to answer some urgent message.

      For lazy reading and media consumption I will use the ipad.

      I really enjoy apple ecosystem.

  • noyesno 27 minutes ago

    This seems to break SMS-forwarding between iDevices. Found out the hard way when some package delivery notifications only arrived once I unlocked my secondary iPhone and opened the Messaging-app.

  • firen777 22 minutes ago

    The young me would sing praise to this feature unconditionally.

    The current me can only think how this feature affects countries with proper due process a lot more than countries with easy access to rubber hose decryption.

    That being said, the selfish me will adopt this feature either way.

  • noident 6 hours ago

    This "novel" feature is already supported by GrapheneOS and set to trigger after 18 hours by default, with the option for the user to adjust it to their preference. There is no good reason to force the choice of 72 hours on everybody. That's a user-hostile design decision.

    • karlgkk 6 hours ago

      > There is no good reason to force the choice of 72 hours on everybody. That's a user-hostile design decision.

      It apparently only triggers if the phone hasn't been successfully unlocked for three days. So, it really isn't something most users will notice.

    • summermusic 5 hours ago

      This is an essential feature for my personal GrapheneOS phone. I only tend to use it once or twice a day most days, which means it is usually freshly rebooted every time I go to use it.

      I remember reading somewhere that many new exploits in the mobile space only exist in memory and are thwarted by a simple reboot, including the infamous Pegasus spyware.

      • ruthmarx an hour ago

        Graphene might be great, but the Google specific hardware that is the only thing it will run on might not be as trustworthy.

    • Twisell 6 hours ago

      It's probably more of a tradeoff.

      This longer delay won't prompt hectic headlines about users angry about random reboot, it is long enought so federal agencies won't publicly react and plea Trump for their backdoor again, and it is a low profile update that won't necessarily be noticed beside tech circles thus "small fry" bad actors won't know how to correctly cover their back.

      A user hostile design would have been to never implement it in the first place. It's basically Apple's signature to choose generic default value and don't bother the user (for the better and sometimes the worse).

    • mouse_ 6 hours ago

      I remember the first time I ever saw the camera flash used as a flashlight was a feature in Cyanogenmod 7. Wifi hotspot from your phone started as a Cydia app, when legitimate apps weren't particularly useful yet.

      Hacks have always brought the coolest features to phones, but OEMs have made them less accessible than ever :(

    • chatmasta 6 hours ago

      Back in my day, this was a non-issue because our phone batteries didn't last more than 6 hours.

      (Although I guess this change applies also to powered-on phones? Which is cool... this is why I choose Apple products.)

    • casper14 6 hours ago

      How is Graphene working for you?

      • switch007 18 minutes ago

        Not OP either. It's quite "buggy" (honestly too many to list, mostly UI issues, app issues that can either be attributed to the OS or the app)...but overall I'm happy because of all the great features.

      • AlgebraFox 3 hours ago

        Not OP. But I am using GrapheneOS for almost 4 months now. It is a breath of fresh air. Network Permission, Contact Scope, Duress PIN, Hardened Malloc, JIT tuning, Sandboxed Google Play etc.. are some key privacy and security features in Graphene. Will never go back to Apple's or Google's surveillance platforms.

      • rcMgD2BwE72F 5 hours ago

        GrapheneOS is great. I’m on iOS 18 for now (until I get a new Pixel after I got one stolen days ago) and I can’t wait to go back to GrapheneOS.

      • AzzyHN 6 hours ago

        Not OP, but very well!! The only things that don't work for me are Google Pay and Android Auto, which is a shame but I can live without both of those.

        • switch007 17 minutes ago

          Auto absolutely works these days but Google Pay definitely doesn't and probably won't ever

        • cubesnooper 6 hours ago

          GrapheneOS supports Android Auto now! I use it every day.

        • jacoblambda 4 hours ago

          Android Auto works well for me on Graphene (Pixel 9 Pro) but I obv can't make GPay work given that it relies on the OS having Google's blessing and they are actively hostile to GOS as a project.

        • hmottestad 6 hours ago

          That kinda sucks. I don’t carry cash or a credit card anymore. I just pay with my phone.

        • rcMgD2BwE72F 5 hours ago

          Upgrade. Auto is supported now.

  • SoftTalker 7 hours ago

    If this is true, then it's a trivial enhancement to make that a configurable setting. 72 hours could be the default, if your security needs are higher, you could turn that down to 12 hours, or even less.

    • chatmasta 6 hours ago

      If this were configurable, I would make it 30 minutes and increase it if I noticed any inconvenience. But I doubt that I would. I already have my phone in permanent do-not-disturb (so a reboot causing delayed notifications wouldn't be an issue), and it's not like I mind entering my passcode instead of FaceID every 30 minutes.

      • karlgkk 6 hours ago

        I don't know where you live, but in the US it's basically understood by the courts that FaceID is not protected, but PIN is.

        So if your threat model includes the sort of attacker that has a phone exploit or the ability to confiscate it, you should not be using FaceID. Instead, consider using six digit PIN with auto-delete after 10 attempts. Also enable Lockdown Mode And if you use iCloud, enable Advanced Data Protection.

        • chatmasta 6 hours ago

          Yeah, I consider FaceID to be basically a time-limited vulnerability akin to "remember me," because unlocking is a matter of just showing your face. It's convenient and I like it, but I don't get too upset when it asks me to enter a PIN (although I am annoyed when it doesn't respond well to the "swipe up to enter passcode").

      • babyent an hour ago

        Speaking of Face ID, I still use the iPhone SE (latest edition).

        I like Touch ID and I like the small form factor.

      • bigiain 3 hours ago

        I don't trust FaceID (technically, I don' trust the cops with FaceID), so I'm entering my (6 digit) PIN every time I take my phone out of my pocket anyway. The only thing that'd make me hesitate to set this down to single digit minutes would be the risk of missed calls/notifications while the phone reboots.

        • astrange 2 hours ago

          If you're outside the house that's less secure, because a security camera or a shoulder surfer can see your PIN.

          • curious_ralts 9 minutes ago

            Graphene has a feature exactly for this which shows a shuffled unlock screen

          • layman51 an hour ago

            Agreed. I don’t understand how someone would be careful to not use biometrics and yet use a six digit passcode instead of an alphanumeric password.

      • duskwuff 5 hours ago

        30 minutes would be excessive. Keep in mind that the phone is unusable while it's rebooting, and that rebooting uses a nontrivial amount of power.

        • karel-3d 2 hours ago

          Also you cannot read your notifications, if I am not wrong.

          I think 3 days is actually perfect

        • chatmasta 5 hours ago

          Rebooting takes ~7 seconds and ideally only happens when I attempt to use it.

          But regardless of that.... why does it take a nontrivial amount of power?

          • klausa 4 hours ago

            Because booting is relatively CPU-intensive, compared to being at idle.

            But iPhones do not boot in 7 seconds either — it's closer to 40. At least that's what it took on my 16 Pro Max right now when I tested it.

            • fnueiwfg923 2 hours ago

              My iphone 15 just rebooted in 12 seconds.

              • oarsinsync an hour ago

                Rebooted or turned on?

                I had to create a shortcut to actually trigger a reboot, as I couldn’t find a reboot option in settings. My iPhone 13 mini on iOS 17.7.1 took 29 seconds.

          • forgotoldacc 2 hours ago

            I'd love to know what model of iPhone you have a see a video of it shutting down and starting back up in 7 seconds. Sounds like an incredible piece of hardware.

          • asadotzler 3 hours ago

            wow. that's quick. my two year old galaxy takes ~37 seconds.

    • itake 6 hours ago

      I agree, but it sounds like apple is choosing 72 hours to give time for the cops, because cops are more coordinated than criminals?

      • xethos 6 hours ago

        I wouldn't assume this is explicitely to help LEO, but more because this is (AFAIK) the first time this is being trialed by Apple. 72 hours is a touch long, IMO (and based on some comments, it's not just me), but when your update touches millions of devices, it's also best to test thoroughly and have the first iteration be too long rather than too short.

        It's easy to drop the 72 hours in a future update, or tie a shorter delay to (as I believe Apple calls it) Lockdown Mode - the more important thing might be to keep the "It just works" assumption most people (myself not included) seem to have vis-a-vis Apple products.

        Notably, I assume it will never be user-configurable directly. Possibly through Lockdown Mode ("If enabled then shorter delay"), but I wouldn't count on Apple adding an explicit setting.

        • alwillis 2 hours ago

          I’m assuming the ability to configure this will be added to Apple Configurator at some point.

          Any savvy user can download it for free. I used it recently to create a profile for a friend I’m working with to configure their email account.

          If you’re the tech person for your friends and family, Apple Configurator is quite handy: https://support.apple.com/guide/apple-configurator-mac/intro...

        • macintux 5 hours ago

          I’m betting it’ll be configurable via MDM.

      • eleveriven 2 hours ago

        A balance between security and giving law enforcement a reasonable window to act

      • threeseed 4 hours ago

        It could just be for the user experience.

        There are people I know especially older who don't use their phone every day.

    • threeseed 4 hours ago

      > If this is true, then it's a trivial enhancement to make that a configurable setting

      It could be hard-coded into the Secure Enclave so it can't be disabled if the phone is jailbroken.

    • eleveriven 2 hours ago

      Making it configurable would be a logical next step

  • alsetmusic 3 hours ago

    I think 404Media was first to confirm this (I could be wrong). It’s a subscriber article and I couldn’t find an archive link with the full story, but they do good work and I encourage people to support their work.

    https://www.404media.co/apple-quietly-introduced-iphone-rebo...

  • tlyleung 5 hours ago

    I get that a locked phone needs to have everything already in memory, but what technical hurdles are stopping Apple from making a locked phone as secure as a rebooted phone?

    • Shank 5 hours ago

      In the BFU state, notification previews, contact information for incoming calls, and other user-specific data is locked because it’s not decrypted. These things would also change the user experience dramatically, so that’s why Apple doesn’t do it.

    • oarsinsync an hour ago

      > what technical hurdles are stopping Apple from making a locked phone as secure as a rebooted phone

      I think the hurdles are not technical, but based around user experience.

    • ghostpepper 4 hours ago

      There's a good discussion of how this is implemented cryptographically https://www.youtube.com/watch?v=BLGFriOKz6U

  • dcow 4 hours ago

    Why not just go all the way and separate the program instruction memory from the data memory, physically? I know there’s an approximation of this at the page level, but why even let the kernel modify its own memory in the first place? Memory unit that only loads signed pages. etc.

    • pdpi 4 hours ago

      What you're asking for is a Harvard architecture computer (as opposed to a von Neumann architecture). There's tradeoffs involved.

      Two things to keep in mind are that JITs are damn useful pieces of tech, so losing them is a pretty damn heft price to pay for that separation, and interpreters will still treat your data memory as program instruction memory, which limits the benefit.

    • astrange 2 hours ago

      What is this a response to? This already happens though - the kernel can't modify its own code pages. But there are plenty remaining attacks like overwriting function pointers or other data.

  • fatcow 6 hours ago

    Question: is the apple reboot seriously displaying a dmesg log?

    • wmf 6 hours ago

      I assume that's a Security Research Device. https://security.apple.com/research-device/

      • duskwuff 5 hours ago

        It is. You can see a SRD screen pop up briefly before the boot messages.

    • Twisell 6 hours ago

      I guess not in final release, but security researchers used the developer beta, probably with some verbose mode enabled.

  • ryandrake 7 hours ago

    Wonder how they've determined it's a deliberate feature and not some memory leak or something that takes 72 hours to manifest.

  • Jiahang 5 hours ago

    Sometimes when I turn off my iPhone for a while, it turns on by itself.

    • switch007 6 minutes ago

      [delayed]

    • hulitu an hour ago

      This is a feature. For your security. Also Bluetooth is on when the phone is turned off, for FindMy and remote exploits. /s

  • philipov 6 hours ago

    > law enforcement officers and forensic experts were concerned that some iPhones were rebooting themselves under mysterious circumstances, which made it harder for them to get access to the devices and extract data.

    > iOS 18 comes with improved anti-theft measures. Three days w/o unlock, the iPhone will reboot, preventing thieves from getting your data.

    It's poetic, isn't it?

    • justahuman74 5 hours ago

      I'd like to be able to specify much shorter times than 3 days, I could have my phone reboot every night while sleeping if possible

      • scojjac 4 hours ago

        On iPhone, you can use the Shortcuts app to do this. Create a new shortcut with the Restart action and save it. Then go to the Automations tab, set the schedule, and select your new shortcut. Make sure it's set to Run immediately.

        • lxgr 4 hours ago

          Woah, I never cease to be surprised by the unexpected kinds of things that Shortcuts allows (given all the obvious ones it does not). Thank you!

          Out of curiosity (and because I'm not going to try that for tomorrow morning) – does that kill my alarms, or does iOS schedule/store these somewhere accessible before first unlock?

          • happyopossum 3 hours ago

            iOS alarms continue to work after overnight upgrades which involve a reboot, and also work when you plug in a dead phone before bed, so they’ve apparently figured this out.

            • kmeisthax 3 hours ago

              AFAIK there's (private?) API surface to request a container that isn't encrypted to your PIN specifically for the lock screen to work.

          • refurb 3 hours ago

            It’s actually pretty powerful and you can have automation tigger based on all sorts of things.

            I travel a lot so have it turn on specific data SIMs when GPS detects I’m in that country.

        • phr4ts 3 hours ago

          I set my work android phone to go off 10pm and come on by 7am everyday. It's under settings -> system. It also has the ability to restart on any day/time you want.

        • turbojet1321 4 hours ago

          This leads to a confirmation prompt, and unless you select "Restart" it does nothing. Do you know a way around that?

          • rpicard 4 hours ago

            The “run immediately” setting mentioned in the parent comments prevents this. I did this recently on my phone and can confirm it works.

            • turbojet1321 3 hours ago

              Not for me, unfortunately.

              • ruthmarx 2 hours ago

                Why could this be? latest iOS? Regional difference?

      • aryan14 4 hours ago

        Very good suggestion, however I’m not sure if it’s healthy for a phone to reboot 365d/year?

        • dcow 4 hours ago

          Why not?

          • readyplayernull 4 hours ago

            Because it's healthy to take some days off

            • MR4D 4 hours ago

              Maybe it should reboot every day for 5 days and then not reboot for 2 days.

              Of course, that would be week security.

              /ducks

              • erikerikson 4 hours ago

                Eh hem... 4 day work weeks are more productive so not rebooting for 3 days should be even weeker.

        • hulitu 43 minutes ago

          > Very good suggestion, however I’m not sure if it’s healthy for a phone to reboot 365d/year?

          There is no (Windows) problem that a reboot cannot fix. /s

      • Refusing23 4 hours ago

        my 2021 samsung can do that

        but my new pixel cannot

        • frankacter 4 hours ago

          Just tested on my pixel:

          Go to Settings

          Tap on System

          Select "Advanced."

          Tap on "Scheduled restart."

          Toggle the switch to enable it.

          Choose the day and time you want your device to restart automatically.

          • derbOac 29 minutes ago

            I have no "Advanced".

          • 7734128 3 hours ago

            Suppose all police would just undo that setting as soon as they got the phone.

            • Someone 3 hours ago

              Can’t do that when the phone is locked. If they can do that, they’re “in” and it will take them less than a day to take all data from the phone.

            • ThePowerOfFuet 3 hours ago

              The point is that they don't have the passcode so they couldn't.

        • zackify 4 hours ago

          That’s why you gotta run graphene

    • starfezzy 5 hours ago

      I would be ok with 8 hours during daytime, and some smart functionality for sleepy time. After all it’s just a reboot. I can’t remember the last decade I didn’t unlock my phone during the daytime.

  • latchkey 5 hours ago

    what about my Apple Watch?

  • BenFranklin100 6 hours ago

    It annoys me to no end to listen to the Android/Google apologists claim that Apple does not care about security and privacy.

    • xethos 6 hours ago

      Presumably because they disagree about what should be kept private from whom, and whether the user should be allowed to be in control of the security of the hardware.

      Apple will vouch for applications running on, for example, MacOS. They'll check the developer's account is still in good standing, and will prevent apps from launching without this check. Sometimes this (arguably) helps. Other times it hurts [0]. And while I disagree with the choices made, these are valid trade-offs.

      Apple will tie things like the hardware for FaceID, to a specific phone, and require it be re-paired by an Apple authorized technician. Sometimes this is bad - just look at any Right to Repair thread. Sometimes this is good - Evil Maid attacks don't occur often, but it's easy enough (from Apple's POV) to block them that it would almost be irresponsible not to.

      There is room for these discussions, but it's geared more towards how one views general-purpose computing devices, IMO, and can't really be answered in a flamewar-style "Apple is evil" type of environment.

      [0] https://www.theverge.com/2020/11/12/21563092/apple-mac-apps-...

    • hulitu an hour ago

      They do care. Read carefully the TOS. /s

  • gnabgib 7 hours ago

    Previously (36 points, 6 days ago, 24 comments) https://news.ycombinator.com/item?id=42090636

    Related Cops suspect iOS 18 iPhones are communicating to force reboots (234 points, 7 days ago, 288 comments) https://news.ycombinator.com/item?id=42081874

    • xk_id 3 hours ago

      I just want to point and shame this top-voted comment [0] that dismissed with the characteristic self-assurance of the armchair specialist the very possibility of it; and all the users who upvoted it, purely because it sounded like a “rational opinion”; and all the users who impulsively downvoted my post which provided partial evidence to the contrary.

      [0] https://news.ycombinator.com/item?id=42083555

      • LegionMammal978 3 hours ago

        They are forcing reboots, but they aren't communicating with each other to force reboots, as the article was speculating, and as the commenter was arguing against. Instead, it's just a 72-hour clock.

        Also, they were calling the networking hypothesis "far fetched" and "pretty unlikely", not "impossible". I had also considered that hypothesis far-fetched, because it wouldn't just need the existence of local communication, it would also need a special protocol, trigger conditions, false-positive prevention, etc., all for that one feature.

      • Etheryte an hour ago

        Don't be petty, it's not good for you. Besides, as is, their comment is still accurate and a great addition to the discussion.

        • xk_id 26 minutes ago

          The vehement tone was unwarranted and encouraging an attitude of self-assured “common sense” is very problematic, when there are many agents, both commercial and political, who can use it to avoid suspicion about their closed source ecosystems.