Player FM - Internet Radio Done Right
Checked 9M ago
Added two years ago
Content provided by HackerNoon. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HackerNoon or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!
Go offline with the Player FM app!
Podcasts Worth a Listen
SPONSORED
C
Curated Questions: Conversations Celebrating the Power of Questions!


Episode Notes [00:00] The Importance of Questioning [01:21] Introduction to Curated Questions [02:20] Meet Kevin Kelly [03:56] Kevin Kelly's Mentor: Stewart Brand [05:33] The Role of Questions in Intellectual Traditions [06:47] Disequilibrium and Growth [10:21] Embodied Questions and Exploration [11:11] Balancing Exploration and Exploitation [11:50] The Inefficiency of Questioning [15:53] The Abundance Mindset [18:39] The Inevitable and Quality Questions [19:26] Hill Climbing vs. Hill Making [22:28] The Challenge of Innovation [24:13] The Beauty of Engineering and Innovation [24:34] Navigating the Frontier of New Technologies [25:33] The Role of AI in Question Formulation [26:43] Challenges in Advancing AI Capabilities [29:11] The Long Now Foundation and the 10,000 Year Clock [29:56] Transmitting Values Over Time [31:03] Ethics in AI and Self-Driving Cars [33:26] The Art of Questioning [34:04] Photography: Capturing vs. Creating [36:12] The Inefficiency of Exploration [38:36] Daily Practice and Long-Term Success [40:17] The Importance of Quantity for Quality [43:22] Final Thoughts and Encouragement on Questioning [46:24] Summary Takeaways Resources Mentioned Wired Magazine Whole Earth Review WELL Hackers Conference What Technology Wants by Kevin Kelly The Inevitable by Kevin Kelly Cool Tools Project Long Now Foundation Stewart Brand Socratic Method Koan René Descartes Conde Nast Vouge Olivetti Typewriter Trolley Problem Terry Gross Lex Friedman Tim Ferriss KK.org Kevin2Kelly on Instagram Recomendo Newsletter Excellent Advice for Living Beauty Pill Producer Ben Ford Questions Asked When did you first understand the power of questions? Can I do that? Can that be something that you can learn? How did questions function differently between Eastern versus Western intellectual traditions? What role do you think embodied questions those we explore through doing rather than thinking play in developing wisdom? What's on the other side of the hill? What happens if you go to the end? What's the origin of this? How should one think about the exploratory in one's life? Is there anything that you would add to your list of 15 statements that define what makes a quality question? Is there a qualitative difference between the questions humans are asking and the questions our AI systems are beginning to formulate? What do you think would help them get there? Any idea on a forcing function on how we get them [LLMs] to ask the better questions so that they might improve in that direction? What were some novel questions that broke your brain at the time in thinking about this 10,000-year clock or beyond? What's it good for? What would you use it for? What else could you do over the long term for 10,000 years? How do you transmit values over time? How do you evolve values that need to change, and how do you make a difference? How do even know what you don't want to change? What do you want to continue? What's the most essential aspects of our civilization that we don't want to go away? What are the rules? What is the system? How do you pass things along in time and not change the ones you don't wanna change, and make sure you change the ones that are more adaptable so they can adapt? What do you think about questioning itself as an art form? How has being a photographer influenced the way you question reality, visually compared to verbally? Are you a photographer that takes photos or makes photos? What will happen? What will happen next? What are your right now questions that you are wrestling with or working with in your life? Can someone else do what I'm trying to do here? Am I more me in doing my art or more me in doing the writing? Do you have any other thoughts or encouragement about questions that we haven't explored? What makes a good question? How do you ask a good question? What questions do you dwell on to be in purposeful imbalance? What is your practice in embracing the inefficient nature of questions to achieve breakthroughs? What are the new hills you can build and frontiers you can explore? How can you use your curiosity and humanity to pursue questions that trend toward the fringes?…
Programming Tech Brief By HackerNoon
Mark all (un)played …
Manage series 3474159
Content provided by HackerNoon. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HackerNoon or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Learn the latest programming updates in the tech world.
…
continue reading
346 episodes
Mark all (un)played …
Manage series 3474159
Content provided by HackerNoon. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HackerNoon or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Learn the latest programming updates in the tech world.
…
continue reading
346 episodes
All episodes
×
1 Java vs. Scala: Comparative Analysis for Backend Development in Fintech 11:09
11:09
Play Later
Play Later
Lists
Like
Liked11:09
This story was originally published on HackerNoon at: https://hackernoon.com/java-vs-scala-comparative-analysis-for-backend-development-in-fintech . Choosing the right backend technology for fintech development involves a detailed look at Java and Scala. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #java , #javascript , #java-vs-scala , #scala , #backend-development-fintech , #should-i-choose-scala , #java-for-fintech-development , #scala-for-fintech-development , and more. This story was written by: @grigory . Learn more about this writer by checking @grigory's about page, and for more stories, please visit hackernoon.com . Choosing the right backend technology for fintech development involves a detailed look at Java and Scala.…

