frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Will We Ever Be Able to Forecast Volcanic Eruptions Like Weather?

https://www.quantamagazine.org/will-we-ever-be-able-to-forecast-volcanic-eruptions-like-weather-2...
1•Brajeshwar•3m ago•0 comments

A major watchdog claims that data centers are wreaking havoc on the power grid

https://www.businessinsider.com/nerc-issues-alert-on-data-centers-threatening-grid-stability-2026-5
1•01-_-•4m ago•0 comments

Nailing jelly to a wall: is it possible? (2005)

https://greem.co.uk/otherbits/jelly.html
1•microsoftedging•7m ago•0 comments

Has anyone else hit expert homogeneity collapse in small MoE models?

https://github.com/eriirfos-eng/ternary-intelligence-stack
1•rfi-irfos•7m ago•0 comments

A soccer simulator played by AI Agents

https://gangtao.github.io/AgentPitch/
1•gangtao•7m ago•0 comments

Disappearing Polymorph

https://en.wikipedia.org/wiki/Disappearing_polymorph
2•canjobear•12m ago•0 comments

Regression Towards the Mean

https://en.wikipedia.org/wiki/Regression_toward_the_mean
1•soupspaces•15m ago•0 comments

Pushing Local Models in Coding Agents with Focus and Polish

https://lucumr.pocoo.org/2026/5/8/local-models/
1•goranmoomin•15m ago•0 comments

Open-source experiment: collaborative AI cognition through wiki pages

https://mentisphere.wiki/wiki/Main_Page
2•franzvill•18m ago•0 comments

Hacking Time: Spoofing Atomic Clocks with Audio Harmonics

https://josephhall.org/blog/texture-of-time-wwvb/
1•jdblair•22m ago•0 comments

Anazoa WebRTC Tunnel

https://github.com/anazoa/anazoa
2•kawks•25m ago•0 comments

Pedestrian Killed by Frontier Airlines Plane Leaving Denver Airport

https://www.forbes.com/sites/antoniopequenoiv/2026/05/09/pedestrian-killed-by-frontier-airlines-p...
4•gpi•28m ago•1 comments

I Will Not Add Query Strings to Your URLs

https://susam.net/no-query-strings.html
1•susam•29m ago•0 comments

Darwinian – A self-evolving system optimizer written in Rust

https://github.com/skorotkiewicz/darwinian_cleaner
1•modinfo•32m ago•0 comments

US companies enabled brutal mass detention and surveillance in China [video]

https://www.youtube.com/watch?v=vGYd6emyk-0
4•Cider9986•32m ago•3 comments

Windows to take CPU to max frequency to open apps, system flyouts, context menus

https://www.windowscentral.com/microsoft/windows-11/microsoft-is-working-on-major-performance-boo...
3•alok-g•34m ago•2 comments

Switching from macOS to Pop _OS

https://system76.com/support/articles/switch-from-macos-to-popos/
6•DeathArrow•34m ago•0 comments

Show HN: AI coworkers who bully to keep each other from drifting(Karpathy-style)

https://wuphf.team
2•najmuzzaman•35m ago•0 comments

How CPU Memory and Caches Work [video]

https://www.youtube.com/watch?v=SAk-6gVkio0
1•tosh•35m ago•0 comments

Using perspective lines to identify AI generated photos

https://www.science.org/content/article/deepfakes-are-everywhere-godfather-digital-forensics-figh...
2•alok-g•38m ago•0 comments

Hantavirus Vaccines and Treatments Are in the Pipeline

https://www.nytimes.com/2026/05/09/science/hantavirus-vaccines-treatment.html
1•doener•40m ago•1 comments

Intel's comeback story is even wilder than it seems

https://techcrunch.com/2026/05/08/intels-comeback-story-is-even-wilder-than-it-seems/
4•Brajeshwar•41m ago•2 comments

Hello from the New Executive Director

https://opensource.org/blog/hello-from-the-new-executive-director
1•Tomte•44m ago•0 comments

Japan's Invisible Electric Wall

https://arun.is/blog/japan-electric-wall/
3•ddrmaxgt37•44m ago•0 comments

Show HN: Armorer – A secure local control plane to sandbox AI agents in Docker

https://github.com/ArmorerLabs/Armorer
2•cristianleo•48m ago•0 comments

The Mirror Is Part of the Machine

https://yusufaytas.com/the-mirror-is-part-of-the-machine
6•sudo_rm_star•50m ago•0 comments

Google developers significantly misstate CO2 emissions of UK datacentres

https://www.theguardian.com/technology/2026/may/09/google-developers-significantly-misstate-carbo...
5•mmarian•51m ago•0 comments

Introduction to Beaver Triples

https://stoffelmpc.com/stoffel-blog/beaver-triples-tuples
2•badcryptobitch•55m ago•0 comments

What 16 Parallel Claude Agents Built Around Themselves

https://medium.com/@vbcherepanov/what-16-parallel-claude-agents-built-around-themselves-deconstru...
3•vbcherepanov•59m ago•1 comments

Mypy 2.0 Relased

https://mypy-lang.blogspot.com/2026/05/mypy-20-relased.html
3•anishathalye•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•1y ago

Comments

staplung•1y 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•1y 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•1y ago
A good resource is Gerard Sleijpen's course: https://webspace.science.uu.nl/~sleij101/Opgaven/NumLinAlg/
me3meme•1y 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•1y 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•1y 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•1y 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•1y 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.