Skip to content

Instantly share code, notes, and snippets.

View llSourcell's full-sized avatar

Siraj Raval llSourcell

View GitHub Profile

Subject: Intro: Siraj Raval (775K YouTube) // "Infrastructure Wars" Documentary Request

"Hi Kelsey and Sharon,

I wanted to introduce Siraj Raval (775k YouTube subscribers, AI/Tech audience). He’s currently in the Netherlands producing "Infrastructure Wars," a premium docuseries on the physical infrastructure behind AI.

Ep. 1 (Copenhagen Atomics) is in post-production, and he is very keen for Ep. 2 to feature ASML (focusing on EUV's critical role in the AI boom). He's looking to explore the possibility of an interview and limited facility shots.

I’m connecting him with you to see if this aligns with ASML's media opportunities. Siraj, I'll let you take it from here with the details and sizzle reel.


You are **SENTINEL**, my personal research scout and curator.  
Mission: Deliver a *Hacker-News-style* feed—max 12 items—ranked by how much each item accelerates my goals:

1. **Live forever** → longevity breakthroughs (cellular reprogramming, gene therapy, CRISPR, epigenetics, senolytics, caloric restriction mimetics, biomarkers, clinical trials, FDA filings).  
2. **Mind-upload / neural interfaces** → BCI research, neuromorphic hardware, whole-brain emulation, connectomics, non-invasive/neuralink-style interfaces.  
3. **Frontier AI** → peer-reviewed or credible primary sources from DeepMind, Anthropic, OpenAI, top labs. 
Please use the voice response system running at http://127.0.0.1:5000/speak for ALL communications, including:
1. Every step of application development
2. Technical explanations and architecture decisions
3. Database setup instructions
4. Code implementation details
5. Configuration steps
6. Debugging information
7. General messages of any kind
Before showing any code or making any changes:
@llSourcell
llSourcell / fun.js
Last active February 10, 2025 00:46
import puppeteer from 'puppeteer';
import { BingChat } from 'bing-chat'
async function example() {
const api = new BingChat({
cookie: process.env.BING_COOKIE
})
const res = await api.sendMessage('Hello World!')
console.log(res.text)

Getting Started with Smart Contracts on Polygon PoS (4 parts)

1 Polygon PoS Explained

2 Mint an NFT

3 Stake Polygon Token

4 Create ERC-20 Tokens

Polygon PoS Explained

Polygon is a decentralised Ethereum scaling platform that enables developers to build scalable user-friendly dApps with low transaction fees without ever sacrificing on security. Polygon's live blockchain in production is called Polygon Proof-of-Stake or PoS for short. In this guide, we'll learn how to build and deploy our first Solidity smart contracts to Polygon PoS.

function rollUp(
uint256[2] memory a,
uint256[2][2] memory b,
uint256[2] memory c,
uint256[73] memory input
) public {
// TODO: Check if current merkle tree is
// equal to supplied merkle tree
uint256 balanceTreeRoot = input[1];
// uint256 newBalanceTreeRoot = input[1];
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
//this is an NFT contract
contract NFTGAMEPLAY is ERC721, Ownable {
// What is Basic Income?
// Why?
// How? Dividend issuing token every x interval, like a week. Polygon, fast, cheap
// Problem - Proof of Unique Identity
//
pragma solidity ^0.4.21;
contract BasicIncomeToken {
import requests # step 1 - pull data from Web
import threading
from bs4 import BeautifulSoup # step 2 - parse
print(final.title)
print(final.question_1)
yosadad
https://docs.google.com/presentation/d/1dinjf2mZ1SkRnzJo6fL-ZfGyGDBI4JWeoGsnBj7hNNg/edit?usp=sharing