frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

"vegetarian rocket engine" to power data centers

https://techcrunch.com/2025/07/08/frontier-is-helping-arbor-build-a-vegetarian-rocket-engine-to-power-data-centers/
1•babushkaboi•1m ago•0 comments

Never Work Alone

https://www.psychologytoday.com/gb/blog/dear-life-please-improve/202507/never-work-alone-even-in-the-age-of-ai
1•wimagguc•2m ago•0 comments

Flox Build and Publish

https://flox.dev/blog/introducing-flox-build-and-publish/
1•ronef•2m ago•0 comments

FR8 Hacker Hotel?

https://twitter.com/shipfr8/status/1942584339054661980
1•Ironnova•3m ago•0 comments

Working with 400k teachers to shape the future of AI in schools

https://openai.com/global-affairs/aft/
2•gmays•5m ago•0 comments

Indistinguishable From Magic: Manufacturing Modern Computer Chips

https://www.youtube.com/watch?v=NGFhc8R_uO4
1•tornikeo•6m ago•0 comments

SUSE Launches European Digital Sovereignty Offering

https://www.suse.com/news/suse-eu-sovereign-premium-support-launch/
1•rntn•7m ago•0 comments

Show HN: Pobshell: A Bash-like shell to explore live Python object hierarchies

https://github.com/pdalloz/pobshell
1•cogs•7m ago•0 comments

Democrats Denied This City Had a Gang Problem. The Truth Is Complicated

https://www.nytimes.com/2025/07/03/magazine/aurora-colorado-venezuela-gangs.html
3•ashoeafoot•9m ago•0 comments

The Future of Work Is Autonomous

https://www.merlin.computer/blog/the-future-of-work-is-autonomous-why-your-next-hire-might-be-an-ai-chief-of-staff
3•peterzuck•9m ago•0 comments

Announcing FOKS, the Federated Open Key Service

https://blog.foks.pub/posts/introducing/
3•todsacerdoti•9m ago•0 comments

Show HN: I built a tool to solve window management once and for all

https://aboveaverageuser.com/smartswitcher
3•atommachinist•9m ago•1 comments

The Sedini Special

https://www.vqronline.org/winter-2024/reporting/sedini-special
1•gHeadphone•9m ago•0 comments

Now I Won That AI Bet

https://www.astralcodexten.com/p/now-i-really-won-that-ai-bet
2•feross•10m ago•0 comments

The bird that "eats" the velutina

https://www.farodevigo.es/galicia/2025/07/07/ave-come-velutina-119430262.html
1•jpfdez•11m ago•0 comments

Making Unsafe Rust a Little Safer: Find Memory Errors in Prod with GWP-ASan

https://blog.colinbreck.com/making-unsafe-rust-a-little-safer-find-memory-errors-in-production-with-gwp-asan/
2•emschwartz•11m ago•0 comments

Investors buy growing share of US homes as traditional buyers struggle

https://apnews.com/article/real-estate-investors-home-sales-affordability-housing-7aa2bc78c87bfb1f292fe4321fe658cb
1•clumsysmurf•11m ago•0 comments

Ask HN: How Does Youtubetotext Work?

1•obayesshelton•12m ago•0 comments

Show HN: jdr – minimal SOTA "DeepSearch" implementation

https://github.com/jataware/jdr
1•xbkj•16m ago•0 comments

Silent Injection – A Widespread Vulnerability in the AI Software Supply Chain

https://reddotrocket.github.io/silentinjection/
1•playcache•16m ago•0 comments

Developer Resumes: Recruiter Advice

https://relocateme.substack.com/p/how-to-prepare-a-strong-tech-resume
1•andrewstetsenko•16m ago•0 comments

Ask HN: Should HN use a different time algorithm for post ranking?

2•thisismyswamp•18m ago•1 comments

BMesh

https://developer.blender.org/docs/features/objects/mesh/bmesh/
2•Bogdanp•18m ago•0 comments

Show HN: Built an AI tool that turns your face and text into shareable posters

https://www.newhero.ai/
1•timzhangyuxuan•19m ago•0 comments

The Paradox of India

https://samirvarma.substack.com/p/the-paradox-of-india
1•mathattack•20m ago•0 comments

Query OpenStreetMap Using SQL

https://github.com/woodpeck/postpass
1•faebi•21m ago•0 comments

NetCheck – Professional Network Quality Testing Tool

https://www.net-check.pro/
1•yszhu•21m ago•1 comments

LLMs exploit our tolerance for sloppiness

https://www.humprog.org/~stephen/blog/highered/top-of-the-slops.html
4•mysticalmuffin•24m ago•0 comments

Method of Edge Waves in the Physical Theory of Diffraction (1971)

https://apps.dtic.mil/sti/citations/AD0733203
1•sandwichsphinx•25m ago•0 comments

1k AI code review prompts from the top open source repos

https://awesomereviewers.com/
6•megmurph1125•25m ago•0 comments
Open in hackernews

I solved the IIT-JEE Mains paper with LLM. Here are the results

https://www.iexplain.app/jee/jee-mains-exam-jan-22-2025-morning
1•roninthesky•6h ago

Comments

roninthesky•6h ago
I built an LLM-powered tool for competitive exam explanations and decided to low key test the "solutions" part for one of the JEE Mains 2025 paper (India's most competitive engineering entrance exam with ~1.2M students).

Raw results: - 75 total questions - 67 correct answers - 6 questions couldn't be processed (required diagram input - not supported yet) - 2 incorrect - 97% accuracy on processable questions, 89% overall

The JEE covers advanced physics, chemistry, and mathematics at a level that traditionally requires years of intensive preparation.

The two failures were revealing:

Physics optics problem: The LLM made a sign error when differentiating the mirror equation for image acceleration. My extensive formatting rules could have also led to this which I want to look further into.

Chemical kinetics problem: Failed on a numerical simplification step. The official solution uses a neat trick of replacing e^-23.031 with e^(ln 10 × 10) to make the arithmetic manageable. The LLM computed the raw exponential instead and accumulated rounding errors.

Both were numerical answer questions (no multiple choice options to guide toward the right approach).

I think it's too early to comment about any kind of reliability but I find the results very interesting.

Will be working on more JEE papers soon and report back with culmulative stats with more questions.

chiph2o•5h ago
interesting interface

is it open-source?

which LLM are you using?