Загрузка видео...

Не удалось загрузить видео

На главную

Gave UEFN its own blueprint graph. Python tool running inside the editor. Scans your level and parses your Verse code to draw a full visual map of your game logic. What it shows you: - Every device in your level as a node - Every @ editable reference between...

12,119 просмотров • 5 месяцев назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

This info about META will BLOW YOUR MIND American “I worked in IT for like 13 years” “I learned a lot about data privacy — and social media and what apps are notoriously bad when it comes to data privacy. At the very top of the list, the worst offender, the worst app for data privacy is Facebook Messenger” “Let me just explain this to you. If you have Messenger on your phone and you don't have any other apps by Meta, you don't have Facebook, Instagram, threads, nothing. If the only thing from Meta you have on your phone is Messenger and you connect to a WiFi, Messenger makes a map of that Wi-Fi network. - It collects information about every single device that is connected to that network - So every phone, every computer, every tablet, every printer, every camera, every thermostat, every smart TV, every Roku device, and on every single one of those devices - They're collecting the name of the device, the IP address of the device, what type of device it is, whether or not your device has access to that device And this doesn't just happen on your home network, it happens on every Wi-Fi network you connect to. —- And it's a lot more information than just, oh, there's 200 devices connected to this network. No, it's detailed information about every single device. Like, here's a mobile device connected - it's an iPhone - It's titled Jeremy's iPhone - It's running iOS version blank blank - Its IP address is blank blank blank blank - Its MAC address or its hardware ID is blank blank blank But they also collect a crap ton of information from your actual phone. Like - The names, phone numbers, email addresses, and social links of literally everyone in your contacts. - Your location history - Your browsing history. - A detailed list of every single app that you've ever installed - YOUR PASSWORDS - YOUR FINGERPRINTS - YOUR FACE ID Spoiler alert, it's not. Downloading Messenger means that you consent to their terms of service. You give consent just by downloading the Messenger app. Using the service and downloading the app gives consent. Consent for your phone to be used as a data collection device. To collect data about every place you go and every person you're in contact with. — Messenger is easily the worst one”

Wall Street Apes

215,676 просмотров • 1 год назад

THIS MIGHT BE THE #1 OPEN-SOURCE REPO FOR CLAUDE CODE RIGHT NOW. IT GIVES CLAUDE A MEMORY AND SLASHES YOUR TOKEN COST ON EVERY QUESTION The repo is safishamsi/graphify, a free open-source skill that turns any codebase into a knowledge graph Claude Code can read instantly. Instead of grepping through your files every session, Claude gets a map of how everything connects The problem it fixes: Every time you ask Claude Code about a big repo, it does the same thing, greps through dozens of files like a brute-force Ctrl+F, blows through your context window, and sometimes still misses the answer hiding in a file nobody searched. Claude Code has no memory of how your project is structured. Every session starts from zero What it does: It maps your entire codebase into a knowledge graph, capturing not just which files exist, but which functions depend on which, which modules are central, and which files cluster around the same concern. Claude queries the map instead of scanning files How it works, three passes: 1. Code structure, free and local. Tree-sitter parses your files and pulls out classes, functions, imports and call graphs. No LLM, no tokens, just your actual code mapped deterministically 2. Audio and video, if you have them. Transcribed locally and folded into the graph 3. Docs, papers, images. Here an LLM does semantic analysis, figuring out what each document means and where it fits. Only the meaning gets sent up, never your raw source It saves you money: Normally a question about a big repo makes Claude spawn explore agents that scan file after file, eating your context window and your token budget before you get an answer. With the graph already built, Claude queries the map instead of re-reading the codebase every time. Same answer, a fraction of the tokens. The graph only gets built once, then a hook rebuilds it after each commit for free, so you never pay that scanning cost again. The bigger the repo, the bigger the gap The best parts: it's a skill, so once installed Claude knows when to use it without you memorizing commands. It works on non-code folders too, point it at docs or notes and it can spin up an Obsidian vault How to add it to your Claude: 1. Install Claude Code if you haven't: npm install -g Paul Jankura-ai/claude-code 2. Add the skill: claude skill add safishamsi/graphify 3. Open your project folder and run /graphify . to build the graph 4. Optional, make it automatic: graphify hook install so the graph rebuilds after every commit That's it. Ask Claude about your repo and it reads the map instead of burning tokens on a file hunt Bookmark this

Yarchi

56,177 просмотров • 3 месяцев назад

Obsidian + Claude Code turned a 4,300-note vault into a second brain that answers back. Most people use Obsidian as a graveyard. You save 40 highlights a week, link nothing, and reread maybe 2% of it. The knowledge is there the retrieval is dead. Claude Code fixes the retrieval, because your vault is just a folder of markdown files and Claude Code lives in folders. The whole setup takes 20 minutes: Open a terminal inside your Obsidian folder and run Claude Code no plugins, no API glue, no export step. It reads all 4,300 files natively. Then drop a CLAUDE.md at the vault root explaining your structure: where daily notes live, how you tag, what your MOCs are. Now every session starts with context instead of chaos. From there you just talk to your vault: > "find every note where I mentioned churn and write a summary with backlinks" > "read my last 30 daily notes and list the 5 ideas I keep circling but never ship" > "build a MOC for everything tagged startup-ideas and link the orphan notes into it" It writes new notes straight into the vault with proper [[wikilinks]], and they show up in your graph view 10 seconds later. The boring layer automates too one command cleans broken links, one merges duplicates, one turns 6 months of meeting notes into a single decisions log. Work that used to eat a Sunday now runs while you make coffee. Before: 4,300 notes, 900 orphans, search by keyword and prayer. After: an agent that read everything you ever wrote and drafts in your own voice, from your own sources, with receipts. People pay $30/month for AI note apps with 10% of this. You already own the other 90%. Your notes stopped being storage. They started being staff.

Spike 1%

18,223 просмотров • 1 месяц назад