Hacker News
Oat – Ultra-lightweight, semantic, zero-dependency HTML UI component library
Article URL: https://oat.ink/
Comments URL: https://news.ycombinator.com/item?id=47021980
Points: 2
# Comments: 0
Claude Code Tips from the Guy Who Built It
Article URL: https://www.anup.io/35-claude-code-tips-from-the-guy-who-built-it/
Comments URL: https://news.ycombinator.com/item?id=47021964
Points: 2
# Comments: 0
I Turned an ESP32 into a Thermal USB Webcam
Article URL: https://www.youtube.com/watch?v=jyhVxC0ipE8
Comments URL: https://news.ycombinator.com/item?id=47021945
Points: 1
# Comments: 0
ByteDance Seed 2.0
Article URL: https://seed.bytedance.com/en/seed2
Comments URL: https://news.ycombinator.com/item?id=47021944
Points: 1
# Comments: 0
Gemini's mobile app inherits Google's location permissions
Article URL: https://support.google.com/gemini/answer/14554984?hl=en&co=GENIE.Platform%3DAndroid
Comments URL: https://news.ycombinator.com/item?id=47021922
Points: 1
# Comments: 0
Solve Everything
Article URL: https://solveeverything.org/
Comments URL: https://news.ycombinator.com/item?id=47021899
Points: 1
# Comments: 0
Jailbreaking Google Translate
Article URL: https://twitter.com/elder_plinius/status/2020933759533465658
Comments URL: https://news.ycombinator.com/item?id=47021896
Points: 1
# Comments: 0
Show HN: GPACalc – Free GPA and CGPA Calculator (4.0/5.0/10.0 scales)
Hi HN — I built GPACalc to help students quickly calculate GPA/CGPA and convert GPA to percentage across different grading systems (4.0, 5.0, and 10.0).
It also lets you estimate cumulative results from current CGPA, completed credits, and expected semester grades. It’s free, no sign-up, and mobile-friendly.
I’d really value feedback on:
missing grading scales or country systems confusing parts of the UX features that would make this more useful for students/counselors
Comments URL: https://news.ycombinator.com/item?id=47021885
Points: 1
# Comments: 1
Project Oberon: A Late Appraisal (2025)
Article URL: https://www.youtube.com/watch?v=hZyNFaojbew
Comments URL: https://news.ycombinator.com/item?id=47021880
Points: 1
# Comments: 0
Marching Morons; a Year in Books; AI Character Names
Article URL: https://bernoff.com/blog/marching-morons-a-year-in-books-ai-character-names-newsletter-4-february-2026
Comments URL: https://news.ycombinator.com/item?id=47021879
Points: 1
# Comments: 0
AI Shifts Concern from Technical Debt to Cognitive Debt
Article URL: https://margaretstorey.com/blog/2026/02/09/cognitive-debt/
Comments URL: https://news.ycombinator.com/item?id=47021878
Points: 3
# Comments: 0
Need Help, the Softraid and Lvm
I'm a novice. I'm asking this question not to cause any argument. I need to set up an internal server for the company. Initially, there were 8 4T hard drives. In the future, depending on business growth, it may increase to 32 or more. As a novice, I learned some knowledge about storage pools on the Internet. Only two cases met the requirements. Softraid and LVM. However, it's impossible to determine which one is more suitable for my needs. Additionally, I noticed that both of these technologies haven't had major feature upgrades for a long time. They seem to be quite mature. So I sincerely would like to ask which of these two technologies is more suitable for me. Thank you very much. Regardless of which one you prefer, please don't argue. Thank you again.
Comments URL: https://news.ycombinator.com/item?id=47021868
Points: 1
# Comments: 0
Engineers are becoming sorcerers – Future of software dev with OpenAI Sherwin Wu
Article URL: https://www.lennysnewsletter.com/p/engineers-are-becoming-sorcerers
Comments URL: https://news.ycombinator.com/item?id=47021857
Points: 1
# Comments: 0
Show HN: Ktrack – A simple, offline workout tracker
Article URL: https://play.google.com/store/apps/details?id=com.companyname.ktrack&hl=en
Comments URL: https://news.ycombinator.com/item?id=47021849
Points: 1
# Comments: 0
Show HN: DocSync – Git hooks that block commits with stale documentation
Hi HN,
I built DocSync because every team I've worked on has the same problem: documentation that was accurate when it was written and never updated after.
DocSync uses tree-sitter to parse your code and extract symbols (functions, classes, types). On every commit, a pre-commit hook compares those symbols against existing docs. If you added a function without documenting it, the commit is blocked.
How it works:
1. `clawhub install docsync` (free) 2. `docsync generate .` — generates docs from your code 3. `docsync hooks install` — installs a lefthook pre-commit hook 4. From now on, every commit checks for doc drift
Key design decisions: - 100% local — no code leaves your machine. Uses tree-sitter for AST parsing, not an LLM. - Falls back to regex if tree-sitter isn't installed - Uses lefthook (not husky) for git hooks — it's faster and language-agnostic - License validation is offline (signed JWT, no phone-home) - Free tier does one-shot doc generation. Pro ($29/user/mo) adds hooks and drift detection.
Supports TypeScript, JavaScript, Python, Rust, Go, Java, C/C++, Ruby, PHP, C#, Swift, Kotlin.
Landing page: https://docsync-1q4.pages.dev
Would love feedback on the approach. Is doc drift detection something your team would actually use?
Comments URL: https://news.ycombinator.com/item?id=47021705
Points: 1
# Comments: 0
ChatGPT "Physics Result" Reality Check: What It Did [video]
Article URL: https://www.youtube.com/watch?v=3_2NvGVl554
Comments URL: https://news.ycombinator.com/item?id=47021699
Points: 1
# Comments: 0
Zero Dependency Markdown Editor
Article URL: https://overtype.dev/
Comments URL: https://news.ycombinator.com/item?id=47021698
Points: 1
# Comments: 0
A Wave of Unexplained Bot Traffic Is Sweeping the Web
Article URL: https://www.wired.com/story/made-in-china-niche-websites-are-seeing-a-surge-of-mysterious-traffic-from-china/
Comments URL: https://news.ycombinator.com/item?id=47021689
Points: 1
# Comments: 0
Show HN: AI-optimized x86-64 assembly vs. GCC -O3 on three production kernels
Show HN: AI-generated assembly vs GCC -O3 on real codebases (300K fuzz, 0 failures) Three kernels extracted from real open source projects, optimized with AI-generated x86-64 assembly, verified with 100K differential fuzz each: KernelAI strategySpeedupVerdictBase64 decodeSSSE3 pshufb table-free lookup4.8–6.3xAI winsLZ4 fast decodeSSE 16-byte match copy~1.05xAI wins (marginal)Redis SipHashReordered SIPROUND scheduling0.97xGCC wins The base64 win: GCC can't auto-vectorize a 256-byte lookup table (it's a gather pattern). The AI replaces it with a pshufb nibble trick — 16 parallel lookups in one instruction, zero table accesses. 1.8 GB/s → 11.6 GB/s. The SipHash loss: on pure ALU kernels (adds, rotates, XORs), GCC's scheduler is already near-optimal. 300K total fuzz iterations, zero mismatches. Every result is one command to reproduce.
Comments URL: https://news.ycombinator.com/item?id=47021641
Points: 1
# Comments: 1
