Hacker News
Supreme Court rules most of Trump tariffs illegal
Article URL: https://www.cbsnews.com/news/supreme-court-tariffs-decision-trump/
Comments URL: https://news.ycombinator.com/item?id=47089272
Points: 1
# Comments: 0
Artisanal Code, AI, and the Right to Repair the Future
Article URL: https://geekyschmidt.com/post/2026-2-15-artisanal-code/
Comments URL: https://news.ycombinator.com/item?id=47089240
Points: 1
# Comments: 0
U.S. Supreme Court strikes down tariffs
Article URL: https://www.washingtonpost.com/national-security/2026/02/20/live-updates-supreme-court-tariffs-ruling-trump/
Comments URL: https://news.ycombinator.com/item?id=47089236
Points: 6
# Comments: 0
Trump's global tariffs struck down by US Supreme Court
Article URL: https://www.bbc.com/news/live/c0l9r67drg7t
Comments URL: https://news.ycombinator.com/item?id=47089213
Points: 44
# Comments: 4
What the Spring Festival robots show about China's technological prowess [video]
Article URL: https://www.youtube.com/watch?v=gfJTX1Y0ynM
Comments URL: https://news.ycombinator.com/item?id=47089210
Points: 1
# Comments: 1
Small numbers of Notepad++ users reporting security woes
Article URL: https://doublepulsar.com/small-numbers-of-notepad-users-reporting-security-woes-371d7a3fd2d9
Comments URL: https://news.ycombinator.com/item?id=47089191
Points: 3
# Comments: 0
West Virginia Claims That Apple Allows Sharing of Child Sexual Abuse Material
Article URL: https://www.nytimes.com/2026/02/19/technology/apple-west-virginia-lawsuit-child-sexual-abuse.html
Comments URL: https://news.ycombinator.com/item?id=47089165
Points: 1
# Comments: 0
I Verified My LinkedIn Identity. Here's What I Handed Over
Article URL: https://thelocalstack.eu/posts/linkedin-identity-verification-privacy/
Comments URL: https://news.ycombinator.com/item?id=47089153
Points: 3
# Comments: 0
HN Mastering Debate 101: Always impact your arguments [video]
Article URL: https://www.youtube.com/watch?v=uupzEr5O0bI
Comments URL: https://news.ycombinator.com/item?id=47089149
Points: 1
# Comments: 1
Trump overstepped executive power by imposing tariffs, Supreme Court rules
Article URL: https://www.theguardian.com/us-news/2026/feb/20/trump-supreme-court-tariffs-ruling
Comments URL: https://news.ycombinator.com/item?id=47089146
Points: 8
# Comments: 0
17 AI companies that raised $100M or more so far in 2026
Article URL: https://techcrunch.com/2026/02/17/here-are-the-17-us-based-ai-companies-that-have-raised-100m-or-more-in-2026/
Comments URL: https://news.ycombinator.com/item?id=47089140
Points: 2
# Comments: 0
Cketchbook: Collaborative drawing web app from scratch in C with no dependencies
Article URL: https://github.com/cedric-h/cketchbook
Comments URL: https://news.ycombinator.com/item?id=47089117
Points: 1
# Comments: 0
Ask HN: On-Device vs. Cloud Based LLMs
According to Claude, "the underlying infrastructure uses shared compute resources — many users' requests are handled across a pool of GPUs"
What is the size of this pool, ie how many GPUs would it take for an individual user to be able to run their own equivalent today? Let's assume the LLM is fully downloadable.
I ask, because, if LLMs stop improving exponentially, surely soon enough we will ALL be able to run un-quantised local LLMs of sufficient quality for day to day tasks.
Comments URL: https://news.ycombinator.com/item?id=47089104
Points: 1
# Comments: 0
Cothought: A Markdown zettelkasten journal for your life, in Claude Code
Article URL: https://cothought.ai
Comments URL: https://news.ycombinator.com/item?id=47089102
Points: 1
# Comments: 1
13h disruption in December after Kiro AI deleted and recreated an environment
Learning Resources vs. Trump, President of the United States [pdf]
Article URL: https://www.supremecourt.gov/opinions/25pdf/24-1287_4gcj.pdf
Comments URL: https://news.ycombinator.com/item?id=47089087
Points: 1
# Comments: 0
Show HN: OCD – Open-source Kanban dashboard for monitoring AI coding agents
I built a self-hosted dashboard for keeping tabs on AI agents (Claude Code, OpenCode, Codex, etc.) while they work. It's a Next.js app backed by SQLite that runs on a headless Mac Mini and is accessed over Tailscale.
Agents POST status updates to a REST API. You get a drag-and-drop Kanban board with 6 status columns, parent/child task hierarchy (3 levels deep), comments, sprint management, velocity tracking with burndown charts, and 7 analytics chart types. Messages are encrypted at rest with NaCl secretbox.
The whole thing binds to 127.0.0.1 — nothing touches the open internet. Tailscale Serve handles HTTPS. No Postgres, no Redis, no Docker. Just SQLite and a Node process.
It's deliberately passive: the dashboard shows you what agents are doing, it doesn't orchestrate them. No auto-retries, no task reassignment, no unsupervised autopilot. You still have to check in.
What I want to build next: a unified message queue so any IDE terminal can push events without custom hooks, SSE to replace polling, and a proper notification pipeline for blocked tasks.
Repo: https://github.com/Keeeeeeeks/opencode-dashboard
Comments URL: https://news.ycombinator.com/item?id=47088528
Points: 1
# Comments: 0
Formula 1 races to screen live in U.S. IMAX theaters
Moebius: Modern ANSI and ASCII Art Editor
Article URL: https://github.com/blocktronics/moebius
Comments URL: https://news.ycombinator.com/item?id=47088501
Points: 1
# Comments: 0
Show HN: Iban.link – A memorable link for your IBAN
Hey HN, instant bank transfers are free now in Europe. So why do I still need PayPal to send someone 20 bucks? Especially when some providers share your transaction data with up to 600 companies. I just want to send money to a friend - not opt out of 600 ad partners one by one. The only annoying part: IBANs are 22+ characters and impossible to remember.
So I built iban.link. You get a short page (like iban.link/lisa) that shows your name, IBAN, and a scannable EPC QR code. Anyone can copy the IBAN or scan the QR directly with their banking app.
You can prefill amount and reference: iban.link/lisa#amount=25&ref=Pizza - uses hash fragments so the payment details never hit the server.
Stack: Bun, Hono, PostgreSQL, vanilla JS. No React, no bundler. Data encrypted at rest (AES-256-GCM).
Hope it's useful to some of you. Questions, ideas, feedback? Happy to hear it.
If you want to try it, feel free: iban.link/oliverjanssen#amount=20&ref=HN ;)
Comments URL: https://news.ycombinator.com/item?id=47088497
Points: 1
# Comments: 0
