((((sandro.net))))
Manuntençao para Pcs
quinta-feira, 15 de janeiro de 2026
Show HN: Liberty – Hardware-bound secret manager (no more .env files) https://ift.tt/PS2i8xb
Show HN: Liberty – Hardware-bound secret manager (no more .env files) I got tired of: - .env files committed to Git (seen it happen 100+ times) - API keys shared in Slack - Wondering who has access to what secrets So I built Liberty - a CLI tool that replaces .env files with hardware-bound encryption. How it works: $ pip install liberty-secrets $ liberty add DATABASE_URL postgresql://... $ liberty add STRIPE_KEY sk-... $ liberty exec npm start Secrets are encrypted with a key derived from your machine's hardware (CPU ID + machine ID + disk serial). If someone steals your .liberty vault file, it's useless on their machine. Features: - Hardware-bound AES-256-GCM encryption - Complete audit trail (compliance-ready) - Works offline (no servers, no accounts) - Global vault (~/.liberty/ works from any directory) - MIT licensed, free for individual use GitLab: https://ift.tt/rt1aD8m PyPI: https://ift.tt/buJqeDr Team features (secret sharing) coming soon as paid tier. Feedback welcome! January 14, 2026 at 02:49AM
Show HN: IMSAI/Altair inspired microcomputer with web emulator https://ift.tt/JBiY2Nx
Show HN: IMSAI/Altair inspired microcomputer with web emulator I designed and built a physical replica of a 1970s-style front panel microcomputer with 25+ toggle switches, 16 LEDs, and an LCD display. The brain is a Raspberry Pi Pico running an Intel 8080 CPU emulator. The main twist: I decided to see how far I could get using Claude Code for the firmware. That and the web emulator were written almost entirely using Claude Code (Opus 4.5). I've kept the full prompt history here: https://ift.tt/UxMAJSP.... It was able to create the emulator in just a few prompts! It really surprised me that it was able to make a WebAssembly version from the same code (compiled with emscripten) and get the physical layout of the panel from a given photo. It also created some simple working examples using 8086 instructions! Repository: https://ift.tt/D5q3Ffm https://gzalo.github.io/microcomputer/ January 14, 2026 at 10:57PM
quarta-feira, 14 de janeiro de 2026
Show HN: OSS AI agent that indexes and searches the Epstein files https://ift.tt/i7Vx95f
Show HN: OSS AI agent that indexes and searches the Epstein files Hi HN, I built an open-source AI agent that has already indexed and can search the entire Epstein files, roughly 100M words of publicly released documents. The goal was simple: make a large, messy corpus of PDFs and text files immediately searchable in a precise way, without relying on keyword search or bloated prompts. What it does: - The full dataset is already indexed - You can ask natural language questions - Answers are grounded and include direct references to source documents - Supports both exact text lookup and semantic search Discussion around these files is often fragmented. This makes it possible to explore the primary sources directly and verify claims without manually digging through thousands of pages. Happy to answer questions or go into technical details. Code: https://ift.tt/yLNanRG https://ift.tt/7FoA1jI January 13, 2026 at 10:56PM
terça-feira, 13 de janeiro de 2026
Show HN: What is wrong with the current coding agent workflow https://ift.tt/HVnYbzI
Show HN: What is wrong with the current coding agent workflow Hi, as the LLM models are getting smarter in coding tasks, we will soon be using agents as co workers, as current tools like github copilot and cursor are not optimized for team collaboration, we began building PhantomX, please give your feedback, if you think we are in the right direction or what should be changed for finding the optimized development workflow which works for both humans and agents. https://ift.tt/BTyecwC January 13, 2026 at 07:29AM
Show HN: Drizzle ORM schema to DBML/Markdown/Mermaid documentation generator https://ift.tt/xFWiX3K
Show HN: Drizzle ORM schema to DBML/Markdown/Mermaid documentation generator Hi HN, I built a CLI tool that generates documentation from Drizzle ORM schema definitions. The problem: Drizzle ORM doesn't have built-in schema documentation or ER diagram generation. While drizzle-dbml-generator exists for DBML output, I needed something that could also extract JSDoc comments and generate human-readable documentation. What it does: - Extracts JSDoc comments from your schema and includes them in the output - Generates DBML (compatible with dbdocs.io and dbdiagram.io) - Generates Markdown documentation with Mermaid ER diagrams - Supports PostgreSQL, MySQL, and SQLite - Works with both Drizzle v0 (relations()) and v1 beta (defineRelations()) APIs - Watch mode for development Example: drizzle-docs ./src/db/schema.ts -o schema.dbml drizzle-docs ./src/db/schema.ts -f markdown -o ./docs The key differentiator is JSDoc extraction. If you document your schema like this: /** User account information */ export const users = pgTable("users", { /** Unique identifier */ id: serial("id").primaryKey(), /** User's email address */ email: varchar("email", { length: 255 }).notNull(), }); These comments become Notes in DBML or descriptions in Markdown output. Built with TypeScript, uses the TS Compiler API for comment extraction. MIT licensed. Would love feedback on what output formats or features would be most useful. https://ift.tt/tmeDlBx January 13, 2026 at 02:11AM
Show HN: SlopScore – Contributor Reputation for GitHub PRs https://ift.tt/72NJmUb
Show HN: SlopScore – Contributor Reputation for GitHub PRs Open source maintainers are drowning in low effort PRs. Someone sees a help wanted issue, pastes it into an AI, submits without testing, loops through review comments without understanding the code. The PR looks plausible at first glance but falls apart under review. Maintainers waste 30 minutes before realizing it's garbage. This is happening at scale now. And it's worst in projects with bounty programs or GSoC where there's incentive to “contribute.” GitHub tells you if someone is a first-time contributor to your repo. It doesn't tell you anything about their history elsewhere. I built a Chrome extension that shows contributor reputation right on the PR page: merge rates across repos, spray-and-pray patterns, red flags. Not sure I got the signals right. Would love feedback from maintainers. https://ift.tt/3jEYcB2 January 13, 2026 at 02:09AM
Show HN: ZSweep – A keyboard-first Minesweeper inspired by Vim https://ift.tt/qwZNLvD
Show HN: ZSweep – A keyboard-first Minesweeper inspired by Vim https://zsweep.com January 13, 2026 at 12:18AM
Assinar:
Comentários (Atom)
DJ Sandro
http://sandroxbox.listen2myradio.com