🔥 martin-olivier / airgorah - A WiFi security auditing software mainly based on aircrack-n
GitHub热门项目 | A WiFi security auditing software mainly based on aircrack-ng tools suite | Stars: 677 | 146 stars today | 语言: Rust
找到 1090 篇相关文章
GitHub热门项目 | A WiFi security auditing software mainly based on aircrack-ng tools suite | Stars: 677 | 146 stars today | 语言: Rust
GitHub热门项目 | Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS & Windows. | Stars: 13,224 | 132 stars today | 语言: Rust
GitHub热门项目 | Turn code into clarity. Generate accurate technical docs and AI-ready context in minutes—perfectly structured for human teams and intelligent agents. | Stars: 1,289 | 41 stars today | 语言: Rust
GitHub热门项目 | Virtual whiteboard for sketching hand-drawn like diagrams | Stars: 126,627 | 84 stars today | 语言: TypeScript
GitHub热门项目 | A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience | Stars: 129,170 | 200 stars today | 语言: TypeScript
GitHub热门项目 | Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 | Stars: 381,422 | 240 stars today | 语言: TypeScript
GitHub热门项目 | Tensors and Dynamic neural networks in Python with strong GPU acceleration | Stars: 101,079 | 45 stars today | 语言: Python
GitHub热门项目 | Langflow is a powerful tool for building and deploying AI-powered agents and workflows. | Stars: 150,426 | 74 stars today | 语言: Python
GitHub热门项目 | Specification and documentation for Agent Skills | Stars: 21,425 | 47 stars today | 语言: Python
New York City’s Summer of Ludd festival is teaching people how to live offline amid the suffocating presence of Big Tech.
Last time I wrote about using glasp, a Go-based, npm-free CLI for Google Apps Script (GAS), in GitHub Actions. Previous post: Lean, Fast, Simple — npm-free GAS Deployment on GitHub Actions with glasp This time, a quick rundown of what landed in v0.3.0 and v0.4.0 . v0.3.0: PKCE support glasp login now supports PKCE (RFC 7636) as an opt-in. glasp login --pkce # or GLASP_USE_PKCE = 1 glasp login Each login generates a code_verifier and sends an S256 code_challenge to Google. It's a defense against authorization code interception, and it coexists fine with the existing client_secret flow. It only applies to the interactive login — --auth / GLASP_AUTH for CI is untouched. Off by default. Worth turning on if you're in a stricter security environment. v0.4.0: Timeouts and retries The focus here is basically "can this run unattended in CI/CD without falling over." Timeouts Script API requests previously had no timeout — a stuck request could hang the job indefinitely. v0.4.0 adds a 180s default. glasp push --timeout 60 # set to 60s glasp push --no-timeout # disable Also configurable via GLASP_TIMEOUT / GLASP_NO_TIMEOUT env vars or timeoutSeconds in .glasp/config.json . Priority: --no-timeout > flag/env > config > default. If the config file is broken, it warns instead of silently falling back. Retries Transient failures (5xx, 429) now get retried automatically. glasp push --max-retries 5 glasp push --no-retries 3 retries by default (up to 4 attempts total) Only applies to idempotent commands: push , pull , clone , list-deployments Commands with side effects ( create-script , run-function , etc.) are never retried Exponential backoff with jitter, respecting Retry-After It's implemented as a single http.RoundTripper wrapper, so the Google SDK itself isn't touched — same pattern as the timeout implementation. retryTransport → oauth2.Transport → http.DefaultTransport Some refactoring, too Internal packages got reorganized ( #107 ), and the hand-rolled retry transport was swappe
GitHub热门项目 | 🚀 A real-time monitoring dashboard for Claude Code, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, and WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, and an interactive web UI/MacOS/Windows native app. | Stars: 734 | 162 stars this week | 语言: TypeScript
Touted as a less-hookup-focused Grindr, Goose is an invite-only space for gay men. The problem is the people promoting it don’t seem real.
In the open source world, we often say that "your code is your resume." However, what many developers forget is that every time they run a git push , they're handing over much more than just lines of code. They're delivering a permanent digital trail that can be tracked, analyzed, and used against them years later. This article is an educational guide about privacy in Git and how the metadata you generate every second can compromise your security and your professional future. The command that reveals your "naked identity" If you want to see exactly what you're sharing with the world, open your terminal in any repository and run the following command: git log --format = fuller Unlike the standard log, the fuller format breaks down the complete anatomy of your contributions. This is where most developers are shocked to see what they're actually leaking: 1. Name and Email (Direct Exposure) Git stores your user.name and user.email locally in every commit. This data: Is harvested by spam bots for marketing databases. Allows recruiters to map all your historical activity, even on projects you no longer represent. Exposes you to doxxing attacks if you contribute to controversial projects. 2. Dates and Timestamps (Time Analysis) Git not only saves the day, but also the exact second and time zone of the authorship and commit. This allows you to create an activity pattern : What time do you usually code? Are you working on personal projects during office hours? What geographical area are you actually in? 3. File Patterns and Metadata In addition to text, if you upload binaries (PDFs or images), these usually contain EXIF metadata (GPS coordinates, camera model, etc.) that Git doesn't clean up by default. The Problem with "Permanent Logs" GitHub is, by design, an accountability platform, not a privacy one. Once a commit enters the public history, deleting it is extremely difficult and often pointless if the repository has already been cloned or indexed by third-party service
GitHub热门项目 | The Rust package manager | Stars: 15,176 | 6 stars today | 语言: Rust
GitHub热门项目 | Open source observability platform for logs, metrics, traces, frontend monitoring, pipelines and LLM observability. A sophisticated, simple and highly performant alternative to Datadog, Splunk, and Elasticsearch with 140x lower storage costs and single binary deployment. | Stars: 19,629 | 65 stars today | 语言: TypeScript
GitHub热门项目 | A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang. | Stars: 44,816 | 42 stars today | 语言: TypeScript
GitHub热门项目 | Self-hosted AI accounting app. LLM analyzer for receipts, invoices, transactions with custom prompts and categories | Stars: 6,364 | 60 stars today | 语言: TypeScript
GitHub热门项目 | Agentic AI Infrastructure for magnifying HUMAN capabilities. | Stars: 16,215 | 31 stars today | 语言: TypeScript
GitHub热门项目 | The uncompromising Python code formatter | Stars: 41,656 | 22 stars today | 语言: Python