42: A Powerful Spacecraft Attitude Control System Simulator

2025-01-06
42: A Powerful Spacecraft Attitude Control System Simulator

42 is a comprehensive general-purpose simulation of spacecraft attitude and orbit dynamics, primarily used to support the design and validation of attitude control systems throughout their lifecycle, from concept studies to integration and test. It accurately models multi-body spacecraft attitude dynamics (rigid and/or flexible bodies), and both two-body and three-body orbital flight regimes, simulating environments from low Earth orbit to throughout the solar system. 42 simulates multiple spacecraft concurrently, facilitating studies of rendezvous, proximity operations, and precision formation flying. It also features spacecraft attitude visualization.

Read more

SPath: Query Expressions for Semi-Structured Data

2025-01-06
SPath: Query Expressions for Semi-Structured Data

SPath is a Rust crate providing JSONPath-like query expressions for semi-structured data such as JSON, TOML, or custom variants. It serves as a drop-in replacement for JSONPath and supports multiple data formats. The library is easy to use; simply add `spath` to your project's Cargo.toml dependencies. An example demonstrates querying JSON data with SPath and verifying the result.

Read more
Development Data Parsing

Windows 3.1 on Modern Displays: A Generic SVGA Driver

2025-01-06
Windows 3.1 on Modern Displays: A Generic SVGA Driver

This project presents a modern, generic SVGA driver for Windows 3.1, supporting all available 8-bit, 16-bit, 24-bit, and 32-bit graphic modes. A rewrite of the original Windows 3.1 SVGA driver, it adds multi-byte pixel support, enabling Windows 3.1 to run in true color on modern high-definition displays. This solves compatibility issues for older hardware and enhances the experience for retro gaming enthusiasts.

Read more

DeepFace: A Lightweight Face Recognition Library in Python

2025-01-06
DeepFace: A Lightweight Face Recognition Library in Python

DeepFace is a lightweight Python library for face recognition and facial attribute analysis (age, gender, emotion, and race). It's a hybrid framework incorporating state-of-the-art models like VGG-Face, FaceNet, and ArcFace, achieving high accuracy. The library provides a user-friendly interface, encompassing face detection, verification, recognition, and attribute analysis. Users can customize their pipeline by selecting from various detectors and models.

Read more

Duolicious: The Open-Source Dating App Revolution

2025-01-05
Duolicious: The Open-Source Dating App Revolution

Duolicious, claiming the title of world's most popular open-source dating app (by monthly active users), offers a unique approach to finding love. Leveraging a question bank of over 2000 prompts, it delves deep into user personalities to match them with compatible individuals. Rejecting shallow swiping and liking, Duolicious fosters genuine connections through original messaging. Completely free and ad-free, it's sustained by community donations and code contributions. Both the front-end and back-end code are open-source, inviting developers to contribute.

Read more

srsRAN: Open Source 4G/5G Software Defined Radio

2025-01-05
srsRAN: Open Source 4G/5G Software Defined Radio

srsRAN is an open-source collection of 4G and 5G software radio applications developed by SRS. Implemented in portable C++ with minimal third-party dependencies, srsRAN runs on Linux with off-the-shelf compute and radio hardware. The srsRAN Project features a complete O-RAN native 5G RAN CU+DU, and a full-stack 4G network implementation covering UE, eNodeB, and EPC. The project is hosted on GitHub with comprehensive documentation and an active community forum.

Read more

Low-Cost Live Image Description for the Visually Impaired: ESP32-CAM + Phone + Server

2025-01-05
Low-Cost Live Image Description for the Visually Impaired: ESP32-CAM + Phone + Server

This project details a low-cost, live image description solution for the visually impaired, using an ESP32-CAM, a phone, and a server. The ESP32-CAM captures images at set intervals, which are then sent to an OpenAI API for description. The description is relayed to the user via a webpage on their phone, read aloud via text-to-speech. While the current prototype has limitations—requiring manual camera handling and lacking robust security—it demonstrates the feasibility of the approach and lays groundwork for future development of more sophisticated assistive tools.

Read more

Slime Mold Simulation with WebGPU: A TypeScript and Compute Shader Implementation

2025-01-05
Slime Mold Simulation with WebGPU: A TypeScript and Compute Shader Implementation

SuboptimalEng has created a stunning slime mold simulation using WebGPU and TypeScript. This project recreates Sebastian Lague's classic work, leveraging compute shaders for efficient simulation of the slime mold's growth and movement. A detailed setup guide, screenshots, and resource links are included, and the project is deployed to GitHub Pages for easy access. This is a fantastic example to learn WebGPU and compute shaders.

