[SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.id = ? AND i.is_draft = 0 | Params: [2939] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [2939] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?,?) ORDER BY name | Params: ["Productivity","Personal Development","Habits","Time Management"] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND i.id != ? AND i.hashtags LIKE CONCAT('%', ?, '%') ORDER BY i.total_reads DESC LIMIT ? | Params: [2939,"Productivity",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [2939]
Curated from:
blog.rescuetime.com
Ideas, facts & insights covering these topics:
5 ideas · 215.5K reads
It's the practice of planning out every moment of your day in advance and dedicating specific time “blocks” for certain tasks and responsibilities.
When you fill your calendar with the tasks and things you want to do, it’s harder for others to steal your time.
By scheduling every minute of your day you not only guard against distraction but also multiply your focus.
Also, focusing on one task at a time can make you up to 80% more productive than splitting your attention across multiple tasks.