sessions

Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette

0 rows where event_description = "Self-compassion can be really hard. For many people, it’s harder than feeling compassion for other people. You can feel like you don’t deserve it, like being tough on yourself is why you’re successful, like you’ll fall short if you don’t hold yourself to an impossible standard. You might say things to yourself that you would never, ever say to another person. This session is for anyone who is afraid to give themselves a break. I spent six months reading academic research about how self-doubt, regret, and self-compassion affect a person’s ability to achieve their goals, learn from past experiences, and enjoy their life. Spoiler: Berating yourself doesn’t help. We’ll walk through evidence and strategies for building your self-compassion skills." sorted by event_dtstart

View and edit SQL

timeblock

event_description

day

0 records

CREATE TABLE [sessions] (
   [id] TEXT PRIMARY KEY,
   [day] TEXT,
   [time] TEXT,
   [event_name] TEXT,
   [event_description] TEXT,
   [facilitators] TEXT,
   [break] TEXT,
   [everyone] TEXT,
   [facilitators_twitter] TEXT,
   [length] TEXT,
   [notepad] TEXT,
   [room] TEXT,
   [talk] TEXT,
   [timeblock] TEXT,
   [transcription] TEXT,
   [event_dtstart] TEXT,
   [event_dtend] TEXT,
   [event_tzid] TEXT,
   [event_uid] TEXT
);
Powered by Datasette · Query took 43.633ms · Data source: OpenNews/srccon-2020 · About: simonw/srccon-2020-datasette