Read more

ELKS: An Embeddable Linux Kernel Subset for 8086

2025-01-04
ELKS: An Embeddable Linux Kernel Subset for 8086

ELKS provides a Linux-like OS for Intel IA16 architecture-based systems (16-bit processors: 8086, 8088, etc.). It supports networking and HDD installation (MINIX and FAT filesystems), runs with as little as 256KB RAM, and works on old IBM PCs and modern SBCs, SoCs, and FPGAs. Downloadable disk images and build instructions are available, along with an online demo.

Read more
Development

Efficient Recorder: An Open-Source, Privacy-Focused Screen Recorder

2025-01-04
Efficient Recorder: An Open-Source, Privacy-Focused Screen Recorder

Inspired by a tweet, developer Jan Wilmake created Efficient Recorder, an open-source project aiming to build a privacy-focused alternative to Rewind.ai. This command-line interface (CLI) tool simultaneously records screen, system audio, and microphone audio, streaming data directly to an S3 bucket. It features intelligent audio recording (switching sample rates based on speech detection), automated screenshot and webcam capture, and efficient resource management to minimize system overhead. Efficient Recorder allows customization of settings such as screenshot and webcam intervals, and image quality.

Read more
Development screen recording

Prettier Now Supports PGN File Formatting

2025-01-04
Prettier Now Supports PGN File Formatting

A new Prettier plugin, `prettier-plugin-pgn`, has been released, adding support for formatting Portable Game Notation (PGN) files. PGN is a standard text format for recording chess games. This plugin handles variations, annotations, and multiple games within a single PGN file, making life easier for chess players and developers. Installation is straightforward via npm or globally.

Read more
Development Code Formatting

Beam: SSH-based File and Pipe Transfer Tool

2025-01-04
Beam: SSH-based File and Pipe Transfer Tool

Beam is a tool for transferring files and pipes over SSH, requiring only an SSH client; no binary installation is needed. It supports pipe transfer, offers high security with public key authentication, and uses simple SSH commands for sending and receiving data. Random channel names can enhance security. While the Beam server is located in Germany, transfer speeds might be limited, and end-to-end encryption isn't supported (data is briefly decrypted on the server), its lightweight nature and simple self-hosting make it a convenient file transfer solution.

Read more

Transcendental Syntax: Building Logical Abstractions from a Low-Level Language

2025-01-04
Transcendental Syntax: Building Logical Abstractions from a Low-Level Language

This GitHub project implements Jean-Yves Girard's 'Transcendental Syntax,' a method for constructing logical abstractions from a low-level, logic-agnostic language. It uses a base language called 'stellar resolution,' where elementary objects (programs) are 'constellations.' These constellations are used in a higher-level language, 'Stellogen' (a metaprogramming language for constellations), to define proofs and formulas. The project is under development, with the guide currently only available in French.

Read more
Development logic metaprogramming

Blazing Fast JavaScript/TypeScript Compiler and Bundler on JVM: swc4j

2025-01-04
Blazing Fast JavaScript/TypeScript Compiler and Bundler on JVM: swc4j

swc4j is an ultra-fast JavaScript and TypeScript compilation and bundling tool on the JVM. Part of the Javet portfolio, it processes JavaScript and TypeScript code before execution in Node.js or V8 on the JVM. Features include AST parsing, plugin support, code transformations, minification, multiple target ES versions, source maps, and robust code sanitization (keyword restrictions, object protection, etc.). Easily integrated into projects via Maven or Gradle, swc4j offers a streamlined workflow for compiling and bundling.

Read more
Development

F-Droid Fake Signer PoC: Bypassing Certificate Pinning

2025-01-04
F-Droid Fake Signer PoC: Bypassing Certificate Pinning

This project is a proof-of-concept demonstrating vulnerabilities in F-Droid's APK signature verification. Attackers can exploit these flaws to forge signatures, bypassing F-Droid's certificate pinning and allowing malicious apps to masquerade as legitimate ones. The vulnerabilities stem from inconsistencies in how F-Droid handles certificate order and verification within the APK signing block. By manipulating these inconsistencies, attackers can inject false certificate information, tricking F-Droid into accepting them as valid. While fixes have been proposed and implemented, further vulnerabilities and bypasses have been discovered, highlighting ongoing challenges in securing APK signing verification.

Read more

Terrain Rendering in Under 20 Lines of Code: A Voxel Space Engine Revival

