Skip to content

Instantly share code, notes, and snippets.

View paramsiddharth's full-sized avatar
❤️
For the mother's pride, for the times I cried, got to stay alive. I'll survive.

Param Siddharth paramsiddharth

❤️
For the mother's pride, for the times I cried, got to stay alive. I'll survive.
View GitHub Profile
@Hegghammer
Hegghammer / working_moltbot_ollama_config.md
Last active February 11, 2026 22:45
Working Clawdbot/Moltbot setup with local Ollama model

Working Clawdbot/Moltbot setup with local Ollama model

[Update 2026-02-02: nemotron-3-nano also performs well on same setup; see comment below]

This is a guide to setting up Clawdbot/Moltbot with a local Ollama model that actually works -- meaning it has good tool use and decent speed. The main requirement is 48GB of VRAM. I have yet to find a model that fits on less than this and still works on Moltbot.

The setup involves creating a tool-tuned variant of qwen2.5:72b and modifying a range of configs in Moltbot. At the end you'll get a local Moltbot instance that can use tools (exec, read, write, web search), read skills, and perform agentic tasks without any cloud API dependencies. On my system I get ~16 t/s and have yet to come across a tool/skill that my bot can't use.

Claude Opus wrote the first draft of this Gist, then I (a human) checked and edited it.

Why I Left AT Protocol

I'm Tree. I think and write about decentralization - analyzing power dynamics, architectural principles, and how systems can preserve or undermine individual autonomy. I've been involved with AT Protocol development and community discussions for some time.

TL;DR: I deleted my atproto account not because of bullying, though that happened. I left because the community's response to my architectural critique demonstrated exactly the power dynamic I was warning about, while simultaneously making it impossible to discuss.

The Technical Argument

Infrastructure should be separate from ideology. This is a foundational principle for resilient decentralized systems.

@barbietunnie
barbietunnie / DecryptDBeaver.java
Last active October 21, 2025 14:43
How to retrieve/decrypt password stored in DBeaver connection
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.NoSuchPaddingException;
import javax.crypto.SecretKey;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
@ramonsmits
ramonsmits / HOWTO.md
Last active February 3, 2026 16:01
Install .NET 8 on Raspberry pi
@woss
woss / .env
Last active March 1, 2023 19:15
Remote signer setup
COMPOSE_PROJECT_NAME=remote-signer
ENABLE_API_KEY_SUPPORT=true
APPROVED_API_KEY=( UUID4 or anything really as long as this is exported on the sender side )
@abir-taheer
abir-taheer / instagram-follower-following.js
Last active February 12, 2026 23:25
"This is our community, this is our family, these are our friends." https://www.youtube.com/watch?v=gk7iWgCk14U&t=425s
if (window.location.origin !== "https://www.instagram.com") {
window.alert(
"Hey! You need to be on the instagram site before you run the code. I'm taking you there now but you're going to have to run the code into the console again.",
);
window.location.href = "https://www.instagram.com";
console.clear();
}
const fetchOptions = {
credentials: "include",
@sago35
sago35 / errors.go
Created May 17, 2022 11:52
TinyGo : fmt package for debugging the machine package
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package fmt
import "errors"
// Errorf formats according to a format specifier and returns the string as a
// value that satisfies error.
@abeluck
abeluck / forward-gpg-agent-to-gitpod.sh
Created April 11, 2022 09:09
A script for forwarding your gpg-agent to gitpod
#!/bin/bash
set -euo pipefail
opt=${1:-}
usage() {
echo "$0 - ssh into a remote gitpod with your gpg-agent forwarded"
echo
echo "usage: $0 [option]"
echo
@sg773
sg773 / index.html
Created March 25, 2022 17:34
Tinder swipe cards
<div class="tinder">
<div class="tinder--status">
<i class="fa fa-remove"></i>
<i class="fa fa-heart"></i>
</div>
<div class="tinder--cards">
<div class="tinder--card" id="hr">
<img src="https://www.mansworldindia.com/wp-content/uploads/2021/08/Hritik-Roshan.jpg">
<h3>Hrithik</h3>
@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active February 10, 2026 03:02
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!


Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).

I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.