frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Knuth Test Using Claude Sonnet 4.6 problem 1.1.1

1•daly•2h ago
Knuth Art Of Computer Programming V1 p9:

[1] The values of variables m and n, can be interchanged using t = m, then m = n, then n = t. Show how the values of four variables (a,b,c,d) can be rearranged to (b,c,d,a) by a sequence of replacements. In other words, the new value of a is to be the original value of b, etc. Try to use the minimum number of replacements.

======================================================================== Claude Sonnet 4.6 ========================================================================

We want to transform (a, b, c, d) → (b, c, d, a) Using a temporary variable t, here is the sequence:

t = a a = b b = c c = d d = t

Trace through to verify:

Step.: a b c d t Start: a b c d — t = a: a b c d a a = b: b b c d a b = c: b c c d a c = d: b c d d a d = t: b c d a a

Result: (a, b, c, d) → (b, c, d, a)

This uses 5 replacements, which is the minimum needed — one to save the displaced value of a into t, three to shift b→a, c→b, d→c, and one final step to place the saved value into d.

Colobot

https://en.wikipedia.org/wiki/Colobot
1•Nition•1m ago•0 comments

MDM is dead. Long live ACE?

https://bayton.org/blog/2026/03/mdm-is-dead-long-live-ace/
1•p2detar•2m ago•0 comments

JavaScript Isn't Scheme (2013)

https://journal.stuffwithstuff.com/2013/07/18/javascript-isnt-scheme/
1•Tomte•2m ago•0 comments

"Clinejection" Turned an AI Bot into a Supply Chain Attack – Snyk

https://snyk.io/blog/cline-supply-chain-attack-prompt-injection-github-actions/
1•Daviey•4m ago•0 comments

How do you recruit accessibility testers without attracting bad actors?

https://seemeplease.com/test-with-us
1•SeeMePlease•7m ago•1 comments

I Hate Matlab: How an IDE, a Language, and a Mentality Harm (2017)

https://neuroplausible.com/matlab
1•Tomte•9m ago•0 comments

Show HN: Alt – No-code API load testing tool

https://www.apiloadtest.com
1•dbdoc•13m ago•0 comments

GPL upgrades via section 14 proxy delegation

https://runxiyu.org/comp/gplproxy/
7•weinzierl•14m ago•0 comments

Unlocking Python's Cores:Energy Implications of Removing the GIL

https://arxiv.org/abs/2603.04782
1•runningmike•14m ago•1 comments

Using time travel to remotely debug faulty DRAM (2020)

https://julialang.org/blog/2020/09/rr-memory-magic/
1•tosh•15m ago•0 comments

Ask HN: Feedback on a Rust graph algorithm framework?

1•salistellix•16m ago•0 comments

Bristol social media 'School Wars' trend blamed for attack on 12-year-old girl

https://www.itv.com/news/westcountry/2026-03-05/bristol-social-media-school-wars-trend-blamed-for...
1•DropDead•18m ago•0 comments

Show HN: AI pull request reviewer that analyzes Git diffs

1•bolitupac•21m ago•0 comments

Cursor: Build agents that run automatically

https://cursor.com/blog/automations
3•helloplanets•27m ago•0 comments

Show HN: Tool that simulates how visitors psychologically experience websites

https://human-psychology-simulator.thequantumgrove.io/
1•HPSimulator•27m ago•0 comments

Scholze: "For me, mathematics started with Grothendieck"

https://old.reddit.com/r/math/comments/1rl6yyf/scholze_for_me_mathematics_started_with/
1•iNic•29m ago•0 comments

How to Build a Personal Intelligence Agency

https://www.operator.io/blog/build-a-personal-intelligence-agency
1•david_shi•29m ago•0 comments

Show HN: Mt – Knowledge graph with spaced repetition

https://github.com/odosui/mt
1•yanis_t•30m ago•0 comments

Ask HN: For solopreneurs – how to you solve architecture?

1•rkuodys•32m ago•0 comments

Show HN: Utter, a free local dictation and meeting notes app for Mac and iPhone

https://utter.to/
2•hubab•33m ago•0 comments

"I'm obviously taking a risk here by advertising emoji directly."

https://unsung.aresluna.org/im-obviously-taking-a-risk-here-by-advertising-emoji-directly/
2•tobr•42m ago•0 comments

C++ Performance Improvements in MSVC Build Tools v14.51

https://devblogs.microsoft.com/cppblog/c-performance-improvements-in-msvc-build-tools-v14-51/
1•pjmlp•43m ago•0 comments

Ladybird browser update (February 2026) [video]

https://www.youtube.com/watch?v=Y3tteHSrJlY
3•radikalerludwig•43m ago•1 comments

JSR: The open-source package registry for modern JavaScript and TypeScript

https://jsr.io/
1•maxloh•47m ago•0 comments

DTOs at the Speed of Plain PHP

https://www.dereuromark.de/2026/03/02/dtos-at-the-speed-of-plain-php/
1•that_guy_iain•47m ago•0 comments

Show HN: I measured my context switching by scanning Git commits

https://github.com/MuhammadBaibarsZainUlAbideen/context-tracker
1•muhammadbaibars•48m ago•1 comments

Show HN: Introducing Kite AI Agent: Conversational Operations for Kubernetes

https://github.com/kite-org/kite/discussions/409
1•xdasf•48m ago•0 comments

Online harassment is entering its AI era

https://www.technologyreview.com/2026/03/05/1133962/online-harassment-is-entering-its-ai-era/
1•joozio•49m ago•0 comments

Cursor is now available in IntelliJ and other JetBrains IDEs through ACP

https://cursor.com/blog/jetbrains-acp#coding-with-cursor-in-jetbrains-ides
1•saharshpruthi•51m ago•1 comments

Show HN: Claude Code for iPad – Agentic AI coding tool with file ops, Git, shell

1•reviewpulse•55m ago•0 comments