frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Does Internet Advertising Work?

https://freakonomics.com/podcast/does-advertising-actually-work-part-2-digital-ep-441/
1•hackthemack•2m ago•0 comments

The American Kill Line

https://jbrr.dev/the-american-kill-line/
3•jbrr•7m ago•0 comments

Open-Source Inference is growing 10% week over week this year

2•luew•8m ago•0 comments

Culina – an OS for multi-location restaurant operations

https://app.getculina.app/login
1•SendjiLabs•8m ago•0 comments

Mechanical forces from the beating heart may help prevent cancer cell growth

https://medicalxpress.com/news/2026-04-mechanical-heart-cancer-cell-growth.html
1•bookmtn•11m ago•0 comments

Evolution Strategies at the Hyperscale [pdf]

https://eshyperscale.github.io/imgs/paper.pdf
1•Anon84•12m ago•0 comments

Aruana – Detects scams and blocks PII before it reaches AI chatbots (100% local)

https://aruana.maiaware.com/
1•rolsite•16m ago•0 comments

When the cheap one is the cool one

https://arun.is/blog/cheap-cool/
1•ddrmaxgt37•16m ago•0 comments

Why Volcanoes Sometimes Shoot Out Lightning

https://nautil.us/why-volcanoes-sometimes-shoot-out-lightning-1280235
1•Brajeshwar•18m ago•0 comments

Replacing an Apple Time Capsule? Skip the Ubiquiti UNAS-2

https://rachelbythebay.com/w/2026/04/24/unas/
1•drpixie•21m ago•1 comments

Trump Evacuated After Shots Fired at DC Event; Shooter Detained

https://www.bloomberg.com/news/articles/2026-04-26/alleged-shooter-at-white-house-press-event-in-...
6•anjneymidha•29m ago•0 comments

Tired of high costs, some Americans are importing homes straight from China

https://www.cnn.com/2026/04/25/business/china-imports-americans-homebuilding-costs
2•breve•34m ago•1 comments

Trump rushed out of dinner amid reports of shots fired

https://www.nytimes.com/live/2026/04/25/us/trump-whca-shooting
3•koolba•38m ago•0 comments

Multiple AI Models in One Platform

https://www.chatcomparison.ai/
1•chatcomparison•39m ago•0 comments

Zephyr Agent: Add AI chat to any website

https://zephyr-agent.sh/
2•daltonlcarr•40m ago•0 comments

My husband and son dived to see the wreck of the Titanic, and never came back

https://www.theguardian.com/world/2026/apr/25/my-husband-and-son-titan-submersible-christine-dawo...
2•pseudolus•42m ago•0 comments

Show HN: Get – get anything from your computer

https://github.com/Water-Run/get
1•linzhangrun•43m ago•0 comments

With A.I., Anyone Can Be an Influencer

https://www.newyorker.com/culture/the-lede/with-ai-anyone-can-be-an-influencer
1•petethomas•49m ago•0 comments

Tell HN: An app is silently installing itself on my iPhone every day

8•_-x-_•50m ago•2 comments

OpenAI shipped privacy-filter, a 1.5B PII tagger you can run locally

https://redactdesk.app/blog/openai-privacy-filter
3•kamban•52m ago•0 comments

Yalda Hakim on the collapse of 'seeing is believing'

https://www.reuters.com/lifestyle/culture-current/yalda-hakim-collapse-seeing-is-believing-2026-0...
1•petethomas•53m ago•0 comments

Decoupled DiLoCo for Resilient Distributed Pre-Training [pdf]

https://storage.googleapis.com/deepmind-media/DeepMind.com/Blog/decoupled-diloco-a-new-frontier-f...
1•gnabgib•55m ago•0 comments

The Race to Make the Most In-Demand Machine

https://www.wsj.com/business/the-race-to-make-the-worlds-most-in-demand-machine-092e8cea
1•petethomas•56m ago•0 comments

EarTrumpet: Volume Control for Windows

https://eartrumpet.app/
1•thunderbong•57m ago•0 comments

New Model May Explain Why You're Not a Twin

https://nautil.us/this-new-model-may-explain-why-youre-not-a-twin-1280219
1•Brajeshwar•57m ago•0 comments

Why is there so much bad code at big companies?

https://www.natemeyvis.com/why-is-there-so-much-bad-code-at-big-companies/
2•Brajeshwar•58m ago•0 comments

Usage limits for each of the Claude plans

https://xcancel.com/nrehiew_/status/2048009931757097079
3•byincugnito•59m ago•0 comments

Google unveils way to train AI models across distributed data centers

https://www.sdxcentral.com/news/google-unveils-way-to-train-ai-models-across-distributed-data-cen...
2•oavioklein•1h ago•2 comments

China Publishes Maps Detailing Minerals on the Ocean Floor

https://www.nytimes.com/2026/04/23/climate/china-seabed-mining-maps-rare-earths.html
1•bookofjoe•1h ago•1 comments

The Super Nintendo Cartridges

https://fabiensanglard.net/snes_carts/
3•offbyone42•1h 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.