frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built GeoQuests where people can request photos of a place

https://geoquests.io
1•Swain123•49s ago•0 comments

Huk vs. naniwa starcraft 2 [video]

https://www.youtube.com/watch?v=xufeKPoeW_I
1•marysminefnuf•1m ago•0 comments

Israel launches attack on Iran, defence minister says

https://www.bbc.com/news/live/cn5ge95q6y7t
1•Philpax•3m ago•0 comments

Israel launches strike against Iran, declares state of emergency across country

https://www.cnn.com/2026/02/28/middleeast/israel-attack-iran-intl-hnk
3•lavp•4m ago•1 comments

Ask HN: AI driven "legacy" Debug and Monitoring Tools

1•chris_money202•7m ago•0 comments

AI Mistakes Are Infuriating Gamers as Developers Seek Savings

https://www.bloomberg.com/news/articles/2026-02-25/ai-mistakes-are-infuriating-gamers-as-develope...
3•breve•7m ago•0 comments

AI Doomer Doublethink: The Orwellian Worldviews in the AGI Discourse

https://internetofbugs.substack.com/p/ai-doomer-doublethink-the-orwellian
2•edward28•7m ago•0 comments

EUrouter – Integrate the latest AI models, without sending data outside the EU

https://www.eurouter.ai
3•fahrradflucht•9m ago•0 comments

What's cooking in git.git (Feb 2026, #11)

https://lore.kernel.org/git/xmqq8qcdof3f.fsf@gitster.g/
3•todsacerdoti•14m ago•0 comments

Poker4U – Educational game theory and better life decisions

https://github.com/Lameda12/poker4u
3•Alamedin_ishere•16m ago•1 comments

Varlock: .env Files Built for Sharing

https://github.com/dmno-dev/varlock
2•appwiz•17m ago•0 comments

Saving No One

https://netwars.pelicancrossing.net/2026/02/27/saving-no-one/
2•ColinWright•20m ago•0 comments

OpenAI Reaches A.I. Agreement with Defense Dept. After Anthropic Clash

https://www.nytimes.com/2026/02/27/technology/openai-agreement-pentagon-ai.html
5•DiscourseFan•22m ago•3 comments

What do you use OpenClaw for?

2•ausbah•23m ago•0 comments

Time, Space, and Life as We Know It (2017)

https://raganwald.com/2017/01/12/time-space-life-as-we-know-it.html
1•vismit2000•26m ago•0 comments

Gitzy is now on TestFlight A modern, native iOS Git client

https://testflight.apple.com/join/SB16NCfr
1•marc0janssen•28m ago•1 comments

Mountain photographer stumbles on large collection of Triassic dinosaur prints

https://www.scientificamerican.com/article/photographer-finds-thousands-of-triassic-dinosaur-prin...
3•divbzero•29m ago•0 comments

Tudor

1•Tudorwatches•29m ago•0 comments

Show HN: Visual Lambda Calculus – a thesis project (2008) revived for the web

https://github.com/bntre/visual-lambda
2•bntr•34m ago•1 comments

Leveraging AI for Self-Learning

https://techne98.com/blog/can-we-use-ai-for-self-learning/
1•fixedprog•36m ago•1 comments

The Bespoke Flywheel

https://linghao.io/posts/bespoke-flywheel
1•instante_42•41m ago•0 comments

How do I cancel my ChatGPT subscription?

https://help.openai.com/en/articles/7232927-how-do-i-cancel-my-chatgpt-subscription
47•tobr•43m ago•2 comments

Graph Representations: Rectangles and Squares [pdf]

https://page.math.tu-berlin.de/~felsner/Paper/geom-rep.pdf
1•downboots•47m ago•0 comments

Californian pulls AI ballot measures, citing OpenAI intimidation

https://www.politico.com/news/2026/02/27/californian-pulls-ai-ballot-measures-citing-openai-intim...
5•hliyan•49m ago•0 comments

Rust Is Just a Tool

https://lewiscampbell.tech/blog/260204.html
6•JuniperMesos•50m ago•0 comments

Why LLMs can't play chess

https://www.nicowesterdale.com/blog/why-llms-cant-play-chess
3•prophylaxis•52m ago•1 comments

NATO says iPhones are secure enough to handle classified data

https://www.theverge.com/tech/885516/nato-iphones-ipads-restricted-classified-information
2•Qadriq•56m ago•0 comments

There's an enormous void of nothingness in our Universe

https://www.skyatnightmagazine.com/space-science/bootes-void
4•thunderbong•58m ago•0 comments

Show HN: AusOverwatch – Real-time geospatial intelligence for Australia

https://ausoverwatch.com
2•kangablue•1h ago•0 comments

Agentic Engineering Starter Pack

https://github.com/tngwilkins/agentic-engineering-starter-pack
2•tngw•1h 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•9mo ago
A good resource is Gerard Sleijpen's course: https://webspace.science.uu.nl/~sleij101/Opgaven/NumLinAlg/
me3meme•9mo 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•9mo 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•9mo 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•9mo 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•9mo 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.