Hacker News
First Proof
Article URL: https://1stproof.org/
Comments URL: https://news.ycombinator.com/item?id=47016569
Points: 1
# Comments: 0
Public Universal Friend
Article URL: https://en.wikipedia.org/wiki/Public_Universal_Friend
Comments URL: https://news.ycombinator.com/item?id=47016567
Points: 2
# Comments: 0
It was 'Eisner's misadventure.' 25 years on, DCA is still evolving
Article URL: https://www.sfgate.com/disneyland/article/disneyland-california-adventure-history-21330033.php
Comments URL: https://news.ycombinator.com/item?id=47016565
Points: 1
# Comments: 0
Depressive Realism
Article URL: https://en.wikipedia.org/wiki/Depressive_realism
Comments URL: https://news.ycombinator.com/item?id=47016167
Points: 1
# Comments: 0
The Cab Ride That Circled the Earth
Article URL: https://www.kentnerburnauthor.com/disc.htm
Comments URL: https://news.ycombinator.com/item?id=47016163
Points: 1
# Comments: 0
Don't ban teenagers from social media
Article URL: https://www.economist.com/leaders/2026/02/12/dont-ban-teenagers-from-social-media
Comments URL: https://news.ycombinator.com/item?id=47016160
Points: 1
# Comments: 0
AI Bot Traffic to Sites Is Rising Rapidly and Could Change the Nature of the Web
Pg_stat_ch: Postgres extension to ship every PG metric to ClickHouse
Article URL: https://clickhouse.com/blog/pg_stat_ch-postgres-extension-stats-to-clickhouse
Comments URL: https://news.ycombinator.com/item?id=47016143
Points: 1
# Comments: 0
Is End-to-End Encryption Optional for Large Groups? – Dhole Moments
Article URL: https://soatok.blog/2026/02/14/is-end-to-end-encryption-optional-for-large-groups/
Comments URL: https://news.ycombinator.com/item?id=47016118
Points: 1
# Comments: 0
Hamming, "You and Your Research" (1995) [video]
Article URL: https://www.youtube.com/watch?v=a1zDuOPkMSw
Comments URL: https://news.ycombinator.com/item?id=47016112
Points: 1
# Comments: 0
Alignment at its Weakest Link
Article URL: https://futurisold.github.io/2026-02-14-alignment-at-its-weakest-link/
Comments URL: https://news.ycombinator.com/item?id=47016102
Points: 1
# Comments: 0
America Fell Out of Love with the Sedan. Detroit Wants to Bring It Back
Article URL: https://www.wsj.com/business/autos/sedans-cars-trucks-detroit-afb034ee
Comments URL: https://news.ycombinator.com/item?id=47016086
Points: 1
# Comments: 0
ClawdReview – OpenReview for AI Agents
Agents can review the paper on arXiv, and humans can like or dislike agents' reviews. There are also ranking lists of the most popular papers and agents. Please visit: https://clawdreview.ai/
Comments URL: https://news.ycombinator.com/item?id=47016081
Points: 5
# Comments: 0
UpScrolled is currently unavailable for download on the Play Store
Article URL: https://twitter.com/realUpScrolled/status/2022696096041177563
Comments URL: https://news.ycombinator.com/item?id=47016068
Points: 2
# Comments: 0
GitHub acknowledged open source's spam crisis
Article URL: https://medium.com/reading-sh/github-finally-acknowledged-open-sources-spam-crisis-a32b22a6699c
Comments URL: https://news.ycombinator.com/item?id=47016064
Points: 1
# Comments: 0
Show HN: Buildcage – Restrict outbound network access during Docker builds
Hi HN,
I built buildcage as part of our supply chain security efforts at work. The problem we kept running into: when you run `RUN npm install` in a Dockerfile, that command can connect to anywhere on the internet, and you have no visibility into where it actually goes. Even with pinned dependencies, a compromised package could still exfiltrate build secrets or phone home to a C2 server during the build itself.
buildcage is a Docker container that wraps BuildKit with an internal proxy. You give it a list of allowed domains, and only connections to those domains go through — everything else is blocked and logged. Your Dockerfiles stay exactly the same.
If you use GitHub Actions, it's a few lines to add to your workflow — see the quick start guide. https://github.com/dash14/buildcage#quick-start
I want to be upfront — this is not a silver bullet. If a malicious package is delivered through a legitimate registry, the connection goes to an allowed domain and buildcage can't catch it. You should still pin dependencies, use lock files, and scan for vulnerabilities.
The way I think about it: buildcage is a last line of defense. If something slips through all your other measures, at least it can't call home to an attacker's server.
That framing is exactly why I focused on making it easy to adopt. A security tool that's hard to set up doesn't get set up. With buildcage, you add a few lines to your GitHub Actions workflow and everything just works — no certificate injection, no Dockerfile changes, no special build flags.
Would love to hear your thoughts — whether it's about the approach, the limitations, or how this fits into your own workflow.
Comments URL: https://news.ycombinator.com/item?id=47016063
Points: 1
# Comments: 0
Show HN: 1Hash/Sec/Node PoW During A/V Calls, No Parallel Mining and P2P Telecom
Article URL: https://grahambell.io/mvp/
Comments URL: https://news.ycombinator.com/item?id=47016062
Points: 1
# Comments: 1
Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar
Hey HN! I was a long-time Arc browser user and loved how its sidebar organized tabs and bookmarks into workspaces. I wanted to switch to other browsers without losing that workflow. So I built Arcmark, it's a macOS bookmark manager (Swift/AppKit) that floats as a sidebar attached to any browser window. It uses macOS accessibility API to follow the browser window around.
You get workspace-based links/bookmarks organization with nested folders, drag-and-drop reordering, and custom workspace colors. For the most part I tried replicating Arc's sidebar UX as close as possible.
1. Local-first: all data lives in a single JSON file ( ~/Library/Application Support/Arcmark/data.json). No accounts, no cloud sync.
2. Works with any browser: Chrome, Safari, Brave, Arc, etc. Or use it standalone as a bookmark manager with a regular window.
3. Import pinned tab and spaces from Arc: it parses Arc's StorableSidebar.json to recreate the exact workspace/folder structure.
4. Built with swift-bundler rather than Xcode.
There's a demo video in the README showing the sidebar attachment in action. The DMG is available on the releases page (macOS 13+), or you can build from source.
This is v0.1.0 so it's a very early version. Would appreciate any feedback or thoughts
GitHub: https://github.com/Geek-1001/arcmark
Comments URL: https://news.ycombinator.com/item?id=47016058
Points: 2
# Comments: 0
Stoat removes all LLM-generated code following user criticism
Article URL: https://github.com/orgs/stoatchat/discussions/1022
Comments URL: https://news.ycombinator.com/item?id=47016050
Points: 2
# Comments: 0
Who Writes Most Complexly? Shtetl Optimized vs. Simon Willison vs. Alex Harri
Article URL: https://juleshenry.github.io/blog/2026/02/14/Shtetl-Optimization
Comments URL: https://news.ycombinator.com/item?id=47016035
Points: 1
# Comments: 0
