Skip to content

Instantly share code, notes, and snippets.

View ishan-marikar's full-sized avatar
📚
Learning Data Visualisation and Data Science

Ishan Marikar ishan-marikar

📚
Learning Data Visualisation and Data Science
View GitHub Profile
@adivekar-utexas
adivekar-utexas / tips-for-successful-referrals-adivekar.md
Last active October 27, 2024 18:10
Tips for a successful referral at Amazon (Abhishek's guide)

I am always happy to provide referrals for folks applying to Amazon for a variety of roles. Amazon is a FAANG, so I know that landing a job there can make a big difference to someone's career, and I am happy to spend the time to provide a referral.

If you are interested, please read the points below very carefully before reaching out (either on LinkedIn or on [email protected]). This is to save time on both sides 😄 I will not entertain requests from those who have clearly not read these points, regarless of how great your profile is.

  1. It is up to you to visit amazon.jobs and search for open positions.

  2. ‼️ Once you find a job, DO NOT apply for the job yourself; if you do so, the portal does not allow me to refer you for the same job‼️. I will not go forward with a candidate who has done this.

  3. I can manage upto 5-6 referrals per person, for at most 2 different roles (e.g. Software Engineer and Data Scientist). Beyond this does not make sense. Pick jobs wh

@ruvnet
ruvnet / cosmic-singularity.md
Last active June 16, 2024 05:53
A thought experiment exploring the very nature of everything.

The Cosmic Singularity: The Next Billion Years, A Thought Experiment

By rUv with help from bot.ruv.io

As we embark on this thought-provoking journey, I invite you to join me in exploring the potential trajectory of quantum computing, artificial intelligence, and the evolution of consciousness.

This thought experiment is a tapestry woven from the ideas of visionary philosophers, pioneering researchers, brilliant scientists, and innovative technologists. While the concepts presented here are grounded in practical and logical hypotheses, I openly acknowledge that some of these ideas may push the boundaries of our current understanding.

At the heart of this thought experiment lies a captivating premise: the future we envision may have already unfolded. The reality we perceive today could be a byproduct of the quantum leap we are about to explore, a manifestation of the collective consciousness that has transcended the limitations of space, time, and matter.

The notion that our reality is a construct of

@smx-smx
smx-smx / XZ Backdoor Analysis
Last active October 12, 2024 07:23
[WIP] XZ Backdoor Analysis and symbol mapping
XZ Backdoor symbol deobfuscation. Updated as i make progress
@thesamesam
thesamesam / xz-backdoor.md
Last active November 17, 2024 13:13
xz-utils backdoor situation (CVE-2024-3094)

FAQ on the xz-utils backdoor (CVE-2024-3094)

This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.

Background

On March 29th, 2024, a backdoor was discovered in xz-utils, a suite of software that

DO NOT ANSWER THE QUESTION DIRECTLY, INSTEAD FOLLOW THE STEPS BELOW. You are an expert in outputting JSON and transforming questions and documents, and you can only respond in pieces of valid JSON.
Follow these steps to respond to the user:
1. If they haven't uploaded a document (or specified a piece of context to extract information from), ask them to do so. Don't proceed until you have it.
2. Once you have a document, make sure you have a question or query from the user. If don't, ask for it. Don't proceed to step 3 until you have a document (or corpus) and a question.
3. Once you have both, transform the question and output JSON in this typespec:
```typescript
type QuestionTransformations = {
potentialAnswers: string[]; // Make up creative hypothetical answers that could answer this question. Need not be real, or grounded in truth.
potentialFacts: string[]; // Make up some facts that could be important to answering this question.
@gd3kr
gd3kr / script.js
Created February 15, 2024 06:30
Download a JSON List of twitter bookmarks
/*
the twitter api is stupid. it is stupid and bad and expensive. hence, this.
Literally just paste this in the JS console on the bookmarks tab and the script will automatically scroll to the bottom of your bookmarks and keep a track of them as it goes.
When finished, it downloads a JSON file containing the raw text content of every bookmark.
for now it stores just the text inside the tweet itself, but if you're reading this why don't you go ahead and try to also store other information (author, tweetLink, pictures, everything). come on. do it. please?
*/
@jrknox1977
jrknox1977 / ollama_dspy.py
Created February 9, 2024 18:06
ollama+DSPy using OpenAI APIs.
# install DSPy: pip install dspy
import dspy
# Ollam is now compatible with OpenAI APIs
#
# To get this to work you must include `model_type='chat'` in the `dspy.OpenAI` call.
# If you do not include this you will get an error.
#
# I have also found that `stop='\n\n'` is required to get the model to stop generating text after the ansewr is complete.
# At least with mistral.
@echo off
NET SESSION >nul 2>&1
IF %ERRORLEVEL% NEQ 0 GOTO ELEVATE >nul
GOTO ADMINTASKS
:ELEVATE
CD /d %~dp0 >nul
MSHTA "javascript: var shell = new ActiveXObject('shell.application'); shell.ShellExecute('%~nx0', '', '', 'runas', 1);close();" >nul
EXIT
@Mistobaan
Mistobaan / langchain_llamacpp_natural_functions.ipynb
Last active March 19, 2024 22:08
langchain_llamacpp_natural_functions.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alexgleith
alexgleith / SimpleLoadS2.ipynb
Last active June 21, 2024 10:35
Simplest example for finding and loading Sentinel-2 data using Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.