2025-01-03
Terrain Rendering in Under 20 Lines of Code: A Voxel Space Engine Revival

This project recreates the Voxel Space terrain rendering algorithm used in the 1992 game Comanche. The algorithm, implemented in under 20 lines of code, leverages height and color maps to render terrain using a ray-casting-like approach. The article details the algorithm, offering optimization strategies like back-to-front and front-to-back rendering, and level of detail adjustments for performance improvement. The project is open-source, including code and a runnable web demo.

Read more

SQLFlow: Stream Processing with DuckDB and SQL

2025-01-03
SQLFlow: Stream Processing with DuckDB and SQL

SQLFlow is a stream processing engine powered by DuckDB, enabling SQL-based operations on real-time data from sources like Kafka and webhooks. It supports data transformations, enrichment, aggregation, tumbling window aggregations, and outputs to destinations such as Kafka, databases, or local files. SQLFlow boasts high throughput, handling tens of thousands of messages per second, and supports custom serialization and encoding. Docker deployment is readily available for easy setup.

Read more
Development stream processing

Org-Supertag: Supercharging Org-mode's Tag System

2025-01-03
Org-Supertag: Supercharging Org-mode's Tag System

Org-Supertag is an Emacs Org-mode plugin that enhances Org-mode's tagging capabilities, allowing tags to not only assign attributes to nodes but also directly manipulate them for more flexible knowledge management. Inspired by Tana, it's non-intrusive and coexists seamlessly with Org-mode's existing features. It introduces 'super tags' defining node structure and behavior, supporting field and behavior systems for structured properties and automated actions. Its query system allows unified searching across nodes, tags, and fields, with multiple export options.

Read more
Development Knowledge Management

PWCT2: Visual Programming Without Coding

2025-01-03
PWCT2: Visual Programming Without Coding

PWCT2 is a second-generation visual programming language written in Ring, designed for enjoyable visual programming and interactive visualizations. It supports importing and exporting Ring code and runs on Windows, Linux, and macOS. Available on Steam, PWCT2 boasts a wide range of features covering web development, 2D game development, and more, along with extensive tutorial videos and documentation.

Read more
Development Ring language

Open-Source Ergonomic Keyboard: Ergo S-1 - Build Your Own Comfort

2025-01-03
Open-Source Ergonomic Keyboard: Ergo S-1 - Build Your Own Comfort

The Ergo S-1 is an open-source, wireless, split ergonomic keyboard compatible with Cherry/Gateron switches and Cherry/OEM/DCS keycaps, powered by the ZMK firmware. Designed during a period of unemployment, this keyboard prioritizes ease of DIY assembly, making it accessible to a wider audience. The project provides comprehensive assembly instructions, a bill of materials, and Fusion 360 design files, along with support for custom keymaps. While complete kits aren't yet available, pre-built keyboards are sold on Etsy, and the creator is actively working towards easier-to-assemble kits.

Read more

Gource: Visualizing Your Codebase with Stunning Animations

2025-01-03
Gource: Visualizing Your Codebase with Stunning Animations

Gource is an open-source software that visualizes your version control repository history in a breathtaking animated way. The repository root is at the center, directories are branches, files are leaves, and developers become dynamic characters moving around the code tree, their contributions shown as animated trails. Gource uses OpenGL rendering and requires a 3D-accelerated video card. It supports various version control systems like Git, SVN, Mercurial, and offers extensive parameters for customization, allowing you to easily generate impressive visualizations of your codebase history.

Read more
Development code visualization

Control Your Roku with Hand Gestures: A Python and MediaPipe Project

2025-01-03
Control Your Roku with Hand Gestures: A Python and MediaPipe Project

HandiRokuRemote lets you control your Roku using hand gestures! This Python project uses Google's MediaPipe for real-time hand tracking, translating gestures into commands sent to your Roku via its External Control Protocol (ECP). The intuitive interface features automatic device discovery, customizable settings (debug mode, auto-start, skeleton view), and a range of supported gestures for navigation and media control. While current limitations exist regarding hand detection distance, future development aims to expand compatibility to other smart TVs and HDMI-CEC enabled devices.

Read more

Awesome Donations: A Curated List of FLOSS Projects to Support

2025-01-03
Awesome Donations: A Curated List of FLOSS Projects to Support

This GitHub repository, awesome-donations, is a curated list of donation options for numerous Free/Libre and Open Source Software (FLOSS) projects. It provides easy access to support projects ranging from large foundations like the Linux Foundation and Mozilla Foundation to individual projects such as LibreOffice, GIMP, and QEMU. Whether you prefer PayPal, credit cards, or other methods, you can easily contribute to the open-source community and help ensure the continued development of essential free software.

