This media is not supported in your browser
VIEW IN TELEGRAM
Client: start the project and if we like your work, we will pay
Me:
Me:
🤣6😁2
Behind the scenes with the designers of notion
https://youtu.be/b00sgRR_Vc0?si=GrwdjdIC82MqWnXI
https://youtu.be/b00sgRR_Vc0?si=GrwdjdIC82MqWnXI
YouTube
Behind The Scenes Of Notion's INSANE Design (w. Notion Team)
Come with me behind the scenes of how tech products are built. In this episode I go behind the scenes of Notion with their design and engineering team.
Notion: https://www.notion.com
Notion Mail: https://www.notion.com/product/mail
See EXACTLY how I make…
Notion: https://www.notion.com
Notion Mail: https://www.notion.com/product/mail
See EXACTLY how I make…
Forwarded from Mella Studio
Here is three portfolio websites of product designers that work at big tech
Theyre
- visually stunning
- dont take away from primary purpose for the sake of aesthetics
- have unique identity
Theyre
- visually stunning
- dont take away from primary purpose for the sake of aesthetics
- have unique identity
Taamannae.dev
I would say the domain on this is hard to navigate to cause you can’t “tell” this verbally to a client
I would say the domain on this is hard to navigate to cause you can’t “tell” this verbally to a client
Does anyone know this place? How is it for work and do they offer one time prices?
Asking for a friend
https://maps.app.goo.gl/wf5snbecymBeohpcA?g_st=com.google.maps.preview.copy
Asking for a friend
https://maps.app.goo.gl/wf5snbecymBeohpcA?g_st=com.google.maps.preview.copy
Kebena House – ኮረብታ/ Hill behind Embassy of Kenya and Belgium · Addis Ababa
Find local businesses, view maps and get driving directions in Google Maps.
Here is how I set up Siri Shortcuts to remind me every 3 hours to do wordle until I open the NYT Games app
Very long explanation so buckle up!
Setting up an iPhone shortcut to achieve this requires a combination of features within the Shortcuts app, and unfortunately, some aspects might have limitations due to how iOS handles app usage and notifications.
Here's a detailed approach, with caveats, on how you can try to set this up:
Understanding the Challenges & Limitations
* Direct App Open Detection: Shortcuts doesn't have a built-in "trigger" for "when I open an app" that can then stop future scheduled notifications. It can trigger when an app is closed, but not in a way that stops already scheduled actions.
* Persistent Reminders: Scheduling 5 distinct reminders throughout the day, and then dynamically cancelling them based on an app open, is complex.
* "Until I Open" Logic: The "until" part is the trickiest because the shortcut itself can't constantly monitor if you've opened the app in the background and then cancel its own future actions.
Proposed Solution (and why it's a workaround):
We'll use a combination of:
* Scheduled Automations: To trigger the reminders at specific times.
* A Variable/File: To store whether you've opened the app.
* An App-Based Automation: To mark that you've opened the app.
* Conditional Logic: To check the variable before showing a reminder.
Step-by-Step Setup:
Part 1: The "Check and Remind" Shortcut
This shortcut will be responsible for checking if you've opened the app and, if not, showing a reminder.
* Open the Shortcuts App.
* Go to "My Shortcuts" and tap the "+" icon to create a new shortcut.
* Name it: "NYT Daily Check" (or something similar).
* Add Actions:
* Text: Add a "Text" action. Leave it blank for now. (This will act as our "flag" file.)
* Get File: Add a "Get File" action.
* For "File Path," enter: NYT_Opened.txt
* Make sure "Show Document Picker" is OFF.
* Make sure "Error if Not Found" is ON. (This is crucial, as the first time it runs, the file won't exist).
* If Action: Add an "If" action.
* Set the condition to: If File Does Not Have Any Value (or If File Doesn't Exist if that option is available, it might depend on iOS version).
* Inside the "If" block (this is for when the file DOESN'T exist, meaning the app hasn't been opened today):
* Show Notification: Add a "Show Notification" action.
* Title: "Time to Read the NYT!"
* Body: "Open the New York Times app to stop reminders for today."
* Turn OFF "Play Sound" if you prefer.
* Turn ON "Clear after open" (this clears the notification if you tap it).
* End If: (This will be automatically added by Shortcuts).
* Otherwise: Tap on the "Otherwise" block that appeared after the "If" action.
* Do Nothing: This section is for when the file does exist (meaning the app has been opened). We want the shortcut to simply stop here.
* End If: (This will be automatically added by Shortcuts).
* Save the Shortcut.
Part 2: The "Mark App Opened" Automation
This automation will run whenever you open the New York Times app and will create/update a file indicating that you've opened it.
* Go to the "Automation" tab in the Shortcuts App.
* Tap "New Automation" or the "+" icon.
* Select "App" as the trigger.
* Choose "New York Times" from the list of apps.
* Select "Is Opened".
* Ensure "Run Immediately" is selected. (This is important for a seamless experience.)
* Tap "Next".
* Add Actions:
* Text: Add a "Text" action.
* In the text field, type: Opened (or any single word, it just needs to have content).
* Save File: Add a "Save File" action.
* For "File Path," enter: NYT_Opened.txt (This must be the exact same file name as in Part 1).
* Select "Replace if File Exists."
* Turn OFF "Ask Where to Save."
* Set "Destination" to "Shortcuts" (or iCloud Drive, but Shortcuts is simpler for this purpose as it's directly accessible).
Very long explanation so buckle up!
Setting up an iPhone shortcut to achieve this requires a combination of features within the Shortcuts app, and unfortunately, some aspects might have limitations due to how iOS handles app usage and notifications.
Here's a detailed approach, with caveats, on how you can try to set this up:
Understanding the Challenges & Limitations
* Direct App Open Detection: Shortcuts doesn't have a built-in "trigger" for "when I open an app" that can then stop future scheduled notifications. It can trigger when an app is closed, but not in a way that stops already scheduled actions.
* Persistent Reminders: Scheduling 5 distinct reminders throughout the day, and then dynamically cancelling them based on an app open, is complex.
* "Until I Open" Logic: The "until" part is the trickiest because the shortcut itself can't constantly monitor if you've opened the app in the background and then cancel its own future actions.
Proposed Solution (and why it's a workaround):
We'll use a combination of:
* Scheduled Automations: To trigger the reminders at specific times.
* A Variable/File: To store whether you've opened the app.
* An App-Based Automation: To mark that you've opened the app.
* Conditional Logic: To check the variable before showing a reminder.
Step-by-Step Setup:
Part 1: The "Check and Remind" Shortcut
This shortcut will be responsible for checking if you've opened the app and, if not, showing a reminder.
* Open the Shortcuts App.
* Go to "My Shortcuts" and tap the "+" icon to create a new shortcut.
* Name it: "NYT Daily Check" (or something similar).
* Add Actions:
* Text: Add a "Text" action. Leave it blank for now. (This will act as our "flag" file.)
* Get File: Add a "Get File" action.
* For "File Path," enter: NYT_Opened.txt
* Make sure "Show Document Picker" is OFF.
* Make sure "Error if Not Found" is ON. (This is crucial, as the first time it runs, the file won't exist).
* If Action: Add an "If" action.
* Set the condition to: If File Does Not Have Any Value (or If File Doesn't Exist if that option is available, it might depend on iOS version).
* Inside the "If" block (this is for when the file DOESN'T exist, meaning the app hasn't been opened today):
* Show Notification: Add a "Show Notification" action.
* Title: "Time to Read the NYT!"
* Body: "Open the New York Times app to stop reminders for today."
* Turn OFF "Play Sound" if you prefer.
* Turn ON "Clear after open" (this clears the notification if you tap it).
* End If: (This will be automatically added by Shortcuts).
* Otherwise: Tap on the "Otherwise" block that appeared after the "If" action.
* Do Nothing: This section is for when the file does exist (meaning the app has been opened). We want the shortcut to simply stop here.
* End If: (This will be automatically added by Shortcuts).
* Save the Shortcut.
Part 2: The "Mark App Opened" Automation
This automation will run whenever you open the New York Times app and will create/update a file indicating that you've opened it.
* Go to the "Automation" tab in the Shortcuts App.
* Tap "New Automation" or the "+" icon.
* Select "App" as the trigger.
* Choose "New York Times" from the list of apps.
* Select "Is Opened".
* Ensure "Run Immediately" is selected. (This is important for a seamless experience.)
* Tap "Next".
* Add Actions:
* Text: Add a "Text" action.
* In the text field, type: Opened (or any single word, it just needs to have content).
* Save File: Add a "Save File" action.
* For "File Path," enter: NYT_Opened.txt (This must be the exact same file name as in Part 1).
* Select "Replace if File Exists."
* Turn OFF "Ask Where to Save."
* Set "Destination" to "Shortcuts" (or iCloud Drive, but Shortcuts is simpler for this purpose as it's directly accessible).
❤1