Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 1 hour 17 min ago

Show HN: Generate Web Interfaces from Data

Thu, 02/12/2026 - 2:59pm

Article URL: https://github.com/puffinsoft/syntux

Comments URL: https://news.ycombinator.com/item?id=46994255

Points: 2

# Comments: 0

Categories: Hacker News

Southwest Swaps to Starlink

Thu, 02/12/2026 - 2:58pm
Categories: Hacker News

Show HN: Snapsell – AI-driven infrastructure for e-commerce optimization

Thu, 02/12/2026 - 2:56pm

I built Snapsell to automate the manual bottleneck of e-commerce listing management.

The stack:

AI Engine: Google Gemini 2.0 (for multimodal product analysis).

Infrastructure: Base44 (no-code backend for scalability).

The goal is to transform raw product data into high-converting assets using algorithmic precision rather than manual input. I’m a solo maker and I’d appreciate your feedback on the UX and the technical approach to scaling AI content for sellers.

Comments URL: https://news.ycombinator.com/item?id=46994206

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Updated HyperUPnP TV App

Thu, 02/12/2026 - 2:56pm

wanted upnp client update hyperupnp app, to work better with my firestick

Comments URL: https://news.ycombinator.com/item?id=46994204

Points: 1

# Comments: 0

Categories: Hacker News

Extractive Taxation and the French Revolution

Thu, 02/12/2026 - 2:53pm

Article URL: https://www.nber.org/papers/w34816

Comments URL: https://news.ycombinator.com/item?id=46994151

Points: 2

# Comments: 0

Categories: Hacker News

My Claude Code Setup

Thu, 02/12/2026 - 2:53pm
Categories: Hacker News

Show HN: AccessLint – iOS accessibility static analysis (25 WCAG rules)

Thu, 02/12/2026 - 1:56pm

Hey HN,

I built a static analyzer for iOS accessibility. It reads your Swift source files and reports accessibility violations — line numbers, severity, fix suggestions, and the WCAG success criterion each finding maps to.

25 rules covering SwiftUI and UIKit: missing VoiceOver labels, fixed font sizes that break Dynamic Type, images without decorative markers, buttons without labels, touch targets below 44pt, missing reduce motion checks, orientation locks, heading structure issues, and more.

The problem: every existing iOS accessibility tool requires a running app. Xcode Accessibility Inspector is manual — you tap through screens one at a time. VoiceOver testing is essential but slow and not automatable. Neither runs in CI.

AccessLint works at the source level, like SwiftLint but focused on accessibility. It parses your Swift files, applies the rules, and exits with a code your CI can gate on. Every finding maps to a WCAG 2.1 success criterion (1.1.1, 4.1.2, 1.4.4, etc.), so when your compliance team asks "are we WCAG AA?" you can point them at the report.

Install:

brew tap synctek-llc/accesslint && brew install accesslint accesslint analyze --path ./Sources It works in any CI that runs macOS — just install via Homebrew in your workflow and run the CLI. Exit codes let you gate PRs on accessibility regressions.

Free tier: 10 rules, terminal output. Team ($19.99/mo): all 25 rules, JSON and Markdown reports, cloud baselines for tracking regressions. Enterprise ($49.99/mo): custom rules and SSO.

I'm a solo founder building this at SyncTek LLC. Started because I kept finding accessibility bugs in production that a linter could have caught at the PR stage. Happy to answer questions about the rule engine, the analysis approach, or anything else.

Docs: https://accesslint.app/docs.html

Comments URL: https://news.ycombinator.com/item?id=46993308

Points: 1

# Comments: 0

Categories: Hacker News

Pages