Oh that’s what they mean by “subagents”, now I get it.
On mobile there’s a snowflake toggle button in the top left corner. I only noticed this after reading the whole article in reader mode and wondering why my iPhone was on fire…
Yep also ran into this while trying to search the article. It’s maddening when the share action is now also hidden within a context menu.
I was starting to wonder why my iPhone got crazy hot. I’m using reader mode and it appears to continue running the web page and animation in the background… crazy.
> I'm speculating here but I'm pretty sure if you did an MRI on my brain you'd see lesions from the mixing of mdma and sertraline (I get myoclonic jerks to this day). Could you speak more to this? A family member was…
> Really... how data flows through your program is actually a separate graph structure, and how HTML elements are organized in your program is another separate graph structure we try to graft into the first one and that…
For windows: https://obsproject.com/forum/resources/obs-virtualcam.949/ The CEO of Shopify put up a bounty last year to support similar functionality on macOS, I’m not sure if it was ever completed. EDIT: looks like OBS…
> This is surprising to me because I find content locks and editing friction very annoying. The first rule of UX design: it’s not about you. Perhaps OP isn’t Notion’s target audience, but dismissing something because…
I think you’re conflating UX with UI, which is usually the cause of confusion in these discussions. What you’re advocating for - solving the problem - is the essence of UX design. Visual design is only part of the…
Access to a market that they solely own, the definition of antitrust.
Amen to that! I’m working my way through a React codebase that has state logic everywhere with even the most basic UI components connected to Redux. It’s so much easier to reason when they’re decoupled and you have…
Also “notification” was spelt incorrectly on that screenshot too
UX is a huge field with a lot of entry points so it’s difficult so suggest a single resource to start with. However I’d suggest that coming from an engineering background, you might find joy in learning about user…
We’re taking about rendering UI... If I render a div with width=375px and height=667px it will fill the screen on an iPhone 8 because it renders @2x.
UX people love boring and/or simple stuff. Source: am a UX designer It’s literally the whole point of the job.
That doesn’t seem to be something I’ve seen any of the core contributors acknowledge and is often overlooked. As a relatively inexperienced developer it seems like a bad thing on the face of it but the builds still…
Probably marketing, that’s the one thing that bugs me about Flutter and React Native. They’re not as big as the hype would have you believe
Same on Safari iOS
Looks great and I may well give it a try. I have one question though which I can't seem to find any mention of from the site - is there any way to define breakpoints for responsive layouts? Speeding up laying out…
Ahh thanks, I was lazy and didn’t go looking for an answer. Though this line seems a bit odd.. > In this case, subscriptions avoid the need of coupling the auth model to the profile model. Profile simply listens to an…
Isn’t one of the points of redux to decouple actions from reducers? How would you implement multiple reducers responding to a single action if your actions are tied to a reducer with a namespace?
Oh that’s what they mean by “subagents”, now I get it.
On mobile there’s a snowflake toggle button in the top left corner. I only noticed this after reading the whole article in reader mode and wondering why my iPhone was on fire…
Yep also ran into this while trying to search the article. It’s maddening when the share action is now also hidden within a context menu.
I was starting to wonder why my iPhone got crazy hot. I’m using reader mode and it appears to continue running the web page and animation in the background… crazy.
> I'm speculating here but I'm pretty sure if you did an MRI on my brain you'd see lesions from the mixing of mdma and sertraline (I get myoclonic jerks to this day). Could you speak more to this? A family member was…
> Really... how data flows through your program is actually a separate graph structure, and how HTML elements are organized in your program is another separate graph structure we try to graft into the first one and that…
For windows: https://obsproject.com/forum/resources/obs-virtualcam.949/ The CEO of Shopify put up a bounty last year to support similar functionality on macOS, I’m not sure if it was ever completed. EDIT: looks like OBS…
> This is surprising to me because I find content locks and editing friction very annoying. The first rule of UX design: it’s not about you. Perhaps OP isn’t Notion’s target audience, but dismissing something because…
I think you’re conflating UX with UI, which is usually the cause of confusion in these discussions. What you’re advocating for - solving the problem - is the essence of UX design. Visual design is only part of the…
Access to a market that they solely own, the definition of antitrust.
Amen to that! I’m working my way through a React codebase that has state logic everywhere with even the most basic UI components connected to Redux. It’s so much easier to reason when they’re decoupled and you have…
Also “notification” was spelt incorrectly on that screenshot too
UX is a huge field with a lot of entry points so it’s difficult so suggest a single resource to start with. However I’d suggest that coming from an engineering background, you might find joy in learning about user…
We’re taking about rendering UI... If I render a div with width=375px and height=667px it will fill the screen on an iPhone 8 because it renders @2x.
UX people love boring and/or simple stuff. Source: am a UX designer It’s literally the whole point of the job.
That doesn’t seem to be something I’ve seen any of the core contributors acknowledge and is often overlooked. As a relatively inexperienced developer it seems like a bad thing on the face of it but the builds still…
Probably marketing, that’s the one thing that bugs me about Flutter and React Native. They’re not as big as the hype would have you believe
Same on Safari iOS
Looks great and I may well give it a try. I have one question though which I can't seem to find any mention of from the site - is there any way to define breakpoints for responsive layouts? Speeding up laying out…
Ahh thanks, I was lazy and didn’t go looking for an answer. Though this line seems a bit odd.. > In this case, subscriptions avoid the need of coupling the auth model to the profile model. Profile simply listens to an…
Isn’t one of the points of redux to decouple actions from reducers? How would you implement multiple reducers responding to a single action if your actions are tied to a reducer with a namespace?