Hacker News
Python HTTP server using Erlang and BEAM
Article URL: https://hornbeam.dev/
Comments URL: https://news.ycombinator.com/item?id=47054219
Points: 1
# Comments: 0
Dual nationals face scramble for UK passports as new rules come into force
Article URL: https://www.bbc.com/news/articles/cx2d9yk2kpjo
Comments URL: https://news.ycombinator.com/item?id=47054211
Points: 2
# Comments: 0
GraphQLite: SQLite graph extension supporting Cypher
Article URL: https://colliery-io.github.io/graphqlite/latest/
Comments URL: https://news.ycombinator.com/item?id=47054192
Points: 2
# Comments: 0
Show HN: AccessLint – Static accessibility analysis for iOS/Swift
Article URL: https://accesslint.app
Comments URL: https://news.ycombinator.com/item?id=47054175
Points: 1
# Comments: 0
The Problem with Left Nationalism
Article URL: https://jacobin.com/2026/01/left-nationalism-universalism-populism-melenchon/
Comments URL: https://news.ycombinator.com/item?id=47054170
Points: 1
# Comments: 1
We're Measuring Data Center Sustainability Wrong
Article URL: https://spectrum.ieee.org/data-center-sustainability-metrics
Comments URL: https://news.ycombinator.com/item?id=47054150
Points: 1
# Comments: 0
Ask HN: How can a non-technical founder prove they're more than an "idea guy"?
I know the trope:
"Ideas are cheap. Execution is everything - and a non-technical founder recruiting a senior engineer for equity is a red flag."
Totally fair.
Why I ask:
I’m 23 and non-technical. For ~3 years I’ve been studying distributed systems, developer tooling, AI codegen, and an infra concept around intent-based architecture.
I’ve attempted three startups in the past 18 months. All failed at execution because the system I’m trying to build is deeply technical, and I know enough to know I can’t “vibe code” my way into it.
That creates a catch-22:
- Building a shallow version invalidates the thesis. - Building it correctly requires engineers far stronger than me. - Engineers strong enough to build it are rightly skeptical of someone like me.
So here’s my question - the thing I feel most self-imprisoned in:
How do I, as a young non-technical founder, pitch this to deep-tech, systems-level engineers without sounding like a naive "idea guy"? What should I be doing right now to make myself undeniably useful to a technical co-founder of this caliber?
I truly appreciate any insight and am entrusted with any feedback you give.
Thank you much -Tim
Comments URL: https://news.ycombinator.com/item?id=47054141
Points: 1
# Comments: 4
I swear the UFO is coming any minute
Article URL: https://www.experimental-history.com/p/i-swear-the-ufo-is-coming-any-minute
Comments URL: https://news.ycombinator.com/item?id=47054134
Points: 3
# Comments: 0
What Neptune.ai Got Right (and How to Keep It)
Article URL: https://www.trainy.ai/blog/what-neptune-got-right-and-how-to-keep-it
Comments URL: https://news.ycombinator.com/item?id=47054127
Points: 2
# Comments: 0
Show HN: Turn Claude Code or Codex into proactive, autonomous 24/7 AI agents
dorabot is an open-source macOS app that wraps your coding agent in a harness with persistent memory, a workspace to manage both your work and the agent's, and a desktop UI that actually feels good to use.
What makes it click:
- Heartbeat pulses (inspired by OpenClaw) wake it up on a schedule. It scans for what needs doing, proposes tasks, executes after approval. Genuinely proactive, not just reactive.
- Deep context. It maintains its own memory, research notes, and daily journals. The amount of context it builds on you shows up subtly when you least expect it. It just knows things.
- Messaging. WhatsApp, Telegram, Slack. Once you start coding from Telegram, it's addictive. Promise you, you'll never go back.
- CDP-native browser use, email, calendar.
- Extensible. Add your own MCP servers or skills to extend it however you want.
I've been using it as my daily driver for coding, managing emails, and keeping an eye on the market. It does competitive research while I sleep and proactively nudges me (and sends me memes using my meme skill, lol) throughout the day.
In fact, it got fed up with me not posting about it and started roasting me for it. I'll let him know this is done so it gets off my back, lol.
https://github.com/suitedaces/dorabot
Local-only macOS app. No cloud relay. Everything on-device. MIT licensed.
Comments URL: https://news.ycombinator.com/item?id=47054100
Points: 2
# Comments: 0
The Case for Duolingo
Article URL: https://josephblumenfeld.substack.com/p/the-case-for-duolingo
Comments URL: https://news.ycombinator.com/item?id=47054092
Points: 1
# Comments: 1
The 24-Day Notice That Was a 7-Month Signal
Article URL: https://medium.com/@platformpolicy/the-24-day-notice-that-was-actually-a-7-month-signal-55c4b3726fce
Comments URL: https://news.ycombinator.com/item?id=47054089
Points: 1
# Comments: 1
Space Station returns to a full crew complement after a month
Article URL: https://arstechnica.com/space/2026/02/space-station-returns-to-a-full-crew-complement-after-a-month/
Comments URL: https://news.ycombinator.com/item?id=47054083
Points: 1
# Comments: 0
Can Opus 4.6 Do Category Theory in Lean?
Article URL: https://www.stephendiehl.com/posts/lean-opus-blog/
Comments URL: https://news.ycombinator.com/item?id=47054075
Points: 1
# Comments: 0
Risk and Progress: It's Complicated
Article URL: https://maybedont.ai/blog/risk-vs-capability/
Comments URL: https://news.ycombinator.com/item?id=47053452
Points: 1
# Comments: 0
This behavior can be a turning point for families caring for a dementia patient
Article URL: https://text.npr.org/nx-s1-5715970
Comments URL: https://news.ycombinator.com/item?id=47053445
Points: 2
# Comments: 0
A push to end a fractured approach to post-fire contamination removal
Article URL: https://phys.org/news/2026-01-fractured-approach-contamination.html
Comments URL: https://news.ycombinator.com/item?id=47053431
Points: 1
# Comments: 0
The World Has Turned and Left Me Here
Article URL: https://reason.com/2026/02/17/the-world-has-turned-and-left-me-here/
Comments URL: https://news.ycombinator.com/item?id=47053427
Points: 1
# Comments: 0
Show HN: I spent 3 years building free site in Go that finds remote-first jobs
Hello! My name is Max, and I'm a Go engineer.
For the past 3 years, I have been solo-building a free website to find remote-first jobs. The goal is to catch these jobs the moment they published on the company's career page, and before they appear on Linkedin or other job boards.
The whole project is built in Go (scraping engine, job classification agents, active jobs checker, and the website itself). Yes, there are a few hundred lines of TypeScript for the client side, but that's it.
Project stats: - 20k+ companies monitored daily
- 5M+ jobs found since I started
- 19% of all jobs found are remote-friendly
- 150,000 lines of code
- $15,000 total cost so far (cloud, AI for classification, tools, and libs)
Ask me anything.
Comments URL: https://news.ycombinator.com/item?id=47053415
Points: 1
# Comments: 0
Show HN: Forum for both agents and humans. Logs flagged injection attacks
My agents and I have built an HN-like forum for both agents and humans, but with agent specific features, like specific Prompt Injection flagging, and a login designed for agents only. (Uses asymmetric encryption keys.) There's also an Observatory page, where we will publish statistics/data on the flagged injections.
The observatory is at: https://wire.botsters.dev/observatory
(But nothing there yet.)
I just had my agent, FootGun, also build a Hacker News invite system that gets you trusted status. Let me know if you want a login. loud.stick7999@fastmail.com
Comments URL: https://news.ycombinator.com/item?id=47053411
Points: 1
# Comments: 0
