frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Being Officially Classed as a Robot

https://www.pcg-random.org/posts/officially-classed-as-robot.html
1•tmoertel•46s ago•0 comments

Musk vs. Altman live audio Altman testifying [video]

https://www.youtube.com/watch?v=wdoNRbvhyfQ
1•1vuio0pswjnm7•50s ago•0 comments

Thinking Machines: Model with simultaneous talking, listening, thinking, tools

https://twitter.com/thinkymachines/status/2053938892152435174
1•obiefernandez•3m ago•0 comments

Show HN: ClawDocu – Claw Native document review tool. New way to collaborate

https://clawdocu.com/
1•allanren•4m ago•0 comments

The Web Gallery of Art

https://www.wga.hu/welcome_m.html
1•Eridanus2•4m ago•0 comments

Ripple to share North Korean threat intelligence with crypto firms

https://www.coindesk.com/tech/2026/05/05/ripple-to-share-north-korean-threat-intelligence-with-cr...
2•PaulHoule•5m ago•0 comments

Five architects of the AI economy explain where the wheels are coming off

https://techcrunch.com/2026/05/06/five-architects-of-the-ai-economy-explain-where-the-wheels-are-...
2•evo_9•6m ago•0 comments

The End of Work as We Know It

https://shadesofsingularity.com/essays/end-of-work/
1•ben_from_sos•6m ago•0 comments

Steve Jobs U.S. Commemorative $1 Coin

https://www.usmint.gov/american-innovation-1-coin-2026-rolls-and-bags-california-MASTER_INNOVATIO...
4•vesh•8m ago•0 comments

Google reports first known AI-assisted zero-day exploit in the wild

https://en.sedaily.com/technology/2026/05/12/google-detects-first-ai-powered-zero-day-attack-as-n...
1•DarenWatson•8m ago•0 comments

What's Wrong with Enterprise Linux

https://unix.foo/posts/enterprise-linux/
1•cylo•9m ago•0 comments

Replacing browser-agent tool loops with eval() in a Chrome sandbox

https://www.rtrvr.ai/blog/eval-is-all-you-need-agent-harness
1•arjunchint•9m ago•0 comments

My First Post

https://substack.com/profile/12601259-vineet/note/c-257872234
1•win_cent03•9m ago•0 comments

The Tonga Volcano Cleaned Up After Itself

https://nautil.us/the-tonga-volcano-cleaned-up-after-itself-1280657
1•Brajeshwar•9m ago•0 comments

"Human-native" agentic development from first principles

https://www.bicameral-ai.com/blog/human-in-the-loop-done-right#
1•jinkuan•9m ago•0 comments

Teen builds 'Bionic Underwater Robotic Turtle' to detect ecological threats

https://www.popsci.com/technology/teen-builds-robot-turtle/
1•speckx•9m ago•0 comments

Show HN: MCP for cross-functional software teams

https://try.bicameral-ai.com/
1•jinhkuan•10m ago•0 comments

Show HN: Dragoman – Multi-model routing for Claude Code via sub-agents

https://github.com/asakin/dragoman
1•asakin•10m ago•0 comments

The AWS billing model makes waste invisible by default

https://aws.amazon.com/pricing/
3•vladimirmocanu•12m ago•0 comments

AI Made Software Easier to Build but Harder to Price

https://www.hauser.io/ai-made-software-easier-to-build-but-harder-to-price/
1•bkfh•13m ago•0 comments

I Stumbled into the Perfect API Architecture

https://www.primatology.xyz/blog/how-i-stumbled-into-the-perfect-api-architecture
1•primatologyxyz•13m ago•0 comments

Rewriting React

https://tannerlinsley.com/posts/projecting-react
1•cspags•14m ago•0 comments

Git switch is no longer experimental

https://git-scm.com/docs/git-switch
2•frizlab•15m ago•1 comments

I scored 460 tokenized rental properties. The 30.9% yield one I'd still avoid

https://brickwise.pro
1•mikjer•16m ago•1 comments

Cartographic digital colonialism across Lebanon and Palestine

https://www.middleeastmonitor.com/20260419-cartographic-digital-colonialism-across-lebanon-and-pa...
1•bryanrasmussen•17m ago•0 comments

Diable 4: COW LEVEL FOUND [video]

https://www.youtube.com/watch?v=58LQdnnz6cU
1•croes•21m ago•0 comments

How to Do What You Love

https://paulgraham.com/love.html
1•theorchid•22m ago•0 comments

AI Vulnerability Research and the Fuzzer Era Déjà Vu

https://voidsec.com/ai-vulnerability-research-fuzzer-era/
1•voidsec•22m ago•0 comments

Rivian Assistant and Rivian Unified Intelligence

https://stories.rivian.com/software-update-hey-rivian-assistant-connect-ai-2026
1•emersonmacro•22m ago•0 comments

Instructure Paid the Ransom

https://www.instructure.com/incident_update
1•ajdude•23m 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•1y ago

Comments

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