Just because I have a vertical screen doesn’t mean I’m on a phone
311–320 of 399 posts
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#312As a product manager, my immediate response is... not worth the time. You've chosen to have a unique setup, which is fine, but your use case represents some absolutely miniscule fraction of users. On top of that, it's not even that websites are unusable, just that they're not ideal. When you decide to do weird/special/unique stuff, don't expect the world to adapt to you. You can rotate your monitor back or live with…
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#313Earlier quoted context omitted.
The real real problem is that so many sites overcomplicate their design. HN works beautifully on any window / screen size.
Sure. Now let's say you're shopping for a brand new rug for your living room. Are you going to buy it from a site the looks like HackerNews? If so, I'd venture to say you're in the minority. A used rug from Craigslist, perhaps, but a brand new rug costing hundreds, you're going to want a site that looks VERY professional.
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#314Sites are not detecting a portrait screen and deciding that they're displaying on a phone. Someone who switches their monitor to portrait, or resizes a window to be taller than it is wide, is still going to get the desktop view. In this case the author is scaling their resolution, and so their browser is presenting itself to sites as 720px wide. Sites see that and show a layout optimized for a screen of that width. T…
> The author's proposed solution is for sites to use DPI instead, but this would thwart the preferences of users who use scaling because they want the whole site to look bigger. Agree. I sometimes browse the web on my TV - and I sit about 2 metres (or 6 feet) away from it. So the TV screen occupies a similar portion of my field of view that a phone would, and I usually browse at 150-200% zoom. DPI might help you figu…
"CSS pixels" are kind of a roundabout way to conceptualize it, but they solve the problem of proper readability once the OS scale is correct for the user. The combination acts as a proxy for field of view.
Then there's detection of course/fine pointing devices, as already discussed, to further augment the layout for proper target area.
I don't believe anything else will matter if the above is accounted for.
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#315Sites are not detecting a portrait screen and deciding that they're displaying on a phone. Someone who switches their monitor to portrait, or resizes a window to be taller than it is wide, is still going to get the desktop view. In this case the author is scaling their resolution, and so their browser is presenting itself to sites as 720px wide. Sites see that and show a layout optimized for a screen of that width. T…
The author's problem is not things becoming bigger. Larger was the goal after all of settings that scaling. The author's problem is things optimize for mobile interaction. Like making thing touch controlled, Or making buttons disproportionately large to make easy to click with thumb.
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#316Earlier quoted context omitted.
But the OP is using pixels as a proxy for screen size as well, they're deliberately presenting their screen as 720x1080 to make the fonts bigger because they are too far from the screen. The stupidest thing to do at that stage would be to say "ah I see you're running a low resolution on a huge screen, let me make all the text tiny".
> they're deliberately presenting their screen as 720x1080 to make the fonts bigger because they are too far from the screen. As I read this I: 1. am wearing my computer reading glasses +1.5 2. have my browser set to zoom HN by 125% 3. am reading distance from the screen I know programming and tech in general is a young man's game, but let's at least try not to be ignorantly ageist & ableist.
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#317Earlier quoted context omitted.
> I believe true webdesigners are in decline. You have lots of people who do this as a side gig after reading a few tutorials. In decline from when? Picking it up after reading a few tutorials has always been a common way to get into web work, and if anything I feel like it's been getting more professionalized over the last twenty years.
Just the general gist over the last few years. I am not saying there are no really skilled professionals, I am just seeing a lot of lower par work from jobs I take over. Plus just by surfing the web and noting the quality.
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#318Earlier quoted context omitted.
> I believe true webdesigners are in decline. You have lots of people who do this as a side gig after reading a few tutorials. In decline from when? Picking it up after reading a few tutorials has always been a common way to get into web work, and if anything I feel like it's been getting more professionalized over the last twenty years.
Just the general gist over the last few years. I am not saying there are no really skilled professionals, I am just seeing a lot of lower par work from jobs I take over. Plus just by surfing the web and noting the quality.
Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#319Re: Just because I have a vertical screen doesn’t mean I’m on a phone
#320Earlier quoted context omitted.
> they're deliberately presenting their screen as 720x1080 to make the fonts bigger because they are too far from the screen. As I read this I: 1. am wearing my computer reading glasses +1.5 2. have my browser set to zoom HN by 125% 3. am reading distance from the screen I know programming and tech in general is a young man's game, but let's at least try not to be ignorantly ageist & ableist.
I have no such intention, I was merely rephrasing what they said: > But I find the fonts slightly too small at that resolution – given how far I sit from the screen.
You conflated that with sitting too far away. There are a lot of reasons why that might not be correct, including presbyopia. I think it's unlikely OP is sitting at that distance by accident, since it's pretty easy to move a monitor closer, so one of those reasons is more likely to apply than is your assumption.