frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Lecture Summarization by Extracting Content from Whiteboards (2018)

https://github.com/bhargavaurala/accessmath-icfhr2018
1•downboots•4m ago•0 comments

DPRKDetector – Find North Korea-Affiliated Followers on X

https://dprkdetector.app
1•michael-bey•4m ago•0 comments

Fixing a Radare2 Bug from the Windows Cmd

https://trufae.github.io/aiblog/WinCdbNull-en.html
1•ibobev•8m ago•0 comments

Show HN: Pgm-extra-rs – High-performance learned index structures for Rust

https://github.com/itsfoxstudio/pgm-extra-rs
1•rpunkfu•8m ago•0 comments

GameShell: A game to learn how to use standard commands in a Unix shell

https://github.com/phyver/GameShell
1•ibobev•9m ago•0 comments

System 7 natively boots on the Mac mini G4

https://macos9lives.com/smforum/index.php?topic=7711.0
1•ibobev•11m ago•0 comments

Neato vacuum robots to stop working

https://support.neatorobotics.com/support/solutions/articles/204000073686-announcement-6th-oct-2025
1•simonlondon•15m ago•3 comments

Amazon unveils Starlink rival capable of up to 1 Gbps satellite internet

https://www.tomshardware.com/networking/amazon-leo-ultra-enterprise-grade-terminal-targets-up-to-...
2•thelastgallon•17m ago•1 comments

Restoring Ability Through Engineering

https://www.patreon.com/posts/143860573
1•sloped•27m ago•0 comments

Why China's Ports Empire Has the US Worried [video]

https://www.youtube.com/watch?v=NfiIXoWyOLI
1•mgh2•29m ago•0 comments

Git-embigenner: Spam empty commits

https://github.com/veqqq/git-embigenner
2•todsacerdoti•34m ago•1 comments

Familial Alzheimer's mutation: Role of SORLA in release of neurotrophic exosomes

https://alz-journals.onlinelibrary.wiley.com/doi/10.1002/alz.70591
1•bookofjoe•56m ago•0 comments

Pirate Site Operator's Appeal Goes Bad, Court Extends Prison Term by 50%

https://torrentfreak.com/pirate-site-operators-appeal-goes-bad-court-extends-prison-term-by-50-25...
4•gslin•1h ago•0 comments

Kyoto and the Stories We Still Need to Tell About Fossil Fuel Obstruction

https://blog.ucs.org/delta-merner/kyoto-and-the-stories-we-still-need-to-tell-about-fossil-fuel-o...
1•cratermoon•1h ago•0 comments

When did cats become domesticated? New DNA evidence changes the story.

https://www.nationalgeographic.com/animals/article/when-did-cats-become-domesticated
4•donsupreme•1h ago•1 comments

SpecFive Strike: compact handheld Linux workstation

https://specfive.com/products/spec5-strike
3•nateb2022•1h ago•0 comments

Okeymeta

https://www.okeymeta.com.ng/
1•b16m•1h ago•0 comments

Ask HN: What Are You Working On?

5•dserban•1h ago•2 comments

Trump Cut Europe Out of Ukraine Talks. Here’s How Europe Pushed Back.

https://www.nytimes.com/2025/11/27/world/europe/europe-ukraine-trump.html
8•maxloh•1h ago•1 comments

Modern Developer Tools as Attack Surfaces: Lessons from Shai-Hulud

https://sitezwin.com/posts/2025-11-29-sha-hulud-the-second-coming-encouter/
3•meel-hd•1h ago•0 comments

Damage at Baikonur after Soyuz launch: Russia can't send people to space

https://unn.ua/en/news/damage-at-baikonur-after-soyuz-launch-russia-temporarily-lost-the-ability-...
4•cryptoz•1h ago•0 comments

Intelligence is too high-dimensional for any low-dimensional narrative

https://mathstodon.xyz/@tao/115620261936846090
4•gmays•1h ago•1 comments

20/80

https://blog.greg.technology/2025/11/27/2080.html
2•gregsadetsky•1h ago•0 comments

The Supreme Court Is About to Hear a Case That Could Rewrite Internet Access

https://slate.com/news-and-politics/2025/11/supreme-court-sony-cox-copryight-internet-case.html
12•anthonyu•1h ago•3 comments

Show HN: Generate Sheet Music Using AI (Scribe)

https://scribe.rifflabs.io
2•hwittenborn•1h ago•1 comments

Tesla looks to reset strategy amid sluggish India sales

https://www.bbc.com/news/articles/cdrn00pn1m7o
4•breve•1h ago•1 comments

Chumbox (Advertising)

https://en.wikipedia.org/wiki/Chumbox
4•rickcarlino•1h ago•1 comments

Large Type Pieces.txt

https://github.com/PhMajerus/Documents/blob/main/HowTos/HowTo%20Large%20Type%20Pieces.txt
2•cardamomo•1h ago•0 comments

Every mathematician has only a few tricks

https://mathoverflow.net/questions/363119/every-mathematician-has-only-a-few-tricks
5•nill0•1h ago•0 comments

Plotting a Northrop B2 Spirit

https://youtu.be/TSQWZF4zdN4
2•russelltaylor05•2h 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•6mo ago

Comments

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