technically, yes. but at the end of the day, in the real world, that app would work fine on ~all but ~1 desktop compositor
wayland doesn't require SSDs, because it's not just meant for desktop computing. in the context of desktop computing, it's been a standard for decades now to have a title bar on a window, so it does make sense that apps would assume they can get one without having their own drawing code or relying on a third-party library!
Most usb-c ports with DP alt mode support up to 1 monitor at 4k@60Hz, or 2×1080p@60Hz, and I believe 2×1440p@30Hz. It comes down to bandwidth, so I think that as long as you're fine with one monitor running at a slower refresh-rate or lower resolution, you can have your primary screen displaying in high-res.
Of course, you have to also take into consideration the GPU performance, running higher resolutions will usually degrade performance!
imo, that's why flat earth stuff usually doesn't make sense at its core. how do you explain that all those governments from around the world that hate each other all collectively agreed to lie to you
well, the point of flatpak is to have bundled dependencies so they run predictably no matter the distro
if one of your software's dependency gets updated, and your software isn't, you may run into issues - like a function from the library you're using getting removed, or its behaviour changing slightly. and some distros may also apply patches to some of their library that breaks stuff too!often, with complex libraries, even when you check the version number, you may have behavioural differences between distros depending on the compile flags used (i.e. some features being disabled, etc.)so, while in theory portable builds work, for them to be practical, they most often are statically linked (all the dependencies get built into the executable - no relying on system libraries). and that comes with a huge size penalty, even when compared to flatpaks, as those do have some shared dependencies between flatpaks! you can for example request to depend on a specific version of the freedesktop SDK, which will provide you with a bunch of standard linux tools, and that'll only get installed once for every package you have that uses it
i usually make class notes recap on A4 pages, and can then print 2 A5-sized pages side by side on a single standard A4 paper, no need to rework the formatting. messing with the printer options, you can pretty easily get it to do a small booklet off of your standard A4 word document, just need to staple it together!
i just assumed people used 3rd party services for ease of use or faster transactions, seems so wild that you'd not be able to send money using your bank to me
here it takes 1-2 business day for a free wire transfer from one bank account to another, and you can do it in your banking app or on the bank's website. you just need to authenticate with your online pin code. you can also pay 1€ to get a <24h transfer
it's honestly much better than using a third party service, since pretty much everyone has a bank account, and pays using a card tied to that account directly
technically, yes. but at the end of the day, in the real world, that app would work fine on ~all but ~1 desktop compositor
wayland doesn't require SSDs, because it's not just meant for desktop computing. in the context of desktop computing, it's been a standard for decades now to have a title bar on a window, so it does make sense that apps would assume they can get one without having their own drawing code or relying on a third-party library!