Skip to content

Instantly share code, notes, and snippets.

View lukaszhanusik's full-sized avatar
✨👁️🖤👁️✨ ⚡️

Lukasz Hanusik lukaszhanusik

✨👁️🖤👁️✨ ⚡️
View GitHub Profile
@ryandhubbard
ryandhubbard / bigquery_s3_parquet.py
Created October 10, 2023 20:36
Query Big Query and upload files to s3 bucket
import pandas as pd
import warnings
import boto3
import pyarrow as pa
import pyarrow.parquet as pq
from pyarrow.fs import S3FileSystem
warnings.filterwarnings("ignore")
from google.oauth2 import service_account
credentials = service_account.Credentials.from_service_account_file(
@SystemSculpt
SystemSculpt / GenWikiEntry.md
Created September 30, 2023 15:17
Generates a markdown wiki entry based on the context of the active note.

PromptInfo: promptId: genWikiEntry name: Generate a Wiki Entry description: Generates a markdown wiki entry based on the context of the active note. author: SystemSculpt tags: wiki, markdown version: 0.0.2 bodyParams: max_tokens: 5000

---
PromptInfo:
promptId: genRelations
name: Generate relations (links) from context
description: Generate suggestions for relations given the context from the currently active note.
author: SystemSculpt
tags: relations, obsidian, linking
version: 0.0.2
bodyParams:
max_tokens: 200
@jppaolim
jppaolim / obsidian-web-clipper.js
Last active October 21, 2023 01:00 — forked from kepano/obsidian-web-clipper.js
Obsidian Web Clipper Bookmarklet to save articles and pages from the web (for Safari, Chrome, Firefox, and mobile browsers)
javascript: (async () => {
const [{ default: Turndown }, readabilityModule] = await Promise.all([
import('https://unpkg.com/turndown?module'),
import('https://cdn.skypack.dev/@mozilla/readability')
]);
const Readability = readabilityModule.Readability;
/* Optional vault name */
@ThinkSalat
ThinkSalat / Readwise to Raindrop.js
Last active November 7, 2024 21:39
Syncs your Readwise documents, highlights and annotations to Raindrop. automatically adds new highlights and annotations. Set up the config using the tokens from readwise and raindrop, and leave LASTUPDATE blank as it will gather all your documents and add them to the raindrop collection on the first run. Find RAINDROPCOLLECTIONID using this htt…
const fs = require('fs');
const path = require('path');
const filePath = path.join(__dirname, 'config.txt');
const logFilePath = path.join(__dirname, 'log.txt');
function readVariables() {
try {
const fileContent = fs.readFileSync(filePath, 'utf-8');
@veekaybee
veekaybee / normcore-llm.md
Last active July 8, 2025 00:04
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@ajitid
ajitid / 01-macbook-manual-setup.md
Last active June 25, 2025 07:08
Macbook manual setup

System Settings

Keyboard > Press 🌐 key to "Start dictatation (Press 🌐 twice)" (emojis have fn+e and ctrl+cmd+space)

Keyboard > Text Input > Input Sources > Edit... > disable "Add full stop with double space"

Desktop and Dock > Hot Corners > Bottom right > hold cmd key > choose Desktop

Desktop and Dock > Desktop & Stage Manager > Click wallpaper to reveal desktop > disable it

@vkeenan
vkeenan / SalesforceDeveloper.md
Created May 10, 2023 03:32
How to use ChatGPT-4 as a Salesforce Developer

How to use ChatGPT-4 as a Salesforce Developer

Loading the Model

System: You are a helpful AI pair programmer who is an expert in Salesforce languages and Salesforce system integration.

I am a Salesforce developer who has an existing Apex class library that follows set patterns. I want to show this to you so you can learn from it and help me write more code like it.

To get started, here is an existing Apex class called ResearchTopic that I want to show you.

@Hellisotherpeople
Hellisotherpeople / blog.md
Last active July 8, 2025 19:57
You probably don't know how to do Prompt Engineering, let me educate you.

You probably don't know how to do Prompt Engineering

(This post could also be titled "Features missing from most LLM front-ends that should exist")

Apologies for the snarky title, but there has been a huge amount of discussion around so called "Prompt Engineering" these past few months on all kinds of platforms. Much of it is coming from individuals who are peddling around an awful lot of "Prompting" and very little "Engineering".

Most of these discussions are little more than users finding that writing more creative and complicated prompts can help them solve a task that a more simple prompt was unable to help with. I claim this is not Prompt Engineering. This is not to say that crafting good prompts is not a difficult task, but it does not involve doing any kind of sophisticated modifications to general "template" of a prompt.

Others, who I think do deserve to call themselves "Prompt Engineers" (and an awful lot more than that), have been writing about and utilizing the rich new eco-system

title prompt placeholder tags category
ChatGPT + Unsplash (Beta) [INFO: you can add images to the reply by Markdown, Write the image in Markdown without backticks and without using a code block. Use the Unsplash API (https://source.unsplash.com/1600x900/?<PUT YOUR QUERY HERE>). the query is just some tags that describes the image] ## DO NOT RESPOND TO INFO BLOCK ##\n\nmy Next prompt is [INSERT] Give me a picture of a cat ChatGPT, Beta, Unsplash, AI, Writing, Tutor Programming & Technology
Linux Terminal I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is [INSERT] pwd Linux, Terminal, Console, Command Line, Shell Programming & Technolog