frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: My open-source project hit 5k registered users

1•darkhorse13•38s ago•0 comments

The distribution of power and inclusiveness across deep time

https://www.science.org/doi/10.1126/sciadv.aec1426
1•PaulHoule•46s ago•0 comments

Taskd – a new task management system

https://lmd.sh/taskd-a-new-task-management-system/
1•levidurfee•1m ago•0 comments

Ask HN: Gemini Pro does not give montly credits, do I have any rights?

https://gemini.google/us/subscriptions/?hl=en
1•kingleopold•1m ago•2 comments

A short taxonomy of the collapse of streaming subscription bundles

https://narendranag.com/2026/04/20/a-short-taxonomy-of-bundle-collapse.html
1•narendranag•2m ago•0 comments

Your Smart TV is taking screenshots of your screen every 15 seconds

https://twitter.com/heynavtoor/status/2044433988312560051
1•nowflux•3m ago•0 comments

The Impatient Programmer's Guide to Bevy and Rust: Ch 12 Let There Be Networking

https://aibodh.com/posts/bevy-rust-game-development-chapter-12/
1•febin•5m ago•0 comments

Claude Code removed from Anthropic's Pro plan

https://claude.com/pricing
7•JamesMcMinn•8m ago•4 comments

Where's the Raccoon with the Ham Radio?

https://simonwillison.net/2026/Apr/21/gpt-image-2/
1•metadat•8m ago•1 comments

I Used ChatGPT to Get Past a Game Breaking Bug in the Long Dark

https://old.reddit.com/r/ChatGPT/comments/1srysia/i_used_chatgpt_to_get_past_a_game_breaking_bug_in/
1•fpgaminer•8m ago•0 comments

Zero-Install Browser SQL Trainer – Done in 2 Days

https://softwareengel.github.io/sql-trainer/
1•Softwareengel•8m ago•0 comments

Quick thoughts on GitHub CTO's post on availability

https://surfingcomplexity.blog/2026/03/12/quick-thoughts-on-github-ctos-post-on-availability/
2•sylvainkalache•13m ago•0 comments

Better TTS on Linux

https://shkspr.mobi/blog/2026/04/better-tts-on-linux/
2•speckx•14m ago•0 comments

Critical .NET 10.0.6 vulnerability in DataProtection

https://github.com/dotnet/announcements/issues/395
1•merb•15m ago•1 comments

Another Day Has Come

https://daringfireball.net/2026/04/another_day_has_come
2•ndr42•18m ago•1 comments

Odyssey-2 Max: Scaled World Simulation

https://odyssey.ml/introducing-odyssey-2-max
1•olivercameron•19m ago•0 comments

Supervised Tesla FSD in Europe [video]

https://www.youtube.com/watch?v=-YJvbkNVHng&list=TLPQMjEwNDIwMjbsBglIXbXnVw&index=4
1•simonebrunozzi•20m ago•0 comments

Automatic Thatcher-Effect Generator

https://bigjobby.com/optical/Thatcher/
1•IsopropylMalbec•21m ago•0 comments

Meta will train AI agents by tracking employees' mouse, keyboard use

https://arstechnica.com/ai/2026/04/meta-will-use-employee-tracking-software-to-help-train-ai-agen...
1•choult•22m ago•0 comments

LAcon V Announces 2026 Hugo Awards Finalists

https://file770.com/lacon-v-announces-2026-hugo-awards-finalists/
2•MaysonL•22m ago•0 comments

Ask HN: What Is Anthropic Doing?

6•d3ckard•24m ago•2 comments

The importance of people who care

https://rachelandrew.co.uk/archives/2026/04/21/the-importance-of-people-who-care/
3•speckx•27m ago•0 comments

Fisherian Runaway in the Modern Economy

https://www.rosshartshorn.net/stuffrossthinksabout/fisherian_runaway/
2•rossdavidh•29m ago•0 comments

Why XOR a register with itself instead of subtracting

https://devblogs.microsoft.com/oldnewthing/20260421-00/?p=112247
1•LorenDB•30m ago•0 comments

Lessons in Changemaking from a Peace Corps '40 Under 40'

https://www.whitman.edu//whitman-stories/whitman-magazine/winter-2026/good-food-and-good-business...
1•mooreds•31m ago•0 comments

Per-image PCA characterization of the Kodak image suite (PDF and JSON)

https://github.com/PearsonZero/kodak-pcd0992-statistical-characterization/tree/main/baseline
1•PearsonZero•33m ago•0 comments

I Climb Trees – Learn Deep Learning – From Simon JD Prince

https://www.iclimbtrees.com/courses
1•aanet•34m ago•1 comments

Prevalence of psychiatric morbidity among gender-referred adolescents

https://onlinelibrary.wiley.com/doi/10.1111/apa.70533?msockid=290a3115732d64a00ee427c0727065dc
3•danielam•38m ago•0 comments

Looking for an Apartment the Landing

2•baijan•39m ago•0 comments

OpenAI Image 2.0 claims to generate an existing image

https://bengarcia.dev/openai-image-2-0-claimed-to-generate-an-existing-image
3•hahahacorn•40m 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.