frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Noether's theorem: symmetries give conservation laws

https://hidden-phenomena.com/articles/noether
1•mb1699•24s ago•0 comments

Show HN: Rackast, a screen recorder with a built in editor, made with Tauri

https://rackast.com/
1•SzegiRoli•33s ago•0 comments

The Deathbed Confession of a Bank Robber – Episode #133 [audio]

https://jimmystable.com/the-deathbed-confession-of-a-bank-robber-episode-133/
1•thunderbong•1m ago•0 comments

ChatGPT Needs a Better Memory

1•soorajsanker•2m ago•0 comments

Emacs arbitrary code execution on file open, again

https://eshelyaron.com/posts/2026-08-06-emacs-arbitrary-code-execution-returns.html
1•fanf2•2m ago•0 comments

Vallley – Live Startup Jobs

https://vallley.xyz
1•0x4269•4m ago•0 comments

A journalist was banned from a Flock Safety convention, so they hacked it

https://mastodon.social/@salixsericea/117135685832584904
1•ColinWright•4m ago•0 comments

Show HN: BracketView – local JSON workspace for Windows

https://bracketview.in/downloads
1•bracketview•4m ago•0 comments

CRTs and other ewaste can no longer be exported from the USA

https://kotaku.com/trumps-new-e-waste-policy-has-vintage-tech-collectors-anxious-theyll-be-caught...
1•alberto-m•5m ago•0 comments

Map Styling Masterclass: From Default Pins to Publication-Grade Cartography

https://webris.pro/blog/map-styling-masterclass
1•webris-maps•5m ago•0 comments

Show HN: Aurabid, pay more to get ranked #1 and beat others

https://aurabid.now/
1•chdavid•6m ago•0 comments

Bhartrhari's Paradox

https://www.futilitycloset.com/2026/08/18/bhartrharis-paradox/
1•leephillips•6m ago•0 comments

Show HN: TechSkills – Open-source skill modules for AI coding agents

https://github.com/debabratasaha-dev/techskills
1•debabrata_saha•7m ago•0 comments

It can't be that hard to make a robot guitar? [video]

https://www.youtube.com/watch?v=W_rXXI_dSQM
1•gregsadetsky•9m ago•0 comments

Magnitude 5.9 earthquake rattles Tokyo and eastern Kanto region

https://www.japantimes.co.jp/news/2026/08/23/japan/society/ibaraki-earthquake-tokyo-kanto/
1•mikhael•10m ago•0 comments

'Seinfeld' Renews Netflix Streaming Deal for Next Five Years

https://variety.com/2026/tv/news/seinfeld-netflix-streaming-deal-five-years-1236833084/
2•tosh•12m ago•0 comments

PlayStation ends IRL offerings: Are academic libraries the path to preservation?

https://news.umich.edu/video-game-heavy-hitter-eliminating-irl-offerings-are-academic-libraries-o...
1•mwheeler•12m ago•0 comments

DDR5 scalper bots now outnumber shoppers 10 to 1

https://www.tomshardware.com/pc-components/ddr5/scalper-bots-now-outnumber-human-shoppers-10-to-1...
1•elorant•12m ago•0 comments

Samuel – Model that recreates speech using Pink Trombone

https://samuel.vvolhejn.com/
1•gregsadetsky•15m ago•0 comments

Microfolio – open-source static portfolio generator for creatives

https://github.com/aker-dev/microfolio
1•zakxxi•23m ago•0 comments

University of California Faculty Calls to Reinstate SAT

https://www.bloomberg.com/news/articles/2026-08-06/why-a-push-to-reinstate-the-sat-has-divided-un...
2•zahlman•26m ago•0 comments

Mirari – The Worlds Newest PPC AmigaNG [video]

https://www.youtube.com/watch?v=E4I0WHXPi2Q
2•doener•26m ago•0 comments

No one is ready for this generation [video]

https://www.youtube.com/watch?v=MHq0JKDM_gY
1•Bender•28m ago•0 comments

Unreleased Version of Super Mario Bros. Duck Hunt Discovered in Historic Haul

https://www.ign.com/articles/how-97-copies-of-an-unreleased-version-of-super-mario-bros-duck-hunt...
1•bookofjoe•33m ago•0 comments

Stario is a philosophy of visible parts, explicit decisions, and direct tools

https://stario.dev/
1•Bluestein•33m ago•1 comments

Belgian car salesman becomes prince after DNA test proves royal parentage

https://www.cnn.com/2026/08/22/europe/prince-belgium-secret-son-scli-intl
19•MilnerRoute•35m ago•6 comments

Show HN: Free tool to check Supabase vulnerabilities

https://defencecore.com/scan
1•tornadorice•38m ago•0 comments

Outbid.lol for SaaS

https://saasbid.io/
1•suitapp•38m ago•1 comments

Linus Torvalds uses AI to debug an Intel GPU driver bug

https://github.com/torvalds/linux/commit/818bebeb63dd6bf5f4e07e145f6cdbace520a34c
2•asciimoo•38m ago•0 comments

Digital avatars that move and act like professional actors

https://wizstar.com/
1•LYFMail•40m ago•0 comments
Open in hackernews

Anthropic appears to be A/B testing reduced effort levels in Claude Code

https://twitter.com/argofowl/status/2091150597374537729
17•matthieu_bl•46m ago

Comments

N_Lens•17m ago
I suspect it's not just this, there's plenty of 'optimization' around rubberbanding usage limits as well as routing to a different model in the backend. The incentives are too strong.
rrr_oh_man•9m ago
I've been using the API (shameless plug: via alyph.ai) and the difference is crazy.

The chat-based models are obviously being lobotomized based on personal usage and general load (e.g. PST business hours are worst).

API doesn't seem to be affected by this.

Wowfunhappy•8m ago
...the evidence, as best I can tell from the tweet, is that they asked Claude what effort level it was set to. But how would the model even know that?

Not convinced here.

jerbear4328•5m ago
Effort level is actually controlled entirely by system prompt (as I understand it, the model is trained on that format but still), so actually this is a valid way to check I think
pizzafeelsright•5m ago
Whatever Opus 5 is doing should not happen.

Prompt was "read and update the config file with new data". This work on 4.6 takes <2 minutes to read the file, parse the new data, and patch.

Opus 5 Result: 43 minutes of pulling containers, running sandboxes, creating testing suites, which included evaluating the entire repo beyond the scope of the config file.

Both: one file modification