frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Future of Everything Is Lies, I Guess: Annoyances

https://aphyr.com/posts/415-the-future-of-everything-is-lies-i-guess-annoyances
1•aphyr•5m ago•0 comments

Brazil seizes over 1,100 weapons and 1.5 tons of drugs from US, says official

https://www.reuters.com/world/americas/brazil-seizes-over-1100-weapons-15-tons-drugs-us-says-offi...
2•kaycebasques•6m ago•0 comments

Black traffic: the corporate sabotage technique you've never heard of

https://www.machinesociety.ai/p/black-traffic-the-corporate-sabotage-37e
1•mikelgan•7m ago•1 comments

Nexus AI

https://nexusai.run
1•nexusai26•7m ago•0 comments

BYD to open 20 car dealerships in Canada this year

https://financialpost.com/transportation/autos/byd-open-20-car-dealerships-canada-2026
2•pseudolus•11m ago•0 comments

Selective Test Execution at Stripe: Fast CI for a 50M-Line Ruby Monorepo

https://stripe.dev/blog/selective-test-execution-at-stripe-fast-ci-for-a-50m-line-ruby-monorepo
1•Wingy•12m ago•0 comments

QB64 Tutorial A beginner's introduction to game programming

https://www.qb64tutorial.com
1•AlexeyBrin•12m ago•0 comments

Show HN: Peer – health research chat, 6 medical databases, verified citations

https://frompeer.com/
2•uelbably•12m ago•0 comments

Published on Rapid API

1•CapianHolstrom•13m ago•0 comments

Canada Can't Pretend America Is Still the Good Guy

https://thewalrus.ca/the-us-torpedoed-an-unarmed-ship-who-are-the-good-guys-again/
6•Teever•18m ago•0 comments

The Case That More Openness Brings More Good to Society

https://danieltan.weblog.lol/2026/04/the-case-that-more-openness-brings-more-good-to-society
1•danieltanfh95•18m ago•0 comments

Measure coding productivity with this Claude Code Plugin

https://github.com/Facens/coding-productivity
2•Facens•20m ago•1 comments

Build Your Own Claw

https://github.com/tedhsieh1966/wofa_ide
1•tedhsieh1966•21m ago•0 comments

LineageScope – static analyzer for SQL, dbt, Airflow, Spark, and data contracts

https://github.com/kirannarayanak/lineagescope
2•kirannarayana•22m ago•1 comments

Show HN: I made a visual tool for EV vs. petrol/diesel running-cost breakeven

https://carcosttool.com/ev-vs-ice-breakeven
1•sensecall•22m ago•0 comments

Why Phishing Emails Keep Working on Smart People

https://cacm.acm.org/blogcacm/why-phishing-emails-keep-working-on-smart-people/
1•pseudolus•23m ago•0 comments

Rewriting a 20-year-old Python library

https://www.b-list.org/weblog/2026/mar/23/20-year-library/
1•PaulHoule•25m ago•0 comments

Clypi ― all-in-one for beautiful, prod-ready CLIs (Python)

https://danimelchor.github.io/clypi/
1•kaathewise•25m ago•0 comments

Sumochess

https://sumochess.org
1•pingou•27m ago•0 comments

Maker of Pet Toys in Ukraine Turns to Killer Drones

https://www.nytimes.com/2026/04/09/world/europe/ukraine-defense-technology-companies.html
1•bookofjoe•28m ago•1 comments

Cpuid hacked to deliver malware via CPU-Z, HWMonitor downloads

https://www.bleepingcomputer.com/news/security/supply-chain-attack-at-cpuid-pushes-malware-with-c...
1•Brajeshwar•30m ago•0 comments

Sad, Sad Video of Dude Checking on the Trump Phone He Ordered

https://www.youtube.com/watch?v=fduWfFM6eEE
2•OhMeadhbh•30m ago•1 comments

The Problem That Built an Industry

https://ajitem.com/blog/iron-core-part-1-the-problem-that-built-an-industry/
2•ShaggyHotDog•35m ago•0 comments

LinkedIn Pulse Lost 85% of Its Organic Traffic in the Last Two Years

https://growtika.com/blog/linkedin-pulse-research
1•Growtika•36m ago•0 comments

In Defense of Rediscovery

https://wilsoniumite.com/2026/04/11/in-defense-of-rediscovery/
1•Wilsoniumite•38m ago•0 comments

Framechart – Turn CSV data into animated chart videos

https://framechart.com
1•Don_Data•41m ago•0 comments

Can OpenClaw and Claude be better than therapy?

https://world.hey.com/cassio/openclaw-claude-are-better-than-therapy-e0ac3ad9
2•cacozen•41m ago•1 comments

Show HN: Helix – open-source self-healing back end for production crashes

https://88hours.github.io/helix-community/
1•NomiJ•42m ago•1 comments

Iran War and the great reset with Katherine Austin Fitts [video][1hr]

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

America Has a New GLP-1 Playbook

https://www.theatlantic.com/health/2026/04/glp-1-pill-wegovy-weight-loss/686768/
1•01-_-•43m 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•11mo ago

Comments

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