Hacker News
- Lila: A Lil Interpreter in Posix Awk https://beyondloom.com/blog/lila.html 11 comments
- Benefits and costs of writing a Posix kernel in a high-level language (2018) [pdf] https://pdos.csail.mit.edu/6.S081/2021/readings/biscuit.pdf 9 comments
- The benefits and costs of writing a POSIX kernel in a high-level language https://www.usenix.org/conference/osdi18/presentation/cutler 96 comments
- A Posix Queue Implementation http://zinascii.com/2014/a-posix-queue-implementation.html 13 comments
- Shocco: Literate Programming for the POSIX Shell http://rtomayko.github.com/shocco/ 3 comments
- cffi-posix, a portable interface to unix. https://github.com/cffi-posix 7 comments lisp
- POSIX 2024 has been published https://ieeexplore.ieee.org/document/10555529 70 comments programming
- Understanding POSIX's cksum c example https://man7.org/linux/man-pages/man1/cksum.1p.html 2 comments cprogramming
- How to get POSIX man pages now that Fedora has removed them? https://koji.fedoraproject.org/koji/buildinfo?buildID=2043558 2 comments fedora
- A Simple POSIX Shell Music Player https://odysee.com/@trinity:a6/0001:2fb 7 comments linux
- I Wrote a Function to Add and Remove Items From .gitignore in POSIX shell for Zsh https://gitlab.com/FOSSilized_Daemon/dotfiles/-/tree/main/src/home/.config/zsh 4 comments zsh
- Best resources to learn POSIX compliant shell scripting? https://www.gnu.org/software/bash/manual/html_node/index.html 10 comments suckless
- POSIX Shell Tutorial: One of my favorite posts/articles https://www.grymoire.com/unix/sh.html 6 comments linux
- TiFS is a distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency. Now the v0.1.0 is released. https://github.com/hexilee/tifs 21 comments rust
- Shell Script Lexer Plugin for POSIX Shell and Command Not Working https://gitlab.com/FOSSilized_Daemon/dotfiles/-/blob/master/src/configs/nvim/init.vim#L30 7 comments neovim
- Looking for contributors to dart posix library https://www.reddit.com/r/dartlang/comments/iw2pq3/looking_for_contributors_to_dart_posix_library/ 15 comments dartlang
- Withdrawn SRFI 199: POSIX errno manipulation https://srfi.schemers.org/srfi-199/ 4 comments scheme
- POSIX sed to C translator written in sed https://github.com/lhoursquentin/sed-bin 21 comments linux
- POSIX: Set Menu in .profile https://gitlab.com/FOSSilized_Daemon/cli-productivity/-/blob/gsm/src/gsm/gsm#L3 10 comments learnprogramming
- SRFI 170: POSIX API https://srfi.schemers.org/ 2 comments scheme
- Kill all descendants of a processe using POSIX shell and /proc https://github.com/kvechera/kill_descendants 40 comments linux
- Custom `std::error_category` for NT kernel NTSTATUS error codes, works on POSIX too https://www.reddit.com/r/cpp/comments/6ojhz2/custom_stderror_category_for_nt_kernel_ntstatus/ 20 comments cpp
- Posix's _t rule and modern C++ types http://stackoverflow.com/a/12727104/1495627 17 comments cpp
- Posix Abstractions in Modern Operating Systems: The Old, the New, the Missing [pdf] http://www.cs.columbia.edu/~vatlidak/posixpaper.pdf 3 comments programming
- Updating POSIX http://pl.atyp.us/2016-05-updating-posix.html 22 comments linux
- MyHTML – HTML Parser on Pure C with POSIX Threads Support http://lexborisov.github.io/myhtml/ 4 comments webdev
- x-post from r/programming: Fast HTML Parser on Pure C with POSIX Threads Support https://www.reddit.com/r/programming/comments/49yqal/fast_html_parser_on_pure_c_with_posix_threads/ 4 comments rust
- Fast HTML Parser on Pure C with POSIX Threads Support http://lexborisov.github.io/myhtml/ 49 comments programming
- [POSIX Regex] Match all three-digit numbers except for those ending in 11 http://en.wikipedia.org/wiki/North_American_Numbering_Plan#Numbering_system 4 comments learnprogramming
- OpenBSD plans to make rand() call arc4random() by default, intentionally violating the POSIX standard http://marc.info/?l=openbsd-tech&m=141807224826859&w=2 73 comments linux
- How to get a PDF copy of the most recent POSIX standard https://github.com/g--n/posix-standard 20 comments programming
- History of IEEE P1003.1 POSIX time http://www.mail-archive.com/leapsecs@rom.usno.navy.mil/msg00109.html 8 comments programming
- OS X doesn't implement POSIX unnamed semaphore functions http://ck-hack.blogspot.hk/2013/09/unnamed-semaphores-and-pososx.html 36 comments apple
- OnPosix: a tiny library to abstract POSIX mechanisms to C++ developers. http://onposix.sourceforge.net/index.html 5 comments cpp
- The origin of the name POSIX http://www.stallman.org/articles/posix.html 179 comments programming
- sh-todo: A minimal todo-list manager written in POSIX shell https://github.com/asb/sh-todo 4 comments commandline
- why does POSIX have recursive mutexes? Because of a dare. http://groups.google.com/group/comp.programming.threads/msg/d835f2f6ef8aed99?hl=en&pli=1 158 comments programming
- POSIX close(2) is broken http://www.daemonology.net/blog/2011-12-17-posix-close-is-broken.html 187 comments programming
- If everything you learn about Unix development using C/C++ is POSIX then what the hell does the standard C library do? http://www.thejaywalker.net/2010/12/difference-between-posix-and-standard-c.html 8 comments linux
- POSIX v. reality: A position on O_PONIES http://lwn.net/subscriberlink/351422/ff7aa6bc3812f375/ 15 comments programming