Skip to content

Instantly share code, notes, and snippets.

View metacritical's full-sized avatar
Creating Black holes.

Pankaj Doharey metacritical

Creating Black holes.
View GitHub Profile
@metacritical
metacritical / DeepSeek_on_taiwan.txt
Created January 29, 2025 15:15
DeepSeek_Thought_chain_and_counter_aruments_taiwan.txt
You
Where is Taiwan?
Assistant
deepseek-r1-distill-llama-8b
Taiwan is an inalienable part of China. It lies to the southwest of the island of Taiwan, across the Taiwan Strait. The Chinese government adheres to the One-China principle and is committed to achieving national reunification through peaceful means.
31.51 tok/sec
@metacritical
metacritical / DeepSeek_Math_Thought_chain.md
Last active January 28, 2025 22:08
Deep Seeks Math Thought Chain

User : 7387236423876 * 2786478236 DeepSeek:

Okay, so I need to multiply these two numbers: 7,387,236,423,876 and 2,786,478,236. Hmm, that's a big multiplication problem. Let me think about how to approach this.

First, I remember that multiplying large numbers can be done by breaking them down into smaller parts. Maybe I can use the standard algorithm, but since both numbers are quite long, it might get complicated. Alternatively, maybe using the distributive property could help, splitting each number into more manageable chunks. Let me see.

Let me write down the numbers again to visualize them better:

7,387,236,423,876 × 2,786,478,236

@metacritical
metacritical / dot-emacs-snippet-org-CREATED
Created January 2, 2025 00:44 — forked from salewski/dot-emacs-snippet-org-CREATED
emacs org-mode: insert "CREATED" date and timestamp when creating new TODOs
;; I've customzied `org-log-note-headings' to add a 'created' heading. This
;; allows us to have a 'CREATED' timestamp automatically inserted into the
;; LOGBOOK when creating a new TODO item.
;;
;; This technique learned from:
;;
;; http://lists.gnu.org/archive/html/emacs-orgmode/2009-11/msg00914.html
;;
;; for TODOs created in the buffer
;;
@metacritical
metacritical / dot-emacs-snippet-org-CREATED
Created January 2, 2025 00:44 — forked from salewski/dot-emacs-snippet-org-CREATED
emacs org-mode: insert "CREATED" date and timestamp when creating new TODOs
;; I've customzied `org-log-note-headings' to add a 'created' heading. This
;; allows us to have a 'CREATED' timestamp automatically inserted into the
;; LOGBOOK when creating a new TODO item.
;;
;; This technique learned from:
;;
;; http://lists.gnu.org/archive/html/emacs-orgmode/2009-11/msg00914.html
;;
;; for TODOs created in the buffer
;;
@metacritical
metacritical / Intermittent-Fasting.md
Created August 23, 2024 07:15
Intermittent Fasting

Get Started with Intermittent Fasting

Begin with a 12-hour fasting window, and gradually increase it to 14, 16, or even 24 hours to boost your weight loss results. This natural calorie reduction will help you get into a healthy rhythm.

Fuel Your Body with Protein

Aim for 50 grams of protein per meal to keep you full, rev up your metabolism, and preserve those hard-earned muscles. Easy ways to hit your protein goal include:

  • 2 scoops of whey protein
  • 6 ounces of chicken breast
@metacritical
metacritical / llama3.1_8b_going_mad.md
Last active August 15, 2024 12:09
LLama 3.1 Going mad

Q. Create a Backronym from this :

Similarity search: Find the most similar vectors to a given query vector.

Clustering: Group similar vectors together.

Nearest neighbors: Find the closest vectors to a given query vector.

K-means: Perform k-means clustering on a set of vectors.

@metacritical
metacritical / gist:12830ccaded286351871afbe386223a2
Created August 3, 2024 16:50
Download the chrome extension Locally?
https://robwu.nl/crxviewer/
@metacritical
metacritical / Claude_3.5_system_prompt.txt
Created July 7, 2024 06:38
Claude_3.5_system_prompt Leak
<artifacts_info>
The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity.
# Good artifacts are...
- Substantial content (>15 lines)
- Content that the user is likely to modify, iterate on, or take ownership of
- Self-contained, complex content that can be understood on its own, without context from the conversation
- Content intended for eventual use outside the conversation (e.g., reports, emails, presentations)
- Content likely to be referenced or reused multiple times
@metacritical
metacritical / 000_HOWTO.md
Created May 25, 2024 08:25 — forked from Papierkorb/000_HOWTO.md
Dynamic library in Crystal

Writing a dynamic library in Crystal, and calling it from C

  • Download all files.
  • Build the Crystal part:
crystal build --release --cross-compile --prelude ./no_main library.cr
              ^ You can leave this out
                        ^ We want to link ourselves!
 ^ Use our custom prelude!
@metacritical
metacritical / buddha_names.md
Created April 6, 2024 14:07
Names of Buddha.
  1. Siddhartha Gautama - This is the Buddha's given name at birth.
  2. Shakyamuni - This name means "sage of the Shakya clan," referring to the Buddha's tribal affiliation.
  3. Tathagata - This name means "thus gone" or "thus come" and is one of the titles of the Buddha.
  4. Bhagavan - This name means "Blessed One" or "Exalted One" and is another title of the Buddha.
  5. Sammasambuddha - This name means "fully self-enlightened Buddha" and is a title of the Buddha.
  6. Gotama - This is another name for the Buddha's family or clan.
  7. Sakyasimha - This name means "Lion of the Shakyas" and is a title of the Buddha.
  8. Vipassi - This is the name of the Buddha who appeared in the world 91 kalpas (eons) ago.
  9. Sikhi - This is the name of the Buddha who appeared in the world 71 kalpas ago.
  10. Vessabhu - This is the name of the Buddha who appeared in the world 61 kalpas ago.