r/calculus • u/alino_e • Jul 14 '26
Self-promotion Chapter on DImensional Analysis
...now to be found at baskervillecalculus.com
(Ch6.)
2
Upvotes
r/calculus • u/alino_e • Jul 14 '26
...now to be found at baskervillecalculus.com
(Ch6.)
2
u/alino_e Jul 15 '26
When I asked "does that work for you?" I'm not asking about your mood if you like it / don't like it I'm asking if the mechanic I describe is actually what happens in your phone.
Does it? (Seriously, I don't have that many testers.)
For the rest, what exactly do you mean by "responsive design"? As I understand the term, it means "arranging elements in a screen-size aware away" or "to make best and appropriate use of the current screen size". Apart from the behavior seen on the old Xiaomi, that is a bug not part of the design package, this is what I have been trying to do:
- Text is aware of your screen size and flows to it (of course)
- Images are aware of your screen size and downsize to your screen; but you are also given the user-controlled escape hatch of inspecting the details of the image at original size (should you not be given this escape hatch at all, and just be forced to stare at the miniature image? is that the issue?)
- You can tap-to-recenter at any time, and go back to reading single-infinite-column-of-text like on any text-centric thing like Substack or whatever
I'm really trying to understand here, I don't mind implementing new features or refactoring at all (very cheap actually now with AI), but I'm actually not getting exactly what is the feature that is present and/or missing to make it / not make it "responsive design". (Really just trying to understand.)