frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Lunar Lander ported to the PDP-1

https://hackaday.io/project/204632-lunar-lander-for-the-pdp-1
1•ozymandiax•8s ago•1 comments

How to Build a Successful OpenClaw Startup Without Building Anything

https://twitter.com/SiliconSnark/status/2032641536031121710
1•SaaSasaurus•46s ago•0 comments

Snail Mail Sign-Ups

https://btxx.org/posts/snail-mail-signups/
1•bradley_taunt•8m ago•0 comments

After building agents for 2 years, I stopped using function calling

https://old.reddit.com/r/LocalLLaMA/comments/1rrisqn/i_was_backend_lead_at_manus_after_building_a...
2•gmays•15m ago•0 comments

Skill Issue: Harness Engineering for Coding Agents

https://www.humanlayer.dev/blog/skill-issue-harness-engineering-for-coding-agents
1•vinhnx•16m ago•0 comments

Professor predicts US goes to war with Iran and loses (9 months ago) [video]

https://www.youtube.com/watch?v=7y_hbz6loEo
1•0xbadcafebee•19m ago•0 comments

Rotating home owners boast of 360-degree views and energy benefits

https://www.abc.net.au/news/2026-03-14/rotating-home-owners-boast-of-360-degree-views/106348854
1•defrost•20m ago•0 comments

Show HN: DAAO – Deploy AI agents to your servers via Zero-Trust tunnels

https://github.com/daao-platform/daao
1•dan3093•31m ago•0 comments

The Dirty, Dystopian World of AI Data Centers

https://www.theatlantic.com/magazine/2026/04/ai-data-centers-energy-demands/686064/
1•chrisaycock•31m ago•0 comments

Federal Judge Quashes Justice Department Subpoenas of Fed Chair Jerome Powell

https://www.cnn.com/2026/03/13/politics/fed-chair-jerome-powell-subpoena
3•rickcarlino•33m ago•0 comments

Charles B. McVay III

https://en.wikipedia.org/wiki/Charles_B._McVay_III
2•thunderbong•36m ago•0 comments

Silicon Valley is buzzing about this new idea: AI compute as compensation

https://www.businessinsider.com/ai-compute-compensation-software-engineers-greg-brockman-2026-3
1•pabs3•37m ago•0 comments

Arno's Engram Keyboard Layouts

https://github.com/binarybottle/engram
1•so-cal-schemer•38m ago•1 comments

Rust Shined over Python for My CLI Tool

https://smiling.dev/blog/rust-shined-over-python-for-my-cli-tool/
1•vinhnx•39m ago•0 comments

Companies That Should Exist

https://anastasiagamick.substack.com/p/companies-that-should-exist
1•paulpauper•40m ago•0 comments

How Does AI Distribute the Pie? Large Language Models and the Ultimatum Game

https://www.nber.org/papers/w34919
1•paulpauper•40m ago•0 comments

Buying Back Our Slack

https://www.seeingthesystem.com/p/buying-back-our-slack
1•paulpauper•41m ago•0 comments

Agentic AI: Workflows vs. Agents

https://www.youtube.com/watch?v=Qd6anWv0mv0
1•Brysonbw•41m ago•0 comments

MacBook Neo Teardown [video]

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

Trump now Selling National Security Briefing Membership

https://www.cnn.com/2026/03/13/politics/trump-fundraise-email-soldier
9•mandeepj•43m ago•1 comments

Big tech engineers need big egos

https://www.seangoedecke.com/big-tech-needs-big-egos/
1•jnord•44m ago•0 comments

Void – Ship Vite apps at warp speed

https://void.cloud
1•todotask2•47m ago•0 comments

1997 Kyl–Bingaman Amendment prohibits high res satellite imagery of Israel

https://en.wikipedia.org/wiki/Kyl%E2%80%93Bingaman_Amendment
4•spaghetdefects•48m ago•0 comments

Show HN: Paw-proxy – Named HTTPS domains for every local dev server

https://alexcatdad.github.io/paw-proxy/
1•alex_tc•54m ago•0 comments

Show HN: What agentic collaborative pentesting looks like

https://www.youtube.com/watch?v=PU5BicXMiio
1•integsec•54m ago•0 comments

JPEG Compression

https://www.sophielwang.com/blog/jpeg
3•vinhnx•54m ago•0 comments

Want to hack your body with peptides? If only the science agreed

https://www.economist.com/science-and-technology/2026/03/11/want-to-hack-your-body-with-peptides-...
2•andsoitis•59m ago•0 comments

Biomass-based furan epoxies with high-performance and closed-loop recyclability

https://www.sciencedirect.com/science/article/pii/S1359836825011722
2•PaulHoule•1h ago•0 comments

US withdraws draft rule that called for global AIchip permits

https://www.bloomberg.com/news/articles/2026-03-14/us-withdraws-draft-rule-that-called-for-global...
2•htrp•1h ago•0 comments

Security Layer for Claude Code

https://www.oculisecurity.com/
1•rellaElla•1h 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•10mo ago

Comments

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