Seven Dimensions
Role of the Expert
This video defines and discusses the expert witness’ role and responsibilities. Expert Evidence part 1
R Programming 101
Titles and Annotations with ggplot
I'm sure that we all agree that the best way to do data visualization is to use R programming, in particular, the ggplot2 package. To become an advanced ggplot user, you need to start controlling things like the titles, axis...
R Programming 101
The str_to_upper() Function in R. Convert Text to Uppercase with stringr Package
We're diving into the str_to_upper() function from the stringr package, a crucial tool for anyone working in data science, text manipulation, and R programming. The stringr package in R is designed to make string operations...
R Programming 101
Text Manipulation in R with str_c()
Welcome to our R Programming series, where we dive deep into the power of the Tidyverse! In this video, we'll explore the str_c() function from the stringr package, a crucial tool for text manipulation in R. Whether you're a data...
R Programming 101
Quarto - tips and tricks
In this video about R programming Greg and Andrew (from Equitable Equations - see link below) talk through some tips and tricks when it comes to using Quarto in R Studio. Quarto is similar to R markdown but much more user friends. It...
R Programming 101
Detecting Patterns in Text with str_detect()
In this R Programming tutorial, we explore the str_detect() function from the stringr package, a key tool in the Tidyverse for pattern detection within text data. Learn how to efficiently identify and work with specific patterns in your...
R Programming 101
Create fantastic tables using gtExtras in R
Welcome to a closer look at the gtExtras package in R! In this video, we'll explore how to enhance your data tables with the powerful and flexible features provided by the gtExtras package. Whether you're a data analyst, data scientist,...
R Programming 101
Conditional Statements in R: if_else() and case_when() Functions
Learn the if_else() and case_when() functions in R! Whether you're a beginner in R programming or an experienced data scientist looking to brush up on your skills, this video is perfect for you. In this video, we delve into the essential...
R Programming 101
Animations in R with gganimate
Create plots that are animated using ggplot2 and the gganimate packages in R. If you're learning data visualization using R programming then you'll love this tutorial. In this video Greg Martin will walk you through the code to create...
Curated Video
AI Tools for Creative and Technical Media
Learn about 5 new state-of-the-art AI tools released in 2024 that can generate videos, images, sound effects, code, and more.
Topics Covered:
Luma video app
Luma vs Sora
Kling generative video model from China
Best IDE for writing code...
Curated Video
Programming Mistake that Caused a Huge Security Gap in the Rabbit R1 Codebase
A group of jailbreakers recently discovered that the Rabbit R1 codebase contains hardcoded API keys - giving them easy access to user data from their AI tech-to-speech service.
Topics Covered:
Problems with Rabbit R1
What to when...
Curated Video
Linux Things you Need to Know
Learn 101 essential concepts in Linux in 10 minutes. What is the Linux kernel? What is GNU? What is the best Linux distro? And many other important questions answered.
Topics Covered:
Linux basics tutorial
How to get started with...
Curated Video
How to Self-host and Hyperscale AI with Nvidia NIM
Learn how to build a futuristic workforce of AI agents, then self-host and scale them for any workload thanks to Nvidia NIM - a platform that containerizes AI models and runs them on any GPU with Kubernetes.
Topics Covered:
How to...
Curated Video
What Caused the Crowdstrike IT Disaster?
An analysis of CrowdStrike's official explanation of the code hat resulted in the largest IT disaster in history that crashed 8.5 million Windows computers in a single day.
Topics Covered:
Analysis of CrowdStrike disaster
Why did...
Curated Video
Why Are Programmers So Unhappy?
An analysis of the 2024 StackOverflow survey results where only 20% of programmers reported being happy at their software engineering jobs. Let's look at 6 reasons why professional developers become unhappy at work.
Topics...
Curated Video
Scala in 100 Seconds
Learn the basics of the Scala programming language quickly. Scala is a functional and object-oriented language that runs on the Java Virtual Machine.
Topics Covered:
Scala basics tutorial
Scala vs Java
OOP vs Functional...
Curated Video
Big Tech Events of July, 2024: OpenAI vs Google
Let's take a look at 15 big events that happened in Tech in July 2024, like Google's Alpha Proof math AI, the CrowdStrike Windows disaster, Node.js TypeScript support, new Python web frameworks, and more.
Topics Covered:
Tuaw Zombie...
Curated Video
Are We On the Brink of Another World Browser War
Google Chrome, Mozilla Firefox, Microsoft Edge, and Apple Safari dominate the web browser market share, but there are new emerging alternatives like Arc, Brave, and Ladybird that could shakeup the Internet over the next few years....
Curated Video
Will the Future of Game Development Have No Game Engine?
Google's new GameNGen paper describes how the build the classic Doom game from 1993 without a game engine. Learn how diffusion models could change the future of Game development
Topics Covered:
Future trends in game...
Curated Video
FreeBSD in 100 Seconds
Learn the basics of FreeBSD - a UNIX-like operating system that shares code with projects like iOS, MacOS, Nintendo, PlayStation, and many other projects.
Topics Covered:
FreeBSD Tutorial
Free BSD quick start
What is BSD?
BSD vs...
Curated Video
Front-end Web Development is Changing Quickly
Let's take a first look at that latest release of shadcn/ui and combine it with Vercel's V0 tool - an AI tool for building front-end UIs on the web.
Topics Covered:
What is ShadCN?
What is v0?
AI tools for frontend development
How to...
Curated Video
How To Make AWS Better
In this video you're going to learn how to make cloud computing great again.
Topics Covered:
What is o1?
Update on Devin AI programmer
How does OpenAI o1 work?
GPT-4o vs o1 benchmarks
o1 vs Claude
What is the best LLM in 2024?
Trends...
Curated Video
Tmux in 100 Seconds
Learn the basics of Tmux, an open-source terminal multiplexer that can juggle multiple terminal sessions from a single window.
Topics Covered:
Cloud computing
Amazon Web Services
Google Cloud
Terraform
Pulumi
SST
Docker Build Cloud
Curated Video
All About Deno 2.0
Take a first look at Deno 2.0 - a JavaScript runtime with first-class TypeScript support, and now full compatibility with Node.js
Topics Covered:
Deno 2.0 new features
Deno vs Node.js
Deno vs Bun.js