1 A Simplified Guide for the"Dockerazition" of Ruby and Rails With React Front-End App 11:50
11:50
Play Later
Play Later
Lists
Like
Liked11:50
This story was originally published on HackerNoon at: https://hackernoon.com/a-simplified-guide-for-thedockerazition-of-ruby-and-rails-with-react-front-end-app . This is a brief description of how to set up docker for a rails application with a react front-end Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #software-development , #full-stack-development , #devops , #deployment , #dockerization , #rails-with-react , #hackernoon-top-story , #react-tutorial , and more. This story was written by: @forison . Learn more about this writer by checking @forison's about page, and for more stories, please visit hackernoon.com . Dockerization involves two key concepts: images and containers. Images serve as blueprints for containers, containing all the necessary information to create a container. A container is a runtime instance of an image, comprising the image itself, an execution environment, and runtime instructions. In this article, we will provide a hands-on guide to dockerizing your Rails and React applications in detail.…

1 Step-by-Step Guide to Publishing Your First Python Package on PyPI Using Poetry: Lessons Learned 4:05
4:05
Play Later
Play Later
Lists
Like
Liked4:05
This story was originally published on HackerNoon at: https://hackernoon.com/step-by-step-guide-to-publishing-your-first-python-package-on-pypi-using-poetry-lessons-learned . Learn to create, prepare, and publish a Python package to PyPI using Poetry. Follow our step-by-step guide to streamline your package development process. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #python , #python-tutorials , #python-tips , #python-development , #python-programming , #python-packages , #package-management , #pypi , and more. This story was written by: @viachkon . Learn more about this writer by checking @viachkon's about page, and for more stories, please visit hackernoon.com . Poetry automates many tasks for you, including publishing packages. To publish a package, you need to follow several steps: create an account, prepare a project, and publish it to PyPI.…

1 Building a Level Viewer for The Legend Of Zelda - Twilight Princess 8:24
8:24
Play Later
Play Later
Lists
Like
Liked8:24
This story was originally published on HackerNoon at: https://hackernoon.com/building-a-level-viewer-for-the-legend-of-zelda-twilight-princess . I programmed a web BMD viewer for Twilight Princess because I am fascinated by analyzing levels and immersing myself in the details of how they were made. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #reverse-engineering , #bmd , #game-development , #the-legend-of-zelda , #level-design , #web-bmd-viewer , #level-viewer-for-zelda-game , #hackernoon-top-story , and more. This story was written by: @hackerclz1yf3a00000356r1e6xb368 . Learn more about this writer by checking @hackerclz1yf3a00000356r1e6xb368's about page, and for more stories, please visit hackernoon.com . I started programming a web BMD viewer for Twilight Princess (Nintendo GameCube) because I love this game and as a game producer, I am fascinated by analyzing levels and immersing myself in the details of how they were made.…

1 How to Simplify State Management With React.js Context API - A Tutorial 9:05
9:05
Play Later
Play Later
Lists
Like
Liked9:05
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-simplify-state-management-with-reactjs-context-api-a-tutorial . Master state management in React using Context API. This guide provides practical examples and tips for avoiding prop drilling and enhancing app performance. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #reactjs , #context-api , #react-tutorial , #javascript-tutorial , #frontend , #state-management , #hackernoon-top-story , #prop-drilling , and more. This story was written by: @codebucks . Learn more about this writer by checking @codebucks's about page, and for more stories, please visit hackernoon.com . This blog offers a comprehensive guide on managing state in React using the Context API. It explains how to avoid prop drilling, enhance performance, and implement the Context API effectively. With practical examples and optimization tips, it's perfect for developers looking to streamline state management in their React applications.…
This story was originally published on HackerNoon at: https://hackernoon.com/augmented-linked-lists-an-essential-guide . While a linked list is primarily a write-only and sequence-scanning data structure, it can be optimized in different ways. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #data-structures , #linked-lists , #memory-management , #linked-lists-explained , #how-does-a-linked-list-work , #hackernoon-top-story , #eviction-keys , #linked-list-guide , and more. This story was written by: @amoshi . Learn more about this writer by checking @amoshi's about page, and for more stories, please visit hackernoon.com . While a linked list is primarily a write-only and sequence-scanning data structure, it can be optimized in different ways. Augmentation is an approach that remains effective in some cases and provides extra capabilities in others.…
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-write-tests-for-free . This article describes deeper analysis on whether to write tests or not, brings pros and cons, and shows a technique that could save you a lot of time Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #testing , #should-i-write-tests , #how-to-write-tests , #increase-coverage , #test-driven-development , #why-tests-matter , #what-is-tdd , #are-tests-necessary , and more. This story was written by: @sergiykukunin . Learn more about this writer by checking @sergiykukunin's about page, and for more stories, please visit hackernoon.com . This article describes deeper analysis on whether to write tests or not, brings pros and cons, and shows a technique that could save you a lot of time and efforts on writing tests.…

