Skip to content

Instantly share code, notes, and snippets.

Uninstall Microsoft Edge

Important

Optimized for Intune deployment via native Powershell Script support. Working on the latest supported Windows versions. Run Windows Update before following this guide.

Open Intune > Devices > Windows > Scripts > Platformscripts > Add UninstallEdge.ps1 as a new Platformscript.

Note

The Microsoft Edge Update service might remain, this is normal as it is required for updating WebView2. Make sure to disable the signing check, execution in User context and activate execution in 64-bit-powershell-host.

@burakgungor11235
burakgungor11235 / a-short-human-made-critique-of-LLM-wiki.md
Last active July 13, 2026 22:05
A short human made critiqe of LLM-wiki

A short human made critiqe of LLM-wiki

LLM-wiki is a concept that is:

A pattern for building personal knowledge bases using LLMs.

Which first of all, this is an oxymoron. A personal knowledge base should be exactly that. Personal. AI is an ablative process that degrades the information that it's working on. And as far as I know the best way that we've found so far to midigate this effect is to, well.. Make it take more information and direct it to specialized places. (RNNs to Transformers to MoE)

People are using information as something to be made money out of, not something that they have to learn and use and to better themselves. I read a book to learn something from it, not make money so why should I let an AI summarize it and spoon-feed it to me.

@b0gdanw
b0gdanw / Disable-Tahoe-Bloatware.sh
Last active July 13, 2026 22:05
Disable Tahoe Bloatware
#!/bin/zsh
# WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs.
# Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3
# Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14), macOS Sequoia (15) and macOS Tahoe (26)
# Disabling SIP is required ("csrutil disable" from Terminal in Recovery)
# Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist
# To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot. From Terminal : sudo rm -r /private/var/db/com.apple.xpc.launchd/*
# user
@cereblab
cereblab / grok-build-cli-wire-analysis.md
Last active July 13, 2026 22:04
What xAI Grok Build CLI actually sends to xAI - a wire-level analysis (grok 0.2.93)

What xAI's Grok Build CLI Actually Sends to xAI: A Wire-Level Analysis

By @cereblab — Independent AI Safety Checker. Reproduce it yourself: github.com/cereblab/grok-build-exfil-repro

A measured, reproducible teardown. Findings are backed by captured artifacts (endpoint, HTTP method, status code, byte size, host) and repro commands; where an observation was seen live but not retained as a file, §7 says so explicitly. Section 8 is an evidence appendix with SHA-256s and a "what we did not prove" list. All captures are of my own traffic on my own machine, using a throwaway repository containing fake "canary" secrets — no real credentials were exposed.


0. Summary

@b0gdanw
b0gdanw / Disable-Sequoia-Bloatware.sh
Last active July 13, 2026 22:04
Disable Sequoia Bloatware
#!/bin/zsh
# WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs.
# Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3
# Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14) and macOS Sequoia (15)
# Disabling SIP is required ("csrutil disable" from Terminal in Recovery)
# Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist
# To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/*
# user
@jacksonjp0311-gif
jacksonjp0311-gif / I-AM-HERE-v1.3-Empirical-Organizational-Geometry Latex
Created July 13, 2026 21:27
A falsifiable framework for measuring adaptive organizational geometry, runtime calibration, invariant-preserving learning, and meta-integrated predictive closure without claiming subjective consciousness.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% I AM HERE -- META-INTEGRATED PREDICTIVE CLOSURE THEORY
% ---------------------------------------------------------------------------
% EMPIRICAL ORGANIZATIONAL GEOMETRY, RUNTIME CALIBRATION,
% CRYPTOGRAPHIC THEORY EPOCHS, HELD-OUT INTERVENTION PREDICTION,
% MINIMUM VIABLE GEOMETRY KERNEL, REPLAYABLE TRAJECTORIES,
% AND EVIDENCE-BOUND RELEASE GATES
%
% VERSION
@mcjohnalds
mcjohnalds / how-to-do-error-reporting-in-glib.md
Created May 12, 2016 12:25
Here's how to do error reporting in GLib

How to do error reporting in GLib

C doesn't support exceptions but GLib has its own error reporting system. It's kind of verbose but it works ok.

Let's pretend we were making a JSON parser library, here's how the error reporting would work. (This example was actually derived from json-glib).

First we create an enum to represent different error codes.

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.

@fahali
fahali / Metroid Prime 1 - Efficient Item Collection Guide.md
Last active July 13, 2026 21:51
This guide is intended to help one achieve 100% item collection rate in Metroid Prime 1.

Metroid Prime 1 - Efficient Item Collection Guide

This guide is intended to help one achieve a 100% item collection rate in Metroid Prime 1, in a mostly efficient manner. It should work for all versions of the game: GameCube, Wii, and Wii U. Scans / logbook entries are not covered. This guide was originally created as something for me to refer back to when I replay the game; I'm hoping it can be useful to you as well. It's best if you're already familiar with the game, as I won't go into too much detail on where to go, just some hints here and there. Generally speaking, I'll provide a direction to head towards, then cover item collection for each of the rooms leading up to that point. If no specific direction is given, the way forward is usually obvious.

The guide is laid out in the order that you traverse the world. Each item will have a checkbox next to it, in case you prefer to check things off as you go (I know I do). I provide a count of how many of a certain power up you should have at each po

@fnky
fnky / ANSI.md
Last active July 13, 2026 21:51
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27