frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Judge blocks US Government from slimming down vaccine recommendations

https://apnews.com/article/kennedy-acip-vaccines-cdc-fc758951019f41d2f5e81e4e2faa22d3
1•petethomas•2m ago•0 comments

Once: Easy self-hosting for Docker-based web apps

https://github.com/basecamp/once
1•lwhsiao•5m ago•0 comments

Tech entrepreneur used AI to help create a cancer vaccine to treat his dog

https://fortune.com/2026/03/15/australian-tech-entrepreneur-ai-cancer-vaccine-dog-rosie-unsw-mr
1•zaikunzhang•5m ago•0 comments

Apache Doris Up to 34× Faster Than ClickHouse for Real-Time Updates

https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates
1•xiaoqiangnk•6m ago•0 comments

App Store for GitHub Releases!

https://github-store.org/
1•rainxchzed•7m ago•0 comments

I told AI to pick the NCAA brackets for me

https://www.aincaabrackets.com/
1•mattmerrick•8m ago•0 comments

The Functional Programming Hiring Problem

https://blog.janissary.xyz/posts/hiring-functional-programming
2•RustSupremacist•10m ago•0 comments

Monetize AI Agents and APIs with Lightning L402 (HTTP 402)

https://github.com/Mike-io-hash/satsgate
1•Mike-io•10m ago•1 comments

Open-artisan: OpenCode plugin for structured AI workflow orchestration

https://github.com/yehudacohen/open-artisan/
1•ManWith2Plans•10m ago•0 comments

Local-first IP protection system

https://sovereign-ip-protection.com
1•wyngdn•14m ago•0 comments

Every layer of review makes you 10x slower

https://apenwarr.ca/log/20260316
1•greyface-•16m ago•0 comments

Indieweb Business Models

https://indieweb.org/business-models
1•colinprince•17m ago•0 comments

Quo vadis, humanitas?

https://www.vatican.va/roman_curia/congregations/cfaith/cti_documents/rc_cti_doc_20260304_quo-vad...
3•michaelsbradley•18m ago•1 comments

OpenAI to Cut Back on Side Projects in Push to 'Nail' Core Business

https://www.wsj.com/tech/ai/openai-chatgpt-side-projects-16b3a825
2•JumpCrisscross•18m ago•1 comments

Beginner's Health and Fitness Guide

https://www.liamrosen.com/fitness.html
2•paulpauper•19m ago•1 comments

Why startups need one person with final decision authority [video]

https://www.youtube.com/watch?v=boaKgC6KsFI
1•likedan5•24m ago•1 comments

Ask HN: How to Transition from SWE to ML Engineer

1•baddash•26m ago•0 comments

Recursion is all you need

https://twitter.com/rafael_molines/status/2033742173720428974
3•rmolines•28m ago•0 comments

Woman who wrote a book on grief after husband's death found guilty of his murder

https://www.cbc.ca/lite/story/9.7131332
3•colinprince•35m ago•0 comments

I Predicted the 2008 Financial Crisis. What Is Coming May Be Worse

https://www.nytimes.com/2025/02/05/us/trump-federal-law-power.html
1•jgwil2•36m ago•0 comments

Ask HN: Any Ops gurus out there played around with coding agents like CC?

1•GeekUses9527•37m ago•1 comments

ATOMiK: Delta-state algebra that replaces snapshots, event replay, and consensus

https://atomik.tech
1•wellrock•38m ago•0 comments

The US-Israeli strategy against Iran is working. Here is why

https://www.aljazeera.com/opinions/2026/3/16/the-us-israeli-strategy-against-iran-is-working-here...
4•evo_9•39m ago•0 comments

MACA: Simple tool for providing information on reverse engineering

https://github.com/0x00pf/maca
1•teleforce•41m ago•0 comments

Bipartisan Policy Center report finds U.S. higher education system failing the

1•dawnnewsup•43m ago•0 comments

Unified Attestation: free open-source alternative to Google Play Integrity

https://uattest.net/
1•gasull•43m ago•1 comments

GameStop declares PS3, Xbox 360, and Wii U officially retro consoles

https://twitter.com/gamestop/status/2033672053640028385
1•hentrep•45m ago•0 comments

Show HN: New idea for automatically teaching your agent new skills

1•MattGrommes•49m ago•0 comments

Show HN: Automated pipeline to generate music videos from audio files

https://www.getlyricvideo.com/
1•cairnechou•55m ago•0 comments

Expression of nano-engineered RNA organelles in bacteria

https://www.nature.com/articles/s41467-026-69336-w
2•PaulHoule•55m 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.