frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Absolute Insider Mess of Prediction Markets

https://philippdubach.com/posts/the-absolute-insider-mess-of-prediction-markets/
1•toomuchtodo•1m ago•0 comments

Pace Layering: How Complex Systems Learn and Keep Learning (2018)

https://longnow.org/ideas/pace-layers/
1•walterbell•3m ago•0 comments

The 'botlash' movement is gaining momentum

https://www.ft.com/content/ecead6b9-eb42-4a85-bd33-073c659e84bf
1•johntfella•5m ago•0 comments

Show HN: BrokenClaw – RCE in OpenClaw via Gmail Hook

https://brokenclaw.eu
1•veganmosfet•5m ago•1 comments

Skill Synthesis

https://cra.mr/skill-synthesis/
1•Olshansky•6m ago•0 comments

Firefox 148 Launches with AI Kill Switch Feature and More Enhancements

https://serverhost.com/blog/firefox-148-launches-with-exciting-ai-kill-switch-feature-and-more-en...
3•shaunpud•11m ago•0 comments

Show HN: AgentBudget – Real-time dollar budgets for AI agents

https://github.com/sahiljagtap08/agentbudget
4•sahiljagtapyc•12m ago•1 comments

Are functions just syntactic sugar for inheritance?

https://arxiv.org/abs/2602.16291
1•yangbo•12m ago•0 comments

'An AlphaFold 4' - Scientists marvel at DeepMind drug spin-off's new AI

https://www.scientificamerican.com/article/an-alphafold-4-scientists-marvel-at-deepmind-drug-spin...
1•helloplanets•18m ago•0 comments

AI Isn't People

https://www.todayintabs.com/p/a-i-isn-t-people
1•HotGarbage•18m ago•0 comments

Who Wins When Everyone's Writing Code?

https://predictabledialogs.com/learn/openclaw/future-of-software
2•jaikant•33m ago•4 comments

Taiwan's PSMC Joins Intel, SoftBank's ZAM alternative to HBM AI Memory

https://www.trendforce.com/news/2026/02/23/news-psmc-joins-intel-softbanks-zam-initiative-to-manu...
1•walterbell•33m ago•0 comments

Show HN: Build Your Own CLI Coding Agent in Python

https://github.com/primaprashant/alduin
1•primaprashant•33m ago•1 comments

Rust Debugging Survey 2026

https://blog.rust-lang.org/2026/02/23/rust-debugging-survey-2026/
2•umairnadeem123•35m ago•0 comments

Machine-Generated, Machine-Checked Proofs for a Verified Compiler

https://arxiv.org/abs/2602.20082
1•umairnadeem123•36m ago•0 comments

Machine gun set up close to the University of Tehran

https://www.iranintl.com/en/202602234502
2•ukblewis•36m ago•0 comments

Show HN: Describe a workflow in plain English and builds the multi-agent system

https://www.phinite.ai/
2•PhiniteAI•38m ago•3 comments

Cassandra Complex

https://en.wikipedia.org/wiki/Cassandra_(metaphor)
2•sans_souse•39m ago•0 comments

How to Organize Safely in the Age of Surveillance

https://www.wired.com/story/how-to-organize-safely-in-the-age-of-surveillance/
2•jbegley•41m ago•0 comments

Colt – Describe a browser task in English, get a Playwright script

1•Vipul_Sharma_69•42m ago•0 comments

Anthropic misanthropic toward China's AI labs

https://www.theregister.com/2026/02/24/anthropic_misanthropic_chinese_ai_labs/
1•abdelhousni•44m ago•1 comments

Show HN: Memctl.com: Open-source shared memory infrastructure for coding agents

2•meszmate•49m ago•0 comments

The Looming Taiwan Chip Disaster That Silicon Valley Has Long Ignored

https://www.nytimes.com/2026/02/24/technology/taiwan-china-chips-silicon-valley-tsmc.html
7•blatherard•51m ago•3 comments

Workaholic open source developers need to take breaks

https://www.theregister.com/2026/02/23/open_source_devs_column/
2•abdelhousni•52m ago•0 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
4•parkaboy•53m ago•2 comments

Huntarr – Your passwords and your ARR stack's API keys are exposed to anyone

https://old.reddit.com/r/selfhosted/comments/1rckopd/huntarr_your_passwords_and_your_entire_arr_s...
2•donutshop•54m ago•0 comments

Why I Hate Anthropic and You Should Too

https://danielmiessler.com/blog/why-you-should-hate-anthropic
4•curmudgeon22•59m ago•1 comments

Show HN: L88 – A Local RAG System on 8GB VRAM (Need Architecture Feedback)

2•adithyadrdo•1h ago•0 comments

Compiler Education Deserves a Revolution

https://thunderseethe.dev/posts/compiler-education-deserves-a-revoluation/
3•azhenley•1h ago•1 comments

Torvalds Drops Old Linux Kconfig Option to Address Tiresome Kernel Log Spam

https://www.phoronix.com/news/Torvalds-Unseeded-Random
2•voxadam•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•9mo ago

Comments

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