frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Harbor: Evaluate agents in sandboxed environments

https://www.harborframework.com/
1•pramodbiligiri•4m ago•0 comments

Show HN: Musing Image

https://musingimage.com/
1•sebjones•5m ago•0 comments

Swift's blockchain ledger ready for use

https://www.swift.com/news-events/press-releases/swifts-blockchain-ledger-ready-use-17-banks-set-...
1•ivell•7m ago•0 comments

Show HN: Proton – A pure Go GUI library with zero CGO dependencies

1•CzaxTanmay•8m ago•2 comments

Why LLMs get dates and times wrong (and how to fix it)

https://www.cronofy.com/blog/why-llms-get-dates-and-times-wrong
1•gshutler•9m ago•0 comments

Meta agentic model Muse Spark 1.1

https://twitter.com/finkd/status/2075218444056707458
1•ramshanker•11m ago•0 comments

From ETL, ELT, EtLT to agent-driven data engineering with Apache SeaTunnel

https://seatunnel.apache.org/blog/from-etl-elt-etlt-to-agent/
1•luckypeter•15m ago•0 comments

Show HN: AI Humanizer – Rewrite AI text into natural copy

https://ai-humanizer.space/
1•oliviamy•20m ago•0 comments

Show HN: Makoto the Claude Code plugin that keeps the AI honest

https://github.com/Clear-Sights/Makoto
1•Present_Flow•29m ago•0 comments

Long March-10B first landing [video]

https://www.youtube.com/watch?v=x9XDsiG40Uk
3•whwhyb•32m ago•1 comments

NeverDeliver, a fake online shop for the dopamine hit without the spending

https://never-deliver-shop.vercel.app
1•truffleMaestro•32m ago•0 comments

Whitegoods that aren't, but should be

https://www.rubenerd.au/whitegoods-that-arent-but-should-be/
1•Tomte•35m ago•0 comments

QR and Barcode Scanner

https://play.google.com/store/apps/details?id=com.qrcode.scanner.barcode.reader.qr.generator&hl=e...
1•karlnelsone•37m ago•1 comments

China may restrict foreign access to Chinese open-source AI models

https://www.reuters.com/technology/artificial-intelligence/china-weighs-silicon-curtain-around-so...
19•crowd51•38m ago•0 comments

Can AI Answer the $3T Question?

https://techcrunch.com/2026/07/09/can-ai-answer-the-3-trillion-question/
1•mjs06•38m ago•0 comments

The Future of Meta Superintelligence: A 1 Year Progress Update

https://newsletter.semianalysis.com/p/the-future-of-meta-superintelligence
1•mji•40m ago•0 comments

Old Photo to New Photo Online

https://oldphototonewphoto.com
1•keepscreenawake•41m ago•0 comments

Ask HN: How are you hiring engineers now?

1•nshmadhani•43m ago•3 comments

Show HN: Banana Battle – DOS Gorillas rebuilt as a web game

https://michael480th.github.io/Banana-Battle/
1•arrozconcosas•45m ago•1 comments

Anyone Mosh Coding Yet?

https://moshcoding.com
1•buffer_overlord•53m ago•0 comments

Why Industry 5.0 is more than AI-powered analytics

https://geekyants.com/blog/industry-40-built-visibility-industry-50-must-automate-decisions-says-...
2•Krishnaswaroop•54m ago•1 comments

Soaring 'McMansion' insurance prices create opening for commercial group

https://www.ft.com/content/e5c6684b-f401-405a-86f2-b5e96cb535a1
1•petethomas•56m ago•0 comments

Bayeux Tapestry delivered to British Museum in dead of night

https://www.bbc.co.uk/news/articles/cly9r54e5r4o
1•zeristor•57m ago•0 comments

Elvebredd for iOS

https://apps.apple.com/us/app/elvebredd/id6760745063
1•klausmikelson•58m ago•0 comments

The Feel-Good Story of the World Cup Is Too Good to Be True

https://www.theatlantic.com/technology/2026/06/world-cup-tourists-america/687572/
2•mmooss•59m ago•1 comments

Promising inference software, written in Zig

https://zml.ai/posts/llmd/
2•sachamorard•1h ago•0 comments

Turn off this Meta setting before someone generates AI images of you

https://www.malwarebytes.com/blog/ai/2026/07/turn-off-this-meta-setting-before-someone-generates-...
3•taubek•1h ago•1 comments

TinyToT – Tree of Thoughts Inference Server

https://github.com/guilt/TinyToT
1•vkaku•1h ago•1 comments

AI subscriptions cut quotas and raised prices in early 2026

https://wellstsai.com/en/post/ai-subscription-shakeout-2026-claude/
1•Tint6666•1h ago•0 comments

Reuters World News Podcast

https://www.reuters.com/podcasts/reuters-world-news/
1•gurjeet•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•1y ago

Comments

staplung•1y 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•1y 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•1y ago
A good resource is Gerard Sleijpen's course: https://webspace.science.uu.nl/~sleij101/Opgaven/NumLinAlg/
me3meme•1y 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•1y 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•1y 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•1y 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•1y 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.