1 Five Questions to Ask Yourself Before Creating a Web Project 13:54
13:54
Play Later
Play Later
Lists
Like
Liked13:54
This story was originally published on HackerNoon at: https://hackernoon.com/five-questions-to-ask-yourself-before-creating-a-web-project . Web projects can fail for many reasons. In this article I will share my experience that will help you solve some of them. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #web-development , #security , #programming , #secrets-stored-in-code , #library-licenses , #access-restriction , #closing-unused-ports , #hackernoon-top-story , and more. This story was written by: @shcherbanich . Learn more about this writer by checking @shcherbanich's about page, and for more stories, please visit hackernoon.com . Web projects can fail for many reasons. In this article I will share my experience that will help you solve some of them.…

1 Declarative Shadow DOM: The Magic Pill for Server-Side Rendering and Web Components 3:08
3:08
Play Later
Play Later
Lists
Like
Liked3:08
This story was originally published on HackerNoon at: https://hackernoon.com/declarative-shadow-dom-the-magic-pill-for-server-side-rendering-and-web-components . Discover how to use Shadow DOM for server-side rendering to improve web performance and SEO. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #server-side-rendering , #shadow-dom , #web-components , #declarative-shadow-dom , #static-html , #web-component-styling , #web-performance-optimization , #imperative-api-shadow-dom , and more. This story was written by: @pradeepin2 . Learn more about this writer by checking @pradeepin2's about page, and for more stories, please visit hackernoon.com . Shadow DOM is a web standard enabling encapsulation of DOM subtrees in web components. It allows developers to create isolated scopes for CSS and JavaScript within a document, preventing conflicts with other parts of the page. Shadow DOM's key feature is its "shadow root," serving as a boundary between the component's internal structure and the rest of the document.…

1 How to Scrape Data Off Wikipedia: Three Ways (No Code and Code) 4:11
4:11
Play Later
Play Later
Lists
Like
Liked4:11
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-scrape-data-off-wikipedia-three-ways-no-code-and-code . Get your hands on excellent manually annotated datasets with Google Sheets or Python Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #python , #google-sheets , #data-analysis , #pandas , #data-scraping , #web-scraping , #wikipedia-data , #scraping-wikipedia-data , and more. This story was written by: @horosin . Learn more about this writer by checking @horosin's about page, and for more stories, please visit hackernoon.com . For a side project, I turned to Wikipedia tables as a data source. Despite their inconsistencies, they proved quite useful. I explored three methods for extracting this data: - Google Sheets: Easily scrape tables using the =importHTML function. - Pandas and Python: Use pd.read_html to load tables into dataframes. - Beautiful Soup and Python: Handle more complex scraping, such as extracting data from both tables and their preceding headings. These methods simplify data extraction, though some cleanup is needed due to inconsistencies in the tables. Overall, leveraging Wikipedia as a free and accessible resource made data collection surprisingly easy. With a little effort to clean and organize the data, it's possible to gain valuable insights for any project.…

1 Deploying Airflow on Kubernetes Using ArgoCD and Terraform: Modern GitOps approach 5:38
5:38
Play Later
Play Later
Lists
Like
Liked5:38
This story was originally published on HackerNoon at: https://hackernoon.com/deploying-airflow-on-kubernetes-using-argocd-and-terraform-modern-gitops-approach . Apache Airflow is a widely used platform for organizing data manipulation workflows in directed acyclic graphs. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #argocd , #kubernetes , #terraform , #iac , #apache-airflow , #airflow , #gitops , #directed-acyclic-graphs , and more. This story was written by: @mmarkov . Learn more about this writer by checking @mmarkov's about page, and for more stories, please visit hackernoon.com . Apache Airflow is a widely used platform for organizing data manipulation workflows in directed acyclic graphs, which can be used to transform data in Data Warehouses or prepare data for machine learning use.…

