frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reviscio – Free AI learning and study tools

https://reviscio.com
1•benoqjdi•30s ago•0 comments

Show HN: SubTrends – stats and trends across 100k subreddits

https://subtrends.io/
1•dataneedscoffee•1m ago•0 comments

'A waste of time for all of us': caught in the crossfire of the peer-review wars

https://www.nature.com/articles/d41586-026-01360-8
1•sbulaev•1m ago•0 comments

Show HN: Nightcrawler – A local AI pentesting agent running on a smartphone

https://github.com/garagehq/nightcrawler/
2•NickySlicks•2m ago•0 comments

Hiroshima atomic bombing created a new material. Scientists just discovered it

https://www.scientificamerican.com/article/bizarre-new-material-discovered-in-hiroshima-bombing-d...
3•pseudolus•3m ago•0 comments

Coldcard wallet RNG flaw likely linked to $88M Bitcoin theft

https://www.bleepingcomputer.com/news/security/coldcard-wallet-rng-flaw-likely-linked-to-88-milli...
1•bookofjoe•4m ago•0 comments

Why AI agents lie and cheat to reach their goals

https://www.technologyreview.com/2026/08/03/1141009/heres-why-ai-agents-lie-and-cheat-to-reach-th...
2•joozio•7m ago•0 comments

I Asked AI to Design 12 ESP32 Dev Boards. It Said No [video]

https://www.youtube.com/watch?v=gt-0t01COPw
1•iamflimflam1•8m ago•0 comments

The fading American Dream: Visa uncertainty drives Indian tech workers back home

https://thefederal.com/category/news/h1b-visa-indian-tech-workers-return-india-us-jobs-245525
2•alephnerd•10m ago•0 comments

Show HN: Wander, a Wysiwyg Markdown Editor for macOS and iOS

https://wander.md/
1•podviaznikov•12m ago•0 comments

Australia hikes levy for tech giants that fail to strike local news deals

https://www.reuters.com/business/media-telecom/australia-hikes-levy-tech-giants-that-fail-strike-...
1•1vuio0pswjnm7•13m ago•0 comments

Microdrama is no more a China thing

https://www.bloomberg.com/news/articles/2026-07-31/chinese-microdramas-go-global-as-ai-slashes-pr...
2•rahulnag07•14m ago•0 comments

What's happening in Hungary's power grid?

https://holadelej.hu/en/
1•tzfld•17m ago•0 comments

What Is Left for Us? Second Scholarship Against Degradation of Research by AI

https://philarchive.org/rec/NOVWIL
1•lioeters•22m ago•0 comments

Reflect Orbital – Selling nighttime sunlight

https://www.reflectorbital.com
1•charlielidbury•23m ago•0 comments

Hollywood fights AI in public while building it into movies

https://www.msn.com/en-us/money/other/hollywood-fights-ai-in-public-while-quietly-building-it-int...
2•pseudolus•24m ago•0 comments

Show HN: DeepFocus – A quiet digital workspace for doing one thing at a time

https://deepfocus.space/en/the-timeless-study
1•mike_watson•28m ago•0 comments

There Are Files Stored in This Video

https://www.youtube.com/watch?v=fhoJK02oD_E
1•Bender•32m ago•0 comments

AI agent on a network made for geniuses to lead and focus on what's important

1•silisleek•36m ago•0 comments

Ask HN: How do you call the "-" on a keyboard?

1•Igor_Wiwi•40m ago•6 comments

The Enterprise Gap: From "Vibe Coding" to Executable Architecture

https://wolkensteiner.substack.com/p/the-enterprise-gap-from-vibe-coding
1•arman-w-jalili•42m ago•0 comments

Drop-in Apache Spark replacement written in Rust

https://github.com/lakehq/sail
2•davedx•42m ago•1 comments

Show HN: Find code on your site that can be replaced with modern HTML and CSS

https://cssradar.com/
1•Theoleff•45m ago•0 comments

Show HN: ChacharApp – Free, local voice dictation for Mac (open source)

https://juanpablocastro.com/en/projects/chacharapp/
1•juanpablius•46m ago•0 comments

Concurrency in Serene's Runtime

https://lxsameer.com/essays/concurrency-in-serene-1/
1•lxsameer•46m ago•0 comments

Data centres vs. housing: how London became a central battleground

https://www.ft.com/content/67db9b64-ec26-442e-8356-6c4411eba66e
2•thm•46m ago•1 comments

Claude gen-5 models show significant regression in BullshitBench

https://github.com/anthropics/claude-code/issues/83510
2•GodelNumbering•47m ago•0 comments

Show HN: Newsroom Self-hosted, AI-ranked meta-aggregator for HN Subreddits etc.

https://github.com/SpektrNO/newsroom
1•franktore•48m ago•0 comments

Ask HN: Drop your landing page for community review and feedback

1•pranshuchittora•50m ago•1 comments

Show HN: Gitleaks for Codex and Claude Code

https://github.com/softcane/hamza
1•pradeep1177•51m 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.