frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Amesh – Replace static API keys with device-bound ECDSA identities

https://github.com/ameshdev/amesh
3•yau2026•2m ago•0 comments

Show HN: Nexulta – AI-powered crypto price predictions and market analysis

https://nexulta.com
2•enesz•3m ago•0 comments

Octopoda open source agent OS with memory, loop detection, and audit trails

https://github.com/RyjoxTechnologies/Octopoda-OS
2•Josephjackjrob1•4m ago•0 comments

Newsletify – Newsletter Sponsorship

https://newsletify.com/
2•ivanclaudiu•5m ago•0 comments

Free AI Video Generators in 2026: What Works

https://frameloop.ai/blog/free-ai-video-generator-tools-2026
2•avinashvagh•5m ago•0 comments

The best tools for sending an email if you go silent

https://blog.alcazarsec.com/posts/best-email-dead-mans-switches
2•alcazar•5m ago•0 comments

Show HN: Rac-delta – open protocol for differential dir sync (Rust/Node SDKs)

https://raccreative.github.io/rac-delta-docs/
2•Raccreative•6m ago•0 comments

Trump's next budget once again calls for cuts to science

https://arstechnica.com/science/2026/04/trumps-next-budget-once-again-calls-for-massive-cuts-to-s...
1•tartoran•6m ago•0 comments

An experimental Linux distribution that Redefines the filesystem hierarchy

https://www.gobolinux.org/
2•rainingmonkey•6m ago•0 comments

Attention Is All You Need, but All You Can't Afford – Hybrid Attention

2•JohannaAlmeida•8m ago•0 comments

Show HN: AgentLint – ESLint for your coding agents

https://github.com/samilozturk/agentlint
3•onurkanbkrc•9m ago•1 comments

Live Life on the Edge: A Layered Strategy for Testing Data Models

https://www.chiply.dev/post-data-model-testing
3•chiply•9m ago•1 comments

Show HN: 100 days of an AI agent in production what behavioral drift looks like

https://cathedral-ai.com/cathedral-beta
1•mike-ward•9m ago•0 comments

Show HN: Real-time surveys via QR code, built with Cloudflare Durable Objects

https://rifts.to/blog/building-real-time-surveys-cloudflare-durable-objects
1•heffrey•10m ago•1 comments

Why 'Cost Disease' Is the Secret Force Behind America's Toxic Solitude

https://www.derekthompson.org/p/why-cost-disease-is-the-secret-force
1•alihm•10m ago•0 comments

CLI that gives AI agents structured SEO data for any URL – SGNL

https://github.com/stoyan-koychev/sgnl-cli
1•koychev•12m ago•0 comments

Show HN: A social feed with no algo where communities decide what gets seen

https://veridonia.com
2•smnkgv•12m ago•0 comments

Show HN: An open source CI/CD action to audit and fix AI generated UI code

3•heisen_berg•13m ago•0 comments

Copilot CLI can now ask a second model to critique the first

https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-combines-model-families-for-a-sec...
2•summarity•14m ago•0 comments

Software Bonkers

https://craigmod.com/essays/software_bonkers/
1•theshrike79•14m ago•0 comments

A Fire Sale Has U.S. Office Buildings Going for 90% Off

https://www.wsj.com/real-estate/commercial/a-fire-sale-has-u-s-office-buildings-going-for-90-off-...
2•blinding-streak•14m ago•0 comments

AI agents that teach, debate and quiz you in real time

https://github.com/THU-MAIC/OpenMAIC
1•steveharing1•15m ago•0 comments

Scriba – an open source agent that turns your voice into a knowledge base

https://github.com/giovannialberto/scriba
1•giovannialb•15m ago•0 comments

Extended Thinking Is Load-Bearing for Senior Engineering Workflows

https://gist.github.com/benvanik/e6c610997e4b06b82385622048079818
1•gmays•17m ago•0 comments

Show HN: The AI Software Factory

https://gethuman.sh/
1•KingOfCoders•18m ago•0 comments

Sora2 API

https://sora2-api.com
2•Mehedy2026•18m ago•0 comments

Facebook account hijacked, attackers use AI photos of victims to promote crypto

https://twitter.com/i/status/2041271005285601621
1•lando2319•20m ago•0 comments

Show HN: Cova – Finds and fixes monitoring blind spots across your stack

https://getcova.ai
1•Paulo75•20m ago•0 comments

Show HN: I built an MCP for finding SWE jobs

https://grepjob.com/mcp-setup
1•kylem866•22m ago•0 comments

Some human written nuance and perspective on the rates situation

https://old.reddit.com/r/ClaudeAI/comments/1scdilx/some_human_written_nuance_and_perspective_on_the/
2•begemotz•24m 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.