frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Phoenix LiveView renders twice on first load

https://elixirdrops.net/d/9mrw2kg3
1•almirsarajcic•2m ago•0 comments

Saw This on R/Developerjobs

https://hiring.cafe/
1•buffer_overlord•4m ago•0 comments

Show HN: Resume Claude Code from a handoff file auto-save, snapshots, PR sharing

https://github.com/sofumel/claude-handoff-revive
1•sofumel•5m ago•0 comments

Bring Twitter Back by SauceyRed

https://addons.mozilla.org/en-US/firefox/addon/bring-twitter-back/
1•t0lo•5m ago•0 comments

You gotta deal with the boring part first

https://arnon.dk/you-gotta-deal-with-the-boring-part-first/
1•arnon•9m ago•0 comments

Flying solar-powered platform could deliver better internet from the air

https://www.technologyreview.com/2026/06/24/1138771/solar-powered-platform-delivers-better-internet/
1•joozio•9m ago•0 comments

Too many R packages: CRAN is inundated with submissions

https://rworks.dev/posts/too-many-R-packages/
2•ionychal•10m ago•0 comments

EmeraldWhale's .git/.env credential scraping is still running, ~2 years on

https://honeylabs.net/blog/credential-scraping-env-and-git
1•Robbedoes•16m ago•0 comments

RDS Extended Support: What It Costs to Stay on EOL Versions

https://www.usage.ai/blogs/aws/reserved-instances/rds/extended-support/
1•amansingh280901•16m ago•0 comments

Show HN: A way to respect all your user feedback and your time

https://www.triagely.net
2•Nair0•17m ago•0 comments

Archive.yesterday: an empirical study of the Streisand effect

https://gyrovague.com/2026/06/24/archive-yesterday-an-empirical-study-of-the-streisand-effect/
1•gyrovague-com•17m ago•0 comments

How long before we stop reading the code?

https://thenewstack.io/future-of-code-reviews/
3•tonkkatonka•21m ago•0 comments

Ask HN: Bootstrap founders, how do you distribute what you build?

1•akashwadhwani35•22m ago•0 comments

Buckets – know which user caused your database bill

https://github.com/Crossdeckhq/buckets-oss
1•Crossdeck•25m ago•0 comments

We know the official GTA 6 price – it's expensive, but not too bad

https://www.techradar.com/gaming/we-finally-know-the-official-gta-6-price-its-expensive-but-not-t...
1•spectral_beel•27m ago•2 comments

Tech Company Ranker

https://tech.bingo/?f=JTdCJTIyeCUyMiUzQSUyMmVzdF92YWx1YXRpb25fdXNkX2IlMjIlMkMlMjJ5JTIyJTNBJTIyZm9...
2•thisismytest•34m ago•0 comments

Show HN: Execlave – AI Agent Management Platform for Governance and Enforcement

https://www.execlave.com
1•rishitmavani•34m ago•0 comments

Medicine: Country Surgeon (1932)

https://time.com/archive/6748492/medicine-country-surgeon/
1•EndXA•34m ago•0 comments

LastPass confirms data breach after hacker compromises supply chain

https://www.techradar.com/pro/security/lastpass-confirms-data-breach-after-hacker-compromises-sup...
3•mistic92•35m ago•1 comments

ChatGPT Exporter – Export Conversations to PDF, Word, Google Docs

https://chromewebstore.google.com/detail/chatgpt-exporter-save-cha/ploaaddkflkapjfbfapmkmkefigedefp
2•quysala12•36m ago•1 comments

The Emergence of a New Paedophile Panic

http://guerrillademocracy.blogspot.com/2026/06/the-emergence-of-new-paedophile-panic.html
1•GDNews503AD•36m ago•0 comments

Show HN: How Loud Is My Hotel?

https://noise.vantezzen.io/
1•bennett_dev•37m ago•0 comments

Fate – a joke horoscope generator utility for Linux pids

https://github.com/cjd8/fate
1•cjd8•38m ago•1 comments

Carspreading' could lead to extra 2,600 crash deaths a year by 2040, study finds

https://www.theguardian.com/environment/2026/jun/24/carspreading-vehicle-size-crash-deaths-study
3•mellosouls•39m ago•0 comments

When typing is better than talking

https://alearningaday.blog/2026/06/23/when-typing-is-better-than-talking/
1•herbertl•39m ago•0 comments

Show HN: Fillr – Save web form as a preset and autofill with data you control

