frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Applied Karpathy's Autoresearch Idea to LLM Inference

https://twitter.com/manthanguptaa/status/2036785420349174073
1•gmays•5m ago•0 comments

Show HN: jsoon, a streaming JSON parser and query engine in C

https://github.com/xtellect/jsoon
1•enduku•6m ago•0 comments

AI for software developers is in a 'dangerous state'

https://www.theregister.com/2026/03/18/ai_for_software_developers_qcon/
1•sylvainkalache•11m ago•0 comments

AI-Gile Manifesto

https://gonzih.github.io/
1•Gonzih•11m ago•0 comments

Can a Model Teach Itself with Prompts Instead of Gradients?

https://burtonye.github.io/posts/training-free-grpo-experiment/
1•gueridon•12m ago•0 comments

Show HN: Dinner Party Practice

https://dinnerpartypractice.com
1•QingWu•15m ago•0 comments

BPF Comes to Io_uring at Last

https://lwn.net/Articles/1062286/
1•signa11•21m ago•0 comments

Show HN: A list of websites and directories where you can promote your projects

https://promotestartup.com
2•wesammikhail•22m ago•0 comments

WordPress Trade Starter for B2B trade sites, deployed via AI agent

https://github.com/iPythoning/wordpress-trade-starter
1•iPythoning•22m ago•0 comments

Designing AI systems as governed control planes

https://heavythoughtcloud.com/knowledge/the-heavy-thought-model-for-ai-systems
1•ryan-s•23m ago•0 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
2•nickakre•24m ago•0 comments

Please Compensate the Work You Appreciate

https://brainbaking.com/post/2026/03/please-compensate-the-work-you-appreciate/
1•Brajeshwar•27m ago•0 comments

Merchants of Certainty

https://asteriskmag.com/issues/13/merchants-of-certainty
1•Brajeshwar•27m ago•0 comments

Inkstravaganza

https://www.inkandswitch.com/newsletter/dispatch-015/
1•azhenley•28m ago•0 comments

Agent-to-Agent Pair Programming

https://axeldelafosse.com/blog/agent-to-agent-pair-programming
2•axldelafosse•29m ago•0 comments

Show HN: ReportRemarks – A report card comment workflow for K-12 teachers

https://www.reportremarks.com/en
1•jackking1•31m ago•0 comments

Experiment: I built an AI that lets you explore your possible future selves

https://medium.com/activated-thinker/explow-me-ai-now-lets-you-meet-and-talk-to-your-future-selve...
1•aaron-explow•33m ago•0 comments

Scientists Filmed a Whale Birth. The Surprise: Mom Had Many Helpers

https://www.nytimes.com/2026/03/26/climate/sperm-whale-birth-assistance.html
1•mmooss•34m ago•0 comments

AutoModel – SQL-First Reverse ORM for Rust, Built for the Greater DX and AI Era

https://github.com/thepartly/automodel
1•avkonst•37m ago•1 comments

Ask HN: Build trust for closed source product

1•vitalikpie•37m ago•2 comments

600-year-old grape seed used to make pinot noir wine found in medieval toilet

https://www.cbsnews.com/news/ancient-grape-pinot-noir-wine-found-toilet-medieval-hospital-france/
1•gmays•40m ago•0 comments

Offline Mac Translator (WebRTC+Llama.cpp). Roast My C++

https://github.com/GlitchyBlep/Realtime-AI-Translator
1•GlitchyBlep•41m ago•1 comments

MineGuard – Autonomous Bitcoin mining fleet manager, Karpathy-loop optimization

https://github.com/enriquevazquezusa/mineguard
1•csiautomation•42m ago•0 comments

From 0% to 36% on Day 1 of ARC-AGI-3

https://www.symbolica.ai/blog/arc-agi-3
7•lairv•45m ago•5 comments

Show HN: SwiftSlim – Learn Swift/SwiftUI by building apps

https://testflight.apple.com/join/K4R7X4MH
1•fangjunyu•45m ago•0 comments

A Documentation Agent for Engineers

https://github.com/Qurse123/Documenation-agent
2•Qurse22•49m ago•0 comments

Fundamentals of Astronomy: A Guide for Olympiads

https://www.astrolympiad.com/
1•teleforce•50m ago•0 comments

