Earlier quoted context omitted.
2x scaling just works, and has been that way for a while on desktop Linux. Not sure about the state of fractional scaling.
Try it with a multi-monitor set up at different resolutions.
HP Dev One Laptop with Pop_OS
201–210 of 361 posts
Re: HP Dev One Laptop with Pop_OS
#202Earlier quoted context omitted.
Confusing comment. Did you miss the massive touchpad beneath the keyboard? Surely it has two-finger scrolling. I would expect three-finger middle click emulation (which kinda sucks I agree).
People who are excited about the trackpoint probably aren't interested in switching to another input method for scrolling. Personally I usually disable the touchpad ASAP on any new laptop I get.
Re: HP Dev One Laptop with Pop_OS
#203Earlier quoted context omitted.
They stuck the Pop!_OS logo right up by the HP logo at the top of the page; I would be astonished if they didn't have some sort of legal agreement to use the trademark.
Is it common to have a proprietary/trademarked logo for an otherwise entirely open source project? That seems a little silly to me but I'm not really aware of what is standard.
Re: HP Dev One Laptop with Pop_OS
#204I'm not going to critique this laptop as others have done here. Just over $1K for a laptop with an 8 core Ryzen, 16GB DDR4 and a 1TB SSD isn't outrageous. The main takeaways I get from this are that HP is now getting on the Linux developer bandwagon, and that they chose Pop!_OS as their distro due to the success and reputation of System76. And I think these are both good things, and a sign that we'll see more of the…
People are like we listen to music, have a few docker instances running and we use VScode, we need 32 gb Ram or more.
Why do you need a text editor/ide which consumes so much ram? Is this the reason that apps have gotten more bloated and slow on older devices?
Idk, I'm not a programmer.
I think the price is fair enough, and if the ram isn't soldered (one would be and the other would be upgradable probably)
Had it launched a few months ago, I'd have probably picked it up. Because AFAIK, this seems to be a fairly decent laptop.
Re: HP Dev One Laptop with Pop_OS
#205It has a trackpoint with 2 buttons which tells us they did not put any serious effort into this input device. Would you use a 2 button mouse without scroll-wheel or a touchpad without 2-fingers scrolling? I suspect this low effort goes for the whole product which is a budget laptop with marketing directed at decision makers instead of users.
FWIW though, that’s the trackpoint they use on other machines too. They don’t have a 3 button trackpoint like on ThinkPads.
Re: HP Dev One Laptop with Pop_OS
#206This isn’t a laptop I would personally buy for many of the reasons others have put in this thread, but it’s incredible to see such a focused SKU from HP here. This will likely be a small volume product and it is almost certainly based on something else in the HP portfolio (advantage of being such a huge OEM), but it’s nice to see a developer marketed laptop in this way. And running a distro other than straight Ubuntu…
Agreed. It's a good thing that more OEMs are supporting Linux out of the box.
If OEMs thought ahead, they could have made these changes 10 or 15 years ago, and perhaps have broken through the cost of Microsoft licenses. Instead, they've chosen what seems to be the short-sighted path.
Re: HP Dev One Laptop with Pop_OS
#207Earlier quoted context omitted.
>Looks like Apple really has the “charge outrageously and be hailed for it” license. A new M1 Macbook Air starts at $999, and will put that Ryzen to shame. Not to mention infinitely better build quality and battery life. Apple has always been a great value for the price, even if that price is slightly higher than the bargain bin stuff.
My Ryzen puts that M1 to shame since it can run any Linux distro with full graphics acceleration natively. An M1 can't even do that yet.
It’s hard to compare the values of macOS and Linux because they are very different, but it’s still easy to say that an M1 has excellent uses on macOS and everyone interested in non-Apple machines is (to some degree) waiting to see what Qualcomm or Nvidia can come up with in the ARM chipset space for non-macOS laptops… I think ChromeOS laptops prove that iPad-like performance is possible, but so far only the Apple M1 has shown that traditional x64-like performance is possible on laptop/desktop from ARM chips.
Re: HP Dev One Laptop with Pop_OS
#20816G is not much RAM for a developer laptop. Do they understand what developers do these days? ie: running entire prod infrastructure using kubernetes or docker-compose on their dev setup is increasingly common.
Re: HP Dev One Laptop with Pop_OS
#209Earlier quoted context omitted.
I feel like a lot of developers overestimate the hardware specs that they need. My main development machine is a simple Ryzen 3 with 8GB RAM, and I run two electron apps (VS Code and Slack) at all times. A comment in a separate thread here mentioned virtualization. That and gaming would be two legitimate use cases, but for plain-jane development, "8gb ought to be enough for anybody" (har har)
Machine learning will generally swallow as much RAM as you can throw at it, assuming you're not just using a nvidia coprocessor with its own memory (and even in that case, you have to keep it fed).
Re: HP Dev One Laptop with Pop_OS
#210Earlier quoted context omitted.
Every 16 GB machine I've used for work in the last three years (until current 32 GB one) I'd occasionally run out of memory. Culprit? Web browsers... On Mac, Linux, and Windows. (Though occasionally other stuff needed significant memory too.)
This only happens if you’re the type to keep 70 tabs (or whatever) open. I run 16GB and have never, ever had a browser cause me to start heavily paging.
not really, you can just leave a leaky or script-laden page open for awhile to see the same behavior, depending on how things are put together.
example: blue iris is a cctv package that has a webui module. That web-ui client-side browser tab will inflate to system-memory size if allowed within a few days.
Not much of a point other than there are other (probably pretty esoteric) things that one can do to a browser that'll make them fall apart even on modern hardware.