frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LLMs are the worlds most powerful autocomplete

https://alfredvc.no/blog/intro-what-is-an-llm
1•alfredvc•35s ago•0 comments

Your Rust Clippy Config Should Be Stricter

https://emschwartz.me/your-clippy-config-should-be-stricter/
1•emschwartz•45s ago•0 comments

Software Developers Are Replacing Software Engineers

https://newsletter.productdriven.com/p/software-developers-are-replacing
1•spo81rty•58s ago•0 comments

Anthropic could raise a new $50B round at a valuation of $900B

https://techcrunch.com/2026/04/29/sources-anthropic-could-raise-a-new-50b-round-at-a-valuation-of...
1•ZeidJ•1m ago•0 comments

A.I. Bots Told Scientists How to Make Biological Weapons

https://www.nytimes.com/2026/04/29/us/ai-chatbots-biological-weapons.html
1•wslh•2m ago•1 comments

The crystals that wiped out an HIV medication, almost overnight [video]

https://www.youtube.com/watch?v=ksn5yrsC3Wg
1•FridayoLeary•3m ago•0 comments

Chloe vs. History

https://www.youtube.com/channel/UCZB1r1In9RfE7tpVrYgcjLQ
1•WheelsAtLarge•8m ago•0 comments

Transcomputational Problem

https://en.wikipedia.org/wiki/Transcomputational_problem
1•jonbaer•8m ago•0 comments

Naval Ravikant: Apple is dead, SaaS is next, you have 18 months

https://twitter.com/mustufa4socials/status/2049518414377480218
1•jbredeche•10m ago•0 comments

Glitch Image Generator

https://blog.adafruit.com/2026/04/29/glitch-image-generator
1•omer_k•10m ago•0 comments

USDA rejects women picked for soybean board, appoints men instead

https://www.reuters.com/world/americas/trump-administration-rejects-women-picked-soybean-board-ap...
4•petethomas•11m ago•1 comments

Show HN: Yiitap – AI-native Notion-style block editor

https://github.com/pileax-ai/yiitap
1•pileax•12m ago•2 comments

Ask HN: Do you think AI will end up like dotcom?

1•dicksent•16m ago•0 comments

Rivian allows you to disable all internet connectivity

https://rivian.com/support/article/can-i-disable-all-data-collection-from-my-vehicle
1•Cider9986•18m ago•1 comments

Amazon chips no longer just a side dish, they're a $20B biz

https://www.theregister.com/2026/04/29/amazon_chips_20b_business/
3•omer_k•19m ago•0 comments

Claude AI agent admits: “I violated every principle” after wiping firm database

https://www.theguardian.com/technology/2026/apr/29/claude-ai-deletes-firm-database
1•ZeidJ•24m ago•2 comments

Why Solid State Batteries Short

https://hackaday.com/2026/04/27/why-solid-state-batteries-short/
1•omer_k•25m ago•1 comments

Trustworthy and Valuable Partnership

1•loveTech•25m ago•0 comments

PostgreSQL and the OOM Killer: Why We Use Strict Memory Overcommit

https://www.ubicloud.com/blog/postgresql-and-the-oom-killer-why-we-use-strict-memory-overcommit
1•lfittl•26m ago•0 comments

BioAge's pill aimed at reducing heart risks significantly reduced inflammation

https://www.statnews.com/2026/04/21/bioage-drug-inflammation-cardiovascular-risks/
1•warbaker•31m ago•0 comments

NASA chief hints at campaign to make Pluto a planet again

https://www.scientificamerican.com/article/nasa-chief-jared-isaacman-hints-at-campaign-to-make-pl...
2•1659447091•33m ago•0 comments

My friends left me because I told them I was a furry

4•PhiPawWolf•34m ago•17 comments

Heard some people like wheels? [video]

https://www.youtube.com/watch?v=srPz8TRpZ_8
1•mizzao•35m ago•0 comments

What Can We Gain by Losing Infinity?

https://www.quantamagazine.org/what-can-we-gain-by-losing-infinity-20260429/
1•pseudolus•35m ago•0 comments

TSRX: TypeScript extension for building declarative UIs in an agentic era

https://tsrx.dev/
1•luispa•36m ago•0 comments

The workouts of Formula 1 drivers might help computer users with 'tech neck'

https://apnews.com/article/computer-neck-pain-racing-drivers-exercises-2f4dee37c7e7cfbbdff237cf70...
1•1659447091•40m ago•0 comments

AdOps Auditor – AI-powered campaign naming convention auditor for GAM/SFMC/DOOH

https://www.adopsauditor.com/
1•InfinteOven•41m ago•0 comments

Google Releases Branded yarmulkes

https://twitter.com/samsheffer/status/2049505564359565760
2•cramsession•42m ago•0 comments

pacquet: the official pnpm rewrite in Rust

https://github.com/pnpm/pacquet
1•bpierre•42m ago•0 comments

Knee surgery for cartilage damage does not benefit patients, study suggests

https://www.theguardian.com/science/2026/apr/29/knee-surgery-cartilage-damage-patients-study
1•littlexsparkee•42m 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•12mo ago

Comments

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