Earlier quoted context omitted.
Yep, same here. And with increasing urgency as Thinkpad quality control seems to have fallen off a cliff. Framework seems uniquely positioned to fix this though. Someone just needs to do a compatible top cover that takes Thinkpad keyboards. I'd take a stupid one without touchpad at all as I just disable it anyway. That shouldn't be too hard, it's mostly getting the plastic right and adapting the connector to the moth…
> Yep, same here. And with increasing urgency as Thinkpad quality control seems to have fallen off a cliff. Not really, they are among the rare laptops to still offer S3 for Linux. And the X1 Fold is a technical marvel (working on Linux support right now, if I'm successful it may become my next toy device to try to use Linux on as a daily driver) > Framework seems uniquely positioned to fix this though. Someone just…
The new and upgraded Framework Laptop
731–740 of 753 posts
Re: The new and upgraded Framework Laptop
#732Earlier quoted context omitted.
Will you guys ever produce a "wide screen" version of your laptop? If so, you have another customer.
Obviously manufacturers haven't been eradicating useful screen ratios for no reason, I've just never seen anyone publicly admit to being the cause. Would you also like to take the blame for glossy screens, chicklet keyboards, and non-replaceable batteries?
Re: The new and upgraded Framework Laptop
#733Any plans to sell a full laptop kit minus mainboard? I have a Framework with the 11th Gen CPU (that I love very much) and I like that there is an upgrade path to the 12th gen CPU, but afaict that would leave me with an 11th gen mainboard that I can't turn into a second laptop easily and would be hard to sell for the same reason.
Considering you'd like to buy both a complete laptop minus the main board (to put your existing main board in), and a main board (to upgrade your existing 11th gen), I'm sure there's a solution we can find here...
Thanks :-)
Re: The new and upgraded Framework Laptop
#734Re: The new and upgraded Framework Laptop
#735I recently bought a framework laptop for a daily driver when I'm not on my desktop. For context I was running NixOS on an old 2014 macbook air, and I work on the glasgow haskell compiler in my day job so I do a lot of CPU heavy tasks. I've got to say, as long as these things are being produced I'll never go back. They are just too good and I cannot recommend them highly enough. One of the things that didn't occur to…
It'd be great if they could make an extension with more than one port on it, they're wide enough for more.
Re: The new and upgraded Framework Laptop
#736I recently bought a framework laptop for a daily driver when I'm not on my desktop. For context I was running NixOS on an old 2014 macbook air, and I work on the glasgow haskell compiler in my day job so I do a lot of CPU heavy tasks. I've got to say, as long as these things are being produced I'll never go back. They are just too good and I cannot recommend them highly enough. One of the things that didn't occur to…
Same. Only things I wish were slightly better build quality and also I've had issues with Wi-Fi disappearing of late [0], fast battery drain during suspend, as well as battery refusing to charge from zero but there's a workaround involving a dumb USB charger. Kind of hoping these are just early adopter issues and that they'll be dealt with over time. I really hope some community hardware experts can design more modul…
My main complaint are that the built in speakers are not good, they just simply cannot get loud enough. I'm also a little annoyed that I bought mine and a month and a half later the 12th gen version comes out. I would have happily waited for it.
Re: The new and upgraded Framework Laptop
#737Earlier quoted context omitted.
> Yep, same here. And with increasing urgency as Thinkpad quality control seems to have fallen off a cliff. Not really, they are among the rare laptops to still offer S3 for Linux. And the X1 Fold is a technical marvel (working on Linux support right now, if I'm successful it may become my next toy device to try to use Linux on as a daily driver) > Framework seems uniquely positioned to fix this though. Someone just…
All of your attributes of a "thinkpad keyboard" are downsides that would make me less likely to buy it. Keyboards should be as close to 104-key ANSI as possible.
Yes, bring on the numpad on a laptop... not!
Form determines function: ANSI 104 had its time, when we were using desktops!
Now except for gaming and CPAs, numpads have outlived their usefulness.
Re: The new and upgraded Framework Laptop
#738Earlier quoted context omitted.
All of your attributes of a "thinkpad keyboard" are downsides that would make me less likely to buy it. Keyboards should be as close to 104-key ANSI as possible.
> Keyboards should be as close to 104-key ANSI as possible. Yes, bring on the numpad on a laptop... not! Form determines function: ANSI 104 had its time, when we were using desktops! Now except for gaming and CPAs, numpads have outlived their usefulness.
Re: The new and upgraded Framework Laptop
#739Earlier quoted context omitted.
> Please don't. Please do! Because even with the most generous interpretation of your issue, it seems fully self-inflicted, by a lack of typing skills compounded by refusing to configure the keymap or the sysreq bitmask, and asking instead for that to become everyone problem by having the key moved! > accidentally slipping your finger from AltGr onto the PrintScr What about learning to touchtype? And until them, typi…
> fully self-inflicted, by a lack of typing skills compounded by refusing to configure the keymap or the sysreq bitmask So, git gud? Sorry, I'm not buying it. People have different motor skills, you know. You can't always make your body physically perfect. Changing the mapping might work (although I doubt it, it's a deep kernel mechanism that probably avoids such complexity), but requires having the knowledge that it…
If if's bothering you as much as you said, YES, stop complaining, and start acting on your complaints!
I've already given you all the pointers.
Now I'll help you more if you need.
> Sorry, I'm not buying it.
Neither am I. I get the feeling you want to complain more than you want to actually solve your problem. But as this is HN, I'm giving your comment the most positive interpretation possible.
> People have different motor skills, you know. You can't always make your body physically perfect.
So you don't want to try or, due to physical limitations, can't train better fine motor skills to be on par with about 90% of the regular population? Not very plausible, but why not!
Still, this leaves remapping Sysrq or configuring the bitmask, so I'll guide you though the keymap fixing if you need (even if I hope I won't have to, and that you'll be able to learn by yourself with the right pointers)
> Changing the mapping might work (although I doubt it, it's a deep kernel mechanism that probably avoids such complexity),
With computers, there is no place for philosophical doubts: you try it, and note the results of the experiment: either it does work, or it doesn't work. And if it doesn't, you can make it do so by reading the code, understanding then changing it.
So first, did you try it? If not, why? If you did, what did you observe?
BTW if you didn't, let me remove some of your doubts: dumpkeys and loadkeys are all that you need to change the sysreq mapping: the "deep kernel mechanism" links an action with a key through a table, defined in software.
This is just like how the same key can trigger a Y or a Z (US vs German keyboards) - and yes, you can change that too if you don't like it.
To have a look at this tablet, outside X or Wayland (ex: chvt 1), do:
dumpkeys > current.map
Edit it with your favorite editor to move Sysrq to where you want ex (ex: Insert key?).
You can also add any other changes you want (like, keep both your alt as regular alt, and instead make something else the 3rd level key - say the right ctrl key?)
> requires having the knowledge that it's even possible and how to do it.
Yes, this is called having agency. But here, I gave you the knowledge! Do you have another complain/excuse? Or are you willing to try to fix the problem now?
BTW regarding "agency", I don't use Linux as a daily driver- I prefer Windows, not just because it's less elitist, but due to the better terminal options and the greater hackability of its GUI. You don't have to use Linux if you don't like it! There are many things I dislike in Linux myself.
> Sadly, laptops don't come with the instructions.
You'll find most of the instructions you want (and more!) on the Arch wiki.
But if it doesn't exist or if it's not accessible enough, what about writing some?
Personally, I'm preparing a tutorial to help people with a specific tablet (great hardware, but bad software and configuration OOB, so most people hated it, which I find sad)
Maybe you could do the same, as other people may be inconvenienced by the same problem you are having, and would benefit from your solution?
> And why should they
Because you or someone else (say me!) cares enough to want to hack they hardware to do their bidding? Because it fun?
> Machines should be made well in the first place.
Different people want different things.
Some tastes can't be reconciled.
> Oh, and setting a mask doesn't help because b, c, e, i, k, o, r, u, all have nasty consequences.
Do you really want/need me to also write your bitmask for you? Select the ones you won't want, and mask them out
But again, you should take the easy way out: just remap Sysrq to another key that's away from your fingers, and call it a day! You could have done this remapping in less than half the time it took you to write this complain!
Re: The new and upgraded Framework Laptop
#740I'm happy to answer any questions around this! We've been working on this since update since we launched the product last year, so we're excited to be able to share it today.