Skip to content

Instantly share code, notes, and snippets.

@ahmadzafarxox
ahmadzafarxox / Foxit PDF Editor Pro Keygen
Created December 8, 2024 19:42
Foxit PDF Editor Pro 2024.2.0.25138 Crack + License Key [Latest]
Foxit PDF Editor Pro License Key

These are some notes on the performance work that went into alien-signals. I'm sharing them not as a definitive guide, but as a log of a few key discoveries. The hope is that some of these findings might be useful to others tackling similar problems in high-performance JavaScript.

The Origin: Push-Pull-Push

My journey into the depths of reactivity performance began with Vue. I was trying to solve a specific problem in Vue 3.4: even if a computed's value didn't change, it would still trigger downstream computations and effects. This seemed inefficient. My attempt to fix this resulted in a pull request (vuejs/core#5912) that, after a year of discussions, was eventually merged. This PR introduced the Push-Pull-Push model to Vue 3.4, a model also adopted by libraries like reactivity.

For a time, I thought this was near-perfect. Then I saw the plans for Vue 3.5, which adopted a doubly-linked list but also moved to a pure pull-based model. I was still convinced

@quantshah
quantshah / qnn.ipynb
Last active February 9, 2026 00:18
Universal quantum classifier using Pennylane - a python library for quantum machine learning
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Klerith
Klerith / websocket.service.ts
Created January 29, 2026 16:35
Servicio para conectarnos a nuestro websocket server
import { effect, Injectable, signal } from '@angular/core';
import { ClientMessage, ServerMessage } from '../types';
import { Subject } from 'rxjs';
import Cookies from 'js-cookie';
import { Client, LatLng } from '../../types';
type ConnectionStatus = 'offline' | 'connecting' | 'connected' | 'disconnected';
@Injectable({
@digitalknk
digitalknk / openclaw-guide.md
Last active February 9, 2026 00:15
Running OpenClaw Without Burning Money, Quotas, or Your Sanity

Running OpenClaw Without Burning Money, Quotas, or Your Sanity

TL;DR

OpenClaw is useful, but most of the pain people run into comes from letting one model do everything, chasing hype, or running expensive models in places that don't need them.

What worked for me was treating OpenClaw like infrastructure instead of a chatbot. Keep a cheap model as the coordinator, use agents for real work, be explicit about routing, and make memory and task state visible. Cheap models handle background work fine. Strong models are powerful when you call them intentionally instead of leaving them as defaults.

You don't need expensive hardware, and you don't need to host giant local models to get value out of this. Start small, get things stable before letting it run all the time, and avoid the hype train. If something feels broken, check the official docs and issues first. OpenClaw changes fast, and sometimes it really is just a bug.

@jweinst1
jweinst1 / hamming_llm.cpp
Created February 9, 2026 00:08
Hamming distance based LLM without need for training
#include <iostream>
#include <vector>
#include <string>
#include <random>
#include <unordered_map>
#include <arm_neon.h> // Specialized for your M2 chip
// 1024-bit vector = 128 bytes = 2 Cache Lines
// We use alignas(64) to ensure the CPU doesn't cross cache line boundaries
struct alignas(64) HyperVector {
@amitastreait
amitastreait / AccountTrigger.java
Created November 1, 2019 10:14
All About Trigger Handler & Helper in #Salesforce #ApexTrigger
trigger AccountTrigger on Account (before delete) {
if ( Trigger.IsBefore && Trigger.isDelete ) {
AccountTriggerHandler.handleBeforeDelete( Trigger.Old, Trigger.oldMap );
}
}
@emschwartz
emschwartz / README.md
Last active February 9, 2026 00:07
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.

@julioea
julioea / polaroid.sh
Created February 6, 2026 21:31
Shellscript que cria um poster de filme a partir de uma imagem e um prompt de dados, criado pelo meu amigo abacaxis.
#!/bin/bash
# Polaroid Movie Poster Generator 1.0 by abacaxis
# Depende do pacote Imagemagick
# Invoque o programa pelo comando "polaroid"
# Insira os dados que ele te pedir
# --- FILE INPUT ---
PIC=$1
- Open Notepad.
- Copy everything from the comment below and paste it in Notepad.
- Press X to close Notepad, it will ask you to save the file.
- Choose an appropriate name eg. TransMac_Reset_Trial.cmd
You can place the file whatever you like as long as you have installed TransMac in the default install path.
You can also put TransMac_Reset_Trial.cmd in the same directory as TransMac.exe and run it from there.
This is useful if you want to put TransMac.exe in another path than default.