home / system

Menu
  • GraphQL API
  • Search all tables

sources

Table actions
  • GraphQL API for sources

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

20 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type, date (date)

id ▼ from_user content date link type profile_link
1 alex.chen@gmail.com I've been following your work on functional programming and it's been incredibly helpful. Have you considered writing about monads in a way that's accessible to beginners? I think there's a real gap in the literature there. 2025-03-15 /post/functional-programming-basics email mailto:alex.chen@gmail.com
2 sarah_developer Your article on React performance optimizations changed how I approach component rendering. I implemented the techniques you suggested and saw a 40% improvement in our app's load time! 2025-03-10 /post/react-performance-deep-dive twitter https://twitter.com/sarah_developer
3 tech_enthusiast42 I've been struggling with understanding closures in JavaScript for months. Your explanation with the backpack analogy finally made it click for me. Would love to see more content like this that breaks down complex concepts into simple mental models. 2025-03-05 /post/javascript-closures-explained reddit https://reddit.com/user/tech_enthusiast42
4 maria.lopez@outlook.com Your book recommendations have been spot on. I just finished 'Gödel, Escher, Bach' on your suggestion and it's completely changed how I think about consciousness and AI. Do you have any other recommendations in this vein? 2025-02-28 /post/books-that-changed-my-thinking email mailto:maria.lopez@outlook.com
5 code_ninja I implemented your approach to state management in our enterprise app and it's been a game-changer. The separation of concerns you advocated for made our codebase so much more maintainable. Our team wants to know if you'd be open to a consulting session? 2025-02-20 /post/scalable-state-management linkedin https://linkedin.com/in/code_ninja
6 philosophy_student Your essay on the intersection of Eastern philosophy and modern physics was fascinating. I'm writing my thesis on a related topic and would love to cite your work. Do you have any academic publications in this area? 2025-02-15 /post/eastern-philosophy-meets-quantum-physics instagram https://instagram.com/philosophy_student
7 david.wilson@protonmail.com I've been following your journey into minimalism and it inspired me to declutter my digital life. I deleted over 15,000 emails and dozens of unused apps. The mental clarity I've gained is remarkable. Thank you for sharing your experience. 2025-02-10 /post/digital-minimalism email mailto:david.wilson@protonmail.com
8 startup_founder Your framework for validating business ideas saved me from making a huge mistake. I was about to invest heavily in an idea that, after using your validation process, clearly wasn't going to work. You saved me thousands of dollars and months of effort. 2025-02-05 /post/idea-validation-framework twitter https://twitter.com/startup_founder
9 machine_learning_enthusiast I've been trying to understand transformers architecture for weeks, and your breakdown with the visual explanations finally made it click. The way you explained attention mechanisms was particularly helpful. Would you consider doing a deep dive on BERT specifically? 2025-01-30 /post/transformers-explained-simply reddit https://reddit.com/user/machine_learning_enthusiast
10 emma.johnson@gmail.com Your writing on building a second brain has transformed my productivity. I've implemented your note-taking system and for the first time in my life, I feel like I'm actually learning from what I read rather than just consuming information. 2025-01-25 /post/building-a-second-brain email mailto:emma.johnson@gmail.com
11 design_thinker I used your design thinking workshop format with my team last week and it was incredibly productive. We generated more innovative ideas in 3 hours than we had in the previous 3 months. The constraint exercises were particularly effective. 2025-01-20 /post/design-thinking-workshops linkedin https://linkedin.com/in/design_thinker
12 meditation_practitioner Your guide to mindfulness for knowledge workers has been a daily reference for me. The 5-minute desk meditation you shared has become an essential part of my workday. I'm noticing significant improvements in my focus and stress levels. 2025-01-15 /post/mindfulness-for-knowledge-workers instagram https://instagram.com/meditation_practitioner
13 james.smith@outlook.com I've been struggling with impostor syndrome throughout my tech career. Your article on the subject made me realize I'm not alone and gave me practical strategies to overcome these feelings. I've started keeping a 'wins' journal as you suggested. 2025-01-10 /post/overcoming-impostor-syndrome email mailto:james.smith@outlook.com
14 crypto_researcher Your analysis of zero-knowledge proofs and their potential applications beyond cryptocurrency was eye-opening. I'm researching privacy-preserving technologies and would love to discuss some ideas with you if you're open to it. 2025-01-05 /post/zero-knowledge-proofs-explained twitter https://twitter.com/crypto_researcher
15 future_thinker Your essay on technological determinism vs. social constructivism gave me a new framework for thinking about how technology shapes society. I'm teaching a course on tech ethics next semester and plan to assign your piece as required reading. 2024-12-30 /post/how-technology-shapes-society reddit https://reddit.com/user/future_thinker
16 sophia.garcia@gmail.com I implemented your spaced repetition learning system for my medical studies, and it's been transformative. I'm retaining information much better and spending less time reviewing. Would you consider creating an app based on your methodology? 2024-12-25 /post/spaced-repetition-learning email mailto:sophia.garcia@gmail.com
17 systems_architect Your breakdown of microservices vs. monoliths was the most balanced take I've read. We were about to break up our monolith based on hype, but your article helped us make a more nuanced decision that saved us from unnecessary complexity. 2024-12-20 /post/microservices-vs-monoliths linkedin https://linkedin.com/in/systems_architect
18 creative_coder Your generative art tutorials inspired me to combine coding with my artistic practice. I created a series based on your noise function techniques and just got accepted to my first digital art exhibition. Thank you for opening this door for me! 2024-12-15 /post/creative-coding-generative-art instagram https://instagram.com/creative_coder
19 thomas.nguyen@protonmail.com Your writing on digital gardens vs. traditional blogs influenced me to start my own digital garden. The freedom to publish evolving thoughts rather than polished articles has reignited my love for writing. I've published more in the last month than in the previous year. 2024-12-10 /post/digital-gardens email mailto:thomas.nguyen@protonmail.com
20 remote_work_advocate I used your remote team communication framework to revamp how our globally distributed team works together. The asynchronous-first principles and documentation practices you outlined have significantly reduced our meeting load while improving collaboration. 2024-12-05 /post/remote-team-communication twitter https://twitter.com/remote_work_advocate

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE sources (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    from_user TEXT NOT NULL,
    content TEXT NOT NULL,
    date TEXT,
    link TEXT,
    type TEXT,
    profile_link TEXT
);
CREATE INDEX idx_sources_type ON sources(type);
CREATE INDEX idx_sources_date ON sources(date);
Powered by Datasette · 19.705ms · krisyotam.com