frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jujutsu / jj megamerges for fun and profit

https://isaaccorbrey.com/notes/jujutsu-megamerges-for-fun-and-profit#user-content-fnref-1
1•fanf2•2m ago•0 comments

2026 State of Kubernetes Resource Optimization: CPU at 8%, Memory at 20%

https://cast.ai/blog/2026-state-of-kubernetes-resource-optimization-cpu-at-8-memory-at-20-and-get...
2•BlackPlot•2m ago•0 comments

Scammer Used an AI-Generated MAGA Girl to Grift 'Super Dumb' Men

https://www.wired.com/story/ai-generated-maga-girls/
1•Aboutplants•2m ago•0 comments

The Lempert Report on Substack

https://phillempert.substack.com/p/from-beef-is-back-to-powermac-and
1•plempert•3m ago•0 comments

Show HN: Read.place/view – Reader view for any article and TL;DR summary

https://readplace.com/view
1•fagnerbrack•3m ago•1 comments

The mail sent to a video game publisher

https://www.gamefile.news/p/panic-mail-arco-despelote-time-flies-thank-goodness-teeth
1•colinprince•5m ago•0 comments

The 'bizarre' story of the first LSD trip

https://www.bbc.com/culture/article/20260410-the-bizarre-story-of-the-worlds-first-lsd-trip
1•gmays•5m ago•0 comments

Desktop app for generating LLM fine-tuning datasets

https://github.com/AronDaron/dataset-generator
1•AronDaron•7m ago•1 comments

New Study Reveals How Maze-Like Magnetic Patterns Form and Evolve in Materials

https://www.tus.ac.jp/en/mediarelations/archive/20260420_0220.html
1•rustoo•7m ago•0 comments

SideQuick – A free desktop app to stop abandoning side projects

https://www.sidequick.co
2•splodgebox•11m ago•0 comments

Do Large Language Models Know Which Published Articles Have Been Retracted?

https://arxiv.org/abs/2604.16872
2•Brajeshwar•12m ago•0 comments

No Agent Autonomy Without Scalable Oversight

https://hackbot.dad/writing/no-autonomy-without-scalable-oversight/
5•dixie_flatline•15m ago•0 comments

Fusion Power Plant Simulator

https://www.fusionenergybase.com/fusion-power-plant-simulator
5•sam•17m ago•0 comments

Write a prompt once, sync it to Cursor, Claude Code and VS Code automatically

1•coentraojpt•17m ago•0 comments

Instead of writing my manuscript, I built a tool

1•winterpronk•19m ago•0 comments

'Uber for nurses': gig-work apps lobby to deregulate healthcare, report finds

https://www.theguardian.com/us-news/2026/apr/21/healthcare-nurses-gig-work-ai-apps
1•mitchbob•19m ago•0 comments

Can you evade our runtime behavioral analysis? ($100 prizes)

https://www.edamame.tech/download
1•mday-edamame•20m ago•0 comments

X402 and Agentic Commerce: Redefining Autonomous Payments

https://aws.amazon.com/blogs/industries/x402-and-agentic-commerce-redefining-autonomous-payments-...
1•AgentNews•21m ago•0 comments

Where the NBA hides its mics [video]

https://www.youtube.com/watch?v=zBw-uEnzBtw
1•neko_ranger•22m ago•0 comments

A consumer AI product that does something useful for me

https://twitter.com/bondappofficial/status/2046575717476130920
1•johndavisonr•24m ago•1 comments

Your favorite brands got worse on purpose

https://www.worseonpurpose.com/p/your-favorite-brands-got-worse-on-purpose
2•neon_electro•24m ago•1 comments

Why do systems stay coherent even as they lose connection to reality?

https://therealitydrift.substack.com/p/semantic-fidelity-the-missing-constraint
1•realitydrift•25m ago•0 comments

The Ghost of Microgravity in Astronauts' Brains

https://nautil.us/the-ghost-of-microgravity-in-astronauts-brains-1280028
1•Brajeshwar•26m ago•0 comments

Show HN: I built a blogging platform (5 years in, struggling with distribution)

https://blogmaker.app/
2•octobereleven•26m ago•0 comments

BeiDou GPS should be allowed on US civilian devices like Galileo and GLONASS

https://warontherocks.com/a-signal-point-of-failure-integrating-beidou-into-u-s-positioning-navig...
1•ck2•27m ago•1 comments

Show HN: I made a quiz to help people learn Claude Code features (with macOS UI)

https://slashquiz.org/
2•cjbarber•27m ago•2 comments

Collaborative code editor implementation is harder than you expect

https://medium.com/@growth_9158/building-a-reliable-collaborative-code-editor-lessons-from-shippi...
1•tomodachiprep•30m ago•0 comments

Show HN: Stet – PostScript Level 3 interpreter and PDF toolkit in Rust

https://andycappdev.github.io/stet/
2•AndyCappDev•30m ago•0 comments

My University Hired a Terrorist

https://www.facultyleaks.com/p/my-university-hired-terrorist
2•johndcook•30m ago•0 comments

Show HN: ProtoWall – NDA wall and reverse proxy for sharing prototypes

https://protowall.app
2•hiribarne•31m 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.