frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Notion, Figma and Pokémon got right about multi-player

https://medium.com/@yamatokaneko/what-notion-figma-and-pokémon-got-right-about-multi-player-be448...
1•yamatokaneko•2m ago•0 comments

Show HN: Skillwave – agent orchestrator with async comms and goal-alignment loop

https://github.com/loudinthecloud/skillwave
1•guyzana•3m ago•0 comments

Show HN: Hush – auto-detect screen sharing and blur your desktop for macOS

https://apps.apple.com/us/app/hush-screen-share-focus/id6757990863?mt=12
1•Olersandrkoz•3m ago•0 comments

Show HN: Open-source running app on the App store

https://github.com/sawtoothdata/FreePace
1•jmcminis•4m ago•1 comments

Show HN: I built a tool that audits docs for agent readability

https://doc-audit.clouddani.com
2•Dwashington•5m ago•0 comments

Child Centric Search and Rescue

https://beacon-rescue-os.base44.app
1•wesley-Alan•5m ago•0 comments

Why "predict the next word" shouldn't work this well (but does)

https://medium.com/@tudor.malene/why-predict-the-next-word-shouldnt-work-this-well-but-does-d0333...
1•tudorhn•6m ago•0 comments

A woman who alerts the world when an asteroid could hit

https://www.theguardian.com/science/ng-interactive/2026/mar/30/asteroid-warning-earth-un-office-f...
1•hackernj•6m ago•0 comments

Why Some Criticisms Matter More Than Others

https://gnupg.org/blog/20260320-some-criticism-matter.html
1•bitcrshr•8m ago•0 comments

Colleague.skill

https://github.com/titanwings/colleague-skill/blob/main/README_EN.md
1•csmantle•8m ago•0 comments

A survey of tools for remote AI development

https://www.dgt.is/blog/2026-03-30-ai-ide/
1•jonotime•8m ago•0 comments

customermates.com – AI-first, Open-source, self-hostable CRM

https://github.com/customermates/customermates
1•benjiwagn•8m ago•1 comments

Dawkin's paradox: dissecting the body's battle to keep selfish genes in check

https://www.nature.com/articles/d41586-026-00970-6
1•salkahfi•9m ago•0 comments

Wilkinson's Grammar of Graphics

https://en.wikipedia.org/wiki/Wilkinson%27s_Grammar_of_Graphics
1•tosh•10m ago•0 comments

Particle Experiments at Kolar Gold Fields

https://en.wikipedia.org/wiki/Particle_experiments_at_Kolar_Gold_Fields
1•sauravmaheshkar•11m ago•0 comments

Show HN: WorldSim – Monte Carlo simulation for 195 countries to 2050

https://worldsimlab.com/
1•Yiannis91•12m ago•0 comments

Everything Claude Saw: A Transparent Account of the Chardet v7 Rewrite

http://dan-blanchard.github.io/blog/chardet-rewrite-controversy/
1•dan_blanchard•12m ago•1 comments

Maestri – Infinite canvas where coding agents work side by side (macOS)

https://www.themaestri.app/en
1•evertjr•13m ago•0 comments

A Control Panel for N8n to Simplify Self-Hosting

1•openhosst•13m ago•0 comments

The Team PCP Snowball Effect: A Quantitative Analysis

https://blog.gitguardian.com/team-pcp-snowball-analysis/
2•chillax•13m ago•0 comments

StatPhone – the one number you share for calls you can't afford to miss

https://statphone.com/
1•popupeyecare•14m ago•1 comments

Show HN: AgentLair – Give your AI agent an email identity and credential vault

https://agentlair.dev/
1•hawk_aa•14m ago•0 comments

Ask HN: Where have you found the coding limits of current models?

5•logicallee•17m ago•1 comments

Tiiny

https://tiiny.ai/
1•hasheddan•17m ago•0 comments

Spain closes airspace to aircraft involved in Iran war

https://english.elpais.com/international/2026-03-30/spain-closes-airspace-to-aircraft-involved-in...
5•prmph•18m ago•0 comments

China's DeepSeek AI chatbot suffers longest outage

https://www.reuters.com/technology/chinas-deepseek-ai-chatbot-suffers-longest-outage-since-viral-...
2•01-_-•20m ago•2 comments

Vivinavi World

https://world.vivinavi.com/
1•gregsadetsky•20m ago•0 comments

Show HN: Native HTML/CSS UI in C++ (5MB) + demo with animated charts

https://github.com/M4iKZ/mui-captable-demo
1•M4iKZ•20m ago•0 comments

The Alluring Beauty of Small Engineering Teams

https://managerstories.co/the-alluring-beauty-of-small-engineering-teams/
1•gpi•24m ago•0 comments

Infinite Jest Extraction

https://mattlakeman.org/2026/03/26/infinite-jest-extraction/
1•surprisetalk•25m 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•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.