Viewing profile — notemaker
notemaker
HN member- Joined
- Wed, Feb 07, 2018, 8:55 AM UTC
- HN karma
- 183
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About notemaker
No profile information was provided.
Recent public activity
-
comment
Comment #46253999
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...
-
comment
Comment #41362075
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 tha…
-
comment
Comment #41323897
Elixir is really fun. It hits the same spot for me as Ruby does for many others, bringing joy when writing it.
-
comment
Comment #41116456
Can someone explain why this issue deserves a 24h notice? Seems more reasonable to me to have a much longer deprecation notice.
-
comment
Comment #40656962
Really impressed with how thoughtful _and_ fast they are delivering on their type system.
-
comment
Comment #40190828
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.
-
comment
Comment #40179657
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 d…
-
comment
Comment #40178352
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 fo…
-
comment
Comment #40145261
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 …
-
comment
Comment #40108573
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 ma…
-
comment
Comment #39651594
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 d…
-
comment
Comment #39634438
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 (engineeri…
-
comment
Comment #39499142
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 …
-
comment
Comment #39434293
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 acco…
- story
-
comment
Comment #38627615
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 …
-
comment
Comment #38626903
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…
-
story
Tell HN: Apple can lock your account irrevocably without telling you why
I've been in support with Apple three times now about my Apple ID being deactivated. All my Apple devices prompt me with an error like "This Apple ID is not active" now and again. …
-
comment
Comment #37680733
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 syste…
-
comment
Comment #37560076
How does it fare for bilingual users?
-
comment
Comment #35967360
This is a great talk that answers many of your questions, https://youtu.be/JvBT4XBdoUE I am so far merely an enthused observer, so I can't give any insights into the experience of …
-
comment
Comment #34351374
I'm running NixOS on https://teklager.se/en/products/routers/APU2E0-open-source-r... . Working great. And interestingly when I upgraded to NixOS 22.11, its power consumption went d…
-
comment
Comment #34189496
Just make sure it doesn't have an Nvidia GPU. Always a gamble with on laptops
-
comment
Comment #34151416
It is meaningful, but maybe I didn't give enough context. The service ingests data from a timespan T spanning M minutes. Before the next timespan T+1 is ingested, the service has t…
-
comment
Comment #34148711
I've written a couple of C-extensions for a Python service that needed to run in real-time. We started out 100x slower than real-time and managed to make it slightly faster than re…