Skip to content

Instantly share code, notes, and snippets.

import java.io.BufferedInputStream
import java.io.BufferedOutputStream
import java.io.File
import java.io.FileOutputStream
import java.util.*
import java.util.zip.ZipEntry
import java.util.zip.ZipFile
private fun extractFolder(zipFile: String, extractFolder: String) {
try {
@YanSte
YanSte / dgx-qwen-claude.md
Last active May 29, 2026 18:48
DGX Spark + Qwen3.5 + Claude Code Setup

DGX Spark + Qwen3.5 + Claude Code Setup

Local AI coding assistant using Claude Code with a local model on NVIDIA DGX Spark.

This setup allows Claude Code to run without using the Anthropic cloud API by redirecting requests to a local vLLM inference server running Qwen3.5. oai_citation:0‡vLLM


Architecture

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.

@lopestom
lopestom / Using online resource to build custom recovery-I.md
Last active May 29, 2026 18:40
Building custom recovery - TeamWin - Fox - SHRP - PBRP online

Using online resource to build custom recovery - TeamWin - Fox - SHRP - PBRP

logo

Q&A - A quick understanding of the meaning of this tutorial.

  • What is the purpose of this tutorial?

    Understand that more and more you need a good PC/laptop/notebook equipment to compile Custom Recovery. Unfortunately, many people cannot or do not have the time to test/compile the device tree.

  • Why am I writing this?

@Chester-Gillon
Chester-Gillon / HP_Z6_G4_BIOS_settings.md
Last active May 29, 2026 18:36
HP Z6 G4 BIOS settings

0. Introduction

Some notes about BIOS settings for a HP Z6 G4.

Came with Windows 11 Pro for Workstations 24H2 installed. Updated to Version 24H2 (OS Build 26100.2894).

Windows Control Panel -> System and Security -> BitLocker Drive Encryption reports for the Operating system driver C:BitLocker off. There are currently no other drives fitted. The reason for checking if BitLocker was enabled was that when checking for a BIOS update within the BIOS got a warning that BitLocker should be disabled prior to updating the BIOS.

The Windows System Information reports BIOS Version/Date HP P60 v02.94, 17/05/2024

@jinjier
jinjier / javdb-top250.md
Last active May 29, 2026 18:34
JavDB top 250 movies list. [Updated on 2026/01]
@stolarczyk
stolarczyk / README.md
Last active May 29, 2026 18:33
Save GitHub issues as TSV

Save GitHub issues as TSV

This script saves GitHub issues in TSV format

Installation

The script has two software dependancies:

  1. GitHub CLI for querying GitHub API
  2. jq for transforming the output of the above to TSV format
@SageRMiller
SageRMiller / A_The_Cosmic_Number_TCN_EN.md
Last active May 29, 2026 18:29
The Cosmic Number (TCN) — A large number definition that surpasses Rayo's number
# The Cosmic Number (TCN)

**Also known as: The Index Number (TIN)**

**Author:** S. R. Miller  
**Date:** May 29, 2026  
**Version:** V14.4.7  

**License:** CC BY-SA 4.0  
@greghaskins
greghaskins / Microsoft Entra SSO in Firefox on macOS.md
Last active May 29, 2026 18:24
Enable Microsoft Entra SSO with Firefox for corporate Single-Sign-On on macOS

Enable Microsft Entra SSO in Firefox on macOS

Microsoft Intune / "Company Portal" integrates with the macOS system-wide SSO mechanism. Beyond just single-sign-on, this also helps the Microsoft-hosted websites (such as SharePoint and OneDrive) verify that the device is "trusted" so you don't get the annoying non-compliance banner:

Your organization doesn't allow you to download, print, or sync using this device

In Microsoft Edge (unsuprisingly) and Safari, this "just works." In Chrome, you can use the official browser extension. Firefox requires a policy settings change that isn't obvious since it's not in the UI.

Details