ritvikmath's original playlist organized into a recommended viewing order:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media print { | |
@page { | |
size: auto !important; | |
margin: 0.25in; | |
} | |
.headerBanner { | |
display: none; | |
} |
adb shell settings put system csc_pref_camera_forced_shuttersound_key 0 # disable galaxy shutter sound
pnpm svgo -rf ./ -o ./ # https://github.com/svg/svgo#readme
open and detach multiple terminal windows
screen # Ctrl+A, then D - Detach from current session
screen -ls
- (Un)making AI Magic: A Design Taxonomy - link
- AI-Assisted Causal Pathway Diagram for Human-Centered Design - link
- Enhancing UX Evaluation Through Collaboration with Conversational AI Assistants: Effects of Proactive Dialogue and Timing - link
- Jigsaw: Supporting Designers to Prototype Multimodal Applications by Chaining AI Foundation Models - link
- VAL: Interactive Task Learning with GPT Dialog Parsing - link
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$packages = @( | |
'9P1XD8ZQJ7JD', # fre:ac | |
'AdGuard.AdGuard', | |
'AdrienAllard.FileConverter', | |
'astral-sh.uv', | |
'Balena.Etcher', | |
'Bitwarden.Bitwarden', | |
'ClockworkMod.UniversalADBDriver', | |
'Dropbox.Dropbox', | |
'Git.Git', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { getTableColumns, type Table } from 'drizzle-orm'; | |
import { integer, sqliteTable } from 'drizzle-orm/sqlite-core'; | |
import { db } from './client.js'; | |
export const pickTableColumns = < | |
T extends Table, // | |
const ColumnName extends keyof T['_']['columns'] | |
>( | |
table: T, | |
columnNames: ColumnName[] |
- Single-line item
- Multi-line item
Multi-line item
Multi-line item - This item is still clickable
Demo available on the SvelteLab REPL
NewerOlder