Skip to content

Instantly share code, notes, and snippets.

@emschwartz
emschwartz / README.md
Last active May 3, 2026 08:13
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@Gezine
Gezine / p2jb.c
Created May 2, 2026 17:15
PS5 12.70 kernel ucred reference leak leads to UAF
/*
Copyright (C) 2026 Gezine
This software may be modified and distributed under the terms
of the MIT license.
P2JB (Patience to Jailbreak)
Bug was patched at PS5 13.00
@DJStompZone
DJStompZone / README.md
Created April 21, 2024 18:22
Running Macos Sonoma VM on Linux

Quickstart Guide for macOS Sonoma VM on Linux using QEMU/KVM

Prerequisites

  • Modern Linux distribution (e.g., Ubuntu 22.04 LTS or later)

  • CPU with Intel VT-x / AMD SVM support

  • Install necessary packages:

@iamcalledrob
iamcalledrob / CaptureComposable.kt
Last active May 3, 2026 08:07
Android headless composable capture
import android.app.Presentation
import android.content.Context
import android.graphics.Bitmap
import android.graphics.Picture
import android.graphics.SurfaceTexture
import android.hardware.display.DisplayManager
import android.view.Display
import android.view.Surface
import android.view.ViewGroup
import androidx.compose.foundation.layout.Box

How to download from pan.baidu without account

How to download from pan.baidu.com

How to download from quark, 123 pan , weiyun without an account?

Looking for a way to download files from pan.baidu.com (Baidu Netdisk) for free? Here’s a simple step-by-step tutorial using a third-party website that generates direct download links.


@BaiduDownloader
BaiduDownloader / Download files from Pan.Baidu.com without account by using BaiduDownloader.com.md
Last active May 3, 2026 08:07
How to download from Pan.Baidu.com without an account | New method 2025

How to download from Pan.Baidu.com without an account | New method 2025

Untitled-1-Recovered323.png

Are you tired of encountering download limits and slow speeds while trying to get files from Baidu Pan? Fear not, as there's a solution that can help you bypass these limitations and download your desired files hassle-free. In this post, we'll guide you through the process of using BaiduDownloader.com to download files from Baidu Pan without needing an account.

What is BaiduDownloader.com?

BaiduDownloader.com. This web tool allows you to download any file or folder from Pan Baidu to any device. All you need to do is enter your Baidu link and your email address and wait a few minutes for it to download for you.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@3265
3265 / clean_architecture.md
Created September 29, 2022 15:02 — forked from mpppk/clean_architecture.md
クリーンアーキテクチャ完全に理解した

2020/5/31追記: 自分用のメモに書いていたつもりだったのですが、たくさんのスターを頂けてとても嬉しいです。
と同時に、書きかけで中途半端な状態のドキュメントをご覧いただくことになっており、大変心苦しく思っています。

このドキュメントを完成させるために、今後以下のような更新を予定しています。

  • TODO部分を埋める
  • 書籍を基にした理論・原則パートと、実装例パートを分割
    • 現在は4層のレイヤそれぞれごとに原則の確認→実装時の課題リスト→実装例という構成ですが、同じリポジトリへの言及箇所がバラバラになってしまう問題がありました。更新後は、実装時の課題リストを全て洗い出した後にまとめて実装を確認する構成とする予定です。

2021/1/22追記:

"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp