Hacker News
Go 1.22, SQLite, and Next.js: The "Boring" Back End
Article URL: https://mohammedeabdelaziz.github.io/articles/go-next-pt-2
Comments URL: https://news.ycombinator.com/item?id=46923133
Points: 1
# Comments: 0
Laibach the Whistleblowers [video]
Article URL: https://www.youtube.com/watch?v=c6Mx2mxpaCY
Comments URL: https://news.ycombinator.com/item?id=46923127
Points: 1
# Comments: 1
Slop News - HN front page hallucinated as 100% AI SLOP
Article URL: https://slop-news.pages.dev/slop-news
Comments URL: https://news.ycombinator.com/item?id=46923107
Points: 1
# Comments: 1
Economists vs. Technologists on AI
Article URL: https://ideasindevelopment.substack.com/p/economists-vs-technologists-on-ai
Comments URL: https://news.ycombinator.com/item?id=46923097
Points: 1
# Comments: 0
Life at the Edge
Article URL: https://asadk.com/p/edge
Comments URL: https://news.ycombinator.com/item?id=46923071
Points: 2
# Comments: 0
RISC-V Vector Primer
Article URL: https://github.com/simplex-micro/riscv-vector-primer/blob/main/index.md
Comments URL: https://news.ycombinator.com/item?id=46923051
Points: 3
# Comments: 1
Show HN: Invoxo – Invoicing with automatic EU VAT for cross-border services
Hey HN,
I'm a solo founder running a service business through an Estonian e-Residency company (OÜ). Every time I invoiced a client in another EU country, I had to manually check if reverse charge applies, validate their VAT number on VIES, and figure out the correct tax treatment. I got tired of Googling the same rules over and over, so I built the tool I wanted.
Invoxo automatically determines the correct VAT treatment for each invoice based on seller/buyer countries, VAT registration status, and buyer type. It covers:
- VIES VAT number validation (real-time, with proof retention) - Reverse charge auto-detection for EU B2B - OSS handling for B2C digital services - Immutable tax records locked at issuance
The tax engine routes every invoice through a regime-specific decision system — no hardcoded rules in the UI layer. Tax payloads are versioned and hashed for audit.
It's built for service businesses only — no goods, no customs, no margin schemes. That constraint keeps the tax logic correct rather than approximately correct.
Stack: Laravel, TaxRegimeRouter that isolates each regime's decision logic, treatments, and payload schemas.
14-day free trial, plans from €19/month.
Happy to answer questions about EU VAT edge cases or the architecture.
Comments URL: https://news.ycombinator.com/item?id=46923046
Points: 2
# Comments: 0
A Tale of Two Standards, POSIX and Win32 (2005)
Article URL: https://www.samba.org/samba/news/articles/low_point/tale_two_stds_os2.html
Comments URL: https://news.ycombinator.com/item?id=46923027
Points: 2
# Comments: 0
Ask HN: Is the Downfall of SaaS Started?
With AI agents and how powerful they are becoming, is the downfall of SaaS started?
What will be left, who will have a moat and what moat?
Comments URL: https://news.ycombinator.com/item?id=46923018
Points: 3
# Comments: 0
Flirt: The Native Backend
Article URL: https://blog.buenzli.dev/flirt-native-backend/
Comments URL: https://news.ycombinator.com/item?id=46923009
Points: 2
# Comments: 0
OpenAI's Latest Platform Targets Enterprise Customers
Article URL: https://aibusiness.com/agentic-ai/openai-s-latest-platform-targets-enterprise-customers
Comments URL: https://news.ycombinator.com/item?id=46922998
Points: 1
# Comments: 0
Goldman Sachs taps Anthropic's Claude to automate accounting, compliance roles
Article URL: https://www.cnbc.com/2026/02/06/anthropic-goldman-sachs-ai-model-accounting.html
Comments URL: https://news.ycombinator.com/item?id=46922987
Points: 3
# Comments: 5
Ai.com bought by Crypto.com founder for $70M in biggest-ever website name deal
Article URL: https://www.ft.com/content/83488628-8dfd-4060-a7b0-71b1bb012785
Comments URL: https://news.ycombinator.com/item?id=46922985
Points: 1
# Comments: 1
Big Tech's AI Push Is Costing More Than the Moon Landing
Article URL: https://www.wsj.com/tech/ai/ai-spending-tech-companies-compared-02b90046
Comments URL: https://news.ycombinator.com/item?id=46922977
Points: 4
# Comments: 0
The AI boom is causing shortages everywhere else
Article URL: https://www.washingtonpost.com/technology/2026/02/07/ai-spending-economy-shortages/
Comments URL: https://news.ycombinator.com/item?id=46922969
Points: 2
# Comments: 0
Suno, AI Music, and the Bad Future [video]
Article URL: https://www.youtube.com/watch?v=U8dcFhF0Dlk
Comments URL: https://news.ycombinator.com/item?id=46922958
Points: 1
# Comments: 2
Watermark API – $0.01/image, 10x cheaper than Cloudinary
Article URL: https://api-production-caa8.up.railway.app/docs
Comments URL: https://news.ycombinator.com/item?id=46922912
Points: 1
# Comments: 1
Now send your marketing campaigns directly from ChatGPT
Article URL: https://www.mail-o-mail.com/
Comments URL: https://news.ycombinator.com/item?id=46922898
Points: 1
# Comments: 1
Queueing Theory v2: DORA metrics, queue-of-queues, chi-alpha-beta-sigma notation
Article URL: https://github.com/joelparkerhenderson/queueing-theory
Comments URL: https://news.ycombinator.com/item?id=46922849
Points: 1
# Comments: 0
Show HN: Hibana – choreography-first protocol safety for Rust
Hi HN — I just open-sourced Hibana and hibana-agent.
Hibana is an Affine MultiParty Session Types (MPST) runtime for Rust.
It targets protocol drift in distributed systems. Instead of maintaining separate hand-written state machines in each component, you define interaction once as a global choreography and project role-local behavior at compile time. At runtime, only valid protocol transitions are executable, so invalid moves such as skipping, reusing, or taking the wrong branch are rejected by the protocol model.
The practical value is that one global source of truth replaces multiple hand-written state machines and removes a class of protocol-drift bugs.
Core repo: https://github.com/hibanaworks/hibana
One concrete example is hibana-agent, which demonstrates the same model on an AI agent workflow: allowed action paths are defined in choreography, and only those transitions are executable at runtime.
Example app: https://github.com/hibanaworks/hibana-agent
Comments URL: https://news.ycombinator.com/item?id=46922840
Points: 3
# Comments: 0
