frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Unmasking Redacted Names in Epstein Files Using Computer Vision (Open Source)

https://www.youtube.com/watch?v=mKK9VPito-E
1•birdculture•23s ago•0 comments

GPUI Mobile: Zed's GPUI Framework to iOS (Metal) and Android (Vulkan) in Rust

https://github.com/itsbalamurali/gpui-mobile
1•itsbalamurali•4m ago•1 comments

Tell HN: I got Claude Max for my open source project

2•asim•5m ago•1 comments

I built a local-first stock valuation tool based on Damodaran's methodology

https://github.com/stockvaluation-io/stockvaluation_io
1•softcane•6m ago•2 comments

Show HN: PulseWatch – AI-powered website change monitoring with visual selectors

https://pulsewatch.watch
1•KaracaTR•6m ago•0 comments

UN calls for investigation into deadly strike on school in Iran

https://www.reuters.com/world/middle-east/un-urges-investigation-into-horrific-attack-iran-school...
1•nerdyadventurer•10m ago•0 comments

The Influence of Anxiety: Harold Bloom and Literary Inheritance

https://thepointmag.com/examined-life/the-influence-of-anxiety/
2•apollinaire•14m ago•0 comments

Show HN: Mcpfs – Mount MCP servers as FUSE filesystems

https://github.com/airshelf/mcpfs
1•evoleinik•16m ago•0 comments

What Is Code Review For?

https://blog.glyph.im/2026/03/what-is-code-review-for.html
1•ingve•18m ago•0 comments

Israel Is Blowing Up Iran's Police State to Clear the Way for a Revolt

https://www.wsj.com/world/middle-east/israel-is-blowing-up-irans-police-state-to-clear-the-way-fo...
1•breppp•19m ago•0 comments

Show HN: Cloudwright – validate, cost, and export cloud architectures from text

https://github.com/xmpuspus/cloudwright
2•xmpuspus•19m ago•0 comments

Show HN: Spotlytt

https://spotlytt.com
1•pbs29•20m ago•1 comments

Quiet War: The Polity, The Terminator, and AI takeover

https://yadin.com/notes/quiet/
1•dryadin•21m ago•0 comments

Show HN: Armalo – The Infrastructure for Agent Networks

1•ArmaloAI•23m ago•0 comments

Parakaryon – the sole species in the genus Parakaryon

https://en.wikipedia.org/wiki/Parakaryon
2•gurjeet•24m ago•0 comments

Tell HN: I exported my data from ChatGPT

1•luxpir•27m ago•0 comments

Polymarket and Kalshi's Iran War Wagers Are Ghoulish – and Troubling

https://www.bloomberg.com/opinion/articles/2026-03-04/prediction-markets-polymarket-kalshi-iran-w...
2•petethomas•27m ago•0 comments

Franz Kafka's Lost Treatise on Wayland

https://spader.zone/kafka/
1•dboon•27m ago•0 comments

A Temporal Dark Patterns Audit of McDonald's Self-Ordering Kiosk Flow

https://arxiv.org/abs/2603.03218
2•50kIters•28m ago•0 comments

Show HN: Yare.io – 1v1 JavaScript coding game

https://yare.io
2•levmiseri•31m ago•0 comments

Blackbird: The homemade drone that hit nearly 700km/h

https://newatlas.com/drones/biggs-blackbird-411mph/
2•asdefghyk•31m ago•1 comments

Design-First Collaboration

https://martinfowler.com/articles/reduce-friction-ai/design-first-collaboration.html
1•donutshop•34m ago•0 comments

Show HN: Yet another colour palette generator, but it's a cool one

https://fungiboletus.github.io/MicroColourGPT3000/
1•speedgoose•35m ago•1 comments

Claude Code Or: How I Learned to Stop Worrying and Love the Agent

https://brian.jp/blog/claude-code-or-how-i-learned-to-stop-worrying-and-love-the-agent-34/
1•lofties•37m ago•1 comments

US troops were told war on Iran was 'all part of God's divine plan'

https://www.theguardian.com/world/2026/mar/03/us-israel-iran-war-christian-rhetoric
5•KnuthIsGod•37m ago•0 comments

US launches military operations in Ecuador

https://www.politico.com/news/2026/03/03/us-military-operations-ecuador-00811272
6•c420•38m ago•1 comments

A record number of objects went into space in 2025

https://ourworldindata.org/data-insights/a-record-number-of-objects-went-into-space-in-2023
2•m-hodges•38m ago•0 comments

npmx: a fast, modern browser for the npm registry

https://npmx.dev/blog/alpha-release
1•OuterVale•42m ago•0 comments

Feature led building vs. user led building

https://salah.louizy.com/blog/feature-led-building-vs-user-led-building/
1•losalah•44m ago•0 comments

I used the new Linux Terminal on Android and I'm impressed

https://www.makeuseof.com/used-new-linux-terminal-on-android-impressed/
1•thunderbong•44m 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.