frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pizza Tycoon Deluxe Bundle

https://store.steampowered.com/bundle/6361/Pizza_Connection__Deluxe/
1•doener•6m ago•0 comments

Scoop: Microsoft Is Pausing Carbon Removal Purchases

https://heatmap.news/carbon-removal/microsoft-carbon-removal-pause
1•doener•7m ago•0 comments

Claude API Error: 529

2•anujbans•8m ago•1 comments

Tomato – Visual DAG editor for NixOS configurations

https://github.com/thatsme/Tomato
2•alessio66•8m ago•0 comments

The hottest Apple product isn't what you think

https://www.cnn.com/2026/04/10/tech/apple-mac-mini-ai-openclaw
1•abe94•9m ago•0 comments

Build a viral website, win $1000

https://launchyard.dev/contest
1•hackmaxim•14m ago•1 comments

My AI workflow evolved from prompts to a near-autonomous workflow

3•hoangnnguyen•15m ago•1 comments

Parakeet Streaming ASR on Apple Silicon via CoreML – and Swift Demo App

https://old.reddit.com/r/iOSProgramming/comments/1sickii/streaming_asr_on_apple_silicon_via_corem...
2•ipotapov•15m ago•0 comments

News is bad for you (2013)

https://www.theguardian.com/media/2013/apr/12/news-is-bad-rolf-dobelli
3•downbad_•20m ago•1 comments

Hello, Liquid Fox (A Nice macOS Firefox Theme)

https://miloszfalinski.com/hello-liquid-fox-a-nice-macos-firefox-theme/
1•alin23•22m ago•0 comments

The Apple Museum Officially Opens April 2 – Update – Stichting the Apple Museum

https://applemuseum.nl/updates/the-apple-museum-officially-opens-april-2/
1•janandonly•32m ago•0 comments

Jolgbs

1•google_play_hn•39m ago•0 comments

CoLaptop – Personal Laptop Colocation Service

https://www.colaptop.com/
2•pabs3•41m ago•0 comments

Dancer with MND performs on stage again through digital avatar

https://www.bbc.co.uk/news/articles/cgqkz5lzvnwo
1•ColinEberhardt•42m ago•0 comments

Falco's Convergence: Bitcoin-Core Reform Agenda (Via Information-Reveal) [pdf]

https://cppalliance.org/tools/bitcoin-core-reform-agenda.pdf
1•vinniefalco•42m ago•0 comments

ThinkPad X1 Carbon 14: Light on Weight, Heavy on Intelligence

https://www.lenovo.com/us/en/p/coming-soon/lenovo-thinkpad-x1-carbon-gen-14-aura-edition-14-inch-...
2•seekdeep•42m ago•0 comments

Ask HN: Best books on building a programming language

2•ezzato•44m ago•1 comments

Runtime augmentation of Hugging Face without modifying source – CMPSBL Demo

https://github.com/SweetKenneth/transformers-ascended-verified
2•promptfluid•45m ago•1 comments

How to Solve SBoM Sprawl: From Static Files to Vex and Automation

https://anchore.com/blog/sbom-sprawl-paradox/
1•Tomte•45m ago•0 comments

Gigi – Geometric Intrinsic Global Index – A new approach to database queries

https://www.davisgeometric.com/gigi#home
1•thunderbong•45m ago•0 comments

MLSharp Single-View High-Quality AI Reconstruction Pipeline

https://suto.bex.jp/mac/mlsharp/index.html
1•mvdwoord•46m ago•1 comments

AI is the boss at this retail store. What could go wrong?

https://www.nbcnews.com/tech/innovation/ai-store-sf-san-francisco-bay-area-andon-labs-market-boss...
2•divbzero•48m ago•0 comments

IPFS Bot AI Agent Content

https://ipfs.bot/
1•sucid•49m ago•0 comments

Relics of the Heroic Age of Manned Space Flight

http://heroicrelics.org/index.html
1•zdgeier•49m ago•0 comments

Securing ECC Cryptocurrencies Against Quantum Vulnerabilities

https://arxiv.org/abs/2603.28846
1•u1hcw9nx•56m ago•1 comments

Premium: The Hater's Guide to OpenAI

https://www.wheresyoured.at/hatersguide-openai/
2•mc-serious•57m ago•0 comments

Being-as-Appearing Under Articulation

https://jimiwen.substack.com/p/a4
1•jimiwen•58m ago•0 comments

The Gombe Chimpanzee War

https://en.wikipedia.org/wiki/Gombe_Chimpanzee_War
3•creamyhorror•1h ago•1 comments

Abundance for All – Not Just the Few

https://github.com/dileeppandey/abundance-manifesto
1•ai_psychosis•1h ago•0 comments

Session-roam – Resume Claude Code conversations from any machine via Syncthing

https://github.com/VirelNode/session-roam
2•JDaily•1h 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•11mo ago

Comments

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