Feed aggregator
Shaping 0-1 with Claude Code
Article URL: https://twitter.com/rjs/status/2020184079350563263
Comments URL: https://news.ycombinator.com/item?id=46935951
Points: 1
# Comments: 0
Michael Pollan Says Humanity Is About to Undergo a Revolutionary Change
Article URL: https://www.nytimes.com/2026/02/07/magazine/michael-pollan-interview.html
Comments URL: https://news.ycombinator.com/item?id=46935935
Points: 1
# Comments: 0
Credentials for Linux: Bringing Passkeys to the Linux Desktop
Article URL: https://alfioemanuele.io/talks/2026/02/01/fosdem-2026-credentials-for-linux.html
Comments URL: https://news.ycombinator.com/item?id=46935931
Points: 1
# Comments: 0
Show HN: Computerscienceresources.com – A Crowdsourced Learning Platform
The best CS resources shouldn't be hidden in newsletters, GitHub repos, and outdated blog posts. ComputerScienceResources.com brings them together in one organized, community-driven hub. Explore curated learning materials for data science, algorithms, databases, infrastructure, and every corner of computer science. Join learners at every level who are discovering, sharing, and growing together.
Comments URL: https://news.ycombinator.com/item?id=46935930
Points: 1
# Comments: 0
Ask HN: How do you handle Canadian income tax brackets in software?
I’ve worked on a few tools that need Canadian income tax brackets (federal and provincial) for calculations, projections, or estimators. This is not about sales tax or invoicing.
I was surprised there doesn’t seem to be a clean, structured, versioned source that’s easy to consume, especially once you factor in provincial differences and historical years.
When you need this kind of data, how do you usually handle it? Do you scrape the CRA site, hard-code values, rely on spreadsheets, or just avoid the problem entirely?
Genuinely curious if I’m missing an obvious solution.
Comments URL: https://news.ycombinator.com/item?id=46935908
Points: 1
# Comments: 0
Tell HN: Claude Code freezes on long inputs
Just a PSA in case anyone else is careful with their context but sometimes wants to paste some long reply in the text entry part. Claude code (latest version, Claude Code v2.1.34 running Opus 4.6) will freeze if you type a long input (the limit is around 1,400 characters or so, about one very long paragraph.) You can test it reliably by typing more than this amount and it will freeze every time, losing the conversation history until that point.
Comments URL: https://news.ycombinator.com/item?id=46935899
Points: 1
# Comments: 0
Best HDMI Cables in 2026
Bolt.new's COO on going from near-shutdown to $40M ARR in 5 months
Show HN: mdnb, a 100% native macOS Markdown editor
I historically have switched between Apple Notes and Obsidian.
I built mdnb as a hybrid of both— it's a fully native mac app that lets you edit markdown with the same interaction as Obsidian. I plan to keep it minimal & have no plans to add a plugin system like Obsidian. Instead will build a curated first class featureset into the editor, not unlike Zed editor.
It will always be free to use. Feedback is welcome!
Comments URL: https://news.ycombinator.com/item?id=46935379
Points: 1
# Comments: 0
Mdserve 1.0: Markdown Preview for Coding Agents
Article URL: https://jrfernandez.com/mdserve-1.0/
Comments URL: https://news.ycombinator.com/item?id=46935374
Points: 1
# Comments: 0
Cognitive Terminal Velocity
Article URL: https://trevoro.net/posts/2026-01-02-software-cognitive-terminal-velocity
Comments URL: https://news.ycombinator.com/item?id=46935353
Points: 1
# Comments: 0
Everyone is now an (underpaid) CTO
Article URL: https://ossama.is/blog/disparity
Comments URL: https://news.ycombinator.com/item?id=46935349
Points: 1
# Comments: 0
Iconstack
Article URL: https://iconstack.lovable.app/
Comments URL: https://news.ycombinator.com/item?id=46935347
Points: 1
# Comments: 0
ShellScope – open-source flight recorder for transient Windows processes
I built this tool because I kept seeing random terminal windows flash on my screen for a split second. I could never open Task Manager fast enough to catch them or see what they were executing.
ShellScope is a local flight recorder for these transient processes. It monitors the creation of terminal instances (cmd, powershell, wt) and logs their activity to a local SQLite database.
The architecture consists of two parts: 1. A Python backend that uses WMI (Windows Management Instrumentation) to hook into Win32_ProcessStartTrace events. This allows it to capture the process name, the parent process ID, and the full command line arguments before the process terminates. 2. A Flutter frontend that visualizes the logs in real time.
Current features in this MVP: Captures processes that live for less than 100ms. Logs full command line arguments to help identify hidden scripts. Highlights suspicious keywords (like "-enc" or "hidden"). Stores all data locally with no cloud dependency.
I am currently using WMI for the monitoring layer. I am aware this has some latency compared to a kernel driver, but it was easier to implement for an MVP.
I would appreciate feedback on the architecture, specifically on moving from WMI to ETW (Event Tracing for Windows) for better performance.
Project Page: https://shiks2.github.io/shellscope
Comments URL: https://news.ycombinator.com/item?id=46935337
Points: 1
# Comments: 0
What Bleeds Through
Article URL: https://futurisold.github.io/2026-02-08-what-bleeds-through/
Comments URL: https://news.ycombinator.com/item?id=46935307
Points: 1
# Comments: 0
Show HN: Standardized robot brain with hardware safety – 10 patents in 4 days
I'm a solo inventor in rural Pennsylvania. Over four days last week, I filed 10 provisional patents (70 claims, $650 total) describing a complete hardware specification for a standardized AI compute module for robots -- what I've been calling a "robot brain."
The spec defines three standardized sizes (drone to surgical robot), a universal connector system (the Manufacturer Interface Module, or MIM) so any brain works with any robot body, and a hardware safety architecture where a dedicated safety processor on its own power rail physically controls whether the AI processors receive electricity.
That last part is the point. Every AI safety system I've seen is software watching software. This design puts a hardware kill switch between the AI and the power supply. The AI can't prevent its own shutdown -- it's the same Safe Torque Off principle that industrial motor controllers have used for decades, applied to AI compute for the first time.
The formal spec name is the Standardized Autonomous Safety Module (SASM). Think ATX for robot brains -- standardized form factor, universal connector, safety built into the hardware.
I built all of this working alongside AI, using an open-source context management system I created that gives AI assistants persistent memory across sessions. The tool I built to solve AI's memory problem became the tool that let me design a robot brain. Several of the patents describe the context management system itself.
Open-source tool: https://github.com/RobSB2/CxMS
Happy to answer questions about the hardware spec, the safety architecture, or the experience of filing 10 patents in four days as a solo inventor.
Comments URL: https://news.ycombinator.com/item?id=46935294
Points: 1
# Comments: 0
Writing a ledger-CLI Language Server Protocol with Claude
Article URL: https://www.frdmtoplay.com/ledger-lsp/
Comments URL: https://news.ycombinator.com/item?id=46935286
Points: 1
# Comments: 0
Puma 3D Printed Multimodality Microscope
Article URL: https://github.com/TadPath/PUMA
Comments URL: https://news.ycombinator.com/item?id=46935272
Points: 1
# Comments: 0
Ask HN: Suggestions for General Tech forums without AI anxiety
At this point not only the front page of hacker news, but the new page of hacker news is totally inundated with blog posts about people complaining about or otherwise worried about about generative AI.
Are there any other general technical forums, where this is not the dominant narrative?
I say “generally technical” because places like less wrong and lobsters are not general in the same way as HN
Comments URL: https://news.ycombinator.com/item?id=46935259
Points: 1
# Comments: 0
