frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A deadly bacteria is creeping up the Atlantic Coast

https://grist.org/health/vibrio-bacteria-florida-shellfish/
2•Brajeshwar•6m ago•0 comments

Ask HN: Feedback request on new external network attack surface discovery tool

https://turbopentest.com/cloud-easm
1•integsec•6m ago•1 comments

Aegis Solis Archive: Hash manifest for cross-platform verification

https://archive.org/details/aegis-solis-archive-master-hash-manifest-v-13-final
1•aegissolis•7m ago•0 comments

How to turn off Google AI overview

https://substack.com/@grefiti/p-192810091
1•olafnub•7m ago•0 comments

The D.C. devotees of a niche arcade game (Killer Queen)

https://51st.news/where-to-play-killer-queen-arcade-game-washington-dc-midlands/
1•gnabgib•8m ago•0 comments

China backs orbital data center startup with $8.4B in credit lines

https://spacenews.com/china-backs-orbital-data-center-startup-with-8-4-billion-in-credit-lines/
1•ivewonyoung•9m ago•0 comments

Show HN: Kumbukum, open source memory infrastructure for teams

https://kumbukum.com/
1•nitai•10m ago•0 comments

Taktile's Agentic Decision Platform

https://taktile.com/
1•doener•12m ago•0 comments

Our response to the Axios developer tool compromise

https://openai.com/index/axios-developer-tool-compromise/
1•shpat•12m ago•0 comments

CubeSandbox: RustVMM and KVM sandbox built for AI agents from Tencent

https://github.com/tencentcloud/CubeSandbox
1•ElasticBottle•14m ago•0 comments

A Open Source Repo to Track Elected Officials Investments

https://github.com/prixe-api/politicians
1•mc587•17m ago•0 comments

Fraud and the false optimism of AI for science

https://statmodeling.stat.columbia.edu/2026/04/22/fraud-and-the-false-optimism-of-ai-for-science/
1•ivansavz•18m ago•0 comments

Hershey's Electric Railway in Cuba

https://spectrum.ieee.org/hershey-electric-railway-cuba
2•Brajeshwar•20m ago•0 comments

Zero Has Meaning

https://medallurgy.substack.com/p/zero-has-meaning
1•Origamidan•22m ago•0 comments

Kalshi suspends 3 congressional candidates for wagering on their own elections

https://apnews.com/article/prediction-markets-kalshi-congress-candidates-elections-betting-37766e...
4•geox•23m ago•0 comments

Clippy Is Back, Your Desktop AI Paperclip Agent over GUI

https://github.com/AmrDab/clippyai-desktop
1•AmDab•24m ago•0 comments

IRGC-linked media hints at threat to Persian Gulf undersea internet cables

https://www.iranintl.com/en/202604225913
1•tokyobreakfast•27m ago•0 comments

An MCP Server for Fastmail – National Email Day

https://www.fastmail.com/blog/an-mcp-server-for-fastmail/
2•nmjenkins•28m ago•0 comments

Show HN: Autobrowse – a self-improving harness for learning browser tasks

https://twitter.com/shreypandya/status/2047100550446280792
3•smpandya•32m ago•0 comments

It's all about the angle: Your photos, re-composed

https://research.google/blog/its-all-about-the-angle-your-photos-re-composed/
1•CharlesW•32m ago•0 comments

HuntifyAI – I built an AI tools while deep in AI research and vibe coding

https://huntifyai.com/
1•ningshenbj•32m ago•0 comments

Auth Without Tokens [video]

https://www.youtube.com/watch?v=QmTyKqoAb5M
1•hisamafahri•33m ago•0 comments

News.Y Combinator.com/Submit

https://github.com/eishops23/agent-sdk
1•23fedner•34m ago•0 comments

US Could Own Up to 90% of Spirit in $500M Rescue Plan

https://www.bloomberg.com/news/articles/2026-04-22/trump-administration-nears-500m-spirit-rescue-...
3•petethomas•34m ago•0 comments

Discord group says it accessed Claude Mythos by guessing location

https://mashable.com/article/discord-group-accesses-claude-mythos-claims
3•nstj•35m ago•0 comments

Tesla confirms Optimus production starting late July at Fremont

https://electrek.co/2026/04/22/tesla-optimus-production-fremont-model-sx-line/
2•omer_k•35m ago•0 comments

Farmers call out deep cuts to NRCS and USDA programs and staffing

https://www.agweek.com/news/policy/farmers-call-out-deep-cuts-to-nrcs-and-usda-programs-and-staffing
3•petethomas•37m ago•0 comments

Israeli airstrike kills Lebanese journalist Amal Khalil

https://apnews.com/article/lebanese-journalist-amal-khalil-killed-israel-airstrike-14cabe8f773f59...
11•lr0•38m ago•1 comments

OpenAI model for masking personally identifiable information (PII) in text

https://openai.com/index/introducing-openai-privacy-filter/
2•tanelpoder•42m ago•0 comments

Tesla (TSLA) pulled questionable levers to make Q1 2026 financials look good

https://electrek.co/2026/04/22/tesla-tsla-q1-2026-one-time-benefits-warranty-tariff-refunds-margins/
3•pinewurst•47m 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.