posix

Tag

Cards List
#posix

The full stack of terminals explained

Hacker News Top · 6d ago Cached

A comprehensive guide explaining the differences and relationships between terminals, shells, TTYs, consoles, and related concepts like POSIX and ANSI escape codes, including hands-on TUI creation.

0 favorites 0 likes
#posix

Show HN: ZeroFS – A log-structured filesystem for S3

Hacker News Top · 2026-07-02 Cached

ZeroFS is a log-structured filesystem that serves S3-compatible buckets as POSIX filesystems over NFS and 9P, or as raw block devices, with compression, encryption, and local caching for fast reads. It passes extensive POSIX and stress test suites, including kernel builds and Jepsen failover testing.

0 favorites 0 likes
#posix

POSIX Is Not a Shell

Hacker News Top · 2026-06-28 Cached

This article argues that POSIX is a specification, not a program, and that shell implementations such as bash and dash behave differently even for basic commands like echo. It calls for testing across multiple shells rather than relying on the notion of 'POSIX compliance' for portability.

0 favorites 0 likes
#posix

Spork: A posix_spawn you can use as a fork

Lobsters Hottest · 2026-05-19

Spork is a C library that provides a posix_spawn-based alternative to fork, offering better performance and safety for process creation.

0 favorites 0 likes
← Back to home

Submit Feedback