Article URL: https://tim.dierks.org/2014/05/security-standards-and-name-changes-in.html
Comments URL: https://news.ycombinator.com/item?id=44282378
Points: 51
# Comments: 5
https://tim.dierks.org/2014/05/security-standards-and-name-changes-in.html

Article URL: https://www.japantimes.co.jp/culture/2025/06/06/film/ghibli-anniversary-40/
Comments URL: https://news.ycombinator.com/item?id=44283354
Points: 39
# Comments: 19
https://www.japantimes.co.jp/culture/2025/06/06/film/ghibli-anniversary-40/
Article URL: https://blog.kowalczyk.info/a-stsj/simplest-c-callback-from-sumatrapdf.html
Comments URL: https://news.ycombinator.com/item?id=44283614
Points: 37
# Comments: 24
https://blog.kowalczyk.info/a-stsj/simplest-c-callback-from-sumatrapdf.html

Article URL: https://www.jsbarretto.com/blog/software-is-joy/
Comments URL: https://news.ycombinator.com/item?id=44284291
Points: 50
# Comments: 10
Article URL: https://tikt.com/
Comments URL: https://news.ycombinator.com/item?id=44283876
Points: 63
# Comments: 23
Article URL: https://telephone-exchanges.org.uk/
Comments URL: https://news.ycombinator.com/item?id=44284466
Points: 11
# Comments: 1

Hi hackers!
I'm a self-taught solo teenage dev working on Seastar, a unified build system and dependency manager for C and C++. It is capable of compiling and linking projects, managing recursive dependencies and headers, and even has a template system -- your C++ library is one `seastar new mylib --lang c++ --lib` away! Also, everything is configured in TOML, because TOML is awesome.
C is one of my favorite languages, but I usually end up writing stuff in Rust because I love Cargo. Unli

Hey HN, recently Apple release their own container manager tooling, but it's missing a "compose-like" tool.
I'm building this CLI as a side-project and a way to help on the usage with the main tool.
It's in a early version, then at the moment I'm trying to be as much as possible compatible with `docker-compose` config file, and in the current version we're supporting two commands: `up` and `down`.
Comments URL: https://
