wipEout Rewrite This is a re-implementation of the 1995 PSX game wipEout. Play here: https://phoboslab.org/wipegame/ More info in my blog: https://phoboslab.org/log/2023/08/rewriting-wipeout ⚠️ Work in progress. Expect bugs. Building The game currently supports two different platform-backends: SDL2 and Sokol. The only difference in features is that the SDL2 backend supports game controllers (joysticks, gamepads), while the Sokol backend does not. Linux # for SDL2 backend apt install libsdl2-dev…
FaceChain is a deep-learning toolchain for generating your Digital-Twin. FaceChain Introduction 如果您熟悉中文,可以阅读中文版本的README。 FaceChain is a deep-learning toolchain for generating your Digital-Twin. With a minimum of 1 portrait-photo, you can create a Digital-Twin of your own and start generating personal photos in different settings (work photos as starter!). You may train your Digital-Twin model and generate photos via FaceChain's Python scripts, or via the familiar Gradio …
A Comprehensive Benchmark to Evaluate LLMs as Agents 🌐 Website | 🐦 Twitter | ✉️ Google Group | 📃 Paper 👋 Join our Slack for Q & A or collaboration on AgentBench v2.0! AgentBench: Evaluating LLMs as Agents agentbench-cover.mp4 AgentBench is the first benchmark designed to evaluate LLM-as-Agent across a diverse spectrum of different environments. It encompasses 8 distinct environments to provide a more comprehensive evaluation of the LLMs' abi…
Project Page for "LISA: Reasoning Segmentation via Large Language Model"LISA: Reasoning Segmentation via Large Language Model LISA: Large Language Instructed Segmentation Assistant Paper | Models | Training | Inference | Dataset | Online Demo Input Output Input Output "Who was the president of the US in this image? Please output segmentation mask and explain the reason." "Sure, the segmentation result is [SEG]. The President of the Unite…
poorly guess how much money a tweet is worthPayCheck for Twitter tl;dr - I made an extension that (poorly) estimates how much money a tweet is worth Now on the Chrome Web Store HOW TO INSTALL MANUALLY Download latest .zip from releases Unzip the file Go to chrome://extensions/ in your browser Enable developer mode Click "Load unpacked" Select the folder you unzipped Copilot wrote these instructions for me so I hope they're good enough
This is a repository listing companies which offer full-time remote jobs with Spanish contractsIntroduction This is a repository listing companies which offer full-time remote jobs with Spanish contracts Why When considering a remote job, it's natural to think that you can work for any company in the world. However, if you live in Spain, working for companies abroad means becoming self-employed, which has several drawbacks: Your employer can end your contract at any time You need to do ext…
A technical explainer by @kognise of how your computer runs programs, from start to finish. Putting the "You" in CPU A technical explainer of how your computer runs programs, from start to finish. by @kognise and @hackclub From the beginning... I've done a lot of things with computers, but I've always had a gap in my knowledge: what exactly happens when you run a program on your computer? I thought about this gap — I had most of the requisite low-level knowledge, but I w…
Rift: an AI-native language server for your personal AI software engineerRift Download for VSCode Rift is open-source infrastructure for AI-native development environments. Rift makes your IDE agentic. Software will soon be written mostly by AI software engineers that work alongside you. Codebases will soon be living, spatial artifacts that maintain context, listen to, anticipate, react to, and execute your every intent. The Rift Code Engine implements an AI-native extension of the language ser…
面向网络安全从业者的知识文库🍃 0x01 关于文库 PeiQi文库是一个面对网络安全从业者的知识库,涉及漏洞研究,代码审计,CTF夺旗,红蓝对抗等多个安全方向,用于解决安全信息不聚合,安全资料不易找的难题。帮助网络安全从业者共同构建安全的互联网,快速验证并及时修复相关漏洞,为甲方等提出安全建设意见。 0x02 使用须知 & 关注公众号 由于传播、利用此文所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,文章作者不为此承担任何责任。文库内容中部分攻防技巧等只允许在目标授权的情况下进行使用,大部分文章来自各大安全社区,个人博客,如有侵权请立即联系公众号进行删除。若不同意以上警告信息请立即退出使用 0x03 快速搭建 Yarn源码搭建 (个人二次扩展,需要编译环境) git clone https://github.com/PeiQi0/PeiQi-WIKI-Book.git cd PeiQi-WIKI-Book yarn add vuepress-theme-antdocs -d yarn install yarn run dev Html源码搭建 (无需…