Skip to content

Instantly share code, notes, and snippets.

View devasheeshG's full-sized avatar
🏠
In College

Devasheesh Mishra devasheeshG

🏠
In College
View GitHub Profile
@genecyber
genecyber / outline.md
Last active February 1, 2025 13:51
Symbolic alternative to RAG with infinite scale

Thesis:

By representing prior conversations as symbols within a knowledge graph ($conversations), and using an internal method to traverse this graph, an LLM can provide contextually rich answers with lower overhead. This approach aims to mimic long-term memory more effectively than current methods.

Enhancements in AI/LLM Applications Using Knowledge Graphs

  • Contextual Understanding: By integrating knowledge graphs, an AI or LLM can leverage the structured relationships and properties of entities within the graph to better understand the context of user queries or content, leading to more accurate and relevant responses.
  • Data Efficiency: Knowledge graphs can streamline the data processing by directly using relationships between nodes (entities) rather than parsing large volumes of text to extract meaning. This can reduce computational overhead and speed up response times.
  • Continual Learning: A knowledge graph can be dynamically updated with new information, allowing the AI system to continually l
@vondraussen
vondraussen / ssh_https_tunnel.md
Last active January 6, 2025 07:03
SSH through HTTPS tunnel via Openssl and Traefik

How to setup ssh through https tunnel

... via OpenSSL and Traefik

A HTTPS tunnel for SSH (Secure Shell) is a useful tool for accessing a remote server in a secure manner when the connection is limited or restricted by a firewall or network security measures. It provides a secure way to bypass these restrictions and access the remote server securely over the internet. The HTTPS protocol, which is used to secure web traffic, is utilized to create a secure connection to the remote server. The data transmitted over this connection is

@MuhammadSaim
MuhammadSaim / rarreg.key
Last active April 3, 2025 07:16
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@nhtua
nhtua / 00.install-android-sdk.sh
Last active March 26, 2025 10:25
Run a Headless Android Device on Ubuntu server (no GUI)
#!/bin/bash -i
#using shebang with -i to enable interactive mode (auto load .bashrc)
set -e #stop immediately if any error happens
# Install Open SDK
apt update
apt install openjdk-8-jdk -y
update-java-alternatives --set java-1.8.0-openjdk-amd64
java -version
@samsch
samsch / stop-using-jwts.md
Last active April 5, 2025 08:58
Stop using JWTs

Stop using JWTs!

TLDR: JWTs should not be used for keeping your user logged in. They are not designed for this purpose, they are not secure, and there is a much better tool which is designed for it: regular cookie sessions.

If you've got a bit of time to watch a presentation on it, I highly recommend this talk: https://www.youtube.com/watch?v=pYeekwv3vC4 (Note that other topics are largely skimmed over, such as CSRF protection. You should learn about other topics from other sources. Also note that "valid" usecases for JWTs at the end of the video can also be easily handled by other, better, and more secure tools. Specifically, PASETO.)

A related topic: Don't use localStorage (or sessionStorage) for authentication credentials, including JWT tokens: https://www.rdegges.com/2018/please-stop-using-local-storage/

The reason to avoid JWTs comes down to a couple different points:

  • The JWT specification is specifically designed only for very short-live tokens (~5 minute or less). Sessions
@mcfrojd
mcfrojd / Shield_Intents.MD
Last active March 31, 2025 13:08
Working INTENTS to use with Community Hass.io Add-ons: Android Debug Bridge for your Nvidia Shield TV

Latest Update 2021-03-06 : New image showing the new "Services" in Home Assistant and got some tips from the comments below.

Credits and thanks: Home Assistant Forum users & Github users: @ocso, @wiphye, @teachingbirds, @tboyce1, @simbesh, @JeffLIrion @ff12 @rebmemer @siaox @DiederikvandenB @Thebuz @clapbr @Finsterclown


Start apps on your android device (in the examples below, my Nvidia Shield TV) from Home Assistant

alt text

Starts Youtube App

entity_id: media_player.shield
command: >-