https://chromewebstore.google.com/detail/fillr-form-filler-test-da/peppngdnnhjpchacodkdadojgnafepdd
1•amineinai•39m ago•0 comments

Confluence Server Backup Reader

https://confuencereader.netlify.app/
1•valentynt•41m ago•0 comments

Functional Geekery – Fogus (2014)

https://web.archive.org/web/20200814221428/https://www.functionalgeekery.com/episode-3-fogus/
1•tosh•41m ago•0 comments

SEO Schema Markup

https://github.com/bilalnaseer/seo-schema-markup
1•wspycnews•45m ago•0 comments

Ask HN: How to avoid LLMs struggling with Lisp parens?

2•chriswarbo•48m ago•1 comments
Open in hackernews

The loop is here (reply to "The Coming Loop" by mitsuhiko)

https://pocoo.vaked.dev/posts/2026-06-24-the-loop-is-already-here
2•pocok0xRE•2h ago

Comments

pocok0xRE•2h ago
Armin's piece resonated. I've been running these loops for months — ultrawhale is a self-improving coding agent that dogfeeds itself on a 10s loop. (I'm `using` it daily, standalone mode is very buggy, but as a `subagent`, `gateway`, it's the orchestrator of my loops)

My extension: the loop has already escalated past "write loops that prompt Claude." Now loops write loops. The job shifts to holding the genesis contract — being clear about what you want the loop to become, because you won't be tracking the recursive depth yourself. LLMs do that part.

Also: this post was dictated on my phone, sent to Claude, synthesized into the article. The post is the example. - peter

adammarples•1h ago
Good to know I won't be reading it then, thanks for the heads up
pocok0xRE•1h ago
summarize it with a loop and get it's interesting score, cheers adam :)
coldtea•1h ago
>A loop is when a system's output becomes its next input. That's it

Not in programming speak.

In it, a loop is just a repeated execution construct. No need for feedback, and no need for any accumulator either.

What that describes is a feedback loop, and, if some extra restrictions apply, a closed loop.

>The system learns from what it just did and does the next thing differently.

That's not necessary either, even for a feedback loop. The system could just not "learn anything", do the same exact thing on each pass, and only the thing it acts upon changes (e.g. a microphone feedback loop doesn't learn or do something different each pass. It just does the same thing, but on top of the signal of the previous pass).

>When I showed this to a friend and said "watch, it's improving itself" — he looked at me like I had lost my mind. He was looking for the magic. There is no magic. It is just a loop. But loops, given enough time and a good feedback signal, do extraordinary things. Evolution is a loop. Markets are loops. The internet is a loop.

Aside from the obvious AI slop writing, nothing in the example he showed guarantees that this is "improving itself". Each iteration of the answer, as given back by the LLM can get increasingly worse, especially as the context window grows, or as something that shouldn't be there (e.g. a hallucination) in the previous answers becomes part of the later answers' focus, or the "roll of the dice" that's an LLM answer gets bad, and influences the future answers, and in other ways.

All 3 general examples are also problematic: evolution is not about improvement, but mere fit, and even given that, an organism can change via evolution into a no -longer-viable organism (fit for the previous evolutionary pressures, and disastrous once the environment changed). Markets of course crash or get worse (e.g. monopolistic, ineffective) all the time. And the internet is the perfect example of something going to shit over time.

>Chess engines. Protein folding. Recommendation systems. These all have loops. But they are domain-locked. You could not take the loop that plays chess and point it at your codebase.

Wrong again. Many old-style feedback loops where generic enough to be applied across domains. ML learning techniques like linear regression or genetic algorithms could be used in chess engines but also protein folding and elsewhere.

>LLMs changed this. The loop now works on language. And because almost everything humans do can be described in language — code, documentation, research, decisions, plans — the loop now works on almost everything.

Non sequitur. Previous loops worked on numbers, which are even more generic than natural language.

>When you can automate the production of your own training data, you have closed a loop that was previously open. And closed loops, unlike open ones, compound.

Nothing about a closed loop necessitates compounding, and nothing about an open loop prevents it.

>We are not just building coding loops. We are building living data machines. The dogfeed loop doesn't just produce code. It produces a dataset

This is not just slop. It's mega-slop.

>And it accumulates. Issue #18 in the ultrawhale tracker is literally titled "MASTER TRACKING: v100→v200 — THE SINGULARITY ROADMAP." I did not write that issue to be dramatic. I wrote it because that is what the loop produces when you let it run.

OK, that's enough blog reading for today...