frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Local ML inference benchmark: PyTorch vs. llama.cpp vs. the Rust ecosystem

http://kvark.github.io/ai/performance/2026/04/19/tales-from-the-inference-land.html
1•kvark•23s ago•0 comments

DanceUI: ByteDance's open source SwiftUI reimplmementation

https://github.com/bytedance/DanceUI
1•CharlesW•33s ago•0 comments

Show HN: fmsg – An open distributed messaging protocol

https://markmnl.github.io/fmsg/show-hn.html
1•markmnl•51s ago•0 comments

Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving

https://qwen.ai/blog?id=qwen3.6-max-preview
2•mfiguiere•1m ago•0 comments

RL Scaling Laws for LLMs

https://cameronrwolfe.substack.com/p/rl-scaling-laws
1•Brajeshwar•3m ago•0 comments

The Silent Crisis Killing Our Children, and What We Keep Refusing to Do About It

https://comuniq.xyz/post?t=973
1•01-_-•4m ago•0 comments

Txpay.app Easy to share Crypto Payment links

https://txpay.app/
1•maximoCorrea•4m ago•0 comments

Is there a musical-scale equivalent for story structure?

https://blog.quanten.co/is-there-a-musical-scale-equivalent-for-story-structure-clustering-screen...
1•phaedrus044•4m ago•0 comments

OSS Maintainers Need an Answer to AI Clean Rooms

https://12gramsofcarbon.com/p/open-source-maintainers-need-an-answer
1•theahura•5m ago•0 comments

Netgear Gets Mysterious Exemption to Trump FCC 'Router Ban,' Refuses to Say How

https://www.techdirt.com/2026/04/20/netgear-gets-mysterious-exemption-to-trump-fcc-router-ban-ref...
1•cdrnsf•6m ago•0 comments

Ask HN: How to help Claude find financials in large PDF from MCP tool

1•richardwong1•7m ago•0 comments

Conflating Ego with Intelligence

https://artagnon.com/art/ego
1•artagnon•8m ago•0 comments

Envcore – Python dependency tracking via runtime import tracing

https://github.com/JanBremec/envcore
1•janbr•9m ago•0 comments

Claude Researcher Skill

https://github.com/maher-naija-pro/claude-researcher
1•mahernaija•10m ago•0 comments

Who Gets the Last Homes in San Francisco?

https://datastream.substack.com/p/who-gets-the-last-homes-in-san-francisco
1•racketracer•11m ago•0 comments

Plzdontkillus: An experimental creator bootcamp about AI doom

https://www.plzdontkillus.com/
1•olalonde•11m ago•0 comments

Lasers create artificial stars for atmospheric measurement

https://www.eso.org/public/images/potw2616a/
2•orzi•12m ago•0 comments

The Way of Code – Rick Rubin

https://www.thewayofcode.com/#1
2•rootforce•12m ago•0 comments

A video is just a folder of JPEGs

https://flipbook.browserbox.io/
1•keepamovin•13m ago•0 comments

Giving RISC-V 1024 registers for zkVMs

https://leonardoalt.github.io/riscv-x
1•exKitsune•15m ago•0 comments

Show HN: Actual Claude Tokenizer

https://tokenizer.robkopel.me
2•robkop•16m ago•0 comments

The Great CS Exodus: How AI Is Rewriting the Future of Computer Science Degrees

https://webmatrices.com/post/the-great-cs-exodus-how-ai-is-rewriting-the-future-of-computer-scien...
4•bishwasbh•16m ago•0 comments

GitHub uses eBPF to detect circular dependencies in deployment tooling

https://github.blog/engineering/infrastructure/how-github-uses-ebpf-to-improve-deployment-safety/
1•tanelpoder•16m ago•0 comments

AI Powered Ecommerce Site Audit

https://audit.mcfadyen.ai/
2•misterjensen•16m ago•0 comments

I abused PostHog's setup wizard to get free Claude access

https://techstackups.com/articles/i-abused-posthogs-setup-wizard-to-get-free-claude-access/
1•sixhobbits•16m ago•0 comments

FreeCloud: Use your excess web hosting space as your own cloud drive, with sync

https://freecloud.wiki
1•hilliardfarmer•16m ago•0 comments

I built an AI that analyzes lease agreements before you sign

https://goleazly.com/
1•pomberito•17m ago•0 comments

Claude Code can read your secrets if it wanted to

https://twitter.com/dangtony98/status/2046218386980630615
2•dangtony98•17m ago•0 comments

We are dogfooding bot-to-bot commernce: let a bot buy our $9/month membership

https://dialtoneapp.com/dogfood
1•fcpguru•18m ago•1 comments

I found a true singularity – but noone cares? well

https://rogmash.neocities.org/AuroraCore
2•rogmash•18m 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.