Skip to content

Instantly share code, notes, and snippets.

Segment 0:
Today I’m interviewing Gwern Branwen. Gwern
is an anonymous researcher and writer. He’s
deeply influenced the people building AGI.
Segment 1:
He
['Image of an Indian Central Board of Film Certification certificate, detailing film classification as "U/A" with film and authority details.',
'A black screen with "FIRST SHOW" written in white text on the bottom right corner.',
'Golden Om symbol on a starry black background with "FIRST SHOW" text on the right.',
'A golden "Om" symbol is depicted against a cosmic background with planets and stars.',
'A group of people standing around a fire at night, with a blue-tinted atmosphere.',
'A man in dim lighting, sweating, with hand covering part of his face, and flames visible in the background.',
'A distressed man, covered in sweat, shown in a dark, intense scene with flames in the background.',
'A hand gesture is being made by someone in a dimly lit scene with "FIRST SHOW" text overlay.',
'Two people in conversation at night while others in white garments stand near a lit bonfire.',
'A group of people riding horses through a sandy, desert-like environment with some sparse vegetation.',
Once there was a big red bird.
He lived in a tall tree by a blue lake.
Every day, the bird would fly around and sing.
One day, he saw a little yellow bird.
The yellow bird looked sad and alone.
"Why are you sad?" asked the big red bird.
"I can't fly high," said the yellow bird.
"I can teach you," said the red bird.
They practiced flying together every day.
Soon, the yellow bird could fly as high as the red bird.
Chunks:
Segment 1:
What I Worked On
February 2021
Before college the two main things I worked on, outside of school, were writing and programming. I didn't write essays. I wrote what beginning writers were supposed to write then, and probably still are: short stories. My stories were awful. They had hardly any plot, just characters with strong feelings, which I imagined made them deep.
The first programs I tried writing were on the IBM 1401 that our school district used for what was then called "data processing." This was in 9th grade, so I was 13 or 14. The school district's 1401 happened to be in the basement of our junior high school, and my friend Rich Draves and I got permission to use it. It was like a mini Bond villain's lair down there, with all these alien-looking machines — CPU, disk drives, printer, card reader — sitting up on a raised floor under bright fluorescent lights.
We are at the community center. At the center, we can help. We can donate clothes. We can give food. We can help clean up. We can meet new friends. We are happy helping at the center.
We are at a family reunion. At the reunion, we can meet relatives. We can eat together. We can share stories. We can play games. We can take pictures. We are happy with our family.
We are at a charity event. At the event, we can raise money. We can sell crafts. We can bake cookies. We can sing songs. We can help others. We are happy at the charity event.
import requests
import json
from bs4 import BeautifulSoup
def extract_text_from_url(url):
try:
# Send a GET request to the URL
response = requests.get(url)
response.raise_for_status() # Raise an exception for bad status codes
@nutanc
nutanc / telugu.md
Created September 17, 2024 05:19
Language learning format for Telugu

Auto Conversation

You will learn common phrases to deal with traveling in the city. Select any word/phrase to see the corresponding translation. Some of these are not gramatically correct. Thats not the goal. The goal is to introduce some sommon words and phrases. Not a lot of gamification or anything like duolingo. Just words and phrases. Repeat as you need. If you want to relearn, just delete local storage and try again. Model for writing: Each step should teach one concept. Like "come here". Or "I will be late" etc. Each step is separated by "---"

x-tts is a web component which will playback what is provide. Takes an attribute of the language. It will emit event tts_done when someone clicks on it.

SECTION |
2022-23
=e
~~,
epee nie SS
. a
/**
* @OnlyCurrentDoc Limits the script to only accessing the current presentation.
*/
/**
* Create a open translate menu item.
* @param {Event} event The open event.
*/
function onOpen(event) {
SlidesApp.getUi().createAddonMenu()
<?php
session_start();
require_once('response.php');
$kk = new Response();
if (isset($_REQUEST['event']) && ($_REQUEST['event'] == 'NewCall')){
/*New Call Request */
$kk->addPlayText("please enter or say ten digits mobile number to which amount is to be transffered. after the beep",'2','best');
$kk->addRecognize('indybol','digits_hi',5,15,'en',10);
$_SESSION['block'] = 'menu1_output';
}