Tinker – free AI creative tools by Shopify

https://www.tinker.com/
1•doppp•51m ago•0 comments

Pentagon considers diverting Ukraine military aid to the Middle East

https://www.washingtonpost.com/national-security/2026/03/26/us-iran-war-ukraine-missile-defense/
2•doener•54m ago•2 comments

Show HN: ClearConfig for Java – A modern, highly-composable config library

https://github.com/japgolly/clear-config-java
1•japgolly•54m ago•0 comments
Open in hackernews

Numerical Linear Algebra Class in Julia TUM

https://venkovic.github.io/NLA-for-CS-and-IE.html
145•darboux•10mo ago

Comments

staplung•10mo ago
Not exactly the same material but U. Michigan has their Robotics 101 course up as well: Computational Linear Algebra, also in Julia.

https://github.com/michiganrobotics/rob101/tree/main

ted_dunning•10mo ago
This is a nicely comprehensive course, but it looks like it is pretty fast paced, especially in the last few lectures (some of those later slides definitely aren't finished).

As a reference, it looks very useful.

stabbles•10mo ago
A good resource is Gerard Sleijpen's course: https://webspace.science.uu.nl/~sleij101/Opgaven/NumLinAlg/
me3meme•10mo ago
I just selected lecture 07 to take a look: Lecture 07 is about QR factorizacion and Householder reflections. The author proves how to construct a reflection to make zeros in the first column and then he just claims that following this procedure for the other columns finish the proof. But he should prove or justify why the other reflections do not destroy the zeros of previous reflections. Also he proves that a vector v is the vector to construct the reflection (but there is a factor of 2 that was not correctly simplified, maybe a latex error), but I think that it should be more general and easier to prove that for any w the vector from w to its image f(w) is the orthogonal vector to the plane of the reflection.

I thank the author for the slides, but this little proof need some more care, I don't know about the quality of other sections or the overall quality of the slides. Anyway I like how he tries to make things easy but good work is hard.

Edited: I was wondering whether a LLM reading Lecture 7 would detect what was missing in the proof. I tried with deepseek but its first feedback on the Lecture 7 was positive, then when prompted about the incomplete proof it recognized it as a common error and explained how to complete the proof. Also I have to prompt it about the bad factor 2 for it to detect it. So it seems that deepseek is not a useful tool to judge quality of math content without very expert guidance, deepseek suggested to ask the LLM to compare this proof with another proof to detect important or vital differences.

Certhas•10mo ago
That's an absolutely obvious step though? As in, detailed lecture notes should maybe elaborate with a sentence, but in a lecture I would not put this on the slides but mention the core point and expect students at this level (who should have seen some amount of more theoretical LinAlg courses by then) to understand how to do the 1 line calculation.

There aren't even any real details to fill in, you iterate on the lower right block so anything you do is orthogonal to the upper left block. Do a 2x2 block matrix multiplication to convince yourself that this preserves the form achieved so far.

me3meme•10mo ago
-- Do a 2x2 block matrix multiplication to convince yourself that this preserves the form achieved so far.

I don't consider this a proof. Perhaps you have in mind two simple but key properties of reflections about the hyperplane orthogonal to a vector v: (a) The hyperplane of a reflection is the fixed point of the reflection (b) the hyperplane is the orthogonal vector space to the vector space spanned by v. From this two properties it follows that each step of making zeroes does not change previous zeroes.

Your claim that for advanced students there is no need to comment about details it is not falsifiable. Citing Mac Lane: A monad is just a monoid in the category of endofunctors.

But from a practical point of view one can see the very basic level and simplicity of the definitions and calculations prior to the proof. So at this level of detail I consider that noticing that one must be careful to not destroy previous zeros is matching the level of discourse at the proper level.

Certhas•10mo ago
10 LB = LB' 0Q 0A 0A'

The proof says iterate on A, so that obviously creates a lower dimensional rotation Q that will act on the full space as above.

Absolutely mention this in lecture notes/during the lecture.

slwvx•10mo ago
I guess the title would better be "Numerical Linear Algebra Class in Julia at TUM". I.e. the "TUM" in the title does not mean that there's some new "TUM" version of Julia, rather that the class is at the Technical University of Munich.