frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Worldbuilding Gender

https://millicosm.substack.com/p/worldbuilding-gender
1•paulpauper•2m ago•0 comments

How to perform CPR and defibrillation training video (2020)

https://commons.wikimedia.org/wiki/File:Save_a_Life_Cymru_-_Training_video.webm
1•schnatterer•5m ago•1 comments

How do you filter noise from signal in programming resources?

1•taosx•7m ago•0 comments

PR review when everyone has LLMs

https://octet-stream.net/b/scb/2026-09-05-pr-review-when-everyone-has-llms.html
1•thombles•8m ago•0 comments

Show HN: Merge Wikipedia articles across languages into one page

https://github.com/gojiplus/wikifuse
1•neehao•9m ago•0 comments

From a Chocolate Wrapper to Concurrent InnoDB Page Splits

https://mariadb.org/from-a-chocolate-wrapper-to-concurrent-innodb-page-splits/
1•drrtuy•9m ago•0 comments

Daynode: Calendar, Reminders, and Notes

https://www.daynode.com/
1•handfuloflight•11m ago•0 comments

Crbro – Local, file-based memory for MCP agents with supersede/retract

https://github.com/Octonove/crbro-memory
2•cerebromcp•12m ago•0 comments

Show HN: Body Piercings in Charlotte NC

https://thepiercingfactory.net
1•wowinter15•17m ago•0 comments

Soviet dreams of the future / Madrobots Blog – Sudonull

https://sudonull.com/post/27649-Soviet-dreams-of-the-future-Madrobots-Blog/
2•rbanffy•19m ago•0 comments

Verifiable Domains Will Eat the World

https://twitter.com/jon_stokes/status/2091383885569405025
1•gmays•20m ago•0 comments

Webring.rip – 160k generated 1997 home pages, no back end

https://webring.rip/
2•henrychannel•23m ago•1 comments

Netflix's Multimodal Asset Personalization at Scale

https://netflixtechblog.com/maps-netflixs-multimodal-asset-personalization-at-scale-32f96320785e
1•vzhou842•23m ago•0 comments

Your Boss Is Watching You

https://nautil.us/your-boss-is-watching-you-1284806
4•devonnull•23m ago•1 comments

Ganon's Mysterious Origins (Revisited)

https://www.thrillingtalesofoldvideogames.com/blog/ganon-name-origin-kamen-rider
2•tobr•24m ago•0 comments

Private German rocket makes history, reaches orbit from European soil

https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-a...
60•bookmtn•26m ago•8 comments

PanoDrop – Save and share specific 360° street-level views

https://www.panodrop.app
1•dueffects•26m ago•0 comments

Ask HN: How do you build organic traction as an indie dev?

3•charm137•28m ago•0 comments

Finite time blowup for an averaged three-dimensional Navier-Stokes equation

https://terrytao.wordpress.com/2014/02/04/finite-time-blowup-for-an-averaged-three-dimensional-na...
20•gmays•32m ago•3 comments

Isar Aerospace launch into orbit [video]

https://www.youtube.com/watch?v=Ss1DUqLjecc
25•stefan_•32m ago•3 comments

Equal Earth Projection

https://en.wikipedia.org/wiki/Equal_Earth_projection
2•cainxinth•35m ago•0 comments

Carcinisation

https://en.wikipedia.org/wiki/Carcinisation
1•yladiz•42m ago•0 comments

Everything is free now, so why not a floating orb in my IDE

https://eighttrigrams.net/post/79
1•eighttrigrams•42m ago•0 comments

US strikes three Iranian oil tankers

https://www.reuters.com/world/middle-east/explosions-heard-near-irans-kharg-island-gulf-origin-un...
4•TechTechTech•42m ago•2 comments

Space industry lacks workers needed to rebuild satellites lost in war: report

https://www.defensenews.com/industry/techwatch/2026/09/04/space-industry-lacks-workers-needed-to-...
18•billybuckwheat•43m ago•8 comments

Lenovo unveils ThinkBook AeroBlade: 14", Ultra 7, 830 grams, solid-state cooling

https://www.notebookcheck.net/Lenovo-unveils-ThinkBook-AeroBlade-14-inch-laptop-that-weighs-under...
4•cromka•46m ago•0 comments

OSHintosh IIxi Works

https://tech.lgbt/@DosFox/117218857930993108
3•mariuz•47m ago•0 comments

OSHintosh – an open source hardware 68000 Macintosh with a Bootable ROM Disk

https://github.com/DosFox1/OSHintosh
2•mariuz•48m ago•0 comments

AfterQuery becomes Y Combinator's fastest-ever unicorn, now valued at $3.2B

https://techcrunch.com/2026/09/01/afterquery-reportedly-becomes-y-combinators-fastest-ever-unicor...
1•andsoitis•49m ago•0 comments

NeurIPS started desk-rejecting papers over references that don't exist

https://strictcite.com/blog/neurips-2026-hallucinated-citations-desk-reject
2•Tughan•50m ago•1 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.