Article URL: https://ev.medium.com/making-social-social-again-0126fa5c6ce8
Comments URL: https://news.ycombinator.com/item?id=42402086
Points: 31
# Comments: 25
https://ev.medium.com/making-social-social-again-0126fa5c6ce8
Article URL: https://richiejp.com/1d-reversible-automata
Comments URL: https://news.ycombinator.com/item?id=42401976
Points: 34
# Comments: 2
Article URL: https://blog.startifact.com/posts/humble-for-loop-rust/
Comments URL: https://news.ycombinator.com/item?id=42402897
Points: 3
# Comments: 0
Article URL: https://www.cs.umd.edu/~nakul/assets/papers/litefoot_sensys2024_nakul.pdf
Comments URL: https://news.ycombinator.com/item?id=42402411
Points: 20
# Comments: 3
https://www.cs.umd.edu/~nakul/assets/papers/litefoot_sensys2024_nakul.pdf

Article URL: https://automattic.com/2024/protecting-wordpress/
Comments URL: https://news.ycombinator.com/item?id=42402946
Points: 10
# Comments: 2
Hey HN!
Roughly 4 years ago I started building a lazy functional iteration library for JS/TS.
I had a few goals for the library:
- Supporting sync, sequential async, and concurrent async iteration
- Limiting it to a small number of orthogonal concepts that compose beautifully to solve problems
- Making it fully tree-shakeable
I built it for myself and have (mostly) been its only user as I refined it. I've used it in lots of personal projects and really enjoyed it.
I recently de

Article URL: https://www.propublica.org/article/glenmark-pharmaceuticals-recalls-fda-oversight
Comments URL: https://news.ycombinator.com/item?id=42399530
Points: 64
# Comments: 21
https://www.propublica.org/article/glenmark-pharmaceuticals-recalls-fda-oversight

I built an interactive explorer for Kubernetes resources spec
A few things included:
- Tree view with schema, type and description of all native resources - History changes since version X (properties added/removed/modified) - Examples of some resources that you can easily copy as a starting point - Supports all versions since X, including the newly released 1.32 - I also want to add support for popular CRD, but I’m not sure how I’ll do that yet, I’m open to suggestions!
Everything is