frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Understanding Linux: The Kernel Perspective

https://leanpub.com/linuxkernel
1•teleforce•3m ago•0 comments

Ignoring personas leaves money on the table

https://www.searchcraft.io/posts/the-persona-pay-off-quadruple-your-roi
1•charpie•5m ago•1 comments

Feudalism Is Our Future

https://www.theatlantic.com/magazine/archive/2025/07/government-privatization-feudalism/682888/
1•paulpauper•9m ago•0 comments

Ask HN: How is the latest Open AI Codex?

3•raydenvm•16m ago•0 comments

Delivery Hero, Glovo hit with $376M EU antitrust fine

https://www.reuters.com/sustainability/boards-policy-regulation/delivery-hero-glovo-hit-with-376-mln-eu-antitrust-fine-2025-06-02/
2•riffraff•22m ago•0 comments

Visualizing Database Query Optimizer Plan and Cost Search Space (2005) [pdf]

https://www.vldb.org/conf/2005/papers/p1228-reddy.pdf
1•tanelpoder•27m ago•0 comments

Caltech Develops Drone That Smoothly Transitions from Flight to Four-Wheeling

https://www.core77.com/posts/137150/Caltech-Develops-Drone-That-Smoothly-Transitions-from-Flight-to-Four-Wheeling
1•surprisetalk•29m ago•0 comments

Televes

https://www.nopicnic.com/televes
1•surprisetalk•30m ago•0 comments

Machine Code Isn't Scary

https://jimmyhmiller.com/machine-code-isnt-scary
1•surprisetalk•32m ago•0 comments

Neovim now has a ':restart' command

https://github.com/neovim/neovim/issues/32484
1•fork-bomber•32m ago•0 comments

VC money is fueling a global boom in worker surveillance tech

https://restofworld.org/2025/employee-surveillance-software-vc-funding/
6•devonnull•40m ago•0 comments

No AI, no job. These companies are requiring workers to use the tech

https://www.washingtonpost.com/business/2025/06/03/ai-workplace-duolingo-shopify-employees/
4•f1shy•40m ago•1 comments

"The Echo Chamber": How I Helped an AI Write the First AI-Authored Novel

https://github.com/brian-naughton/the-echo-chamber/blob/main/reflections/making-of-article.md
1•MaysonL•41m ago•0 comments

Exploring Postgres SQL plan execution "expected" vs. "actual" metrics visually

https://jnidzwetzki.github.io/2025/06/03/art-of-query-optimization.html
1•tanelpoder•46m ago•0 comments

Beyond long Covid – how reinfections could be causing long-term organ damage

https://www.cbc.ca/radio/quirks/beyond-long-covid-1.7485888
1•colinprince•47m ago•0 comments

Show HN: GenFoo, a suite of AI chat skins

https://www.genfoo.com/
1•matias_ciruelos•51m ago•0 comments

English Wine Cask Units

https://en.wikipedia.org/wiki/English_wine_cask_units
1•AceyMan•51m ago•1 comments

Nuclear-Powered Aircraft

https://en.wikipedia.org/wiki/Nuclear-powered_aircraft
1•nstj•53m ago•0 comments

Stack2Flat - Flatten your whole system in seconds

https://Stack2Flat.com
2•kalokagathia•57m ago•0 comments

'Inflammaging' Drives Cancer–and Points to New Treatments

https://www.wsj.com/health/inflammation-cancer-rates-treatment-542513e7
2•voisin•58m ago•0 comments

Ask HN: Would you hire a dev who offers 1 day of work up front, no commitment?

3•codebytrial•1h ago•6 comments

Success can feel so close but so infinitely far away (2023)

https://blurry.substack.com/p/how-success-can-feel-so-close-but
2•thoughtpeddler•1h ago•1 comments

Diabolus Ex Machina

https://amandaguinzburg.substack.com/p/diabolus-ex-machina
2•bryanrasmussen•1h ago•0 comments

I have slightly longer timelines than some of my guests

https://www.dwarkesh.com/p/timelines-june-2025
1•aberoham•1h ago•0 comments

Ask HN: Since AI, do you feel less attached to your code? (as a craft)

1•benguild•1h ago•0 comments

The past, present and future of virtual environments in Python [video]

https://www.youtube.com/watch?v=CV8KRvWKYDw
1•vismit2000•1h ago•0 comments

"AI will replace all the jobs " Is Just Fluff

https://sparktoro.com/blog/ai-will-replace-all-the-jobs-is-just-tech-execs-doing-marketing/
2•arlattimore•1h ago•0 comments

Alasdair MacIntyre, Philosopher Who Saw a 'New Dark Ages,' Dies at 96

https://www.nytimes.com/2025/06/02/books/alasdair-macintyre-dead.html
2•paulpauper•1h ago•0 comments

Ask HN: Do indie bio labs and projects exist in modern genetic engineering?

2•speakfreely•1h ago•0 comments

My days collecting Mexican art, part I

https://marginalrevolution.com/marginalrevolution/2025/06/my-days-collecting-mexican-art-part-i.html
1•paulpauper•1h ago•0 comments
Open in hackernews

Ask HN: Cursor is productive for an hour, then burns my application down

7•campervans•1d ago
I can control it well for an hour or two using .md files, and breaking everything down into small tasks, but then out of nowhere it burns everything down, goes into 10x technical debt and replaces everything with placeholders

Comments

Fin_Code•1d ago
You are working against LLM attention. A LLM looks at a conversation and focuses on its attention points. Usually the start and end. Your previous work falls into the out of attention space and gets nuked.

If your asking how to have everything attention we currently can't.

gravez•1d ago
can you explain a bit more what do you mean by burning down? and what do you use .md files for? Documenting the code?
HenryBemis•1d ago
My code (that ChatGPT writes for me is from 500 to 1000 lines). Every 5-7 versions, it starts messing things up.

I keep the working versions on a Word file on a Landscape, A3, 3 columns (version number, comment/changelog, the_code)(yes, cheap, scalable, easy).

So, every 5-7 versions, I start a new chat. I ask ChatGPT to read/write a summary/description of the code, and then I proceed to ask it for new changes/enhancements.

matternous•1d ago
Wait until you learn about git
yb6677•18h ago
One tip I have found - start new conversations windows when changing focus, so it doesn’t refer to history and make wild assumptions.