frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Connectix RAM Doubler

https://computeradsfromthepast.substack.com/p/connectix-ram-doubler
1•myth_drannon•2m ago•0 comments

Building complex functions out of real parts

https://www.johndcook.com/blog/2026/05/22/complex-functions-real-parts/
1•ibobev•4m ago•0 comments

Real and Imaginary Parts

https://www.johndcook.com/blog/2026/05/23/real-and-imaginary-parts/
1•ibobev•4m ago•0 comments

Fitting the parameters of a Besace curve like the Meta logo

https://www.johndcook.com/blog/2026/05/27/the-meta-logo-and-fitting-besace-curves/
1•ibobev•5m ago•0 comments

Tabby's Star (KIC 8462852)

https://en.wikipedia.org/wiki/Tabby%27s_Star
1•Jimmc414•7m ago•0 comments

Language Modeling Materializes a World Model of Protein Biology [pdf]

https://biohub.ai/papers/esm_protein.pdf
1•y1zhou•10m ago•0 comments

Modos's open-hardware 13.3″ color e-paper monitor goes live on Crowd Supply

https://www.crowdsupply.com/modos-tech/modos-flow
1•Curiositry•12m ago•0 comments

Justice Dept. Is Said to Open Criminal Inquiry of E. Jean Carroll

https://www.nytimes.com/2026/05/27/us/politics/criminal-inquiry-e-jean-carroll-trump-accusations....
1•JumpCrisscross•13m ago•0 comments

Satire with Permits: A Brushed-Metal Pole Targeting Epstein Headed to Wisconsin

https://easternherald.com/2026/05/28/consentivus-pole-epstein-files-capitol-chaz-stevens-first-am...
1•ChazStevens•15m ago•0 comments

Ghost CMS flaw abused to push ClickFix attacks on sites

https://securityaffairs.com/192655/cyber-crime/ghost-cms-flaw-abused-to-push-clickfix-attacks-on-...
1•mooreds•15m ago•0 comments

Show HN: Verbum Vitae – Bible memorization [pt]

https://vvitae.com
1•barddoo•16m ago•0 comments

With coding agents, specs feel more like source code

https://blog.yushi91.com/blog/spec-is-the-new-source-code/
1•OldDod•21m ago•0 comments

Workshop: Sandboxed development environments on Ubuntu with a single command

https://discourse.ubuntu.com/t/introducing-workshop-launch-sandboxed-development-environments-on-...
2•zikani_03•26m ago•0 comments

Finding Miscompiles for Fun, Not Profit

https://newsletter.semianalysis.com/p/finding-miscompiles-for-fun-not-profit
1•tmoertel•27m ago•0 comments

Illinois Lawmakers Just Passed America's Strongest AI Safety Bill

https://www.wired.com/story/illinois-pass-major-ai-safety-law-pritzker/
3•droidjj•32m ago•4 comments

AI Cheats [pdf]

https://metr.org/risk-report-feb-mar-2026.pdf
1•brian_herman•42m ago•0 comments

One Job That Is Growing in the A.I. Era? Cybersecurity Experts

https://www.nytimes.com/2026/05/24/technology/ai-cybersecurity-jobs.html
1•mooreds•46m ago•0 comments

Two Researchers Are Rebuilding Mathematics from the Ground Up

https://www.quantamagazine.org/two-researchers-are-rebuilding-mathematics-from-the-ground-up-2026...
1•pseudolus•46m ago•0 comments

You Will Never Upload Your Mind: The ASML Machine vs. One Living Neuron

https://julianzoria.substack.com/p/why-you-will-never-upload-your-mind
2•JulianZoria•47m ago•0 comments

Google employee charged with $1M Polymarket insider trading bet on search term

https://www.cnbc.com/2026/05/27/google-employee-polymarket-insider-trading.html
7•pseudolus•47m ago•0 comments

Understanding CORS for API Developers

https://www.postpilot.dev/blog/understanding-cors-for-api-developers
2•anlac96_it•49m ago•0 comments

Yes, Designers Should Code

https://www.bitsandletters.com/ideas/what-is-a-design-engineer
1•demaree•52m ago•0 comments

Learning about food and myself at the "edge of the world"

https://medium.com/@mnm2163/learning-about-food-and-myself-at-the-edge-of-the-world-c1185a7c5b5f
1•mooreds•54m ago•0 comments

Can we have the day off?

https://mlsu.io/posts/day-off/
216•mlsu•57m ago•135 comments

Xerolith

https://xerolith.com/
3•XerolithAI•1h ago•0 comments

The Pioneer Anomaly

