That’s funny cause I feel the opposite: LLMs can automate, in a sloppy fashion, building the first trivial draft. But what remains is still thinking hard about the non trivial parts.
Nothing wrong with the "creating products that prioritize user experience over features" - or more accurately what Jobs said: create products that start with the user experience and the user’s needs first and then work your way to the tech (as far as I remember)
The opposite approach is starting with some tech and then trying to find a use for it, e.g. folding phones, second 1/2 screen on laptop, etc, instead of trying to actually create a usable, quality trackpad for instance.
The critique is still valid: Apple, for their software, seem to not have the same focus on quality as Jobs once insisted on. Their physical products are very much still top notch, and the products on the whole are still developed with this mindset as far as I’m concerned. It’s just the software quality that has taken a hit for some reason.
Same here. Once worked with a guy who was a huge Microsoft fan, calling Macs and Linux-based workstations “nothing but toys”. Naturally I couldn’t help but laugh when he couldn’t work for 20 minutes due to a forced windows update and then a blue screen after booting up again.
The Candy crush and other crappy apps/games in combination to being a full fledged spyware OS with adware on top is already enough to make me run away screaming.
> The battery life on my own X220 is fantastic. I have a brand-new 9-cell that lasts for roughly 5-6 hours of daily work. Obviously these numbers don't come close to the incredible battery life of Apple's M1/M2 chip devices, but it's still quite competitive against other "newer" laptops on the market.
Oh okay, so it’s the best sub-tier laptop on the market. MacBooks still on top, got it.
I'm on a 2019 Intel MBP, so I have not experienced developing on ARM yet. I though docker had full support for ARM, and I assumed it did emulation of amd64, no?
Yes, I've just seen lots of people in the comments not seeing the value in the machines Apple create, which slightly annoys me. Because they are very fine computers.
And as most people with laptops, we own them due to convenience ;) -- that's why I believe they are usually better consumer grade computers than desktops.
I find the hate towards MacBooks interesting, and more so in the comments than the actual video. After having used a lot of computers, both laptops and desktops, I genuinely believe there are no better laptops than MacBooks that bring build quality and software quality, and last but not least the integration of those two to the table -- albeit for a hefty price tag.
A Windows laptop that you convert to a Linux laptop is simply a inferior machine in my eyes and my metrics: worse trackpad, way worse battery life, worse build quality in general (although Razor's laptops are quite good), worse hardware integration (biometric auth). It's a tinkerer's dream, but not the optimal productivity machine.
Linux belongs on the server, maybe desktops, but certainly not on a laptop IMHO.
I say this not to be a Apple fanboy, but rather to acknowledge that Apple's products are not the cancer that some people make it out to be.
I have a couple of issues that keeps me using Safari. First off is the insane battery usage. It’s like 2x battery usage of Safari. Then it’s all the noise like Pocket, sign in this and register that.
And then a very specific problem that has annoyed the crap out of me: extension windows close if Firefox loses focus! That means that using Bitwarden to do this: 1) open Bitwarden and find some login details 2) alt tab to the program you’re trying to sign in to 3) paste the username 4) alt tab back to Firefox/Bitwarden and there you go, the Bitwarden window was closed due to Firefox losing focus and you now have to open it again, search and find the credentials again and then paste the password 5) open Bitwarden a third time and search yet again for the OTP code… A huge pain in the ass that makes me want to use another browser just because of that.
virtual threads (stackful coroutines) in Java is most of the reason why I’m defaulting to it nowadays instead of C#, Rust, etc