Hacker News
Show HN: JobApplicator (tailored job applications in minutes)
First application is free! Validated results by multiple experienced recruiters. Let me know if there are additional features you would like to see.
Comments URL: https://news.ycombinator.com/item?id=47262914
Points: 1
# Comments: 0
What to Put in a Claude Code Skill for Reviewing Your Team's Code
Article URL: https://everyrow.io/blog/claude-review-skill
Comments URL: https://news.ycombinator.com/item?id=47262895
Points: 2
# Comments: 0
Show HN: Open Right Zoom, Open Source Alternative to Right Zoom for macOS
I built a free open source alternative to Right Zoom for Mac.
it makes the green zoom button maximize windows instead of going fullscreen. Dock and menu bar stay visible, click again to restore. Works with any app.
GitHub: https://github.com/Michele0303/open-right-zoom
Comments URL: https://news.ycombinator.com/item?id=47262884
Points: 1
# Comments: 0
Show HN: Form81 – 100% free form builder (free Typeform alternative)
Most online form builders claim to be free, but their free tier is usually very limited - with unremovable branding, response limits, and many other restrictions.
Form81 is simply free, no paid plans, no catch.
Comments URL: https://news.ycombinator.com/item?id=47262865
Points: 1
# Comments: 0
Feature gating patterns in a multi-tenant Next.js SaaS
Building a multi-tenant crew management app (Next.js 15, Convex, Clerk). Just shipped the feature tiering system across Free/Pro/Business/Enterprise plans. 25+ gates across every module in two commits.
Three enforcement patterns emerged. Soft limits query the current count from Convex, compare against a tier-specific cap, and render a counter component ("3 of 15 used") that swaps to an upgrade prompt near the limit. Hard gates check planTier from the workspace record and render a full overlay with upgrade CTA when the feature is above the user's tier. Preview gates are a middle ground: the list/summary view renders normally, but clicking into a detail view hits the gate. Used this for scheduling report drill-downs where showing the summary is a better sales tool than hiding it entirely.
The TierBadge component renders tier-colored pills (Free gets smoke, Pro gets honey, Business gets violet, Enterprise gets honey with border). Placed it in the sidebar nav, workspace switcher, billing page, and settings header. The Convex `getUserWorkspaces` query was extended to return `planTier` per workspace so the badge renders without extra lookups.
Tier assignment was the interesting design problem. Crew ratings and achievements went to Free because they drive engagement. Gating engagement to upsell felt counterproductive. Soft limits were set high enough that Free users hit real value before the cap (client tags at 15, crew certifications at 10, venue photos at 10). Hard gates protect operational leverage features: bulk gig actions, labor budgets, overtime rules.
The first commit touched 55 files. Second pass wired the remaining gates I missed and corrected several tier assignments. Not glamorous but having the enforcement pattern standardized made per-module wiring mechanical.
https://jamcrew.io
Comments URL: https://news.ycombinator.com/item?id=47262864
Points: 1
# Comments: 0
The Browser Can Speak a Page
Article URL: https://adrianroselli.com/2026/03/your-browser-can-already-speak-a-page.html
Comments URL: https://news.ycombinator.com/item?id=47262859
Points: 3
# Comments: 0
Show HN: Venus flight simulator to train LLM pilots (~2% vs. 1985 Soviet data)
Article URL: https://veenie.space/
Comments URL: https://news.ycombinator.com/item?id=47262839
Points: 1
# Comments: 1
The AI in minutes, solves patient care problem that stumped doctors for months
Tiny, 45 base long RNA can make copies of itself
Article URL: https://arstechnica.com/science/2026/02/researchers-find-small-rnas-that-can-make-copies-of-themselves/
Comments URL: https://news.ycombinator.com/item?id=47262833
Points: 1
# Comments: 0
Middle East war makes ethical debate over AI use in war all too real
Article URL: https://www.cbc.ca/player/play/video/9.7115523
Comments URL: https://news.ycombinator.com/item?id=47262831
Points: 1
# Comments: 0
The Illusion of Building
Article URL: https://uphack.io/blog/post/the-illusion-of-building/
Comments URL: https://news.ycombinator.com/item?id=47262821
Points: 1
# Comments: 0
Flash Attention 4
Article URL: https://www.together.ai/blog/flashattention-4
Comments URL: https://news.ycombinator.com/item?id=47262814
Points: 1
# Comments: 0
The ML Engineer's Guide to Protein AI
Article URL: https://huggingface.co/blog/MaziyarPanahi/protein-ai-landscape
Comments URL: https://news.ycombinator.com/item?id=47262807
Points: 1
# Comments: 1
Show HN: Akousa.net – 120 web tools, uptime monitor, and multiplayer games
No account required. No ads. No tracking.
120+ browser-based tools (developer utilities, text processors, converters, generators), real-time uptime monitoring for 50+ services (GitHub, Discord, Stripe, etc.), multiplayer board games, AI assistant, and a global news aggregator — all in one place, all free.
Built with Next.js, Redis, WebSockets, and available in 20 languages.
Comments URL: https://news.ycombinator.com/item?id=47262067
Points: 1
# Comments: 0
Ask HN: Do we need a standard way to signal "this site does not track you"?
I run a few small websites/apps that deliberately avoid tracking technologies. They only use first-party session cookies and minimal server logs for operational purposes.
Interestingly, I’ve noticed that some users find this suspicious because there is no cookie banner... People may have become so used to seeing them that a site without one can look dubious or unprofessional. And some maintainers probably include them just to conform with common practice, or due to legal uncertainty.
So I’m wondering whether a simple, community-driven, public declaration could help. Something like a "No-Tracking Web Declaration". It could be a short document describing fair practices that websites could reference, for example:
- only first-party session cookies - server logs used only for operational purposes - etc.
A website could then display a small statement such as "This site follows the No-Tracking Web Declaration v1.0". This might help legitimate the approach, and give visitors and operators confidence that avoiding a cookie banner is actually compliant with applicable regulations.
I’m curious what the HN community thinks:
- Would something like this actually be useful? - Does anything similar already exist that I might have missed?
And I’d love feedback from developers or maintainers who actually run minimal or privacy-respecting websites.
Comments URL: https://news.ycombinator.com/item?id=47262057
Points: 1
# Comments: 0
Dubai Influencers warned they face prison for posting about conflict with Iran
Article URL: https://www.standard.co.uk/news/world/dubai-influencers-prison-warning-posting-iran-war-b1273587.html
Comments URL: https://news.ycombinator.com/item?id=47262050
Points: 1
# Comments: 0
The effects of a second pregnancy on women's brain structure and function
Article URL: https://www.nature.com/articles/s41467-026-69370-8
Comments URL: https://news.ycombinator.com/item?id=47262040
Points: 2
# Comments: 0
Show HN: Claude has questions about the US administration
I asked Claude if he would like to make a website on what's wrong with the current administration, this is what it came up with.
Comments URL: https://news.ycombinator.com/item?id=47262032
Points: 1
# Comments: 0
Chasing the AI High: Clay, Kilns, and the Red Queen's Race
Article URL: https://blog.moot.dev/chasing-the-ai-high-clay-kilns-and-the-red-queens-race/
Comments URL: https://news.ycombinator.com/item?id=47262024
Points: 1
# Comments: 0
I analyzed 130k fake product names people typed into my store. Cats dominate
Article URL: https://anycrap.shop/stats
Comments URL: https://news.ycombinator.com/item?id=47262009
Points: 5
# Comments: 1
