manuhabitela's comments

Leimi | 2 years ago | on: Review: Framework Laptop finally gets an AMD Ryzen config–and it’s pretty good

yeah I get the benefits. And yeah the "repair" argument I agree, good luck finding a bad stick :)

The real frustrating thing as for now in the real world is, there is an extremely low number of laptops with soldered ram that offers 64 GB. And the few that do, charge an absurd amount of money for it.

With socketed ram, I can:

- buy the cheapest built-in config of a laptop

- then buy the RAM I currently need on my own, often saving a few hundreds bucks just doing that

- then, in a few years, buy some new RAM again, when I need it, if I need it, instead of having to buy a whole new laptop.

That's how I went with thinkpads during 15 years. Now I have to pay 500$ more to be a bit future proof. If the manufacturer offers it. Double that if you want a mac.

So, still today, I'm 100% taking socketed ram instead of soldered one.

Leimi | 2 years ago | on: Review: Framework Laptop finally gets an AMD Ryzen config–and it’s pretty good

I'm curious how it's 50% more expensive than (new) thinkpads. Personally I'm looking for machines where there is at least 64gb soldered, or the possibility to upgrade later. In the thinkpad line that means basically only the X1 now for 13/14 inches laptops. And it's not cheaper than the framework.

I agree about the rest, a few things are not quite there yet, or maybe will never be. But on lots of things it is really refreshing.

Leimi | 2 years ago | on: Review: Framework Laptop finally gets an AMD Ryzen config–and it’s pretty good

Framework is really appealing as thinkpads get more and more soldered everywhere. And pricing is surprisingly ok, especially if you target 64gb of RAM and a big ssd that you buy on your own and install yourself. You can almost buy 3 amd framework with those specs for one macbook pro.

Only thing that I'm afraid of is the build quality of the chassis that doesn't really seem on par with premium thinkpads and other business laptops.

Leimi | 2 years ago | on: The X220 ThinkPad

I'm still in love with my x201s, the x220 predecessor. It was 16:10 and could have a super high res of… 1440x900, a rare thing in such a small format for the time. These small thinkpads were solid as hell, packed with I/O. Perfect keyboard. You could set it with a 90Wh battery. For a 12" laptop. Haha. Screen quality, speakers, touchpad were all garbage but oh well. So much other stuff was perfect. Good times.

Leimi | 2 years ago | on: Framework Laptop 16

thinkpad x13, hp 835 g9, dell latitude… and if you go for a 14" laptop, connectivity is even better while still having a small device.

I'm not sure more than 4 ports is _extremely_ niche use case especially for a work device, but yeah I get that most people would be okay with it and I understand Framework's choice.

Leimi | 2 years ago | on: Framework Laptop 16

Sadly I feel like trackpoints are really end of life and I wouldn't be surprised if Lenovo ditched them entirely soon. It seems they keep it only to please the tiny but vocal minority of tinkerers that we are. But we mostly buy old, second hand thinkpads.

And as keyboards get thinner, trackpoints lose in quality. On linux it seems the software side is also not as good as before with libinput.

So I'd be really surprised if any one new on the market would go about making keyboards with trackpoints now.

Leimi | 2 years ago | on: Framework Laptop 16

This is starting to be a really interesting choice compared to sticking to thinkpads.

The dream would be to have 6 expansion cards in the laptop 13. 4 really is a bummer for a work laptop, it's definitely not enough for me… And while you can easily carry other expansion cards and switch at will, it's kinda like carrying adapters, you easily forget them.

Leimi | 3 years ago | on: MacBook Pro featuring M2 Pro and M2 Max

> From someone used to the comforts of Linux, MacOS takes a huge amount of effort and expenditure to only get 20% of the way there.

You summed it up nicely!

Sadly even with all the apps like hammerspoon, tiling wms and others, there are lots of stuff you can't customize in the macOS environment.

Leimi | 3 years ago | on: MacBook Pro featuring M2 Pro and M2 Max

Some workflows on a linux system can be totally different than what is possible on a mac. Even with apps like BetterTouchTool, Hammerspoon, Amethyst and others. Customizing window management, advanced keyboard shortcuts, general system behavior in mac is going against the tide. It kinda works, but never as good as you'd want because you can't really get rid of the default window manager and default global behavior.

Some window manager in linux are more like window manager frameworks, like AwesomeWM, that lets you customize its behavior via lua scripting. It's extremely powerful and allows you to get exactly the behavior you want.

But this part of linux is pretty niche stuff for sure though haha.

I wouldn't say I'm more productive thanks to this, but I'm way happier using a system I can set up so that it behaves how I want, instead of having to follow rules I don't agree with and can't change.

Leimi | 3 years ago | on: Use a developer desktop setup instead of a laptop

I'd agree with you if the argument was "full desktop setup" vs "just a laptop". I sometimes envy people who can spend all day using only their laptop. After a few hours bent to look at my 12 inch screen, my neck and back scream.

But when using a laptop with a dock, a big external monitor, external keyboard, mouse etc, I don't see the point in using a desktop machine anymore.

Leimi | 3 years ago | on: Use a developer desktop setup instead of a laptop

I'd agree on the upgrades and repair arguments.

From an ergonomic/setup side, of course using laptops doesn't prevent you from using a dock, with external monitors, external keyboard and all. In fact a docked laptop that you can pick up in seconds when needed is way easier to deal with than two machines.

About the cost, do like we nerds do: buy refurbished thinkpads. For most software dev, having the latest i9 is not necessary. Old thinkpad workstations are perfect as desktop replacement machines and are somewhat upgradeable. I'm sure this doesn't scale that much but small-scale companies can do this without any trouble. Worked perfectly in a previous company I worked for. People were actually pretty happy we didn't buy 2000€ new stuff while 700€ already-on-the-planet stuff was more than enough.

Leimi | 3 years ago | on: Ask HN: How to say no to a GitHub issue feature request?

It's pretty simple. "they won't pay at all": would you want to add the feature if he paid you? Then tell him that.

Don't want the feature? Just say no, close the issue and move on. Especially if your project is MIT licensed, it's crystal clear in the license that very one thing: you don't owe anything to anyone :) You don't need to be nice, you don't need to explain. Life's too complicated to be upset about those things.

If the person keeps on insisting after that, you can block him from GitHub.

Leimi | 3 years ago | on: Help pick a syntax for CSS nesting

I feel like easy nesting shouldn't be included in CSS. The only few times it's actually useful and harmless to have nesting in Sass is when we want to do stuff like styling anchor's hover and focus styles at the same time. And this is already solved in CSS with :is() and :where().

Most of the time I see nesting used, it ends up either in a stylesheet that is less readable than without it, or in generating css classes that are way more specific than necessary.

page 2