frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

A Wide Reduction Trick

https://words.filippo.io/wide-reduction/
1•thunderbong•2m ago•0 comments

OpenAI claims Gold-medal performance at IMO 2025

https://twitter.com/alexwei_/status/1946477742855532918
2•Davidzheng•8m ago•0 comments

Show HN: Klartraum, a neural rendering inference engine

https://github.com/fortmeier/klartraum
1•fortmeier•9m ago•0 comments

AWS Laid Off 40% of Its DevOps Staff – What They're Using Instead Will Shock You

https://freedium.cfd/https://aws.plainenglish.io/aws-laid-off-40-of-its-devops-staff-what-theyre-using-instead-will-shock-you-544ebb38a63d
1•cmsefton•12m ago•2 comments

Why StackExchange isn't in the cloud (2011)

https://web.archive.org/web/20120120201529/http://blog.serverfault.com/2011/11/17/why-stack-exchange-isn’t-in-the-cloud/
1•xrayarx•14m ago•2 comments

The American Yaupon Association (AYA)

https://www.yauponamerica.org
1•Bluestein•16m ago•0 comments

I Gave Up on Alternating Current

https://web.archive.org/web/20160122142335/http://robrhinehart.com/?p=1331
1•serviette•17m ago•0 comments

Auto find out coin,, Malaysia I don't know where Can change centre

1•WONGHONGYANG•17m ago•0 comments

Ask HN: What rules do you think beginners and users should follow HN?

1•FerkiHN•19m ago•0 comments

The .a File Is a Relic: Why Static Archives Were a Bad Idea All Along

https://medium.com/@eyal.itkin/the-a-file-is-a-relic-why-static-archives-were-a-bad-idea-all-along-8cd1cf6310c5
2•eyalitki•20m ago•0 comments

Ham Radio Users Clash with Starlink Rival AST SpaceMobile over Spectrum Use

https://au.pcmag.com/networking/112177/ham-radio-users-clash-with-starlink-rival-ast-spacemobile-over-spectrum-use
1•Bluestein•21m ago•0 comments

AT&T's Unix PC Failure [video]

https://www.youtube.com/watch?v=Jmi93AZf_z0
1•sunshine-o•21m ago•0 comments

Relief from drought in southwest U.S. likely isn't coming, acc. to new research

https://phys.org/news/2025-07-relief-drought-southwest-isnt.html
1•littlexsparkee•22m ago•0 comments

Show HN: Libre – A simple site to post anonymous thoughts

1•rododecba•35m ago•0 comments

Upcoming deprecation of GitHub Command Palette feature preview

https://github.blog/changelog/2025-07-15-upcoming-deprecation-of-github-command-palette-feature-preview/
1•thunderbong•36m ago•0 comments

Does GitHub Have IPv6 Yet?

https://doesgithubhaveipv6yet.com/
1•burnt-resistor•36m ago•0 comments

Apple sues YouTuber for allegedly leaking iOS secrets

https://www.theregister.com/2025/07/18/apple_sues_youtuber_ios_leak/
2•seanhunter•37m ago•1 comments

Psychedelics reopen the social reward learning critical period

https://www.nature.com/articles/s41586-023-06204-3
1•Bluestein•37m ago•0 comments

Historic tale construction kit: make your own Bayeux tapestry

https://htck.github.io/bayeux/
3•fanf2•37m ago•0 comments

Open Sauce 2025

https://opensauce.com/
1•AgentElement•40m ago•0 comments

Rogueblox

https://rogueblox.net
1•webgames•42m ago•1 comments

The "honeymoon" and "marriage" of AI coding

https://twitter.com/burkov/status/1942675564915220934
1•delifue•48m ago•0 comments

A minimal C string library offering dynamic memory-safe operations

https://github.com/L-A-Marchetti/Brin
1•Lucas_Marchetti•48m ago•0 comments

Linux and Secure Boot certificate expiration

https://lwn.net/SubscriberLink/1029767/43b62a7a7408c2a9/
1•todsacerdoti•52m ago•0 comments

Why your website should be under 14kB in size

