惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
The Cloudflare Blog
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
L
LangChain Blog
Recent Announcements
Recent Announcements
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
I
InfoQ
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
H
Help Net Security
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - DslsDZC/HIC: HIC: A hierarchical isolation kerne...
DslsDZC · 2026-04-29 · via Hacker News: Show HN
HIC Kernel
=========

The HIC (Hierarchical Isolation Core) is a formally verified microkernel with a
three-tier privilege architecture, mathematical proof of security properties,
and runtime invariant checking.

Quick Start
-----------

* Report a bug: See docs/Wiki_zh_cn/FAQ.md
* Get the latest version: https://github.com/DslsDZC/HIC
* Build the kernel: See docs/Wiki_zh_cn/03-QuickStart.md
* View architecture: docs/Wiki_zh_cn/02-Architecture.md

Essential Documentation
-----------------------

All users should be familiar with:

* Building requirements: docs/Wiki_zh_cn/05-DevelopmentEnvironment.md
* Code standards: docs/Wiki_zh_cn/06-CodingStandards.md
* License: See LICENSE
* Mathematical proofs: src/Core-0/math_proofs.tex

Documentation is available in the docs directory.


Who Are You?
============

Find your role below:

* New Kernel Developer - Getting started with HIC development
* Academic Researcher - Studying formal verification and security proofs
* Security Expert - Analyzing capability system and isolation guarantees
* System Administrator - Configuring and troubleshooting
* Privileged Service Developer - Building Privileged-1 layer services
* Application Developer - Creating Application-3 layer applications


For Specific Users
==================

New Kernel Developer
--------------------

Welcome! Start your HIC development journey here:

* Getting Started: docs/Wiki_zh_cn/03-QuickStart.md
* Build System: docs/Wiki_zh_cn/04-BuildSystem.md
* Core-0 Implementation: docs/Wiki_zh_cn/08-Core0.md
* Capability System: docs/Wiki_zh_cn/11-CapabilitySystem.md
* Security Mechanisms: docs/Wiki_zh_cn/13-SecurityMechanisms.md
* Development Environment: docs/Wiki_zh_cn/05-DevelopmentEnvironment.md

Academic Researcher
-------------------

Explore HIC's formal verification and security proofs:

* Three-Layer Architecture: docs/Wiki_zh_cn/02-Architecture.md
* Mathematical Proofs: src/Core-0/math_proofs.tex
* Formal Verification: src/Core-0/formal_verification.c
* Capability Theory: docs/Wiki_zh_cn/11-CapabilitySystem.md
* Security Guarantees: docs/Wiki_zh_cn/13-SecurityMechanisms.md

Security Expert
---------------

Security documentation and verification guides:

* Security Mechanisms: docs/Wiki_zh_cn/13-SecurityMechanisms.md
* Capability System: docs/Wiki_zh_cn/11-CapabilitySystem.md
* Formal Verification: src/Core-0/formal_verification.c
* Audit System: src/Core-0/audit.c
* Domain Isolation: src/Core-0/domain.c
* Compliance Report: docs/COMPLIANCE_REPORT.md

System Administrator
--------------------

Configure, tune, and troubleshoot HIC systems:

* Quick Start: docs/Wiki_zh_cn/03-QuickStart.md
* Build System: docs/Wiki_zh_cn/04-BuildSystem.md
* Troubleshooting: docs/Wiki_zh_cn/FAQ.md
* Boot Configuration: docs/TD/引导加载程序.md
* BIOS/UEFI Support: docs/TD/bios.md, docs/TD/uefi.md

Privileged Service Developer
---------------------------

Build Privileged-1 layer services:

* Service Guide: src/Core-0/examples/PRIVILEGED_SERVICE_GUIDE.md
* Example Service: src/Core-0/examples/example_service.c
* Domain Switching: src/Core-0/domain_switch.c
* IPC Communication: src/Core-0/syscall.c
* Capability Usage: src/Core-0/capability.c

Application Developer
----------------------

Create Application-3 layer applications:

* System Calls: src/Core-0/syscall.c
* Capability System: docs/Wiki_zh_cn/11-CapabilitySystem.md
* API Reference: docs/Wiki_zh_cn/11-CapabilitySystem.md
* Development Guide: docs/Wiki/05-DevelopmentEnvironment.md

Core Documentation
=================

* Project Overview: docs/Wiki_zh_cn/01-Overview.md
* Architecture Design: docs/Wiki_zh_cn/02-Architecture.md
* Quick Start Guide: docs/Wiki_zh_cn/03-QuickStart.md
* Build System: docs/Wiki_zh_cn/04-BuildSystem.md
* Development Environment: docs/Wiki_zh_cn/05-DevelopmentEnvironment.md
* Coding Standards: docs/Wiki_zh_cn/06-CodingStandards.md
* Testing Guide: docs/Wiki_zh_cn/07-Testing.md


Advanced Topics
===============

* Formal Verification: src/Core-0/formal_verification.c, src/Core-0/math_proofs.tex
* Capability System: docs/Wiki_zh_cn/11-CapabilitySystem.md
* Security Mechanisms: docs/Wiki_zh_cn/13-SecurityMechanisms.md
* Core-0 Layer: docs/Wiki_zh_cn/08-Core0.md


Communication and Support
=========================

* Documentation: docs/Wiki_zh_cn/index.md
* FAQ: docs/Wiki_zh_cn/FAQ.md
* Build Scripts: scripts/build_system.py, scripts/build_system.sh
* Repository: https://github.com/DslsDZC/HIC
* License: LICENSE (GPL-2.0)