Skip to content

Instantly share code, notes, and snippets.

View jph00's full-sized avatar
🦘
roo

Jeremy Howard jph00

🦘
roo
View GitHub Profile
@jph00
jph00 / gcp-quota-use.md
Created December 5, 2024 00:50
Google cloud quota use cases

Implement common use cases

bookmark_borderbookmark Stay organized with collections Save and categorize content based on your preferences.

  • On this page
  • Limitations
  • Track usage and request an increase when usage is over 80%
  • Decrease a quota
  • Copy quota preferences to another project
  • List pending quota requests
@jph00
jph00 / gcp-sak.md
Created December 4, 2024 23:40
Create and delete service account keys in gcp

Create and delete service account keys

bookmark_borderbookmark Stay organized with collections Save and categorize content based on your preferences.

  • On this page
  • Before you begin
    • Required roles
  • Allow service account key creation
  • Create a service account key
  • Delete a service account key
@jph00
jph00 / bsky.ipynb
Created December 2, 2024 04:08
Unfollow bsky non-mutuals
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jph00
jph00 / polya.md
Last active August 21, 2025 08:32
Summary of Polya's "How To Solve It With Code"

A guide to George Polya's "How to Solve It"

Introduction

George Polya (1887-1985) was a Hungarian mathematician and educator who revolutionized our understanding of problem-solving and teaching. While he made significant contributions to mathematics, his most enduring legacy is his insights into how people learn and solve problems. His 1945 book "How to Solve It" has influenced educators across numerous fields, extending far beyond mathematics.

Polya's Teaching Philosophy

Polya's approach centered on three key principles. First, he championed active learning, believing students learn best by discovering solutions themselves rather than being told answers. Second, he emphasized heuristic thinking - the art of guided discovery and learning from experience, viewing problem-solving as a skill that can be developed through practice. Third, he developed sophisticated questionin

@jph00
jph00 / solveit.md
Created November 21, 2024 02:15
deepseek-solveit

The Future of AI Education: fast.ai Joins Forces with Answer.AI

Date: November 20, 2024
Author: Jeremy Howard
Categories: AI Education, fast.ai, Answer.AI


In the rapidly evolving world of artificial intelligence, the need for accessible, practical education has never been more crucial. Today, I am excited to announce that fast.ai is joining forces with Answer.AI to bring you a new era of AI education. This partnership is not just about combining resources; it's about creating a new kind of learning experience that leverages the power of AI to solve real-world problems.

@jph00
jph00 / hbr-questions.md
Created September 28, 2024 14:38
The Surprising Power of Questions - HBR

The Surprising Power of Questions

It goes far beyond exchanging information.

by

  • Alison Wood Brooks
  • Leslie K. John

From Harvard Business Review Magazine (May–June 2018)

@jph00
jph00 / pathos.md
Last active February 9, 2025 16:56
Explaining Pathos in Ancient Epics and today: Claude Conversation

Explaining Pathos in Ancient Epics and today

🧑 human (Sep 21, 2024, 06:13 PM)

What is pathos, and what's it got to do with Virgil or Homer? Explain for a 12 y.o.

🤖 assistant (Sep 21, 2024, 06:13 PM)

Pathos is a way of making people feel emotions when they read or hear something. It's like when a story makes you feel sad, happy, or excited.

Virgil and Homer were famous ancient Greek and Roman poets who wrote epic stories. They used pathos a lot in their writing to make readers really care about what was happening.

For example:

@jph00
jph00 / csv-serve-main.py
Last active May 14, 2025 14:24
CSV editor sample
from fasthtml.common import *
db = database(':memory:')
tbl = None
hdrs = (Style('''
button,input { margin: 0 1rem; }
[role="group"] { border: 1px solid #ccc; }
'''), )
app, rt = fast_app(live=True, hdrs=hdrs)
@jph00
jph00 / sqlite.ipynb
Last active February 21, 2025 11:53
Simple overview of fastlite and sqlite-utils
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jph00
jph00 / ds_payroll.csv
Created September 5, 2024 05:25
Death Star payroll sample CSV
id name species home_planet department position midi_chlorian_count force_sensitive blaster_accuracy date_recruited salary_credits
1 Darth Vader Human Tatooine Command Supreme Commander 27700 True 95.5 19BBY 1000000
2 Grand Moff Tarkin Human Eriadu Administration Grand Moff 0 False 88.2 22BBY 500000
3 TK-421 Human Coruscant Security Stormtrooper 120 False 62.7 10BBY 50000
4 DS-61-2 Droid Geonosis Maintenance Trash Compactor Droid 0 False 0.0 14BBY 0
5 Kylo Ren Human Chandrila Command Dark Side Apprentice 20000 True 89.3 5ABY 750000
6 General Hux Human Arkanis Military General 0 False 79.1 3ABY 400000
7 Captain Phasma Human Parnassos Security Stormtrooper Captain 50 False 91.8 7ABY 200000
8 Galen Erso Human Grange Weapons Research Chief Scientist 10 False 30.5 17BBY 300000
9 Orson Krennic Human Lexrul Weapons Development Director 0 False 75.6 30BBY 450000