frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Why Reddit blocks all automated access but has .json for all URLs?

1•ksajadi•37s ago•0 comments

Gecko: A fast GLR parser with automatic syntax error recovery

https://vnmakarov.github.io/parsing/compilers/c/open-source/2026/04/22/gecko-glr.html
2•PaulHoule•3m ago•0 comments

The Tech Jobs That Are Safe from AI

https://www.wsj.com/tech/ai/the-tech-jobs-that-are-safe-from-ai-8d415383
1•fortran77•4m ago•1 comments

Agent pull requests are everywhere

https://github.blog/ai-and-ml/generative-ai/agent-pull-requests-are-everywhere-heres-how-to-revie...
1•gemanor•4m ago•0 comments

OpenAI DevDay 2026

https://openai.com/index/devday-2026/
1•aquir•4m ago•0 comments

How the Bird Eye Was Pushed to an Evolutionary Extreme

https://www.quantamagazine.org/how-the-bird-eye-was-pushed-to-an-evolutionary-extreme-20260513/
1•ibobev•4m ago•0 comments

Ten Releases of Great Docs, a fairly new Python static site generator

https://opensource.posit.co/blog/2026-05-13_great-docs-ten-things/
1•richmeister•4m ago•0 comments

Show HN: Majestic, GUI for Jest

https://github.com/Raathigesh/majestic
1•bytode•5m ago•0 comments

CIA spy blames Dr Fauci for covering up Covid lab leak

https://www.dailymail.com/news/article-15814995/CIA-spy-BLAMES-Dr-Fauci-covering-Chinese-Covid-la...
1•Bender•6m ago•0 comments

I think first-pass private equity analysis will be automated

https://www.valedex.com/
1•marcelvaledex•8m ago•0 comments

Projecting React

https://tannerlinsley.com/posts/projecting-react
1•homarp•9m ago•0 comments

Cangjie, an Open-Source Compiled Language with Native Effect Handlers and ADT

https://www.infoq.com/news/2026/05/cangjie-effect-handlers-adt/
1•rezaprima•10m ago•0 comments

No more Lineage OS on Samsung cellphones

https://kevinboone.me/samsung-no-more-lineage.html
2•speckx•10m ago•0 comments

Removing the Modem and GPS from My 2024 RAV4 Hybrid

https://arkadiyt.com/2026/05/13/removing-the-modem-and-gps-from-my-rav4/
2•arkadiyt•12m ago•0 comments

A City on Mars: Should We Settle Space, and Have We Thought This Through?

https://en.wikipedia.org/wiki/A_City_on_Mars
1•xnx•14m ago•0 comments

Archivists Turn to LLMs to Decipher Handwriting at Scale

https://spectrum.ieee.org/ai-handwriting-transcription-transkribus-lecun
2•benbreen•15m ago•0 comments

When Search Becomes Expensive to Improve

https://www.searchplex.net/blog/when-search-becomes-expensive-to-improve
1•eskimo87•16m ago•0 comments

Thoughts on Claude Code 2.1.139 Agent View and Background Sessions

1•cadl11•18m ago•0 comments

Tyr for first place at RustWeek 2026

https://www.collabora.com/news-and-blog/news-and-events/tyr-for-first-place-at-rustweek-2026.html
1•losgehts•18m ago•0 comments

Spam filters are the consent layer. That's embarrassing

https://datatracker.ietf.org/doc/draft-cure-core/
2•madospace•18m ago•0 comments

Water rights request for Box Elder data center withdrawn after protests

https://www.sltrib.com/news/environment/2026/05/07/after-thousands-utahns-protest/
1•ourmandave•18m ago•0 comments

Multiply the Pie

https://open.spotify.com/track/0jmJ7qaqBUKb044xsgH8kV
4•alicialew•20m ago•3 comments

Perl Toolchain Summit 2026: Security, Testing, Porting, Community Collaboration

https://www.perl.com/article/perl-toolchain-summit-2026-key-results/
1•oalders•20m ago•0 comments

Let-go is a Clojure dialect written in Go

https://github.com/nooga/let-go
1•vicek22•21m ago•0 comments

Haiku

https://www.haiku-os.org
8•tosh•21m ago•0 comments

AI can design viruses, toxins and other bioweapons. How worried should we be?

https://www.nature.com/articles/d41586-026-01476-x
2•Brajeshwar•22m ago•0 comments

How fast is autonomous AI cyber capability advancing?

https://www.aisi.gov.uk/blog/how-fast-is-autonomous-ai-cyber-capability-advancing
2•dcre•24m ago•1 comments

What is your AIQ? How good are you at using Claude Code/Codex?

https://www.aiqrank.com
1•tylerg•26m ago•0 comments

Greater Manchester still says no to NHS data platform with Palantir at its heart

https://www.theregister.com/public-sector/2026/05/13/greater-manchester-still-says-no-to-nhs-data...
4•Bender•28m ago•0 comments

Audrey: Local-first memory guard for AI agents (source)

https://github.com/Evilander/Audrey
2•evilanders•28m 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.