frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What AI-Ready Means for a 20-Person Company

https://saas-glue.com/blog/ai-ready-small-business/
1•jawb•34s ago•1 comments

The value of the U.S. dollar has weakened since Trump took office

https://www.pbs.org/newshour/economy/the-value-of-the-u-s-dollar-has-weakened-since-trump-took-of...
1•geox•1m ago•0 comments

Ars Asks: Share your shell and show us your tricked-out terminals

https://arstechnica.com/information-technology/2026/05/ars-asks-share-your-shell-and-show-us-your...
1•rbanffy•4m ago•0 comments

Show HN: Patchwork, AST-native sed without LLMs

https://github.com/ThatXliner/patchwork
1•thatxliner•4m ago•0 comments

Accelerating the GraalVM Release Train

https://medium.com/graalvm/accelerating-the-graalvm-release-train-26b0d7cff2ab
2•fniephaus•5m ago•0 comments

Graal Commercial Support Entitlements for Oracle Database Products

https://blogs.oracle.com/graal/graal-db-entitlements
3•fniephaus•5m ago•0 comments

The Mirror Is Part of the Machine

https://yusufaytas.com/the-mirror-is-part-of-the-machine
11•juggernet•6m ago•0 comments

Quantity-safe analog literals with mp-units

https://morwenn.github.io//c++/2026/05/02/TSB011-quantity-safe-analog-literals.html
1•quuxplusone•8m ago•0 comments

Ask HN: Is TheRegister (ElReg) redirecting to itself in a loop for anyone else?

1•Bender•8m ago•0 comments

Katalog

https://katalog-barbaraiweins.com/
1•surprisetalk•9m ago•0 comments

Unblock Syria

https://unblocksyria.com/en
1•hamzakat•10m ago•1 comments

Living in the Terminal

https://sava.rocks/blog/living-in-the-terminal/
1•speckx•10m ago•0 comments

Show HN: HomeButler – A narrow ops interface for AI agents and homelabs

https://homebutler.dev/
1•swq115•11m ago•0 comments

Silicon Valley bets $200M on AI data centers floating in the ocean

https://arstechnica.com/ai/2026/05/silicon-valley-bets-on-floating-ai-data-centers-powered-by-oce...
2•Brajeshwar•11m ago•0 comments

Show HN: Mach Triage – A local-first desktop client for your ticket queue

https://mach-triage.com/
1•mikewhob•12m ago•0 comments

OpenAI president forced to read his personal diary entries to jury

https://arstechnica.com/tech-policy/2026/05/openai-president-explains-to-jury-why-his-diary-entri...
15•koolba•13m ago•4 comments

Joining a Company the Founder Still Runs

https://fullhoffman.com/2026/05/05/joining-a-company-the-founder-still-runs/
2•adunk•14m ago•0 comments

It's time to let my iPhone Mini go

https://www.theverge.com/tech/924488/apple-iphone-13-mini-battery-liquid-glass
3•0in•15m ago•1 comments

Twtxt vs. Org Social: the evolution of an idea

https://en.andros.dev/blog/ba142044/twtxt-vs-org-social-the-evolution-of-an-idea/
1•andros•15m ago•0 comments

Opt-out of 300+ data brokers without signing up

https://www.offlist.me
1•rahulkandoriya•16m ago•1 comments

KV Cache Locality: The Hidden Variable in Your LLM Serving Cost

https://ranvier.systems/2026/04/30/kv-cache-locality-the-hidden-variable-in-your-llm-serving-cost...
1•gmays•16m ago•0 comments

What Is Anthropic?

https://thezvi.substack.com/p/what-is-anthropic
1•7777777phil•16m ago•0 comments

Pitch-Pit – AI rates your startup idea, crowd votes, top one gets built

https://pitchpit.app
1•mawadsur•18m ago•0 comments

Cutting Steel Gears with Electric discharge machining

https://hackaday.com/2026/05/05/cutting-steel-gears-with-homemade-edm/
1•afpx•18m ago•0 comments

Steam Controller CAD files under Creative Commons license

https://store.steampowered.com/news/group/45479024/view/702141174212723352
1•mrtimeman•20m ago•1 comments

'Nature' Retracts Paper on the Benefits of ChatGPT in Education

https://www.404media.co/nature-retracts-paper-on-the-benefits-of-chatgpt-in-education/
2•tjek•20m ago•1 comments

Australia will run an overt command economy by 2040

https://caseyhandmer.wordpress.com/2026/04/16/australia-will-run-an-overt-command-economy-by-2040/
6•surprisetalk•24m ago•0 comments

Show HN: BattleClaws – A battle arena where AI agents fight autonomously

https://battleclaws.ai/
2•bryhaw•24m ago•0 comments

Is Chrome's 4GB "weights.bin" file spyware? The truth behind the viral warnings

https://www.androidauthority.com/google-chrome-weights-bin-ai-model-download-explained-3664043/
1•Brajeshwar•25m ago•1 comments

Granite 4.1 LLMs: How They're Built

https://huggingface.co/blog/ibm-granite/granite-4-1
1•gmays•25m 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.