Show HN Daily Selection (2025-06-26)
- Autohive – Build AI agents the easy way for everyday teams
- Elelem, a tool-calling CLI for Ollama and DeepSeek in C
- Linux tool to save and recall memories quickly
- Scream to Unlock – Blocks social media until you scream “I'm a loser”
- PLJS – JavaScript for Postgres
- I rawdog a MCP server from scratch in Zig. No SDK
- AGL a toy language that compiles to Go
- iCloud Drive Sync on Windows will not progress and how I fixed it
- Create data analytics dashboards asking AI
- OpenAI Codex for Free with GitHub Models
- Vue-Infinity – Visibility-based rendering for Vue apps
Autohive – Build AI agents the easy way for everyday teams [Business]
20 points, 0 comments
Build AI agents easily for everyday teams.
- Simplifies AI agent creation
- Designed for non-technical teams
- Focuses on practical, everyday use cases
Discussion Link, Original Link
Elelem, a tool-calling CLI for Ollama and DeepSeek in C [Developer Tools]
33 points, 3 comments
Elelem is a command-line interface tool for interacting with Ollama and DeepSeek models.
- Supports tool-calling functionality
- Works with Ollama and DeepSeek models
- Written in C for performance
Discussion Link, Original Link
Linux tool to save and recall memories quickly [Productivity]
3 points, 2 comments
A Linux command-line tool for quickly saving and recalling notes, commands, or ideas with keyword-based search.
- Organizes memories into categorized files
- Uses keywords for easy searching and retrieval
- Built with native shell scripting for broad Linux compatibility
- Designed for personal use but open to contributions
Discussion Link, Original Link
Scream to Unlock – Blocks social media until you scream “I'm a loser” [Productivity]
201 points, 110 comments
A Chrome extension that blocks social media until users scream "I'm a loser" into their microphone to unlock access.
- Requires users to shout an embarrassing phrase to regain access to social media
- Louder screams grant more unlocked time
- Open-source with no data collection or tracking
- Audio processing happens locally in the browser
- No recordings are saved or transmitted
PLJS – JavaScript for Postgres [Developer Tools]
8 points, 5 comments
PLJS is a lightweight JavaScript runtime for Postgres, leveraging QuickJS for fast execution and efficient type conversion.
- Integrates QuickJS for fast JavaScript execution in Postgres
- Provides efficient type conversion between Postgres and JavaScript
- Lightweight footprint compared to alternatives like PLV8
- Includes benchmarks and a published roadmap for future development
- Available on GitHub with an active Discord community for discussion
I rawdog a MCP server from scratch in Zig. No SDK [Developer Tools]
9 points, 1 comments
A developer created a MCP server from scratch in Zig, including a custom JSON-RPC 2.0 library, enabling LLM communication.
- Built entirely in Zig without relying on an SDK
- Implements MCP protocol messages from JSON schema
- Includes a custom JSON-RPC 2.0 library for communication
- Demonstrates LLM interaction with the MCP server
Discussion Link, Original Link
AGL a toy language that compiles to Go [Developer Tools]
4 points, 0 comments
A toy programming language (AGL) that compiles to Go, featuring simplified syntax and functional programming support.
- Forked Go's scanner/parser and modified syntax for single-value function returns
- Supports Result/Option types and error propagation with an operator
- Includes type-inferred anonymous functions for concise Map/Reduce/Filter operations
Discussion Link, Original Link
iCloud Drive Sync on Windows will not progress and how I fixed it [Productivity]
4 points, 1 comments
A blog post detailing steps to fix iCloud Drive synchronization issues on Windows when standard solutions fail.
- Addresses recurring iCloud Drive sync failures on Windows
- Provides unique fix steps not found in standard online solutions
- Aims to save time for users facing similar issues
Discussion Link, Original Link
Create data analytics dashboards asking AI [Business]
3 points, 0 comments
Create data analytics dashboards by asking AI.
- AI-powered dashboard creation
- Simplifies data analytics workflow
- No manual setup required
Discussion Link, Original Link
OpenAI Codex for Free with GitHub Models [Developer Tools]
3 points, 0 comments
OpenAI Codex is now available for free with GitHub models.
- Free access to OpenAI Codex
- Integrated with GitHub models
Discussion Link, Original Link
Vue-Infinity – Visibility-based rendering for Vue apps [Developer Tools]
3 points, 1 comments
Visibility-based rendering library for Vue.js applications.
- Optimizes performance by rendering only visible components
- Lightweight and easy to integrate with Vue projects
- Improves user experience for content-heavy applications