Feed aggregator

Building the last peace of handware glovable.dev

Hacker News - Mon, 02/09/2026 - 1:10am

Article URL: https://glovable.dev

Comments URL: https://news.ycombinator.com/item?id=46942079

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: EdgeAI-OS – Air-gapped Linux distro where AI is a system primitive

Hacker News - Mon, 02/09/2026 - 12:56am

I built a bootable Linux distribution that treats AI as a system primitive – like CPU or memory. Designed for security-conscious environments where data cannot leave the network.

The problem: Most AI requires cloud APIs, which means your data leaves your control. For banks, healthcare, defense, and regulated industries – that's a non-starter.

The solution: EdgeAI-OS runs everything locally. No cloud calls. No API keys. No telemetry. Boot the ISO, use AI. Your data never leaves the machine.

Security features: - 100% offline operation – air-gap friendly, zero network dependencies - No external API calls – all inference runs locally on CPU - Command risk assessment – every command classified as Safe/Moderate/Dangerous - Dangerous pattern blocking – prevents rm -rf /, curl|bash, fork bombs, etc. - Open source & auditable – MIT licensed, inspect every line of code - No data exfiltration – nothing phones home, ever

What's in the ISO: - Local LLMs (TinyLlama 1.1B + SmolLM 135M) – runs on CPU, no GPU needed - ai-sh: natural language shell where 80% of queries resolve instantly via templates - Multi-tier routing: simple queries → fast model, complex → larger model

Example ai-sh session: what time is it? [template] date ← instant, no LLM

files larger than 1gb [template] find . -size +1G ← instant, no LLM

rm -rf / [DANGEROUS] Blocked ← security check

configure nginx as reverse proxy [ai-generated] ... ← uses local LLM (~1-2s)

Target use cases: - Air-gapped enterprise environments (banks, healthcare, government) - Defense & classified networks - Edge devices with no internet connectivity - Privacy-conscious developers - Compliance-heavy industries (HIPAA, GDPR, SOC2)

Built with Rust, based on Debian. 4GB RAM recommended.

GitHub: https://github.com/neuralweaves/edgeai-os ISO Download: https://github.com/neuralweaves/edgeai-os/releases (1.2GB)

Would love feedback, especially from anyone working in secure/regulated environments. What features would make this enterprise-ready for you?

Comments URL: https://news.ycombinator.com/item?id=46942012

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Since when got my computer their cloud node (agent)

Hacker News - Mon, 02/09/2026 - 12:55am

Starting from Seti@home, to bitcoin,.. now running AI Slop commands on my pc with full admin rights.. maybe openai can run workloads on my pc and send me some money for doing their work?

Comments URL: https://news.ycombinator.com/item?id=46942009

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Agentseed – Generate Agents.md from a Codebase

Hacker News - Mon, 02/09/2026 - 12:53am

npx agentseed init

AGENTS.md (https://agents.md) is a standard file used by AI coding agents to understand a repo (stack, commands, conventions).

Agentseed generates it directly from the codebase using static analysis. Optional LLM augmentation is supported by bringing your own API key.

Extracts languages, frameworks, dependencies, build/test commands, directory structure, and monorepo boundaries.

Comments URL: https://news.ycombinator.com/item?id=46941990

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Klint – Linux Kernel Security Scanner

Hacker News - Mon, 02/09/2026 - 12:50am

Article URL: http://saturnine.cc/klint/

Comments URL: https://news.ycombinator.com/item?id=46941972

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Valk programming language with a stateful GC

Hacker News - Mon, 02/09/2026 - 12:25am

Hello everyone. I want to show you the Valk programming language. It focusses on simplicity and performance. It has a stateful GC, which i think hasn't been done before. I would like your feedback. Note we are still working on more features, it's not the complete/final product. If you like the project, join our discord (link in GitHub).

Comments URL: https://news.ycombinator.com/item?id=46941866

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Share your MRR in seconds. Stop wasting time on screenshots

Hacker News - Mon, 02/09/2026 - 12:23am

Founders often share user and revenue screenshots when building in public.

I found myself spending more time updating screenshots than building.

So I built a small tool that lets you update numbers instantly and generate clean MRR screenshots.

It’s free and very simple. Would love feedback on what could be improved or what features would be useful.

Comments URL: https://news.ycombinator.com/item?id=46941852

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Mojic – A C code obfuscator and encryption tool for source protection

Hacker News - Mon, 02/09/2026 - 12:12am

Mojic (v2.1.2) is a multi-layered protection tool for C source code that combines obfuscation with a cryptographic engine.

What it does:

Identifier Obfuscation: It renames variables and functions to ambiguous symbols to break static analysis.

CipherEngine: It uses a password-based encryption system (utilizing the Scrypt library for key derivation) to secure the source code artifacts.

Integrity Checks: The tool includes security alerts for "File Tampered" or "Integrity Failure" if the encrypted code is modified.

Web & CLI: It offers a Tailwind-powered web interface for quick use and a CLI for larger projects.

I built this to explore how much "unmaintainability" can be automated to protect intellectual property in C projects. Happy to answer any technical questions about the obfuscation logic!

Comments URL: https://news.ycombinator.com/item?id=46941800

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Githrun – Run Python Scripts from GitHub URLs and VS Code Extension

Hacker News - Mon, 02/09/2026 - 12:11am

I built Githrun to eliminate the need to clone entire repositories just to run a single utility script.

Key Features:

Instant Execution: Run any Python script via its GitHub URL or Gist ID using githrun run [URL].

VS Code Extension: I've added a VS Code extension so you can execute remote scripts directly from your editor.

Local Shims: It creates local shims in your PATH, allowing remote scripts to behave like native CLI tools.

Smart Caching: To avoid GitHub API rate limits, it caches metadata and responses locally.

It’s open-source (MIT) and available on PyPI. I'd love to hear what you think of the VS Code integration!

Comments URL: https://news.ycombinator.com/item?id=46941796

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Ship packages without exposing your real address

Hacker News - Mon, 02/09/2026 - 12:09am

I didn’t want my home address on every shipping label, so I built Shipto.me which lets people ship and receive packages without exposing where they live. It works with standard carriers and doesn’t change the delivery experience.

Comments URL: https://news.ycombinator.com/item?id=46941785

Points: 1

# Comments: 1

Categories: Hacker News

Pages