Feed aggregator
Ask HN: How to Be Alone?
For the first time in my life, at 38, I'm alone. When I was 18 I basically moved out of my parents' straight in with my highschool sweetheart, and we were together ever since. That chapter of my life is over now, and I'm finding the adjustment very difficult.
There are a few parts to the difficulty. One is that when I have something to say about my day, there's nowhere to say it; no one on HN cares whether I fixed up the blinds or cooked pork steaks. I hang out in an IRC chatroom for that, but sometimes nobody's around for hours.
Another is that weekends are hard. I used to be in a house filled with life each weekend, and now it's me and my dog (and my cat, when he decides to grace me with his presence). Having animals helps somewhat, but it's still hard simply being alone with myself for ~60 hours.
I'm also finding it difficult to think of things to do. My default action is to play games, but it feels empty, both because I used to be able to play games alongside someone else and because I have no one to share the cool moments with.
I understand that many of you find alone-ness to be natural, and even required. All I can say is that I haven't ever lived that way. I sometimes panic when it's been too long since I've seen another person.
There are the usual suggestions: go to the dog park more often, pick something and build it, read books, hop on dating sites, find a hobby, and so on. But I'm finding it hard to actually do any of that. I would blame depression, but I have a great psychiatrist who has me on antidepressants, anti-anxiety meds, and mood stabilizers.
I work remote, and that's currently my main way to gratify social cravings. But it's not a consistent way, since the time zone difference is quite large (I'm -7 hours vs them).
Everything feels hollow now. That's the main thing that's hard to adjust to. I was hoping for some psychological tricks to deal with that, or just to hear stories from other people who have had to undergo similar situations. In many ways it feels like being imprisoned, except at least in prison there are other inmates to socialize with. "Solitary confinement with internet" is probably a better analogy.
I was hoping to hear from anyone in the community who's transitioned from a family dynamic to being on your own, and to learn from any lessons you've picked up along the way. Or just to hear some stories in general about your experiences. Thanks.
Comments URL: https://news.ycombinator.com/item?id=47296547
Points: 3
# Comments: 1
Lazy JWT Key Rotation in .NET: Redis-Powered JWKS That Just Works
Article URL: https://www.aaronpina.com/lazy-jwt-key-rotation-in-net-redis-powered-jwks-that-just-works/
Comments URL: https://news.ycombinator.com/item?id=47296532
Points: 1
# Comments: 0
Mem9: Persistant Memory for OpenClaw
Article URL: https://mem9.ai/
Comments URL: https://news.ycombinator.com/item?id=47296505
Points: 1
# Comments: 0
STS2 Resource Megathread – Everything I've bookmarked since EA launch
Article URL: https://slaythespire2.space/
Comments URL: https://news.ycombinator.com/item?id=47296498
Points: 1
# Comments: 0
The Future We Feared Is Here
Article URL: https://www.nytimes.com/2026/03/08/opinion/ai-anthropic-claude-pentagon-hegseth-amodei.html
Comments URL: https://news.ycombinator.com/item?id=47296490
Points: 3
# Comments: 1
Show HN: Vigil – see which apps use your Mac's camera or microphone
Hi HN,
I built Vigil, a small macOS menu bar utility that shows which apps are using your camera or microphone.
macOS already shows the green/orange privacy indicator dots, but it doesn't show which application triggered them. If you have multiple apps open (Zoom, browsers, Slack, etc.), it can be difficult to know which one is actually accessing the device.
Vigil runs in the menu bar and monitors camera and microphone access in real time. When a device becomes active it attempts to attribute usage to the responsible application and displays the app name and icon.
Some technical details:
- real-time monitoring with ~2 second polling - multiple detection signals (hardware access via IOKit, CoreMediaIO state, and permission correlations) - per-app attribution when possible - notifications when devices become active - activity history with configurable retention
The app works on both Intel and Apple Silicon Macs.
Everything runs locally — there is no telemetry and no network communication.
I built it because I wanted more visibility into camera/mic access than the system indicators provide.
Happy to answer questions or hear feedback.
Comments URL: https://news.ycombinator.com/item?id=47296483
Points: 1
# Comments: 0
INDB – Epistemological engine, signed memory, zero-knowledge storage
Article URL: https://indb.tech
Comments URL: https://news.ycombinator.com/item?id=47296319
Points: 1
# Comments: 1
When you do the Iranian drone math, the US has a big problem
Article URL: https://www.youtube.com/watch?v=aBeH0Sq1KRg
Comments URL: https://news.ycombinator.com/item?id=47296312
Points: 1
# Comments: 0
Why Your Roadmap Is a Lie
Article URL: https://productbet.io/blog/why-your-roadmap-is-a-lie
Comments URL: https://news.ycombinator.com/item?id=47296309
Points: 1
# Comments: 0
AI Tool for Smarter Workflows
Article URL: https://www.getvoila.ai/ai-tools
Comments URL: https://news.ycombinator.com/item?id=47296306
Points: 1
# Comments: 0
Apple's 512GB Mac Studio vanishes, a quiet acknowledgment of the RAM shortage
Article URL: https://arstechnica.com/gadgets/2026/03/apples-512gb-mac-studio-vanishes-a-quiet-acknowledgement-of-the-ram-shortage/
Comments URL: https://news.ycombinator.com/item?id=47296302
Points: 1
# Comments: 1
What I learned trying to block web scraping and bots
Article URL: https://developerwithacat.com/blog/202603/block-bots-scraping-ways/
Comments URL: https://news.ycombinator.com/item?id=47296291
Points: 1
# Comments: 0
Show HN: Deploy-logv – View Vercel and Netlify deployment logs from terminal
I built a small CLI tool to stop alt-tabbing to Vercel/Netlify dashboards every time a deploy fails.
Install: npm i -g deploy-logv What it does: - List recent deployments with status (logv vercel --list) - View logs for a specific deploy (logv vercel -d dpl_xxx) - Filter by error/warning (--filter error) - Works with both Vercel and Netlify It runs 100% locally — just set your API token as an env var and go. GitHub: https://github.com/arikmozh/logv
Comments URL: https://news.ycombinator.com/item?id=47296286
Points: 1
# Comments: 0
Pike: To Exit or Not to Exit
Article URL: https://tomjohnell.com/pike-solving-the-should-we-stop-here-or-gamble-on-the-next-exit-problem/
Comments URL: https://news.ycombinator.com/item?id=47296284
Points: 1
# Comments: 0
Lost in Translation: What the AI code debate keeps getting wrong
Article URL: https://newsroom.ibm.com/blog-lost-in-translation-what-the-ai-code-debate-keeps-getting-wrong
Comments URL: https://news.ycombinator.com/item?id=47296281
Points: 2
# Comments: 0
Show HN: API versioning for Laravel – one codebase, support old versions forever
Stripe supports API versions going back to 2014 from a single codebase. Each version is handled by transformation layers, not duplicate controllers.
I built this package to bring that pattern to Laravel.
Each old version gets a transformer class with two methods:
- upgradeRequest() — converts old payload to current format before your controller runs - downgradeResponse() — converts response back to old format before it leaves
The middleware chains them automatically across versions. Your controllers never change.
Supports 4 version detection strategies: URL prefix, header, query param, Accept header. Ships with deprecation headers (Sunset, Deprecation), artisan commands for changelog and audit.
composer require jayanta/laravel-api-versionist
Comments URL: https://news.ycombinator.com/item?id=47296279
Points: 1
# Comments: 1
Show HN: Laravel middleware that logs attacks-injection, XSS, bots, never blocks
Built this after running a SaaS with zero visibility into who was probing it.
One middleware, drop it in, and it starts logging SQL injection, XSS, RCE, directory traversal, scanner bots (sqlmap, nikto, burp suite), DDoS patterns, Log4Shell — 130+ patterns total.
It never blocks anything. Purely passive — every request goes through normally. So no risk of breaking your app.
Two things I'm most proud of:
- Evasion resistance: payloads are normalized before matching so UNION/*/SELECT and double URL encoding (%2527) don't slip through - Confidence scoring (0–100) per threat based on match count, context, and user-agent signals
Also ships with a dark-mode dashboard, Slack alerts, and 15 REST API endpoints.
composer require jayanta/laravel-threat-detection
Comments URL: https://news.ycombinator.com/item?id=47296276
Points: 2
# Comments: 1
I built a deterministic COBOL verification engine
Article URL: https://old.reddit.com/r/mainframe/comments/1ri92bw/i_built_a_deterministic_cobol_verification_engine/
Comments URL: https://news.ycombinator.com/item?id=47296275
Points: 1
# Comments: 0
Show HN: RepackAI – Turn long-form content into platform-native social posts
Client-side tool that takes long-form content and generates platform-specific versions for Twitter/X, LinkedIn, Instagram, and email newsletters. Pure frontend, BYOK (bring your own key), content never leaves the browser. Single HTML file, no build step.
Comments URL: https://news.ycombinator.com/item?id=47296265
Points: 1
# Comments: 0
Segagaga Has Been Translated into English
Article URL: https://www.thedreamcastjunkyard.co.uk/2026/02/segagaga-has-finally-been-translated.html
Comments URL: https://news.ycombinator.com/item?id=47296259
Points: 1
# Comments: 0
