Earlier quoted context omitted.
Because I consider my time more valuable than the cost of the ecosystem. I have no interest to tweak anything, I use the computer to earn my paycheck and constant tinkering and tweaking is not part of it. Open source and free software is free only if you do not value your time enough.
Open source and free software is free. Even if you value your time. Sorry for being a pedant.
macOS in Svelte
51–60 of 156 posts
Re: macOS in Svelte
#52Gotta be honest, the last mac I ever used ran OS8 I think, maybe 9, it was one of the classic Mac os's either way. I know this is just a UI recreation and not the actual OS but as a long time KDE user, like over a decade, I can't help but think meh, why does this UI get so much praise? I can make my desktop look, act and behave literally any way I want, I can modify every single aspect of every single thing on my des…
As a long time Mac user, in my opinion what has historically distinguished the Mac from other platforms is the high degree of UI/UX consistency across applications. Mac users historically valued software products that conformed to the Apple Human Interface Guidelines and tended to shun non-compliant products; this is why Microsoft Word 5.1 was so well-received by classic Mac users while Microsoft Word 6 was rejected…
How is "well-designed" defined in that case ? e.g. the oft-referenced paper that Apple apparently used to define their environment as primary mouse-driven ("keyboards users state that they take less time and measurably take more time than mouse users to achieve a given task with a keyboard" or something like that, don't remember the actual phrasing) has famously not been reproduced. In contrast the UI work that went into the win95 design seemed much more experimentally reliable.
Re: macOS in Svelte
#53Re: macOS in Svelte
#54Earlier quoted context omitted.
This is actually the same author of the famous MacOS in React. He’s a legend, and has been very active in the Svelte community / discord lately!
Where can I find the Svelte discord you're mentioning?
Re: macOS in Svelte
#55The use of backdrop-filter triggers a fascinating bug in Firefox if you have manually enabled it (about:config, layout.css.backdrop-filter.enabled = true): the menus have a `backdrop-filter: blur(25px)`, and when they’re closed, the menus are hidden with `visibility: hidden` (I can’t see any reason why `display: none` is not used, you should normally prefer it), and this triggers https://bugzilla.mozilla.org/show_bug…
Without having opened the page: visibility can be animated using CSS transitions, so you can fade in/out the menus. Display doesn't work that way, so that's probably the reason.
You could also use a CSS animation (which can handle display), multi-stage transitions controlled in JavaScript, or Svelte’s own animation system.
Re: macOS in Svelte
#56Gotta be honest, the last mac I ever used ran OS8 I think, maybe 9, it was one of the classic Mac os's either way. I know this is just a UI recreation and not the actual OS but as a long time KDE user, like over a decade, I can't help but think meh, why does this UI get so much praise? I can make my desktop look, act and behave literally any way I want, I can modify every single aspect of every single thing on my des…
Re: macOS in Svelte
#57Earlier quoted context omitted.
Because I have zero interest in tweaking and messing with it. I want sane defaults, consistent keyboard shortcuts and when I plug something in I want it to just work.
Xfce on Arch then? Shit, my Gentoo/Xfce gives me that too. Apple is all hype. In the last 12 months there's been loud threads on HN about Apple and MS breakage and user hostility. Meanwhile, my old installs keep working, out of my way. I've been through a few big Xfce updates too - it got better, objectively better and didn't break anything - and never once (since 2007) has it disrespected me with any user hostile $B…
Re: macOS in Svelte
#58Gotta be honest, the last mac I ever used ran OS8 I think, maybe 9, it was one of the classic Mac os's either way. I know this is just a UI recreation and not the actual OS but as a long time KDE user, like over a decade, I can't help but think meh, why does this UI get so much praise? I can make my desktop look, act and behave literally any way I want, I can modify every single aspect of every single thing on my des…
Re: macOS in Svelte
#59Re: macOS in Svelte
#60Gotta be honest, the last mac I ever used ran OS8 I think, maybe 9, it was one of the classic Mac os's either way. I know this is just a UI recreation and not the actual OS but as a long time KDE user, like over a decade, I can't help but think meh, why does this UI get so much praise? I can make my desktop look, act and behave literally any way I want, I can modify every single aspect of every single thing on my des…
As a long time Mac user, in my opinion what has historically distinguished the Mac from other platforms is the high degree of UI/UX consistency across applications. Mac users historically valued software products that conformed to the Apple Human Interface Guidelines and tended to shun non-compliant products; this is why Microsoft Word 5.1 was so well-received by classic Mac users while Microsoft Word 6 was rejected…
Most, I only use occasionally. I use Xcode, SourceTree, BBEdit, and Adobe Illustrator (to create graphic assets for apps), the most.
I am probably at expert level on most of the apps on my computer (which isn’t really saying that much, as most are “one-tick ponies”); even though I may only use most of them, once a month, or less.
That’s the value of a consistent UI, to me. I am not always happy with the platform standards, but being able to fire up an application that I haven’t used in months, and get productive in seconds, is quite valuable.