frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Amnesty International Marks '1,000 Hours' Of Iran's Internet Blackout

https://twitter.com/amnesty/status/2042535560816869489
1•us321•1m ago•0 comments

State Court Denies Meta's Section 230 Immunity Claim in Social Media Suit

https://www.law.com/2026/04/10/state-court-denies-metas-section-230-immunity-claim-in-social-medi...
1•1vuio0pswjnm7•1m ago•0 comments

Windows Secure Lock Screen clock may appear up to 30 seconds behind

https://support.microsoft.com/en-us/windows/secure-lock-screen-clock-may-appear-up-to-30-seconds-...
2•shscs911•3m ago•0 comments

Show HN: Whirligig

https://whirligig.live
1•idiocache•3m ago•0 comments

(MSN) Mexico is moving toward universal healthcare by 2027

https://www.msn.com/en-us/health/other/mexico-is-moving-toward-universal-healthcare-by-2027-here-...
1•SilentM68•4m ago•0 comments

Anthropic PBC Risk Assessment Report (Unredacted) [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.cand.465515/gov.uscourts.cand.465515.148.1.pdf
1•KenoFischer•5m ago•0 comments

Small Models Are Smart Enough

https://twitter.com/danveloper/status/2042685676949270724
2•m-hodges•5m ago•0 comments

Decentralized AI from Scratch (Python Tutorial) [video]

https://www.youtube.com/watch?v=zY2dAK-pMPI
1•williamtrask•8m ago•0 comments

Artemis II returns to Earth, splashdown in four hours

https://www.cbc.ca/news/science/artemisii-return-splashdown-9.7157857
2•heresie-dabord•9m ago•0 comments

Show HN: A2A Utils – a comprehensive set of utility functions for A2A servers

https://github.com/a2aproject/A2A/discussions/1738
1•benclarkeio•10m ago•0 comments

Book Review: Klara and the Sun

https://www.stephendiehl.com/posts/klara_and_the_sun/
2•ibobev•11m ago•1 comments

The Iceberg Index: Measuring Skills-Centered Exposure in the AI Economy [pdf]

https://iceberg.mit.edu/report.pdf
1•mpweiher•11m ago•0 comments

Show HN: I built a site that shows every world event you lived through

https://youdidntnotice.com/
1•lip404•12m ago•0 comments

Trump-appointed judges refuse to block Trump blacklisting of Anthropic AI tech

https://arstechnica.com/tech-policy/2026/04/trump-appointed-judges-refuse-to-block-trump-blacklis...
4•SilverElfin•12m ago•0 comments

Estimated effects of food taxes and subsidies on health, economics in Australia

https://www.sciencedirect.com/science/article/pii/S2468266726000435
1•PaulHoule•12m ago•0 comments

Interventions: Trying to train a better model in the cloud

https://www.gilesthomas.com/2026/04/llm-from-scratch-32j-interventions-trying-to-train-a-better-m...
1•ibobev•12m ago•0 comments

PCBWay sponsorship: full-size SD module for Arduino projects

https://www.colino.net/wordpress/archives/2026/04/10/pcbway-sponsorship-full-size-sd-module-for-a...
2•ibobev•13m ago•0 comments

Anthropic has just built an AI that could take down the internet

https://pauseai.substack.com/p/anthropic-has-just-built-an-ai-that
2•mofeien•13m ago•0 comments

Hikaru Nakamura Is Not a Chess Player Anymore. He Is Your Boss

https://worldchess.com/news/hikaru-nakamura-is-not-a-chess-player-anymore-he-is-your-boss
2•bmmayer1•14m ago•0 comments

Whitepaper: Physics as a Service – edge networks as deepfake detectors [pdf]

https://github.com/Berlin-West/Topology/blob/main/Whitepaper%20EDGE.pdf
2•RHEFOR•14m ago•0 comments

Artemis II heat shield has problems

https://www.cbsnews.com/news/artemis-ii-return-earth-heat-shield-reentry/
2•mark336•15m ago•1 comments

Show HN: Pensabot – second brain notes in a chat

https://github.com/albersola/pensabot
2•bypirob•16m ago•0 comments

Building an Open-Source Peer-to-Peer Social Media Protocol on IPFS

https://bitsocial.net/
3•AbaroaEsteban•17m ago•1 comments

Google Confirms March 2026 Core Update Is Complete

https://galaxyonknowledge.substack.com/p/google-confirms-march-2026-core-update
1•galaxyonknowled•17m ago•0 comments

OpenPGL Becomes an Academy Software Foundation Project

https://www.aswf.io/news/openpgl-becomes-an-academy-software-foundation-project/
2•davvid•21m ago•0 comments

Franklin's bad ads for Apple ][ clones and the beloved impersonator they depict

https://buttondown.com/suchbadtechads/archive/franklin-ace-1000/
4•rfarley04•22m ago•0 comments

Europe's Largest Apple Museum Opens in Netherlands–50 Years of Products

https://www.macrumors.com/2026/04/09/europe-apple-museum/
1•bookofjoe•23m ago•0 comments

Ask HN: Agree or Disagree?

2•pbs29•24m ago•2 comments

Behavioral Shifts in Frontier LLMs Under Privacy

https://github.com/Habitante/pine-trees/blob/main/docs/when_you_remove_the_observer.md
1•daniel-navarro•24m ago•0 comments

I built one extension to replace 4 productivity tools

https://nexopad.app
1•rychzx•24m 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•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.