Skip to content

Instantly share code, notes, and snippets.

@makamys
makamys / 1.7.10-essentials.md
Last active March 29, 2026 18:59
List of "Essential" 1.7.10 Mods

List of "Essential" 1.7.10 Mods

This is a list of Minecraft 1.7.10 mods that are not focused on adding new original content. Instead, they make the base game run better, or port over features from other versions of vanilla.

These lists try to comprehensively list all the available options. You will not want to use all of the listed mods at once.

Some of the listed mods require a Mixin bootstrap mod in order to work. See the Mixin mods section near the end of the document for information about that.

Table of Contents

@ossa-ma
ossa-ma / tropes.md
Last active March 29, 2026 18:58
AI Writing Tropes to Avoid — tropes.fyi by ossama.is

AI Writing Tropes to Avoid

Add this file to your AI assistant's system prompt or context to help it avoid common AI writing patterns. Source: tropes.fyi by ossama.is


Word Choice

"Quietly" and Other Magic Adverbs

@gugaalves
gugaalves / custom-login-styles.css
Last active March 29, 2026 18:55
WordPress - Customizing Login, Register and Lost Password pages
/*
*
* This CSS template will customize WordPress.org login pages:
*
* Login page: /wp-login.php
* Register page: /wp-login.php?action=register
* Lost Password page: /wp-login.php?action=lostpassword
*
* @site https://tudoparawp.com.br
* @author Guga Alves
@mewset
mewset / playwright-arch-linux-fix.md
Created January 5, 2026 19:59
Playwright on Arch Linux - use system Chromium instead of bundled

Playwright on Arch Linux - just use system Chromium

So you're on Arch and Playwright is being a pain? Yeah, same. Here's what happens:

$ npm init playwright@latest
BEWARE: your OS is not officially supported by Playwright; installing dependencies for ubuntu24.04-x64 as a fallback.
Installing dependencies...
sh: line 1: apt-get: command not found
Failed to install browsers
@fnky
fnky / ANSI.md
Last active March 29, 2026 18:49
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@hand-dot
hand-dot / neta-trend-daily-SKILL.md
Created January 29, 2026 04:59
claude-code-skills
name neta-trend-daily
description トレンドネタ収集

トレンドネタ収集

はてなブックマークIT人気エントリーとHacker Newsの人気記事を収集し、ideas/daily/YYYYMMDD-trend.md に保存する。

実行手順

@sunmeat
sunmeat / Program.cs
Last active March 29, 2026 18:45
WaitOne, volatile
using System.Text;
class Program
{
static volatile bool duckRoasted = false; // volatile гарантує, що зміни змінної, зроблені одним потоком, одразу стануть видимими іншим потокам
// без volatile компілятор і процесор можуть оптимізувати код так, що один потік (який лайкає пости) читатиме застаріле значення duckRoasted, закешоване в регістрах процесора або кеші ядра CPU
// це може призвести до ситуації, коли duckRoasted уже встановлено в true у roastDuck(), але likeSocialMediaPosts() продовжує працювати безкінечно, не помічаючи зміни
// без volatile компілятор або процесор можуть переставити інструкції місцями, наприклад, записати duckRoasted = true; до виведення "Качка готова!", що може призвести до некоректного порядку подій
// volatile – це простий спосіб уникнути проблем із кешуванням змінної між потоками
@nort3x
nort3x / readme.md
Last active March 29, 2026 18:45
prevent Jetbrains products (Intellij, Webstorm, Rider, Goland ...) checking for validity of License - don't use ja-netfilter

Introduction

I personally experienced slowdowns and issues while using the ja-netfilter agent.

I decided to investigate how JetBrains checks license validity, because despite explicitly configuring JetBrains to work offline, it still attempts to validate licenses.

Here are my findings:
Two domains are responsible for revoking invalid licenses:

  • www.jetbrains.com
  • account.jetbrains.com
@macbedn
macbedn / yoradio_logo_www.md
Last active March 29, 2026 18:39
yoradio - własne logo w interfejsie www

Poniższy poradnik krok po kroku pokazuje, jak podmienić domyślne logo w interfejsie WWW yoRadio na własne, przygotowane w formacie wektorowym (SVG), oraz jak poprawnie powiązać jego elementy ze zmiennymi kolorów w pliku stylów theme.css.

Wymagania:

  • program Inkscape (do edycji grafiki wektorowej),
  • dowolny program do kompresji obsługujący format GZIP (np. 7-Zip).

Krok 1: Rozpakowanie oryginalnego pliku logo

Przejdź do katalogu źródłowego interfejsu webowego: yoRadio\data\www.