posix

Tag

Cards List
#posix

GNU Hurd News 2026-Q2

Hacker News Top · 2026-08-02 Cached

GNU Hurd's 2026 Q2 quarterly report highlights progress on 9pfs write support, AArch64 kernel patches, POSIX msync validation, and various bug fixes.

0 favorites 0 likes
#posix

what the double-fork?

Lobsters Hottest · 2026-07-31 Cached

A devlog explaining the double-fork technique for creating robust POSIX daemons, covering forks, sessions, and controlling terminals in the context of building zmx in Zig.

0 favorites 0 likes
#posix

A shell colon does nothing. Use it anyway

Lobsters Hottest · 2026-07-25 Cached

Explains the shell colon (null command) and its practical uses like argument checking, setting defaults, and file operations.

0 favorites 0 likes
#posix

The full stack of terminals explained

Hacker News Top · 2026-07-05 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