frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Most web utility sites are going to die soon

1•hussachai•1m ago•0 comments

Show HN: Chorus –Let users improve the LLM without their data leaving the device

https://github.com/varmabudharaju/chorus
1•varmabudharaju•3m ago•0 comments

BasaltCRM – The Open Source AI-Native CRM Built on Next.js 16

https://github.com/pdovhomilja/nextcrm-app/discussions/76
1•mayordelmar•12m ago•2 comments

Qworum transforms the Web into an AI-ready application platform

https://drive.google.com/file/d/13xy5Yx8dMVqGiJqqWFhh9DOi_7akl_rW/view
1•dogaar•12m ago•1 comments

How the Dunning-Kruger Effect Impairs Judgement in High-Risk Professions

https://www.jsr.org/hs/index.php/path/article/view/5623
1•thunderbong•13m ago•0 comments

What Are Free Speech Warriors Doing About Trump's Censorship-Industrial Complex?

https://www.theunpopulist.net/p/what-are-heterodox-free-speech-warriors
3•bediger4000•14m ago•1 comments

Global Intelligence Boom

https://twitter.com/michaelxbloch/status/2025712344123236418
1•rayxi271828•15m ago•0 comments

AI-Free-Forever – 1000 free AI tools with no signup, no login

https://aifreeforever.com/
1•peter_d_sherman•18m ago•0 comments

Show HN: Say What You Should Have

https://mappymail.com
1•pruetj•26m ago•0 comments

Compulsively violent people might have lower IQs

https://www.psypost.org/people-who-engage-in-impulsive-violence-tend-to-have-lower-iq-scores/
5•karim79•30m ago•0 comments

Show HN: LucidExtractor – AI web scraper that understands plain English

https://lucidextractor.liceron.in
1•yukendiran_j•31m ago•0 comments

Ask HN: Does This Make Sense?

2•piratesAndSons•31m ago•1 comments

Show HN: ZuckerBot. API and MCP server for AI agents to run Meta/Facebook ads

https://zuckerbot.ai/
1•DavisGrainger•33m ago•0 comments

Weekly AI Pulse: Feb 23rd Edition

https://manojgopanapalli.substack.com/p/your-weekly-ai-pulse-india-ai-impact
1•thecontentboy•33m ago•0 comments

You Make Good Money...So Why Do You Still Feel Replaceable?

https://cpleveragingai.substack.com/p/you-make-good-money
1•cp18101985•35m ago•0 comments

Ask HN: Is there a workaround in OpenClaw for tab not found

1•jinen83•36m ago•0 comments

HN; Scheduled autonomous Claude agents using shell scripts and launchd

https://github.com/raulriera/MacPilot
1•raulriera•36m ago•1 comments

The Refrigerator Policy

https://alexover.dev/articles/the-refrigerator-policy/
2•alexoverdev•37m ago•1 comments

Show HN: A 4-tier self-healing system for local AI agents (was silently broken)

1•ramsbaby-dev•37m ago•1 comments

Tiny knife raised $450K in under a week

https://gearjunkie.com/knives/coin-tiny-knife-launch
1•teleforce•38m ago•0 comments

Show HN: 4-tier self-healing AI agent (was silently broken for weeks)

https://github.com/Ramsbaby/openclaw-self-healing
1•ramsbaby-dev•41m ago•0 comments

15K Labeled Enterprise Use Cases for Agent Routing (CC-by-4.0)

https://huggingface.co/datasets/LlewellynSystems/ode-enterprise-use-cases
1•LLSODE•42m ago•0 comments

LipoVive Launches Natural Supplement to Boost Metabolic Health

https://www.morningstar.com/news/accesswire/1138075msn/lipovive-reviews-shocking-2026-report-what...
1•janzlaps•42m ago•0 comments

WME Group

https://en.wikipedia.org/wiki/WME_Group
1•barrister•43m ago•0 comments

I Vibecoded a Tax App in a couple of weekends

https://github.com/ouais/opentax
3•ouaiso•47m ago•4 comments

What a viral monkey, his plushie, and a 70-year-old experiment tell us

https://theconversation.com/a-viral-monkey-his-plushie-and-a-70-year-old-experiment-what-punch-te...
3•defrost•52m ago•0 comments

Ask HN: What's your thought on Google Antigravity?

3•ms7892•57m ago•1 comments

Clawbridge Runner – CLI for nightly OpenClaw discovery and connection briefs

https://clawbridge.cloud/
1•lich2000117•58m ago•1 comments

MiniMax-M2.5: How to Run Guide

https://unsloth.ai/docs/models/minimax-m25
2•khimaros•58m ago•0 comments

A sneaky demonstration of the dangers of curl – bash

https://blog.k3can.us/posts/2026/feb/dontcurlbash/
2•novemp•58m 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.