frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Launching Kaizly – summer learning made simple for your child

https://kaizly.com
1•jetsrfast•3m ago•1 comments

A Dark Age for Space Science [video]

https://www.youtube.com/shorts/L5SsnKnJwU8
1•consumer451•3m ago•0 comments

Feds charge 12 more suspects in RICO case over crypto crime spree

https://therecord.media/feds-charge-12-suspects-in-rico-crypto-heist
1•PaulHoule•4m ago•0 comments

Show HN: String Flux – Simplify everyday string transformations for developers

https://stringflux.io
2•eaglepeak•6m ago•0 comments

Gleam JavaScript gets 30% faster

https://gleam.run/news/gleam-javascript-gets-30-percent-faster/
2•Alupis•7m ago•0 comments

Show HN: Dietnb – Prevent Jupyter notebooks from bloating with Base64 images

https://github.com/JinLover/dietnb
1•JinLover•8m ago•0 comments

How to Improve Data Quality

https://blog.engora.com/2025/03/how-to-improve-data-quality.html
2•Vermin2000•9m ago•0 comments

A short history of Greenland, in six maps

https://www.economist.com/graphic-detail/2025/06/04/a-short-history-of-greenland-in-six-maps
1•bookofjoe•18m ago•1 comments

Don't Settle for Mediocre Front End Testing

https://blog.thinkst.com/2025/06/dont-settle-for-mediocre-frontend-testing-build-stable-reliable-systems-instead.html
1•mslaviero•19m ago•0 comments

CEO Sundar Pichai says Google to keep hiring engineers

https://timesofindia.indiatimes.com/technology/tech-news/ceo-sundar-pichai-says-google-to-keep-hiring-engineers-because-/articleshow/121647784.cms
2•msolujic•20m ago•0 comments

Facet: Reflection for Rust

https://www.youtube.com/watch?v=0mqFCqw_XvI
1•todsacerdoti•23m ago•0 comments

Ask HN: Is GPU nondeterminism bad for AI?

2•ramity•23m ago•0 comments

Discord's CTO Is Just as Worried About Enshittification as You Are

https://www.engadget.com/gaming/discords-cto-is-just-as-worried-about-enshittification-as-you-are-173049834.html
3•m463•25m ago•0 comments

What LLMss Don't Talk About: Empirical Study of Moderation & Censorship Practice

https://arxiv.org/abs/2504.03803
2•superpupervlad•30m ago•0 comments

Ask HN: Should movie theaters allow you to watch movies in 30 minute chunks?

1•amichail•31m ago•6 comments

Soviet Radio Manufacturer Logos

http://oldradio.ru/logos/index.shtml
4•NaOH•38m ago•0 comments

Vapor: Swift, but on a Server

https://vapor.codes
3•nateb2022•40m ago•0 comments

$300 Ukrainian drones vs. $100M Russian bombers

https://www.gzeromedia.com/300-ukrainian-drones-vs-100-million-russian-bombers
9•WillDaSilva•40m ago•0 comments

Show HN: YOYO – AI Version Control for Vibe Coding

https://www.runyoyo.com/
2•itgelganbold•41m ago•0 comments

Trump and Musk enter bitter feud – and Washington buckles up

https://www.bbc.co.uk/news/articles/c3wd2215q08o
7•mellosouls•43m ago•2 comments

Musk: SpaceX will ground Dragon spacecraft used to shuttle astronauts to ISS

https://thehill.com/business/5335638-musk-spacex-will-ground-spacecraft-used-to-shuttle-astronauts-cargo-to-iss/
7•ilamont•44m ago•0 comments

Tokasaurus: An LLM Inference Engine for High-Throughput Workloads

https://scalingintelligence.stanford.edu/blogs/tokasaurus/
23•rsehrlich•44m ago•1 comments

Technical Interviews in the Age of LLMs

https://www.fractional.ai/blog/technical-interviews-in-the-age-of-llms
3•StriverGuy•45m ago•0 comments

APL Interpreter – An implementation of APL, written in Haskell (2024)

https://scharenbroch.dev/projects/apl-interpreter/
13•ofalkaed•49m ago•4 comments

Ask HN: Validating a Tool to Help Founders Stay Focused and Build What Matters

2•mmarvramm•50m ago•1 comments

U.S. Research Stock Returns Data

https://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html
1•Bluestein•51m ago•0 comments

Meta Advertising Manual

https://proxima-wiki.notion.site/meta-advertising-manual-q2-2025
1•handfuloflight•51m ago•0 comments

Remote Development with X2Go

https://reemus.dev/article/jetbrains-remote-development-with-x2go
1•indigodaddy•52m ago•0 comments

Intel: New products must deliver 50% gross profit to get the green light

https://www.tomshardware.com/tech-industry/semiconductors/intel-draws-a-line-in-the-sand-to-boost-gross-margins-new-products-must-deliver-50-percent-to-get-the-green-light
3•Scramblejams•54m ago•3 comments

I made a list of free stuff for college hackers

https://www.buildincollege.com
2•createdbymason•54m ago•0 comments
Open in hackernews

AI can't solve novel problems yet

https://jamesoclaire.com/2025/06/04/ai-obviously-cant-yet-solve-novel-problems/
4•ddxv•1d ago

Comments

ddxv•1d ago
https://github.com/blacktop/ipsw/issues/668#issuecomment-290...

I saw this hilarious exchange in one of the issues covering Apple’s recent changes that make it impossible to download IPA files.

Recreating an iPhone’s authentication to Apple App Store is a bit of a cat and mouse game. Apple recently changed it’s backend, so now dozens of projects are trying to find ways to circumvent or crack the Apple App Store download authentication.

Blacktop, out of likely boredom or curiosity, threw Claude at this issue for Claude to error out.

To be fair, it’s likely impossible for Claude to have figured this issue out. The ‘fix’ will be something quite novel, for example perhaps reverse engineering a way to authenticate with modern Apple App Store using an old Windows version of iTunes that is still supported.

Perhaps in the near future AI agents will be powerful enough to understand more complex environments, which will be interesting for these types of problems, but for now, it’s far from capable.

For anyone interested in the issue, this one is active as well: https://github.com/majd/ipatool/issues/357

NAHWheatCracker•1d ago
Are there any well-thought treatises on what "novel" means?
ddxv•1d ago
I was using it to mean new / not seen before problem. Perhaps that evokes a bit too grand concept? I know the issue I highlight is not that 'important' overall.

Edit: You're right the 'problem' might not be new/novel, just that the solution is new.

NAHWheatCracker•1d ago
I wasn't criticizing the choice of word, apologies.

I'm interested if anyone has an idea of what it would mean for an AI to generate or do something "novel" in the sense of creatively new.

ddxv•1d ago
Of course, I found the question interesting as well!
beardyw•1d ago
What "novel" means? I would say putting things together in a way which hasn't been done before. Just asked Gemini:

There are 2 wolves and 2 sheep in a field. How many sheep will there be tomorrow?

Answer: There will still be 2 sheep tomorrow.

Needs some visualisation which LLMs don't really do well.