Live data from Hacker News

One Year with ThinkPad and Linux (From MacBook Pro)

drikerf.com

51–60 of 372 posts

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#51
post #45

Half-OT: I'm using a MBP13"(2013) for years now and really like it, but it's not upgradable and it's getting cumbersome to do some more intesive things with it. Would you recommend buying a new MBP or getting a laptop?

The 2019/2020 MBP is a solid one.

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#52
post #19

I love Thinkpads and I love Linux. My current "daily driver" laptop is an old X220T from 2011, which is a tablet hybrid (including touchscreen and Wacom pen/digitizer). I don't use it because of nostalgia or a love for retro computers, I use it because it's still an excellent experience all these years later. No modern laptop in the current price range can beat it. I don't know if that's because the build quality was…

X220 here; they are great. Battery life, performance (for what I do) etc are lovely almost 11 years after production.

A lot of modern software development is actually pretty light on computer power needs. Unfortunately I'm in the 'have compiled the Linux kernel 3 times today' camp for which that isn't true.

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#53
post #14

> Touchpad is not close to Mac I'm using l390 and the touchpad feels good for me. Never use mac, does mac's touchpad is considerably better? EDIT: formatting

Yes, Mac touchpads are light years ahead of any other trackpad. I believe this is because they control both, the hardware and the software side of it. For me this is the only reason holding me from moving too.

Software has a lot to do with it, but there is still a lot of work to do on hardware side as well. All the non-mac trackpads I use are physically 'sticky' whereas my finger just glides on the macbook. It's very frustrating.

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#54
post #49
post #32

Earlier quoted context omitted.

The homebrew/jailbreak community have a custom toolchain called Theos ( https://theos.dev/ ) which enables you to cross-compile to iOS devices without a Mac. I don't know how legal it is, but it's really frustrating that we aren't seeing more efforts to develop tools like this since so many companies and individuals are scared of pissing off Apple.

I think you're going to struggle to publish to the App Store without a mac of some form. There's too much signing and stuff that requires apple devices for authentication. I solved this with a Mac Mini that lives at home on my desk and was only used for the occasional bit of testing, debug and publishing (I was building using Flutter).

You can make a virtual machine very easily but it performs very poorly:

https://github.com/myspaghetti/macos-virtualbox

Or you can lease them online:

http://macstadium.com/

GitHub has some kind of Mac hardware or virtualization for their Actions too so you could probably wire something up to build on GitHub:

https://github.com/marketplace/actions/setup-swift

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#55
I love the idea of having a Thinkpad running Linux. But there are a dozen apps on my Mac that I would miss terribly. DEVONthink, OmniGraffle, and many more.

I was thinking about getting a used ThinkPad for Emacs + Org plus terminal only. A companion for writing in Emacs/org and for doing dev work (Python, Lisp, Bash). This article made me revisit that plan. (Been using ThinkPads from 2006-2015 and loved the experience. Solid rock hardware and best keybord.) But I can‘t think of getting rid of my Mac as it is adding so much quality to my day to day life.

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#56
post #2

"Battery time is not like Macs. ~ 5 hours (after one year)" There are different battery choices of 72, 48 and 24 watt hours. I believe the 72 watt hour battery "bulges" a bit and makes the laptop not sit flat. Edit: You could also disable the MX150 GPU if you don't really use it.

What is up with windows laptops battery? Even though a brand new laptop could last for 14 hours it degrades so much after an year.

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#57
What are the cons of mac?

for me:

- Sluggish UI

- Inadequate package manager

- Unintuitive ways to install stuff

- Slow and large updates

- Can't do Linux development

- Can't try server tools

- Slow boot-to-work time

- Hard to add memory and ram

- Limited interfaces

- Hacker unfriendly

- Can't have a minimal desktop

- High memory usage of base system

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#58
post #21

t470s currently but have been using linux and thinkpads since the mid/late 90s. Battery life isn't great agree. My solution currently is a USB-C portable battery which I get an additional full laptop charge. In the past x220 and t60(p) were favourite models. Other annoyance (still!) is sleep seems to work on certain kernels and not on others. Was on ubuntu forever but slowly may move back to debian as I don't like sn…

> Mouse is Logitech MX Anywhere 2S

This mouse has seriously become my favorite ever. Outstanding battery life, very comfortable, it works on any surface I've tried, and it works great on both macOS and Linux.

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#59
post #41
post #34

Earlier quoted context omitted.

I find that I can tune the battery life on a ThinkPad to be pretty amazing, but it is hard to get my change to stick after a reboot or even a suspend/wake cycle. One of the things that seems to make a big impact is PCIe ASPM. But where do you change your config files so it's always on? At least on Ubuntu there are numerous config files that formerly controlled power management settings, are still referenced in Stack…

I have a bunch of scripts that run on every start and wakeup. Some of those scripts do things like configure my machine depending on where I am (for example, detect presence of my home WiFi).

It doesn't seem like you'd be able to do that on wakeup. Don't you have to put those kinds of commands in a hook that runs after a wifi link state change?

Re: One Year with ThinkPad and Linux (From MacBook Pro)

#60
There's a lot you can do to improve battery life...

T480 - Larger battery cell (I get >20hrs of use).

Then there's a bunch of configuration options: https://austingwalters.com/increasing-battery-life-on-an-arc...

On my new T14s after the latest updates and a much smaller battery, I can still easily get 8 hours at ~2.5lbs weight, 16 cores, 32Gb RAM.

Post reply on HN