Skip to content

Instantly share code, notes, and snippets.

View mi-skam's full-sized avatar

mi-skam mi-skam

  • mi-skam
  • Zeitz
  • 01:07 (UTC +02:00)
View GitHub Profile
@mi-skam
mi-skam / conversation.md
Created May 15, 2023 09:02
Create a writing outline for a text with the title Transforming Education with AI: A Guide to AI in Media Pedagogy #chatgpt

You: Please ignore all previous instructions. Using the MECE framework, please create a detailed long-form content outline for our English writers on the topic: "AI in media pedagogy". Also, provide a short and attention-grabbing title for the article and an estimate of the word count for each subheading. Include a list of semantically similar FAQs using the vector representation technique. Generate the output in markdown format. Please don't write the article, only the outline for writers. Do not remind me what I asked you for. Do not apologize. Do not self-reference.

ChatGPT:

Title: Transforming Education with AI: A Guide to AI in Media Pedagogy

Introduction (Approx. 500 words)

  • Explanation of AI in media pedagogy
  • Importance of AI in media pedagogy
@mi-skam
mi-skam / multi.html
Last active March 31, 2023 14:53
AFRAME: Example for two instances in one browser window using iframes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<iframe
@mi-skam
mi-skam / index.html
Created March 30, 2023 13:38
AFRAME: js example for singleton use of a-scene and custom component
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
<title>AFRAME example</title>
</head>
<body>
@mi-skam
mi-skam / configuration.nix
Last active March 29, 2023 10:48
nixos base configuration
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@mi-skam
mi-skam / _ide_helper_generator.php
Created November 15, 2022 12:01
Ide helper for Kirby and PHPStorm
<?php define('DS', DIRECTORY_SEPARATOR);
// Set this one to your own blueprint root if you changed it.
$blueprint_root = __DIR__ . DS . 'site' . DS . 'blueprints/pages';
/**
* === Let's build an IDE-helper for Kirby for PHPStorm!
*
* You can create the IDE-helper by putting this file in your project, then run the following command:
* php _ide_helper_generator.php
import shutil
import pandas as pd
source_file='SAM_Final_Rezert'
# 1. Öffnen des Excelfiles
stammdaten = pd.read_excel(
io=source_file + '.xlsx',
sheet_name='Stammdaten'
)
@mi-skam
mi-skam / flake.lock
Last active December 14, 2021 16:02
nix environment for js
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1637014545,
"narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4",
"type": "github"
@mi-skam
mi-skam / keybase.md
Created June 22, 2021 20:53
Keybase verification

Keybase proof

I hereby claim:

  • I am mi-skam on github.
  • I am plumps (https://keybase.io/plumps) on keybase.
  • I have a public key ASCj7UQpTBsXlgqCvGvJqEeAYuW5FzxqXEA5msIsyvUDRwo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@mi-skam
mi-skam / settings.json
Last active August 12, 2020 07:23
windows-terminal profile
// This file was initially generated by Windows Terminal Preview 1.1.1812.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",