-
How to OSV: Vulnerabilities API, Scanners, and a Bit of Hope

Security vulnerabilities in open-source dependencies are like background radiation, mostly ignorable, until they’re not. Since we are currently working on vulnerability detection research, today, I decided to see how much trouble I could get into by poking around Google’s Open Source Vulnerabilities database and its scanner. Spoiler: not much. But it’s interesting trouble. What is…
-
How to Learn SQL in Only 10 Minutes

-
How to Fix Broken JSON from LLM Quickly and Easily!

If you’ve ever wrestled with broken JSON data from LLMs, you know how frustrating it can be 😫. Checkout JSON Repair 🛠️, a Python module by Stefano Baccianella, that’s here to save the day! 🌟 This library is specifically crafted to fix invalid JSON, making it perfect for anyone working with LLM outputs 🤖 or…
-
How to Understand JavaScript Basics in 10 Minutes

This is the basics of JavaScript, the secret sauce that makes your web pages more interactive. We’re going to cover the key topics so you won’t end up in a coding coma—because who has the time for an exhausting lecture when there’s so much internet to explore? 1. What is JavaScript? Your Web Development Sidekick…
-
How To Easily Deploy Pixtral Large Using Docker VLLM For Self Hosting With One Liner Command

-
How to Enable Browsing when You Have SSH Access

Introduction If you have access to SSH into a machine, it means you have full control of that machine. However if not all of the things can be done via terminal SSH, sometimes you need to browse some sites using that machine connection. The simplest solution for this is to create an SSH tunnel. SSH…
-
Prompt Attack: How to Leak System Prompt in GPT

What is a Prompt? In the context of natural language processing and machine learning, a prompt refers to the input given to a language model to generate a response. System prompt is the initial prompt that is provided to a language model by a computer program or system. It sets the context for the conversation…
-
ASUS Zephyrus G14 Display Brightness Flickering? Here’s How to Fix It

If you’re an ASUS Zephyrus G14 laptop owner, you may have experienced an issue with the display brightness flickering or adjusting automatically. This issue can be quite frustrating, especially when you’re trying to focus on your work or enjoy a movie or game. After some investigation, I found that the Radeon software “Vari-Bright” was the…
-
How to Install the Latest OpenWRT on Arduino Yun

-
How to Find and Connect to Hidden Wifi Network

Suppose you have a device that communicates using wifi, and you already know the password, but you can’t find the SSID name on your phone or computer. How can you connect? In this post, I will show you how to find and connect to the hidden network using Kali Linux. Prerequisites Getting SSID Name Make…