https://en.wikipedia.org/wiki/Pioneer_anomaly
1•Jimmc414•1h ago•0 comments

Woman without right hand charged for holding phone in right hand while driving

https://cbs12.com/news/local/florida-news-viral-tiktok-charges-dismissed-for-woman-without-right-...
8•hn_acker•1h ago•5 comments

Show HN: An update to our long-turn FreeCiv experience

https://freeciv.andrewmcgrath.info/
3•verelo•1h ago•0 comments

StumbleTV: Chat Roulette but for Exposed Webcams

https://stumbletv.alectrocute.workers.dev/c/2e6ff336f1235cc1
5•arm32•1h ago•1 comments

The millionaires tax was pitched as a $2B revenue source. It's blown past that

https://www.bostonglobe.com/2026/05/25/metro/millionaires-tax-massachusetts/
4•ceejayoz•1h ago•0 comments
Open in hackernews

My 600 Hours with AI Coding Assistants: A Practical Comparison

2•bv_dev•1y ago
After spending over 600 hours using various AI coding assistants over the past 3 months, I wanted to share my experience for those navigating this rapidly evolving landscape.

What I Mean by "Agentic Mode" First, to clarify: by "agentic mode," I'm referring to the assistant's ability to understand project context, reason through multi-step problems, and autonomously make coherent code changes across files without constant hand-holding. True agency means the tool can maintain context across interactions and execute on high-level directions.

The Current Landscape (May 2025) Augment Code - Current go-to tool despite higher costs

Strengths: Maintains context remarkably well across complex refactors; actually understands project structure; can implement feature requests that span multiple files Weaknesses: More expensive than alternatives ($30/month vs $20 for others); occasional hallucinations when venturing outside codebase context Best for: Complex refactoring tasks and implementing features that span multiple files

Windsurf - Slightly edges out Cursor for agentic capabilities

Strengths: Better context retention than Cursor; decent file traversal; good understanding of code relationships Weaknesses: Can get quite stuck in their full agentic mode as it starts editing things. While they have removed their flow credits part, it is still painful to watch it go completely out of context. Best for: Mid-size projects where you need moderate autonomy

Cursor - Popular but underwhelming for true agentic work

Strengths: Good IDE integration; clean interface; works reasonably well for single-file tasks. I like the ability to Cmd+K and insert a bulk of code in the middle. Also, I like the @Docs feature to bring latest documentation for popular libraries.

Weaknesses: Context falls apart in agentic mode; often loses track of previous instructions; requires excessive prompting Best for: Single-file optimizations and modifications, but not complex cross-file tasks

Claude Code - Declining quality since public beta

Strengths: Used to have superior reasoning and contextual understanding 3 months ago Weaknesses: Super expensive (like always), but recent updates have significantly degraded agentic capabilities; now requires much more hand-holding than before as it goes compleltely off base. Best for: Simple tasks that don't require deep contextual understanding Note: Most disappointing decline in quality - was previously much more capable. I spent $500 in Feb-Mar and thought it was worth.

Cline, Roo, and Aider - Conceptually interesting but practically limited

Strengths: Cline has good terminal integration; Roo offers interesting visualization; Aider has straightforward CLI Weaknesses: All three struggle with maintaining context; limited understanding of project structure; frequent need to repeat instructions Best for: Very simple, isolated coding tasks or experiments

Real-world Performance Differences The gap between these tools becomes most apparent when trying to implement complex features. For example, when asked to "add user authentication with email verification to my Express app":

Augment Code: Identified relevant files, added middleware, routes, and email service integration, then explained how the pieces fit together Windsurf/Cursor: Added authentication to single files I pointed at but needed explicit instructions for each additional component Others: Generally required file-by-file guidance with frequent context reminders

Conclusion If budget isn't a concern, Augment Code currently offers the most truly agentic experience, but still has a long way to go. For more budget-conscious developers, Windsurf slightly edges out Cursor for agentic capabilities, though both still require significant guidance for complex tasks.

Comments

SoMomentary•1y ago
I'm always surprised by people sleeping on GitHub Copilot. Is this because people truly don't find any value in it?
bv_dev•1y ago
I have used Github copilot since their beta release in 2023 and I don't find it anywhere near good these days. Automplete was good, but the industry has moved way beyond 2025. Copilot is slightly worse than Cursor which is itself a pretty average tool now. If you use truly agentic code generation, you won't be able to go back to Github Copilot.
SoMomentary•1y ago
You don't consider copilots agent mode to be agentic? I've had some pretty great results with agent mode + mcp to have it check it's own work.