frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The First At-Home Test for Infected Ticks Could Improve Lyme Disease Diagnosis

https://www.smithsonianmag.com/innovation/the-first-at-home-test-for-infected-ticks-could-improve...
1•gmays•1m ago•0 comments

Atlantic Meridional Overturning Circulation

https://marine.copernicus.eu/explainers/phenomena-threats/atlantic-meridional-overturning-circula...
1•alexandrehtrb•5m ago•0 comments

Writergate: Zig I/O Interface Overhaul

https://alexrios.me/blog/writergate/
1•signa11•6m ago•0 comments

Your Estimate Isn't Off Because of Optimism or Inexperience

https://julienreszka.com/blog/your-estimate-isn-t-off-because-of-optimism-or-inexperience/
1•julienreszka•8m ago•0 comments

Splitting a Git Commit

https://blog.gnoack.org/post/git-history-split
2•signa11•9m ago•0 comments

Architectural Sins: Why We Keep Making Them and How We Can Stop

https://www.youtube.com/watch?v=P6fS9-HsZeI
1•aoma_conference•10m ago•0 comments

Show HN: Visually Precise AI Tutoring on iOS

https://useknowable.ai/
3•samuelzxu•12m ago•1 comments

Ask HN: When you sell your company, do you receive the money with a normal wire?

1•supergilbert•12m ago•0 comments

QuoteBench: Matched Scores Can Hide Command-Path Failures

https://arxiv.org/abs/2608.13547
2•ninadwrites•14m ago•0 comments

The Risk in the US-Japan Yen Rescue

https://www.youtube.com/watch?v=yh18YXKMk3g
2•tcp_handshaker•14m ago•0 comments

Show HN: Quasicrystals Animation Playground with WebXR

https://hypnagogic-quasicrystals.github.io/
1•r34•17m ago•0 comments

Why are we having so many (or so few) earthquakes?

https://www.usgs.gov/faqs/why-are-we-having-so-many-or-so-few-earthquakes-has-naturally-occurring...
2•jahnu•20m ago•1 comments

So Who's Going to Buy All These Tokens?

https://horse.energy/who_buys_the_tokens.html
2•aakil•20m ago•0 comments

The Plasticity Thesis: How the Brain Learns to Be Conscious – PMC

https://pmc.ncbi.nlm.nih.gov/articles/PMC3110382/
2•lisper•21m ago•0 comments

Yadda 3.0.0: BDD in the Age of AI Agents

http://www.stephen-cresswell.com/2026/08/15/Yadda-3.0.0-BDD-in-the-Age-of-AI-Agents.html
1•scresswell•22m ago•1 comments

Generating Quantum Entanglement from Sunlight

https://opg.optica.org/captcha/(S(f1tudmft3lfosqlxanpvoxjl))/?guid=0DDB6A44-A99F-4451-B651-A095AB...
2•bookofjoe•22m ago•0 comments

Texas Court Locks Luxembourg-Based Adult Website's Domain

https://thetexasinsider.com/texas-court-locks-adult-websites-domain-after-company-ignores-state-a...
1•ColinWright•22m ago•0 comments

The Next Global Economic Crisis Could Be Made in China

https://www.foreignaffairs.com/china/next-global-economic-crisis-made-china-michael-froman
1•ericmay•22m ago•0 comments

Adversarial Creation and Detection of AI-Generated Social Bot Content

https://arxiv.org/abs/2606.07219
1•Anon84•25m ago•0 comments

Vantage – open-source CS2 player intelligence from Steam, FACEIT and Leetify

https://github.com/k6w/vantage
2•regele•25m ago•0 comments

VictoriaMetrics: AI Policy

https://docs.victoriametrics.com/victoriametrics/contributing/index.html
1•tosh•29m ago•0 comments

Show HN: FrontStep v0.5.2

https://github.com/GiovanniCst/frontstep
3•J_cst•31m ago•0 comments

Does Alpha School Work for Regular Kids?

https://danmeyer.substack.com/p/does-alpha-school-work-for-regular
1•MrBuddyCasino•31m ago•0 comments

GLM-5.3 – The Official Desktop Auditor for Z.AI's Cyber-Engine

https://github.com/ZAI-GLM-5-3/glm-5.3
3•nioj•32m ago•0 comments

Babel: A skyscraper where every Wikipedia edit becomes a brick

https://babel.reppie.org/
2•meetpateltech•35m ago•0 comments

AI Software Development – What Does the Data Say?

https://codemanship.wordpress.com/2026/08/12/ai-software-development-what-does-the-data-say/
3•jesterpm•36m ago•1 comments

PriEco: Customize Your Results Ranking

https://prieco.net/blog/goggles
1•JojoYou•37m ago•0 comments

Traffic Modeling with Sumo: A Tutorial

https://arxiv.org/abs/2304.05982
1•teleforce•37m ago•0 comments

DeepSeek V4 Flash at 278 tok/s, full precision, no quantization

https://runinfra.ai/inference-api/deepseek-v4-flash
2•OsamaJaber•39m ago•0 comments

Could a computer scientist build a brain?

https://stankerstjens.github.io/could-a-computer-scientist-build-a-brain/
1•ogundipeore•39m 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.