Hacker News
I pitched my anime idea to a Japanese producer
Article URL: https://sutanisurabu.substack.com/p/how-i-sold-my-anime-idea-to-a-japanese
Comments URL: https://news.ycombinator.com/item?id=47205725
Points: 1
# Comments: 1
Block and Tackle: Job Cuts and the AI Narrative
Article URL: https://om.co/2026/02/28/block-tackle-job-cuts-the-ai-narrative/
Comments URL: https://news.ycombinator.com/item?id=47205723
Points: 1
# Comments: 0
A Record Player Gave Me the Idea to Revive the Home Computer
Article URL: https://text.tchncs.de/r3nun0mxs9
Comments URL: https://news.ycombinator.com/item?id=47205704
Points: 1
# Comments: 0
Nets used to catch fish. Now they're catching Russian drones
Article URL: https://www.cnn.com/2026/02/01/europe/ukraine-fishing-farming-nets-drones-intl
Comments URL: https://news.ycombinator.com/item?id=47205696
Points: 1
# Comments: 0
Show HN: A CLI client for Tuta(nota) email
An unofficial read-only (for now) cli for tuta email.
Comments URL: https://news.ycombinator.com/item?id=47205690
Points: 1
# Comments: 0
Show HN: Vertex.js – A 1kloc SPA Framework
Vertex is a 1kloc SPA framework containing everything you need from React, Ractive-Load and jQuery while still being jQuery-compatible.
vertex.js is a single, self-contained file with no build step and no dependencies.
Also exhibits the curious quality of being faster than over a decade of engineering at Facebook in some cases: https://files.catbox.moe/sqei0d.png
Comments URL: https://news.ycombinator.com/item?id=47205659
Points: 1
# Comments: 0
Show HN: I rewrote SMTP-server for Bun without touching node:net
Hi HN, I'm the developer behind bun-smtp.
I've been using Bun recently and realized that while I could use existing Node.js libraries like the smtp-server package, I wanted an SMTP server specifically tailored to take advantage of Bun's native APIs and performance without the extra Node-compatibility overhead.
How it works under the hood: It's built on Bun.listen() for raw TCP server sockets, with all SMTP state transitions and line parsing handled in a serialized async drain loop that keeps command ordering intact without deadlocks. STARTTLS upgrades happen in-place via socket.upgradeTLS(), and the email body is delivered to the onData handler as a Web ReadableStream rather than a Node.js stream.
I built this mostly to solve my own itch, but I'd love for the community to tear into the code and tell me what I did wrong or how I can improve the TCP/buffer handling. Happy to answer any questions!
Comments URL: https://news.ycombinator.com/item?id=47205652
Points: 1
# Comments: 0
Show HN: Rust compiler in PHP emitting x86-64 executables
Article URL: https://github.com/mrconter1/rustc-php
Comments URL: https://news.ycombinator.com/item?id=47205650
Points: 2
# Comments: 1
Redis Patterns for Coding Agents
Article URL: https://redis.antirez.com/
Comments URL: https://news.ycombinator.com/item?id=47205646
Points: 1
# Comments: 0
Show HN: CANomaly-LSTM – Detecting CAN bus anomalies with deep learning
Article URL: https://github.com/Yigtwxx/CANomaly-LSTM
Comments URL: https://news.ycombinator.com/item?id=47205640
Points: 1
# Comments: 1
The JWKS Setup for Robust JWT Validation in Asp.net 10
Article URL: https://www.aaronpina.com/the-ultimate-jwks-setup-for-robust-jwt-validation-in-asp-net-10/
Comments URL: https://news.ycombinator.com/item?id=47205638
Points: 1
# Comments: 0
Flightradar24 for Ships
Article URL: https://atlas.flexport.com/
Comments URL: https://news.ycombinator.com/item?id=47205637
Points: 1
# Comments: 0
Show HN: OneCamp – Self-Hosted Slack/Asana/Zoom/Notion Alternative
Launching in 6 days (March 7)!
OneCamp is a self-hosted unified workspace that combines real-time chat, tasks, video calls, and collaborative docs — no per-user fees, unlimited users, full data control.
We open-sourced the entire Next.js frontend so anyone can explore, fork, or contribute:
https://github.com/OneMana-Soft/OneCamp-fe
Key pieces of the architecture:
1. Real-time collaboration - Yjs + Hocuspocus (CRDT sync over WebSockets) - Tiptap editor + custom Node microservice - Redis caching + JSON/HTML transform to Go backend
2. WebRTC meetings + live transcription - Self-hosted LiveKit SFU - Custom Python agent pipes audio to Deepgram nova-2 → rebases timestamps → broadcasts transcripts
3. Polyglot persistence - PostgreSQL (source of truth) - Dgraph (graph relations) - OpenSearch (full-text search)
4. Observability - OpenTelemetry traces/logs to self-hosted HyperDX (ClickHouse backend)
Backend remains closed-source for now (Go 1.24 + Chi router + GORM + EMQX MQTT + Firebase FCM), with paid managed hosting option at launch.
Would love feedback, issues, PRs, or just thoughts on what you'd add next.
Repo: https://github.com/OneMana-Soft/OneCamp-fe Waitlist / early access ($9 one-time): https://onemana.dev
Thanks for looking!
Comments URL: https://news.ycombinator.com/item?id=47205636
Points: 1
# Comments: 0
Biggest day of Claude app downloads in history, by far
Article URL: https://xcancel.com/SashaKaletsky/status/2027987508500316571
Comments URL: https://news.ycombinator.com/item?id=47205624
Points: 1
# Comments: 0
Show HN: Free tool to see what keywords any website ranks for
Article URL: https://champsignal.com/tools/competitor-keyword-finder
Comments URL: https://news.ycombinator.com/item?id=47205615
Points: 1
# Comments: 1
PHP on the Desktop: BosonPHP for Ultra-High Performance Native Applications
Article URL: https://lionel-peramo.com/posts/php-desktop-native-applications-bosonphp/
Comments URL: https://news.ycombinator.com/item?id=47205613
Points: 2
# Comments: 0
OpenAI details layered protections in US defense department pact
Welcoming Elizabeth Barron as the New Executive Director of the PHP Foundation
Article URL: https://thephp.foundation/blog/2026/02/27/welcoming-elizabeth-barron-new-executive-director/
Comments URL: https://news.ycombinator.com/item?id=47205603
Points: 1
# Comments: 0
Who Owns Your ATProto Identity? Hint: It's Probably Not You
Article URL: https://kevinak.se/blog/who-actually-owns-your-atproto-identity-hint-its-probably-not-you
Comments URL: https://news.ycombinator.com/item?id=47205598
Points: 1
# Comments: 0
Why does C have the best file API?
Article URL: https://maurycyz.com/misc/c_files/
Comments URL: https://news.ycombinator.com/item?id=47205596
Points: 1
# Comments: 0
