wyqydsyq | 6 years ago | on: Undiscoverable UI Madness
wyqydsyq's comments
wyqydsyq | 6 years ago | on: Undiscoverable UI Madness
Those are breadcrumbs, not an address bar. Note the fact you cannot type or paste a path into it, as is a core feature in practically every file manager in every other OS. There is no apparent difference to breaking this convention, beyond impairing users' workflows. Finder also has the "Go to" dialogue, but again, it is a functionally inferior solution.
There is absolutely no good reason for these design choices other than to "be different for the sake of it" at the expense of good UX
wyqydsyq | 6 years ago | on: Google's ambitious push into gaming is floundering
wyqydsyq | 6 years ago | on: Mathematics for the Adventurous Self-Learner
Keeping it as low-level as possible, I'm using CycleJS for dataflow management and Regl.js for drawing via a CycleJS-Regl.js driver.
All state is explicitly managed observables/streams in CycleJS, which maps out to Regl.js draw commands, which are basically raw frag/vert shaders with some bindings mapping my state from CycleJS to appropriate uniforms/attributes.
I probably would be able to produce some usable output much faster if I used an engine like Unity or a framework like Three.js, but I feel like I would have missed out on gaining so much knowledge by only working with high-level abstractions and never having to even touch GLSL code.
wyqydsyq | 6 years ago | on: Undiscoverable UI Madness
I think an OS as prolific as macOS having such shit UX kind of implies it is garbage though.
The year is 2020 and macOS still doesn't have a location/address bar in Finder.
Basic native UI interfaces still completely lack keyboard controls.
Window snapping is still non-existent.
I understand Apple strive to be different, but lacking these basic features (among many others) makes macOS have an arguably inferior workflow to Windows or Linux/BSD DEs.
Excluding these things are not unique and quirky subjective design choices Apple can continue get away with. They are baseline expectations for a workstation computing environment to meet, which macOS does not. The way I see it, macOS is increasingly falling behind in UX. Not only have Apple failed to make their own improvements and innovations; they've failed to keep pace with Microsoft and the Open Source community.
Posted from my 2019 MacBook Pro
wyqydsyq | 6 years ago | on: Mathematics for the Adventurous Self-Learner
I always felt like maths was too abstract to keep me engaged, but when the output of your work is immediately observable visually it becomes a lot more engaging. There's just something so much more satisfying being able to "see" the results.
Plus as a self-taught programmer, I find it much easier to learn front-to-back by deciding on a desired outcome and working towards it, rather than progressively building up abstract fundamental skills that can later be combined to achieve a desired outcome (which is essentially the traditional academia path for learning STEM fields)
wyqydsyq | 6 years ago | on: Anti-cheat kernel driver
wyqydsyq | 6 years ago | on: Anti-cheat kernel driver
This is you right now
wyqydsyq | 6 years ago | on: Google developing all-in-one messaging app for businesses
wyqydsyq | 6 years ago | on: A Lonely Plea: ‘Anybody Need a Grandma for Christmas?’
wyqydsyq | 6 years ago | on: A Lonely Plea: ‘Anybody Need a Grandma for Christmas?’
wyqydsyq | 6 years ago | on: My Letter to the Editor of New York Times Magazine
Statistically the most common cause of car crashes is driver fatigue.
Forcing undivided attention toward a boring subject for prolonged periods always results in cognitive fatigue.
I guarantee fatigue would be a similarly common occurrence in plane crashes caused by pilot error.
Either our planes should be flying themselves, or our pilots should be given cocaine before takeoff
wyqydsyq | 6 years ago | on: A patent lawsuit against GNOME
https://patents.google.com/patent/US9448603B2/en?inventor=Le...
wyqydsyq | 6 years ago | on: A patent lawsuit against GNOME
> An image-capturing mobile device, comprising Shotwell is not an image-capturing device.
wyqydsyq | 6 years ago | on: Stop Using Internet Explorer
wyqydsyq | 6 years ago | on: Tumblr
It's kind of hard to put a monetary value on a product that is free
wyqydsyq | 6 years ago | on: Facebook has been granted patent on shadow banning
There is a similar dopamine response cycle with gambling addicts, but a casino barring an addict for the safety of themselves and other customers is hardly seen as "unfair" or unethical regardless of how the banned person feels, because similar to with social media bans, it is generally seen as being for the benefit of the community and even the banned members themselves.
A banned FB addict might spiral into depression just like a barred gambling addict, but in both cases if anything the ban is helping the person face and overcome their addiction rather than continued service which would be enabling or perpetuating their addiction.
wyqydsyq | 6 years ago | on: Facebook has been granted patent on shadow banning
Proprietary platforms are under no obligation to host your content. Choosing to deny access or full use of their products to you isn't "censorship"
wyqydsyq | 6 years ago | on: Relearn CSS layout
wyqydsyq | 6 years ago | on: Relearn CSS layout
In any other OS one can open the file manager, press Ctrl+L and start typing a path, pressing tab at any point to get contextual completion suggestions.