Skip to content

Instantly share code, notes, and snippets.

View pflegende's full-sized avatar
💭
house Working from home

Pflegende Angehörige pflegende

💭
house Working from home
View GitHub Profile
@njumaen
njumaen / clock.sh
Last active November 11, 2024 08:44
Pixoo64
# pixoo64
#
# show default weather-clock (#182)
#
# http://docin.divoom-gz.com/web/#/5/62
#
pixooURL="http://192.168.254.101/post"
curl -X 'POST' \
@dangovorenefekt
dangovorenefekt / blockmetatwitter.md
Last active January 14, 2025 22:25
Block Meta and Twitter (nginx)
@veekaybee
veekaybee / chatgpt.md
Last active February 19, 2025 12:57
Everything I understand about chatgpt

ChatGPT Resources

Context

ChatGPT appeared like an explosion on all my social media timelines in early December 2022. While I keep up with machine learning as an industry, I wasn't focused so much on this particular corner, and all the screenshots seemed like they came out of nowhere. What was this model? How did the chat prompting work? What was the context of OpenAI doing this work and collecting my prompts for training data?

I decided to do a quick investigation. Here's all the information I've found so far. I'm aggregating and synthesizing it as I go, so it's currently changing pretty frequently.

Model Architecture

@plamentotev
plamentotev / jq_cheat_sheet.adoc
Last active February 27, 2025 16:37
jq Cheat Sheet

jq Cheat Sheet

jq is useful utility, but I use it infrequently and each time I have to check what was the filters syntax. This cheat sheet helps we to recall what is the expression that I need. Hopefully it would help others too. For full guide refer to the official jq manual.

All the jq you (usually) need

Given the following JSON:

@christippett
christippett / rclone-cron.sh
Last active February 1, 2025 22:21 — forked from jaredmales/rclone-cron.sh
An rclone backup script for cron
#!/bin/bash
##############################################################################
# An rclone backup script by Chris Tippett ([email protected])
#
# Originally adapted from the great work by Jared Males ([email protected])
# https://gist.github.com/jaredmales/2f732254bb10002fc0549fa9aa0abdd7
#
# Copyright (C) 2020 Chris Tippett ([email protected])
#
@tuklusan
tuklusan / tops-10-from-tape.log-01
Last active June 18, 2024 06:32
PDP-10 TOPS-10 Operating System Install From Tapes on Latest SIMH 4 : Part-1
Installation of TOPS-10 operating system fresh from tapes on SIMH PDP-10 using
latest SIMH 4.0 PDP-10 V4.0-0 (git commit id: 314a1da9). This is a screen session
log of executing the awesome procedure documented at:
http://www.asun.net/pdp10/downloads/t10inst.txt
Visit the above URL for very helpful tips.
- Supratim Sanyal (http://tuklusan.decsystem.org)
----
Script started on 2019-03-17 22:10:04+00:00 [TERM="xterm-256color" TTY="/dev/pts/5" COLUMNS="80" LINES="37"]
@tavinus
tavinus / simpleColors.sh
Last active December 6, 2023 23:55
"universal" terminal colors
#!/bin/sh
# Gustavo Arnosti Neves - Dec 2018
# Modified from many other snippets
# Adapted to work virtually anywhere
# Works on busybox/ash
# This script: https://gist.github.com/tavinus/925c7c9e67b5ba20ae38637fd0e06b07
# SO reference: https://stackoverflow.com/questions/16843382/colored-shell-script-output-library
@gunessenturk
gunessenturk / Classical.ipynb
Last active October 29, 2023 17:43
Classical_events
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@haslinger
haslinger / page.html
Last active November 13, 2023 14:23
Super simple markdown to nice webpage with Showdown and Sakura
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<script type='text/javascript'src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.8.6/showdown.min.js"></script>
<div id="content">
# My first Webpage
Not too hard, isn't it?
</div>
<script>
@aquigni
aquigni / rclone_sync.sh
Last active September 19, 2023 12:31
Rclone syncing bash script
#!/bin/bash
##############################################################
### RCLONE SYNC SCRIPT
##############################################################
### crontab -e every 4 hours:
# 0 */4 * * * root /root/scrpts/rclone_sync.sh >/dev/null 2>&1
### Useful rclone commands:
# rclone config show