1 Automating App Architecture Diagrams: How I Built a Tool to Map Codebases from the Source 8:40
8:40
Play Later
Play Later
Lists
Like
Liked8:40
This story was originally published on HackerNoon at: https://hackernoon.com/automating-app-architecture-diagrams-how-i-built-a-tool-to-map-codebases-from-the-source . NoReDraw instantly turns your code into clear architecture diagrams, linking key components and keeping documentation up-to-date. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #software-architecture , #code-visualization , #cloud-infrastructure , #infrastructure-as-code , #infrastructure-visualization , #developer-tools , #software-architecture-diagrams , #hackernoon-top-story , and more. This story was written by: @vladimirf . Learn more about this writer by checking @vladimirf's about page, and for more stories, please visit hackernoon.com . Ever wished there was a tool that could instantly turn your code into a clear, visual diagram? Well, that's exactly what NoReDraw does! Born out of a software engineer's frustration, this tool identifies key components like artifacts and configurations, and links them together to create a comprehensive architecture diagram. It's designed to be super customizable and easily extendable, ensuring your documentation stays up-to-date without the hassle of redrawing diagrams every time something changes.…
This story was originally published on HackerNoon at: https://hackernoon.com/keyword-based-anomaly-detection-in-log-files . Spring-based suites are utilized to build a log anomaly detection system. This is a three-part series, with the foundation components covered in the first part. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #spring-boot , #cybersecurity , #anomaly-detection , #spring-statemachine , #spring-webflux , #java , #threat-detection , #anomaly-detection-in-log-files , and more. This story was written by: @cybersreejith . Learn more about this writer by checking @cybersreejith's about page, and for more stories, please visit hackernoon.com . Spring-based suites such as Spring Web Flux and Spring SSM are utilized to build a log anomaly detection system. This is a three-part series, with the foundation components covered in the first part. The subsequent parts will extend these components to enhance flexibility and robustness."…

1 Why Open Source AI is Good For Developers, Meta, and the World 13:11
13:11
Play Later
Play Later
Lists
Like
Liked13:11
This story was originally published on HackerNoon at: https://hackernoon.com/why-open-source-ai-is-good-for-developers-meta-and-the-world . Open source will ensure that more people around the world have access to the benefits and opportunities of AI, that power isn’t concentrated in the hands of a Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #open-source , #why-open-source , #why-open-source-is-good , #open-source-ai , #mark-zuckerberg-open-source , #meta-open-source , #why-open-source-ai , #hackernoon-top-story , and more. This story was written by: @zuck . Learn more about this writer by checking @zuck's about page, and for more stories, please visit hackernoon.com . With past Llama models, Meta developed them for ourselves and then released them, but didn’t focus much on building a broader ecosystem. We’re taking a different approach with this release. We’re building teams internally to enable as many developers and partners as possible to use Llama, and we’re actively building partnerships so that more companies in the ecosystem can offer unique functionality to their customers as well. I believe the Llama 3.1 release will be an inflection point in the industry where most developers begin to primarily use open source, and I expect that approach to only grow from here. I hope you’ll join us on this journey to bring the benefits of AI to everyone in the world.…

1 CSS Positions: Real Examples to Help You Learn 3:29
3:29
Play Later
Play Later
Lists
Like
Liked3:29
This story was originally published on HackerNoon at: https://hackernoon.com/css-positions-real-examples-to-help-you-learn . Let's start with even do you need CSS positions aren't the other properties enough to make you faint? Why CSS positions? Say you want to create an navigation.. Check more stories related to programming at: https://hackernoon.com/c/programming . You can also check exclusive content about #javascript , #css3 , #css , #html-css , #webdev , #css-positions , #css-tutorial , #web-development , and more. This story was written by: @hackerclteb2o2f0000286fznoiy73n . Learn more about this writer by checking @hackerclteb2o2f0000286fznoiy73n's about page, and for more stories, please visit hackernoon.com . The position property is used to define the position of an element on a webpage. The position property has the following five values: static (default value), relative, fixed, fixed-fixed and sticky. We will look into each of them in more detail below. Let's start with even do you need CSS positions. Why CSS positions?…
Welcome to Player FM!
Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.