Skip to content

Instantly share code, notes, and snippets.

View WtfJoke's full-sized avatar
:shipit:

Manuel WtfJoke

:shipit:
  • 09:40 (UTC +02:00)
View GitHub Profile
@marcopaga
marcopaga / SKILL.md
Last active April 21, 2026 18:35
green-software-assessment Skill
name green-software-assessment
description Analyze a codebase for resource efficiency and suggest improvements to reduce energy consumption, carbon emissions, and resource waste based on Green Software Foundation patterns
license MIT
compatibility opencode
metadata
audience workflow
developers
assessment
@pdcmoreira
pdcmoreira / bringBackGoogleMapsButton.user.js
Last active December 21, 2025 05:05 — forked from Daan-Grashoff/README.md
Bring back the google maps button when searching on google [Updated on 2025-09-03]
// ==UserScript==
// @name Bring back Google Maps button
// @namespace http://tampermonkey.net/
// @version 2024-02-13
// @description Bring back Google Maps button in search results
// @author You
// @match https://www.google.com/*
// @match https://google.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant none
@Fluepke
Fluepke / README.md
Created December 24, 2022 15:57
Vodafail

Vodafail

This will become a short tutorial on how to achieve higher bandwidth on a residential (german) Vodafone DOCSIS internet connection.

A flaw in Vodafone's modem activation process allows for simultanous operation of two modems on one contract:

  • Vodafone-owned CPE (e.g. "Vodafone Station")
  • Customer CPE (TC4400, Fritz?!Box 6660, etc.)

On a low-loaded DOCSIS 3.1 segment, I am able to achieve 1900 MBit/s download and 95 MBits/ upload bitrate by bundling both modems using MPTCP

@sjlu
sjlu / Migrating from Amazon Linux to Amazon Linux 2 with Elastic Beanstalk and Node.js.md
Last active March 2, 2026 20:25
Migrating from Amazon Linux to Amazon Linux 2 with Elastic Beanstalk and Node.js

This file is a log of everything I've encountered when trying to migrate a Node.js, Elastic Beanstalk application from the Amazon Linux platform to the Amazon Liunx 2 platform. Here's why you should migrate:

  1. LTS support up to 2023 source
  2. The Amazon Linux AMI's end-of-life is December, 2020 source
  3. Amazon Linux 2 has some big package upgrades (GCC, Glibc, etc.)
  4. Elastic Beanstalk also has some upgrades on top of Amazon Linux 2 (e.g. faster deploys)

Challenges

Disabling NPM install

@cinnamon-msft
cinnamon-msft / settings.json
Created May 21, 2020 12:29
Windows Terminal Build Color Scheme
{
"name": "Build",
"foreground": "#f1f1f1",
"background": "#492D7C",
"cursorColor": "#FFFFFF",
"black": "#0C0C0C",
"red": "#C50F1F",
"green": "#13A10E",
"yellow": "#C19C00",
def splitoutputofgitstatusz(self, line):
"""
:param line: the output line from the command 'git status -z'
:return: a list of all repository files with status changes
"""
repositoryfiles = []
entries = line.split(sep='\x00') # ascii 0 is the delimiter
for entry in entries:
entry = entry.strip()
if len(entry) > 0:
@rxaviers
rxaviers / gist:7360908
Last active May 1, 2026 01:29
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: