frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claire's closes all 154 stores in UK and Ireland with loss of 1,300 jobs

https://www.bbc.com/news/articles/cg4047qnpk2o
1•stevekemp•3m ago•0 comments

Why Spotify has no button to filter out AI music

https://www.bbc.co.uk/news/articles/cd7jpg4w181o
1•dijksterhuis•6m ago•0 comments

The Hold

https://www.subbu.org/essays/2026/the-hold/
1•freediver•7m ago•0 comments

Cisco Introduces Universal Quantum Switch

https://newsroom.cisco.com/c/r/newsroom/en/us/a/y2026/m04/cisco-introduces-universal-quantum-swit...
1•kousthub•7m ago•0 comments

Conus Electrical Resistivity at 35km

https://www.usgs.gov/media/images/conus-electrical-resistivity-35km
1•testingonetwo34•7m ago•1 comments

Anthropic's Argument for Mythos SWE-bench improvement contains a fatal error

https://www.philosophicalhacker.com/post/anthropic-error/
2•kmdupree•9m ago•0 comments

Devin for Terminal

https://devin.ai/terminal
1•qainsights•13m ago•1 comments

Stripe: Radar Technical Guide

https://stripe.com/in/guides/primer-on-machine-learning-for-fraud-protection
1•jonnonz•13m ago•0 comments

OpenJDK 21 April 2026 CVEs Explain

https://tux.re/forum/viewtopic.php?t=175
1•Neteam•14m ago•0 comments

The Conspiracy Against High Temperature Sampling

https://gist.github.com/Hellisotherpeople/71ba712f9f899adcb08b94bce20d5397
2•Der_Einzige•16m ago•0 comments

TeamPCP Supply Chain Campaign: Update 008

https://isc.sans.edu/diary/32926
1•jruohonen•18m ago•0 comments

Grocyy – AI receipt scanner that tracks grocery spending by item, not just total

https://grocyy.com/
1•Devanship1•21m ago•0 comments

Video Upscaler with Temporal Smoothing

https://github.com/freeaigit/video-upscaler
1•nadermx•27m ago•0 comments

Try Contra Dancing

https://www.benkuhn.net/contra/
2•jefftk•29m ago•0 comments

Consequences of passing too few register parameters to a C function

https://devblogs.microsoft.com/oldnewthing/20260427-00/?p=112271
1•aragonite•30m ago•0 comments

China's push to commercialize research: match 680k innovators with companies

https://www.nature.com/articles/d41586-026-01202-7
2•manvel_hn•35m ago•0 comments

Show HN: See your computer's audio output on a real-time piano

https://github.com/ecstrema/overchords
1•ecstrema•35m ago•0 comments

Show HN: PrePrompt – rewrites vague prompts before they reach the LLM

https://preprompt.org/
2•yashdeeptehlan•37m ago•1 comments

Show HN: Waiting for LLMs Suck – Give your user a game

https://github.com/ftaip/waiting-game
2•dalemhurley•41m ago•0 comments

Watching TV with the Second-Party

https://arxiv.org/abs/2409.06203
1•philipnee•42m ago•2 comments

The Moat or the Commons

https://www.warman.life/blog/2026-04-27-the-moat-or-the-commons/
29•shaunistyping•42m ago•15 comments

The hard part of million-stop routing was not the route optimizer

https://github.com/vizzito/last-mile-optimizer-paper
1•pantherolive•48m ago•3 comments

The New York Times Makes the Case for "Microlooting" to Murder

https://jonathanturley.org/2026/04/27/the-monsters-among-us-the-new-york-times-makes-that-case-fo...
2•ytNumbers•49m ago•1 comments

Tiny Looking to Sell Letterboxd

https://www.semafor.com/article/04/26/2026/whats-next-for-letterboxd
1•bjhess•49m ago•0 comments

The AI-X Scale for Written Content

https://docs.zeropolis.net/doku.php/tech:ai-text-categorization
1•unethical_ban•49m ago•0 comments

Tell HN: Claude flags biology / biotech questions

1•areoform•55m ago•0 comments

Product Evals in Three Simple Steps

https://eugeneyan.com/writing/product-evals/
1•eigenBasis•56m ago•0 comments

You were training AI while catching Pokemon [video]

https://www.youtube.com/watch?v=Vk95ZO-WAvY
1•omani•57m ago•0 comments

Apple integrates Claude and Codex into Xcode 26.3 for 'agentic coding'

https://venturebeat.com/technology/apple-integrates-anthropics-claude-and-openais-codex-into-xcod...
2•gurjeet•59m ago•0 comments

MySpace Co-Founder Misses "Serendipity" of Social Media as Documentary Premieres

https://deadline.com/2026/04/myspace-chris-dewolfe-serendipity-social-media-documentary-1236873630/
1•ChrisArchitect•59m 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.