• 6 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle









  • Disclosure: I’ve done very little UI/UX.

    Google’s Material Design (wikipedia) is much more widely-adopted across OSes/Flutter/the web (see how many websites have that dropshadow topbar and ≡?); Microsoft’s Fluent (wikipedia) is Windows-first, but is usable anywhere.

    Both are based on responding to user actions. Fluent uses lightup acrylic (translucent) canvases (e.g. hover? border glowy.)

    while Google’s Material uses paper-esque whitespace, navbars, dropshadows, and round corners. (e.g. scrolling? dropshadow appears on nav)

    Think Microsoft Teams vs. Google Drive.

    They’re both full-fledged but Material You is way more common judging by places such as the F-Droid ecosystem on Android. As for which is “better”, Material You supposedly has better colorscheme flexibility since it ‘wants’ to adapt to e.g. user wallpapers. But other than that it’s really just preference (or whether relevant tooling exists :P). I know some devs use Material You for a predictable, unified look across Android apps, while others bend them to their will to reduce animations or whatnot.

    If you’re designing something, make sure you keep your own self in the mix too. Breezy Weather uses Material Design, but it’s more customized to have a unique feel than, say, TrackerControl (which also uses Material).



  • I love all the pleasantly deep answers in this thread.

    For my input: I’m everything I ever was, all at once.

    You know how lenses refract over each other at the optometrist? Or how colors combine when you stack transparent cups in the washer? That’s me. I have parts from everyone I ever met, and parts from everyone I ever was. There’s no mask, even if I focus on one part of the mosaic in a meeting vs. another when I nerd out w/ a buddy – it’s all equally me.

    I’m not Shrek though. Onions have layers, but I’m prismatic glass, chips and dips and all.









  • Warning: ITT, lots of nonresponse bias.

    Life dissatisfaction guides people to type no;
    neutrally satisfied folks will skip;
    the relatively contented might type a “yes” or be offline.
    With today’s historical context, there’s a bit of a skew, especially for those hanging out online o( ; ´ ﹏ `;)o

    As for me, I’m excepted. I have decent dissatisfaction rather often, but arrogantly – I’d be born a million times, every time (unless you ask me at a bad moment).

    Even at my worst, why do I not roll over and die? “I want to see how my story ends.”


  • The “stable unstable” setup is a beautiful concept. Thanks for the dotfiles mention – I keep hearing “you need to rebuild if you edit a dotfile” but I guess that’s a myth encountered by people trying to nix too nixily, falling into said archetypal rabbit hole

    Questions:

    1. Does mixing streams “infect” other packages? I remember an old Gentoo thing where ~amd64 unstable packages would want to spread on its own. Since it’s nix I assume that an unstable package will require a bunch of unstables but they’d be installed alongside respective stable versions – i.e. taking up disk space but not “spreading” per se

    For packages its basically 0 time.

    Is that really true for you? I assume you refer to the length of time it takes to copy paste a flake from online but how reliable is that really? And the other commenters mention that there’s still wrestling to be had for certain tools