https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/
58•truxs•53m ago•21 comments

Frequently Asked Questions about FHE

https://www.jeremykun.com/frequently-asked-questions-about-fhe/
1•Bogdanp•58m ago•0 comments

From Cartography to Code: Architectures of Power at the Venice Biennale 2025

https://www.stirworld.com/see-features-from-cartography-to-code-architectures-of-power-at-the-venice-biennale-2025
2•bryanrasmussen•1h ago•0 comments

Getting off US tech: a guide

https://www.disconnect.blog/p/getting-off-us-tech-a-guide
2•saubeidl•1h ago•1 comments

US tech CEO suspended after Coldplay concert embrace goes viral

https://www.bbc.co.uk/news/articles/c80pnnn0gj3o
2•mmarian•1h ago•3 comments

OpenAI: Gold medal-level performance on the 2025 International Math Olympiad

https://twitter.com/gdb/status/1946479692485431465
4•asey•1h ago•0 comments
Open in hackernews

This Should Not Be Possible

https://ghuntley.com/no/
14•ghuntley•6h ago

Comments

shric•5h ago
This is a weird post as the generated program doesn’t even output results.

I tried a similar test using Python and Claude Code and it generated something that outputted a sorted list of directory contents, like ls.

However, unlike the author, this doesn’t lead me to think this is AGI. How many posts are there out there that these models would be trained on have people explaining strace outputs and comparing code to them?

eddythompson80•5h ago
I think you can significantly save on your claude tokens if you just give the llm `head -n 1 TRACE`

      execve("/usr/bin/ls", ["ls"], 0x7fff7e969540 /* 110 vars */)

Some how it figures out how to implement `ls`. That indeed shouldn't be possible. It puts an AI skeptic into believing we're in post-AGI territory here.

Edit: tbf, I did not notice they replaced `ls` with `lol` in the trace file to avoid this, but still. To think the strace of ls was never part of the training data of the LLM then to think that is enough to somehow reverse engineer what binary blob is is insane thinking https://github.com/ghuntley/strace-to-application/blob/trunk...

treetalker•4h ago
If you would, please explain why it shouldn't be possible (I am not a software engineer).
eddythompson80•4h ago
I was being sarcastic. The author asked an LLM to implement `ls`* and was so surprised when it did that he thought maybe he can use that insight into reverse engineering firmware blobs. Complete delusion, but chatbots have that effect on some people.

* if you don't know what `ls` is, just think like implementing the simplest possible application that's 2 or 3 lines of code.

bloppe•4h ago
To be fair, the author claims he removed any mention of "ls" from the file. But also to be fair, the post is annoyingly click-baity. I'd be impressed if the LLM could generate more than 2 lines of code from a strace.
plorkyeran•2h ago
The LLM also failed to implement it. The rust code produced doesn’t actually result in the same syscalls as the strace contained.
hlieberman•5h ago
This is a troll, right? The strace for "ls" on my system consists of 1) checking if selinux is enabled (which their re-implementation does not do), 2) openat -> fstat -> getdents64, 3) writing out the information those syscalls gave you.

Jumping from "oh my gosh you can (incorrectly) reimplement ls from a trace of syscalls" to "this means the end of binary blobs" is a level of detachment from reality I've most recently seen from Geoff Lewis. Never mind that the author mixes up eBPF tracing and strace.

satisfice•5h ago
Why does this guy keep using words like “skeptical” and then demonstrating the opposite attitude?

Do I have to do all the skepticism myself? FFS!

h4ny•4h ago
Why is this impossible? If the LLM has effectively seen all the code that could lead to that trace, all it has to do is to pick the bits out that has the highest chance to map to it right?

Is it a new marketing strategy to start by saying you're "incredibly cynical" about something that you're going to say the exact opposite about, perhaps to mask arguments with little rigor?

riwsky•4h ago
A case of https://knowyourmeme.com/memes/you-keep-using-that-word-i-do...
egamirorrim•3h ago
This guy's such a weird writer. Speaking like he discovered YOLO mode and called it the Ralph Wiggum method.

This was underwhelming, but I like his websites styling.