Earlier quoted context omitted.
Been wondering about those. Did you use their distro or install another one on it?
Still using PureOS, just so I know any problems are caused by me and not some strange hardware/software issue. It's a perfectly serviceable Debian-based distro, haven't had an issue with it so far.
New MacBook Air
571–580 of 587 posts
Re: New MacBook Air
#572Re: New MacBook Air
#573After using the latest Macbook Pro 13" for over a year I have recently had my 2015 Macbook Pro 13" repaired. Both are max specs. It was a $600 bill, but it has been so worth it. The keyboard just works, it doesn't run hot and the fan doesn't blast under the slightest load, the performance is much better, the battery lasts longer and the external screen + keyboard and mouse are detected every single time without havin…
I'm not sure if it was the wifi chipset or the antenna design, and maybe some of the higher end Dells with better radio chipsets would perform better, but I returned the laptop to Dell and I was pleasantly surprised by how easy that was. At least they're doing something right. After that, I picked up a $700 ThinkPad T-series for travel and the reception is great on it.
Re: New MacBook Air
#574After using the latest Macbook Pro 13" for over a year I have recently had my 2015 Macbook Pro 13" repaired. Both are max specs. It was a $600 bill, but it has been so worth it. The keyboard just works, it doesn't run hot and the fan doesn't blast under the slightest load, the performance is much better, the battery lasts longer and the external screen + keyboard and mouse are detected every single time without havin…
Or maybe a thinkpad, depending on your budget. I normally use a maxed out macbook pro but I didn't want to bring a $5k machine on vacation. So, I bought a $600 dell laptop last summer. The wifi range/reception was dreadful. Sitting beside my wife on the couch in the hotel and she was on her $1000 macbook air getting perfect reception, me wishing I had spent the extra $400. I'm not sure if it was the wifi chipset or t…
Re: New MacBook Air
#575Earlier quoted context omitted.
That's not even close to an exaggeration. I'm running only half those things (or their competitive equivalents) right now on a Windows box. I just checked and I've got 14.8 GBs in use. Fortunately, I have a Dell XPS 15 with 32 GBs of RAM, but the second I start up a single VM, one more messaging app, a small handful of Docker containers, or any IDE (of which I'm running none right now), I'm going over 16 GBs. Realist…
I'm running firefox and mail in macOS, and 12gb are in use. The OS keeps things loaded in memory if you have it to spare.
Re: New MacBook Air
#576Earlier quoted context omitted.
I probably would except for the lack of ports and weak CPU. Still just waiting on a new 14" MBP.
you actually make use of 4 usbc connections? I'm genuinely curious on the use case. These days you can get 12 in 1 dongles from china that cover the last 25 years of input device standards into one usbc connection, and it will charge the thing.
Re: New MacBook Air
#577Earlier quoted context omitted.
Optimizing your local workflows is worth the effort at every team size. I think the attempts to make local workflows mirror production 1:1 (local k8s, for example) are misguided. They miss too hard on the productivity story. Especially once you start having to swap out local debugging for remote debugging (which only a handful of languages support effectively). This is the biggest miss for many companies striving for…
> At a past gig I had to change 5 different repositories (5 separate PRs, all needing approval) to send an email. In a rails app that would have been a trivial task. That sounds like no thought was put in the system before development. Well thought out scopes & contracts between services should not create a situation like that. Reminds me of a commenter on HN who were rolling back changes to all microservices if one…
1. Terraform repo for AWS deploy
2. Step functions application logic (server-side polling daemon)
3. Email service template
4. Feature flag configuration
5. (Something in the monolith to trigger the workflow, probably?)
This wasn't an entirely small engineering org - 300-400+ devs?
I agree, though, is the point. I think folk don't put enough thought into the development story when going this route. I think monorepos are the only sensible way to go about it once folk have cross-service work to accomplish, and monoliths are a _good_ way to build applications for longer than folk give them credit. That said, some monoliths are more productive than others. Slow startup/compilation can destroy productivity.
Re: New MacBook Air
#578I bought one, maxed out everything but storage -can anybody really justify the 2TB option? Fingers crossed it will work for lighter web dev work. I figure I'll know well within the 14 day return period. As a consultant, I work with a pretty diverse set of tools, but I figure I can at least do frontend work and throw together the odd lambda here and there. Also running a mac mini currently with a couple 4k screens as…
Re: New MacBook Air
#579Apple has a strong name in North America, but I find that to be mostly based on a perceived image, rooted more in a distant past (or on pure marketing) than in reality. I understand when this happens with the general public but it puzzles me when technical people buy into this.
Re: New MacBook Air
#580Earlier quoted context omitted.
I have 8GB on my work laptop with almost all of this (except Kubernetes, but I fail to understand why you would need a local Kubernetes) and it's fine, I usually have 2GB free memory. Don't exagerate your memory requirements, you would be more than fine with 16GB.
That's not even close to an exaggeration. I'm running only half those things (or their competitive equivalents) right now on a Windows box. I just checked and I've got 14.8 GBs in use. Fortunately, I have a Dell XPS 15 with 32 GBs of RAM, but the second I start up a single VM, one more messaging app, a small handful of Docker containers, or any IDE (of which I'm running none right now), I'm going over 16 GBs. Realist…
I develop for a living. I use 6 GB including a browser, a VM and an IDE.
Some of you greatly exaggerate the needs. Some workflows require 16+ GB of RAM, but most people complaining about RAM mismanage it or do not understand that caches are not mandatory.