Read more
Development donations

XiangShan: An Open-Source High-Performance RISC-V Processor

2025-01-02
XiangShan: An Open-Source High-Performance RISC-V Processor

XiangShan is an open-source, high-performance RISC-V processor project jointly developed by the Institute of Computing Technology, Chinese Academy of Sciences, and Peng Cheng Laboratory. Multiple stable versions have been released, along with comprehensive documentation, tutorials, and micro-architecture overviews. The latest Kunminghu version is under development and supports various simulation tools and IDEs. XiangShan aims to advance RISC-V processor technology, employing an agile development methodology, and its work has been published in peer-reviewed papers, receiving international recognition.

Read more

Connet: A P2P Reverse Proxy for NAT Traversal

2025-01-02
Connet: A P2P Reverse Proxy for NAT Traversal

Connet is a peer-to-peer reverse proxy for NAT traversal, inspired by ngrok, frp, and rathole. It allows you to expose local services to other devices on the internet without needing a public IP address. Unlike its predecessors, Connet clients run on both the service provider (destination) and the service requester (source), ensuring private and efficient communication. Currently in alpha, Connet supports direct and relay server connections, encrypting all communication with TLS.

Read more

HtmlSlice: Reusable HTML Snippets for Ruby

2025-01-02
HtmlSlice: Reusable HTML Snippets for Ruby

HtmlSlice is a Ruby gem enabling Ruby classes to dynamically generate reusable HTML snippets. It addresses limitations of existing HTML generators, such as Markaby's instance scope issues. HtmlSlice supports a wide range of HTML tags, including empty tags, and safely escapes HTML content to prevent XSS vulnerabilities. It's lightweight and easy to use, suitable for generating entire application HTML or just HTML partials. Integration with Rails is also demonstrated.

Read more
Development

mitmproxy2swagger: Automagically Reverse-Engineer REST APIs

2025-01-02
mitmproxy2swagger: Automagically Reverse-Engineer REST APIs

mitmproxy2swagger is a powerful tool that automatically converts mitmproxy captured traffic into OpenAPI 3.0 specifications. This allows you to automatically reverse-engineer REST APIs simply by running your apps and capturing the traffic. It supports both mitmproxy flow files and HAR files exported from browser developer tools. To use it, capture traffic with mitmproxy, save it as a file, and then run mitmproxy2swagger, specifying the input file, output file, and API prefix. The first run generates an initial schema which requires manual editing to remove unwanted paths. A second run generates the complete OpenAPI specification based on the edited schema, optionally including example data.

Read more
Development

Zasper: A Supercharged IDE for Data Science

2025-01-02
Zasper: A Supercharged IDE for Data Science

Zasper is a new IDE built from the ground up for data science, boasting massive concurrency, minimal memory footprint, and exceptional speed. It's perfectly suited for REPL-style data applications, with Jupyter notebooks being one example. Currently, Zasper is fully supported on Mac with limited support on Linux. Benchmarks show it uses 75% less RAM and CPU than JupyterLab. Created by Prasun Anand, it aims to be a free, open-source solution that runs locally, maximizing the power of modern computers.

Read more
Development high performance

Kotaemon: Open-Source RAG Tool for Chatting with Your Documents

2025-01-02
Kotaemon: Open-Source RAG Tool for Chatting with Your Documents

Kotaemon is an open-source Retrieval-Augmented Generation (RAG)-based tool that lets you chat with your own documents. It features a clean and user-friendly interface, supporting various Large Language Models (LLMs) such as OpenAI, Azure OpenAI, and local LLMs. Whether you're an end-user performing document QA or a developer building your own RAG pipeline, Kotaemon provides convenient tools and a customizable UI. It supports multiple file types and offers advanced features like multi-modal QA, complex reasoning, and configurable settings.

Read more
Development

Mercure: A Fast and Reliable Real-time Communication Solution

2025-01-02
Mercure: A Fast and Reliable Real-time Communication Solution

Mercure is an open, easy, fast, reliable, and battery-efficient solution for pushing data updates to web browsers and other HTTP clients. It's ideal for publishing asynchronous and real-time updates of resources served through web APIs, powering reactive web and mobile apps. The protocol and a production-ready Go implementation, along with libraries and a Docker image, are available on GitHub. A managed, highly scalable version is also offered at Mercure.rocks.

Read more
1 2 22 23 24 26 28 29 30