HackerTrans
TopNewTrendsCommentsPastAskShowJobs

notemaker

no profile record

Submissions

Don't Put All Your Apples in One Basket

skogsbrus.xyz
2 points·by notemaker·3 lata temu·0 comments

Tell HN: Apple can lock your account irrevocably without telling you why

4 points·by notemaker·3 lata temu·3 comments

comments

notemaker
·7 miesięcy temu·discuss
My condolences. I don't have any advice, but you may be able to learn something from my very similar experience.

https://skogsbrus.xyz/dont-put-all-your-apples-in-one-basket...
notemaker
·2 lata temu·discuss
I've had a similar idea on my backburner for two years, as a fun project to dabble in Elixir, but this is just so much more _fun_ than my version which looks like an admin page that just happens to have a Vim canvas on it.

Well done!
notemaker
·2 lata temu·discuss
Elixir is really fun. It hits the same spot for me as Ruby does for many others, bringing joy when writing it.
notemaker
·2 lata temu·discuss
Can someone explain why this issue deserves a 24h notice?

Seems more reasonable to me to have a much longer deprecation notice.
notemaker
·2 lata temu·discuss
Really impressed with how thoughtful _and_ fast they are delivering on their type system.
notemaker
·2 lata temu·discuss
FWIW, it's not self hosted. I use Fastmail. Thanks for the link about .xyz though, I was not aware it is associated with spam.
notemaker
·2 lata temu·discuss
In hindsight, yes that was a bad move (especially considering that my work laptop is still locked to my banned ID…)

As an Apple noob at the time, I assumed that if my MDM-managed device prompted me to log in with my Apple ID, that it of course would be an allowed action.

With regards to data being shared, the only thing I noticed was wifi passwords and peripherals pairing (apple keyboard).
notemaker
·2 lata temu·discuss
With risk of being spammy, this is probably the most relevant discussion I've seen so far on HN w.r.t my experience of being locked out from my Apple ID.

I hope legislation will force Apple to step up and be more transparent / helpful.

https://skogsbrus.xyz/dont-put-all-your-apples-in-one-basket...
notemaker
·2 lata temu·discuss
True, but Apple specifically in my case was abhorrently indifferent to the consequences and their support structure is entirely unable to help you. If you have a dedicated storage provider, you lose their single service only. With Apple, you lose everything you have attached to your account which carries a much higher risk.

See https://skogsbrus.xyz/dont-put-all-your-apples-in-one-basket... for more info.
notemaker
·2 lata temu·discuss
It seems to be extremely rare, but do bear in mind that if Apple bans your account (Apple Id) you will lose access to your icloud files irrevocably.

See my previous posts on the matter for more info.
notemaker
·2 lata temu·discuss
Read Deep Learning with Python [1]. It's ok not to understand everything, but doing the labs will be invaluable.

That book should set you up with the fundamentals. Pytorch is the defacto standard right now for training; during deployment you will use whatever your deployment setup allows (e.g. embedded devices typically have their own inference frameworks).

Python is the lingua franca for anything in machine learning, but other languages are used where necessary for performance or for ecosystem benefits.

[1]: https://www.manning.com/books/deep-learning-with-python
notemaker
·2 lata temu·discuss
I'd recommend moving to development that interfaces with ML instead of moving to being an ML practitioner. You have much faster feedback cycles, your work is predictable (engineering, not science), and you don't feel the pressure of never reading enough papers.

To do that you only need to understand the fundamentals of tensors, some basic knowledge on what the big no-nos are within ML development so you can course correct your peers if they break them, and either focus on the operations side of things or deployment. In both cases, having a knack for optimizing bottlenecks will be very helpful since they will be present during both training and inference.
notemaker
·2 lata temu·discuss
I've never found this style readable unless with pipes (bash / elixir), where I love it. With any other syntax, I find it just adds mental overhead. Maybe because you have to read it backwards?
notemaker
·2 lata temu·discuss
Automated account suspension is anti-consumerist for the % of false positives. And since that % likely is low, companies get away with ridiculous processes for recovering your account.

I recently encountered this with Apple (https://skogsbrus.xyz/dont-put-all-your-apples-in-one-basket...). After 2 months I'm still fighting them to recover some of my devices.
notemaker
·3 lata temu·discuss
As an aside, even if all else fails and I need to factory reset my devices - I'm not sure if that's straight forward if you can't log in to the currently enrolled Apple ID...

> If asked, enter your Apple ID.

https://support.apple.com/en-gb/102506
notemaker
·3 lata temu·discuss
Honestly don't know where I'd even start to initiate such a process (not based in the US). I'm still in a phase where I'm angry enough to keep bugging support / going to Genius bar with the issue.
notemaker
·3 lata temu·discuss
Pretty happy with my existing workflow. It started out with a photo organization script a couple of years ago that I ran manually and has now developed into a fully automatic system.

1. syncthing uploads photos from my phone to my NAS (receive only)

2. scheduled systemd service (hourly) on my NAS reads newly received photos, renames them by date, moves it to my photos catalog

3. photoprism starts a scan of the photo library (triggered by systemd when 2. finishes)

4. weekly systemd service syncs the library to backblaze
notemaker
·3 lata temu·discuss
How does it fare for bilingual users?